name stringlengths 7 24 | prompt_templates listlengths 5 5 | samples listlengths 35 602 |
|---|---|---|
applies_to_jurisdiction | [
"<subject>ক আইনী শব্দ হিচাপে কোন দেশে গণ্য কৰা হয়? উত্তৰ হৈছে: <mask>.",
"<subject> কোন অধিকাৰক্ষেত্ৰত এটা আইনী শব্দ? উত্তৰ হৈছে: <mask>.",
"আইনী শব্দ <subject> ক’ত প্ৰয়োগ কৰা হয়? উত্তৰ হৈছে: <mask>.",
"<subject>ৰ ব্যৱহাৰ কোন আইনী একক কৰে? উত্তৰ হৈছে: <mask>.",
"<subject> কোন অঞ্চলত স্বীকৃত আইনী শব্দ হিচাপে... | [
{
"subject": "ফৰাচী গণৰাজ্যৰ ৰাষ্ট্ৰপতি",
"object": "ফ্ৰান্স",
"object_candidates": "ছোমালিয়া, চুইজাৰলেণ্ড, ৰোমানিয়া, ছিংগাপুৰ, নৰৱে, কিউবা, লিথুৱেনিয়া, টাইৱান, মনাকো, ফ্ৰান্স",
"index": 5960,
"subject_en": "President of the French Republic",
"object_en": "France",
"relation": "applie... |
capital | [
"<subject>ৰ ৰাজধানী ক'ত অৱস্থিত? উত্তৰ হৈছে: <mask>",
"<subject>ৰ ৰাজধানী কি? উত্তৰ হৈছে: <mask>",
"<subject>ৰ ৰাজধানী হিচাপে কোন চহৰ আছে? উত্তৰ হৈছে: <mask>",
"<subject>ৰ ৰাজধানী চহৰৰ নাম কোৱা। উত্তৰ হৈছে: <mask>",
"<subject>ৰ ৰাজধানী ক'ত আছে? উত্তৰ হৈছে: <mask>"
] | [
{
"subject": "আজাৰবাইজান",
"object": "বাকু",
"object_candidates": "গুয়াডালাজাৰা, কলম্বো, পিয়েৰ, জৰ্জটাউন, বেইৰুট, আলেপ্পো, লিংকন, ডাৰউইন, বেবিলন, বাকু",
"index": 6152,
"subject_en": "Azerbaijan",
"object_en": "Baku",
"relation": "capital"
},
{
"subject": "নেব্ৰাস্কা",
"obje... |
capital_of | ["<subject>ক আইনী শব্দ হিচাপে কোন দেশে গণ্য ক(...TRUNCATED) | [{"subject":"এডমন্টন","object":"আলবাৰ্টা","object_candidates":"চে(...TRUNCATED) |
continent | ["<subject> কোন মহাদেশত অৱস্থিত? উত্তৰ হৈছে: <ma(...TRUNCATED) | [{"subject":"তুৰ্কী","object":"এছিয়া","object_candidates":"ইউৰোপ,(...TRUNCATED) |
country_of_citizenship | ["<subject> কোন দেশৰ নাগৰিক? উত্তৰ হৈছে: <mask>","<subje(...TRUNCATED) | [{"subject":"বৰিছ স্পাস্কি","object":"ফ্ৰান্স","object_candida(...TRUNCATED) |
developer | ["<subject>ৰ বিকাশকাৰী কোন কোম্পানী? উত্তৰ হ(...TRUNCATED) | [{"subject":"macOS","object":"এপল ইনকৰ্পৰেটেড।","object_candidates":"(...TRUNCATED) |
field_of_work | ["<subject> কোন ক্ষেত্ৰত কাম কৰে? উত্তৰ হৈছে: <m(...TRUNCATED) | [{"subject":"এলান টুৰিং","object":"যুক্তি","object_candidates":"শৰ(...TRUNCATED) |
headquarters_location | ["<subject>ৰ মুখ্য কাৰ্যালয় ক'ত অৱস্থিত? উত্(...TRUNCATED) | [{"subject":"পেৰিছ চেণ্ট জাৰ্মেইন এফ.চি.","object":"প(...TRUNCATED) |
instrument | ["<subject> কোন বাদ্যযন্ত্ৰ বজায়? উত্তৰ হৈছ(...TRUNCATED) | [{"subject":"নেট কিং ক'ল","object":"পিয়ানো","object_candidates":"ভ(...TRUNCATED) |
language_of_work_or_name | ["<subject>ৰ মূল ভাষা কি? উত্তৰ হৈছে: <mask>.","<subject> প(...TRUNCATED) | [{"subject":"নট্ৰে ডেমৰ হাঞ্চবেক","object":"ফৰাচী","obje(...TRUNCATED) |
IndicKLAR
IndicKLAR (Indic Knowledge and Language-consistency Assessment Resource) is a factual question-answering dataset for evaluating cross-lingual consistency of LLMs across 18 Indic languages and English, plus romanized/code-mixed variants.
Paper preprint: arXiv:2605.29637 · Code: IndicKLAR_EMNLP_2026
Summary
- 78,570 samples — 2,619 samples × 30 language/script variants
- 20 relations (e.g.
capital,place_of_birth,official_language,occupation) - 19 native-script languages (18 Indic languages + English) + 11 romanized "code-mixed"
(
-ensuffixed) variants for transliteration/code-mixing experiments - Used to compute the Cross-Lingual Consistency (CLC) score — whether an LLM answers the same fact correctly regardless of language, script, or code-mixing strategy (formula and evaluation harness in the GitHub repo)
Structure
data/<lang>/<relation>.json # e.g. data/hin/place_of_birth.json
Each config in the viewer dropdown corresponds to one language/script directory (hin,
hin-en, ben, ...), since native-script directories carry extra English-gloss fields that
romanized/English ones don't — keeping them as separate configs avoids merging mismatched
schemas.
from datasets import load_dataset
ds = load_dataset("debajyotimaz/IndicKLAR", "hin")
print(ds["train"][0])
Fields
Each .json file is {"name": <relation>, "prompt_templates": [...], "samples": [...]}.
Per-sample fields:
| Field | Description |
|---|---|
index |
Sample index, stable across all 30 language variants for a given relation |
subject / object |
Subject entity and ground-truth answer, in the source script |
object_candidates |
Comma-separated multiple-choice distractors + correct answer |
subject_en / object_en |
English gloss (native-script configs only) |
relation |
Relation name, denormalized onto every sample |
Relations (20)
applies_to_jurisdiction, capital, capital_of, continent, country_of_citizenship,
developer, field_of_work, headquarters_location, instrument,
language_of_work_or_name, languages_spoken, location_of_formation, manufacturer,
native_language, occupation, official_language, owned_by, place_of_birth,
place_of_death, religion
Languages (30 configs)
Hindi, Bengali, Assamese, Gujarati, Telugu, Malayalam, Marathi, Odia, Punjabi, Tamil,
Sanskrit — each with a -en romanized/code-mixed sibling config — plus Kannada, Urdu,
Sindhi, Dogri, Konkani, Maithili, Nepali (native-script only), and English.
Usage
from huggingface_hub import hf_hub_download
import json
path = hf_hub_download("debajyotimaz/IndicKLAR", "data/hin/place_of_birth.json",
repo_type="dataset")
print(json.load(open(path, encoding="utf-8"))["samples"][0])
Dataset Creation
Facts spanning geography, biography, culture, and organizations were rendered into
natural-language question templates for each of the 18 Indic languages plus English.
Romanized code-mixed (-en) variants were derived from the native-script versions.
Multiple-choice distractors were sampled per relation to support closed-form evaluation
alongside open-ended generation.
Intended Uses
Evaluating factual accuracy and cross-lingual consistency of multilingual LLMs; studying prompting strategy (direct, code-mixed, transliterated, translated, latent reasoning) effects on Indic-language factual QA; benchmarking low-resource language understanding.
License
CC BY 4.0. Evaluation code is released separately under MIT at IndicKLAR_EMNLP_2026.
Citation
Preprint citation (will be updated once the EMNLP 2026 proceedings version is published):
@article{mazumder2026evaluating,
title={Evaluating Cross-lingual Knowledge Consistency in Code-Mixed vis-a-vis Indian Languages using IndicKLAR},
author={Mazumder, Debajyoti and Pathak, Divyansh and Kodali, Prashant and Joshi, Aditya and Agarwal, Akshay and Patro, Jasabanta},
journal={arXiv preprint arXiv:2605.29637},
year={2026}
}
- Downloads last month
- 54