k-chirkunov/jeeran_semeval_2016_arabic_adaptation_coarse
Jeeran — SemEval-2016 Task 5 (Arabic) adaptation, coarse categories The k-chirkunov/jeeran_semeval_2016_arabic_adaptation dataset with its 48 fine-grained Arabic aspect labels collapsed onto 14 coarse families. Everything else — targets, character offsets, polarity, the human-annotated spans, the train/test split — is carried over unchanged. Contents split reviews sentences opinions train 43,365 69,524 181,406 test 10,838 17,594 45,225 The… See the full description on the dataset page: https://huggingface.co/datasets/k-chirkunov/jeeran_semeval_2016_arabic_adaptation_coarse.
Jeeran — SemEval-2016 Task 5 (Arabic) adaptation, coarse categories
The `k-chirkunov/jeeran_semeval_2016_arabic_adaptation` dataset with its 48 fine-grained Arabic aspect labels collapsed onto 14 coarse families. Everything else — targets, character offsets, polarity, the human-annotated spans, the train/test split — is carried over unchanged.
Contents
The datasets view is flat: one row per opinion, with the sentence text repeated across the opinions it contains. SemEval SB1 XML is under semeval_xml/.
Fields
Coarse taxonomy
Distribution
Mapping provenance
The fine → coarse mapping is coarsen_aspect_category from the project's evaluation_coarse/prompts_override.py (verified identical to the ASPECT_CATEGORY_MERGE in evaluation/eval_utils.py), applied verbatim — no relabelling by hand or by model.
Two details worth knowing:
- The fine dataset contains 80 distinct category strings, not 48: 30 are whitespace variants (
"السعر "," الخبرة"). The mapping strips before lookup, so they normalize onto their 48 canonical labels; 365 rows were affected. - 1,677 opinions (0.73%) were dropped — fine label
unknownor empty, which belong to no coarse family. Sentences and reviews left empty by that were dropped too, and sentence ids renumbered to stay gap-free.
Verification
Every released opinion satisfies text[from:to] == target, and the target lies within its own span. Checked on the CSVs, on the XML after reparsing, and after the Hub round-trip — 0 exceptions. No review or sentence id appears in both splits.
Caveats inherited from the fine dataset
target and category_fine are model-generated (Gemma); span boundaries and polarity are human. Opinions with no explicit target noun phrase were already dropped upstream, which removed speech-act labels preferentially — so نصيحة/ذم-derived families (التوصية والتحذير) are thinner here than in the source corpus.
Licensing
The underlying reviews were collected from Jeeran; this repository does not assert a license over them. Consult the source terms before redistribution or commercial use.
