Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Hindi
Size:
< 1K
Libraries:
Datasets
pandas
License:
jaygala24 commited on
Commit
ddb729c
1 Parent(s): 6438605

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language_creators:
5
+ - expert-generated
6
+ language:
7
+ - hi
8
+ license:
9
+ - cc-by-4.0
10
+ multilinguality:
11
+ - monolingual
12
+ size_categories:
13
+ - 1<n<100
14
+ source_datasets:
15
+ - original
16
+ task_categories:
17
+ - text2text-generation
18
+ task_ids: []
19
+ pretty_name: Airavata HumanEval
20
+ language_bcp47:
21
+ - hi-IN
22
+ dataset_info:
23
+ - config_name: human-eval
24
+ features:
25
+ - name: id
26
+ dtype: string
27
+ - name: intent
28
+ dtype: string
29
+ - name: domain
30
+ dtype: string
31
+ - name: language
32
+ dtype: string
33
+ - name: prompt
34
+ dtype: string
35
+ splits:
36
+ - name: test
37
+ num_bytes: 34114
38
+ num_examples: 50
39
+ download_size: 21873
40
+ dataset_size: 34114
41
+ configs:
42
+ - config_name: human-eval
43
+ data_files:
44
+ - split: test
45
+ path: data/test-*
46
+ ---
47
+
48
+ # Airavata HumanEval Prompts
49
+
50
+ This benchmark contains a set of prompts written by real-users to evaluate LLMs on real-world tasks and test it for different abilities. We collect prompts for 5 abilities listed below:
51
+ - Long: Ability to generate long-form text like writing essays, speeches, reports, etc.
52
+ - Fact-Ops: Ability to give factual opinions and explanations like seeking recommendations, seeking advice, opinions, explanations, etc.
53
+ - Content: Ability to make content accessible like summarizations, layman explanations, etc
54
+ - Lang-Creativity: Ability to be creative in language like finding anagrams, rhyming words, vocabulary enhancement, etc
55
+ - Culture: Ability to answer questions related to Indian Culture.
56
+
57
+ For each ability we define a list of intents and domains which are provided to the users along with detailed instructions about what prompts are expected.
58
+
59
+ We recommend the readers to check out our [official blog post](https://ai4bharat.github.io/airavata) for more details.
60
+
61
+ ## Citation
62
+
63
+ ```bibtex
64
+ @misc{airavata2024,
65
+ title = {Introducing Airavata: Hindi Instruction-tuned Chat Model},
66
+ url = {https://ai4bharat.github.io/airavata},
67
+ author = {Jay Gala and Thanmay Jayakumar and Jaavid Aktar Husain and Aswanth Kumar and Mohammed Safi Ur Rahman Khan and Diptesh Kanojia and Ratish Puduppully and Mitesh Khapra and Raj Dabre and Rudra Murthy and Anoop Kunchukuttan},
68
+ month = {January},
69
+ year = {2024}
70
+ }
71
+ ```