Datasets:

Modalities:
Text
Formats:
json
Languages:
Hindi
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
ravirajoshi commited on
Commit
cd72e6c
·
verified ·
1 Parent(s): b898028

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -3
README.md CHANGED
@@ -1,3 +1,58 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - text-generation
5
+ language:
6
+ - hi
7
+ pretty_name: Hindi IFEval
8
+ size_categories:
9
+ - 1K<n<10K
10
+ ---
11
+
12
+ ## Dataset Description:
13
+ The IFEval-Hi (Hindi IFEval) evaluation dataset contains 848 prompts in the Hindi language to evaluate the instruction-following ability of the large language models (LLMs). The dataset is constructed in a similar manner as the English version of IFEval, and the responses are verifiable by heuristics. Hence, these are "verifiable instructions”. The prompts are curated natively by specialists who are well-versed in Hindi and can cover the local nuances of the Hindi language and Indian culture.
14
+
15
+ This dataset is ready for commercial/non-commercial use.
16
+
17
+ ## Dataset Owner:
18
+ NVIDIA Corporation
19
+
20
+
21
+ ## Dataset Creation Date:
22
+ April 2025
23
+
24
+ ## License/Terms of Use:
25
+ CC-BY 4.0
26
+
27
+ ## Intended Usage:
28
+ Evaluate the instruction-following ability of the LLM in the Hindi language.
29
+
30
+ ## Dataset Characterization
31
+ Data Collection Method<br>
32
+ * Human <br>
33
+
34
+ Labeling Method<br>
35
+ * Not Applicable <br>
36
+
37
+ ## Dataset Format
38
+ Text
39
+
40
+ ## Dataset Quantification
41
+ 688KB of multi-turn query prompts, comprising 848 individual samples.
42
+
43
+ ## Ethical Considerations:
44
+ NVIDIA believes Trustworthy AI is a shared responsibility, and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal model team to ensure this model meets requirements for the relevant industry and use case and addresses unforeseen product misuse.
45
+
46
+ Please report security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).
47
+
48
+ ## Citing
49
+
50
+ If you find our work helpful, please consider citing our paper:
51
+ ```
52
+ @article{kamath2025benchmarking,
53
+ title={Benchmarking Hindi LLMs: A New Suite of Datasets and a Comparative Analysis},
54
+ author={Kamath, Anusha and Singla, Kanishk and Paul, Rakesh and Joshi, Raviraj and Vaidya, Utkarsh and Chauhan, Sanjay Singh and Wartikar, Niranjan},
55
+ journal={arXiv preprint arXiv:2508.19831},
56
+ year={2025}
57
+ }
58
+ ```