--- language: - or pretty_name: Odia Eval Benchmark tags: - odia - oriya - eval - benchmark - nlp - multiple-choice - question-answering - generation - translation - ner - classification - math - indic task_categories: - question-answering - text-generation - text-classification - token-classification - translation - multiple-choice language_creators: - expert-generated - machine-generated - found annotations_creators: - expert-generated - machine-generated license: - cc-by-4.0 - mit multilinguality: - monolingual size_categories: - 100K= 40 chars), **or** - every 64-char window of its gold text appeared in a single corpus shard (i.e., the gold text is genuinely contained in the corpus) Rows whose **input** (prompt/context) matched the corpus but whose gold did not were **kept** - input passages being in the pretraining corpus is expected and does not leak the answer. This distinction is why only 1,861 of 15,236 raw matches were excluded. Details: - Excluded: 1,861 rows (gold matches), dominated by headline generation (652), question generation (580), and sentence summarization (425) - Kept: 13,375 rows with benign input-only overlap ### Translation English MC options (91,713 unique strings, 100,816 occurrences) were translated to Odia with **NLLB-200 (distilled 1.3B, int8)** using CTranslate2 with length-band batching. A validation gate checked for: - empty output (253 -> fell back to source) - untranslated output (1946 math/chem formulas -> kept verbatim) - blown-up short strings (103 -> fell back to source) - sibling choice collisions (19 -> fell back to source) Math and chemistry formulas (`32°`, `H₂ + O₂`, `NaCl`) are kept in their original form - they are language-independent. ### Quality Gates - 0 rows with out-of-bounds or missing answer index (10,642 recovered via gold-reference matching) - 0 rows with no Odia content at all - 100% of MCQ rows carry a valid `answer_index` - Globally unique row ids ## Usage ### With Hugging Face `datasets` ```python from datasets import load_dataset ds = load_dataset("MaelisResearch/odia-eval-benchmark", split="train") # MCQ rows with fully Odia options mc = ds.filter(lambda x: x["task"] == "multiple_choice") print(mc[0]) ``` ### Evaluation The benchmark is designed to be used with an Odia-aware evaluation harness. A reference harness (`eval_harness.py`) is maintained in the associated benchmark repository and scores: - **Multiple choice** - accuracy on `answer_index` - **QA** - span F1 (SQuAD-style) for extractive; exact-match for boolean - **Math** - exact match on the final number - **Classification** - accuracy on `label_index` - **NER** - token-level BIO F1 - **Translation** - chrF / BLEU - **Generation** - reference-free (optional LLM judge) ## Considerations and Limitations - **Contamination is controlled, not eliminated** - the screen covers a specific Odia web-text corpus; overlap with other corpora is possible - **Translated MC options** may differ slightly from native phrasing - models that rely on English-style semantics may see a small distribution shift - **Math/chem formulas** are intentionally untranslated (language-independent) - **IndiVibe rows** (220) are judge-scored conversation/chat items with no gold answer - they are included for reference-style evaluation - **`quality_tier`** lets you filter by provenance: use `professional` for the highest-quality subsets, `native` for natively collected data ## License Each row carries its source license (`cc-by-4.0` or `mit`); consumers must respect the license of each constituent dataset. When redistributing, retain the `license` and `source_url` fields. ## Citation ```bibtex @misc{maelis-odia-eval, title = {Odia Eval Benchmark}, author = {Maelis Research}, year = {2026}, howpublished = {https://huggingface.co/datasets/MaelisResearch/odia-eval-benchmark} } ``` ## Contact **Maelis Research** - publishing high-quality Indic language resources for open NLP research. With this, we begin our journey towards revolutionising AI for the Odia language. Jai Jagannath!