Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,39 @@
|
|
1 |
-
---
|
2 |
-
license:
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
task_categories:
|
4 |
+
- translation
|
5 |
+
language:
|
6 |
+
- hi
|
7 |
+
- en
|
8 |
+
tags:
|
9 |
+
- code-mixing
|
10 |
+
- code-switching
|
11 |
+
- NLG
|
12 |
+
size_categories:
|
13 |
+
- 1K<n<10K
|
14 |
+
---
|
15 |
+
|
16 |
+
## Dataset Details
|
17 |
+
|
18 |
+
**HinGE:** (A Dataset for Generation and Evaluation of Code-Mixed Hinglish Text) is a high-quality Hindi-English code-mixed dataset for the NLG tasks, manually annotated by five annotators.
|
19 |
+
|
20 |
+
The dataset contains the following columns:
|
21 |
+
|
22 |
+
* a. English, Hindi: The parallel source sentences from the IITB English-Hindi parallel corpus.
|
23 |
+
|
24 |
+
* b. Human-generated Hinglish: A list of Hinglish sentences generated by the human annotators.
|
25 |
+
|
26 |
+
* c. WAC: Hinglish sentence generated by the WAC algorithm (see paper for more details).
|
27 |
+
|
28 |
+
* d. WAC rating1, WAC rating2: Quality rating to the Hinglish sentence generated by the WAC algorithm. The quality rating ranges from 1-10.
|
29 |
+
|
30 |
+
* e. PAC: Hinglish sentence generated by the PAC algorithm (see paper for more details).
|
31 |
+
|
32 |
+
* f. PAC rating1, PAC rating2: Quality rating to the Hinglish sentence generated by the PAC algorithm. The quality rating ranges from 1-10.
|
33 |
+
|
34 |
+
### Dataset Description
|
35 |
+
|
36 |
+
- **Curated by:** [Lingo Research Group at IIT Gandhinagar](https://lingo.iitgn.ac.in/)
|
37 |
+
- **Language(s) (NLP):** Bilingual (Hindi [hi], English [en])
|
38 |
+
- **Licensed by:** cc-by-4.0
|
39 |
+
|