l3cube-pune commited on
Commit
038accb
·
verified ·
1 Parent(s): e222dea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -43,6 +43,8 @@ configs:
43
 
44
  A gold-standard multilingual question-answering benchmark for evaluating the India-specific factual knowledge of Large Language Models. 3,471 curriculum-grounded English question–answer pairs across nine domains, translated into 19 Indic languages: 69,420 parallel pairs across 20 languages.
45
 
 
 
46
  ## Dataset structure
47
 
48
  One CSV per language, named `<language>.csv` (`english.csv`, `hindi.csv`, `marathi.csv`, …). Every file has the same 3,471 rows in the same order, so the *n*th row of any file is the translation of the *n*th row of `english.csv`.
@@ -86,4 +88,16 @@ English plus Assamese, Bengali, Dogri, Gujarati, Hindi, Kannada, Konkani, Maithi
86
  from datasets import load_dataset
87
 
88
  english = load_dataset("l3cube-pune/IndicQuest-v2", data_files="english.csv")
89
- hindi = load_dataset("l3cube-pune/IndicQuest-v2", data_files="hindi.csv")
 
 
 
 
 
 
 
 
 
 
 
 
 
43
 
44
  A gold-standard multilingual question-answering benchmark for evaluating the India-specific factual knowledge of Large Language Models. 3,471 curriculum-grounded English question–answer pairs across nine domains, translated into 19 Indic languages: 69,420 parallel pairs across 20 languages.
45
 
46
+ More details can be found in our [paper](http://arxiv.org/abs/2608.15535).
47
+
48
  ## Dataset structure
49
 
50
  One CSV per language, named `<language>.csv` (`english.csv`, `hindi.csv`, `marathi.csv`, …). Every file has the same 3,471 rows in the same order, so the *n*th row of any file is the translation of the *n*th row of `english.csv`.
 
88
  from datasets import load_dataset
89
 
90
  english = load_dataset("l3cube-pune/IndicQuest-v2", data_files="english.csv")
91
+ hindi = load_dataset("l3cube-pune/IndicQuest-v2", data_files="hindi.csv")
92
+ ```
93
+
94
+ ## Citing
95
+
96
+ ```
97
+ @article{jain2026l3cube,
98
+ title={L3Cube-IndicQuest v2: A Large-Scale Multilingual Benchmark for Evaluating Factual Knowledge of Large Language Models Across Indic Languages},
99
+ author={Jain, Rinit and Mahajan, Tirthraj and Joshi, Advait and Joshi, Raviraj},
100
+ journal={arXiv preprint arXiv:2608.15535},
101
+ year={2026}
102
+ }
103
+ ```