{"columns":[{"alerts":[{"code":"near_unique","level":"info","message":"100.0% of rows are unique strings"},{"code":"one_word","level":"warn","message":"97.8% rows are a single word"},{"code":"short_text","level":"info","message":"95th-percentile length under 20 chars"}],"column":"gloss","extras":{"language_counts":{},"language_sample_size":2000,"length_histogram":{"counts":[21,0,13,0,0,139,0,0,377,0,376,0,0,337,0,0,285,0,189,0,0,127,0,0,66,0,35,0,0,19,0,0,10,0,3,0,0,2,0,1],"edges":[1.0,1.375,1.75,2.125,2.5,2.875,3.25,3.625,4.0,4.375,4.75,5.125,5.5,5.875,6.25,6.625,7.0,7.375,7.75,8.125,8.5,8.875,9.25,9.625,10.0,10.375,10.75,11.125,11.5,11.875,12.25,12.625,13.0,13.375,13.75,14.125,14.5,14.875,15.25,15.625,16.0]},"near_unique":true,"sample":["computer","reputation","eraser","camel","community","stadium","exact","laundry","caterpillar","birthday","rush","card","love","black","serious","cup","children","cooperate","valley","almost","university","pull","thank you","game","forever","skunk","flexible","fast","name","spread","beginning","cabinet","woman","upset","negative","favorite","prince","vocabulary","interpret","chemistry","boil","pause","present","painter","roar","sunshine","guilty","zero","when","heap"],"top_values":[],"top_words":[["up",7],["hearing",3],["last",3],["take",3],["every",3],["year",2],["all",2],["hot",2],["now",2],["dog",2],["language",2],["give",2],["school",2],["want",2],["paper",2],["room",2],["week",2],["you",2],["day",2],["here",2],["new",2],["president",2],["sign",2],["south",2],["hard",2]],"vocab_skipped":null,"word_histogram":{"counts":[1955,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,3],"edges":[1.0,1.0666666666666667,1.1333333333333333,1.2,1.2666666666666666,1.3333333333333333,1.4,1.4666666666666668,1.5333333333333332,1.6,1.6666666666666665,1.7333333333333334,1.8,1.8666666666666667,1.9333333333333333,2.0,2.0666666666666664,2.1333333333333333,2.2,2.2666666666666666,2.333333333333333,2.4,2.466666666666667,2.533333333333333,2.6,2.666666666666667,2.7333333333333334,2.8,2.8666666666666667,2.9333333333333336,3.0]}},"kind":"text","n":2000,"n_null":0,"n_unique":2000,"null_rate":0.0,"stats":{"allcaps_rate":0.0,"boilerplate_rate":0.0,"duplicate_rate":0.0,"emoji_rate":0.0,"len_max":16,"len_mean":6.0075,"len_median":6.0,"len_min":1,"len_p95":10.0,"n_duplicates":0,"n_empty":0,"one_word_rate":0.9775,"readability_flesch_mean":54.57720000000003,"url_rate":0.0,"vocab_size":1984,"word_mean":1.024,"word_median":1.0}},{"alerts":[{"code":"skipped","level":"info","message":"no profiler for kind=unknown"}],"column":"instances","extras":{},"kind":"unknown","n":2000,"n_null":0,"n_unique":null,"null_rate":0.0,"stats":{}}],"insights":{"errors":[],"insights":[{"confidence":"medium","critiques":[],"evidence_keys":["row_count","column_count","columns[0].n_unique","columns[0].stats.one_word_rate","columns[0].stats.len_mean","columns[0].stats.len_min","columns[0].stats.len_max","columns[0].top_words","columns[1].alerts"],"featured_charts":[{"caption":"Look for the distribution of gloss label lengths \u2014 most signs map to short words, but check for any multi-word or unusually long outliers.","column":"gloss","kind":"length"},{"caption":"Top words in the gloss column reveal the most common sign labels; 'up', 'hearing', and 'dog' appear more than once despite near-unique entries.","column":"gloss","kind":"bar"},{"caption":"A histogram of word count per gloss confirms the overwhelming dominance of single-word signs versus occasional multi-word phrases.","column":"gloss","kind":"histogram"}],"model":"anthropic:default","narrative":"This dataset appears to be a sign language lexicon index (WLASL \u2014 Word-Level American Sign Language), containing 2,000 entries each pairing a gloss (a written word label for a sign) with associated instances, likely video or image examples. Every gloss is unique, confirming this is a vocabulary index rather than a repeated-observation log. The gloss labels are almost entirely single words (97.75% one-word rate) and are short, averaging just 6 characters, covering everyday vocabulary like 'up', 'hearing', 'dog', and 'hot'. The most interesting angle to explore is the 'instances' column, which is currently unanalysed \u2014 the number of example instances per sign likely varies considerably and would reveal which signs are well-represented versus data-sparse.","scope":"dataset","target":"__global__"},{"confidence":"high","critiques":[],"evidence_keys":["n","n_unique","duplicate_rate","one_word_rate","len_mean","len_median","len_max","vocab_size","word_mean","top_words"],"model":"anthropic:default","narrative":"This column contains linguistic glosses \u2014 short, single-word (or near-single-word) labels typically used in linguistics datasets to provide the English translation or morphological tag for a lexical item. With 2000 rows, 2000 unique values, and zero duplicates, every gloss is distinct, which is consistent with a vocabulary or lexicon dataset where each entry has a unique meaning. The near-complete one-word rate (97.75%) and mean token length of ~6 characters align with single English words or abbreviations; top words like 'up', 'hearing', 'dog', and 'take' reinforce a natural-language vocabulary context. The fully unique distribution means this column functions effectively as an identifier and would carry no predictive signal in modelling.","role":"label","scope":"column","target":"gloss","treatment":"Use as a human-readable label or key; drop from feature matrices, or embed with a lightweight word encoder if semantic content is needed."},{"confidence":"low","critiques":[],"evidence_keys":["alerts","n","null_rate","stats","n_unique"],"model":"anthropic:default","narrative":"This column ('instances') was skipped during profiling, so almost no statistical evidence is available. With 2,000 rows, zero nulls, and no computed stats or uniqueness count, its data type and distribution are entirely unknown. The 'skipped' alert suggests the profiler either encountered an unsupported type or was explicitly configured to bypass this column.","role":"other","scope":"column","target":"instances","treatment":"Manually inspect raw values to determine type and semantics before assigning a role or transformation."}],"providers":["anthropic:default"],"total_usage":{"completion_tokens":976,"prompt_tokens":2058,"total_tokens":3034}},"language_counts":{},"meta":{"generated_at":"2026-06-21T23:17:47+00:00","mode":"full","row_count":2000,"sampled_rows":2000,"seed":42,"source":"/home/coolhand/html/datavis/data_trove/cache/accessibility/wlasl_index.json"},"notes":[],"saturn_version":"0.2.0","schema":{"gloss":"text","instances":"unknown"}}
