holylovenia commited on
Commit
2be6689
1 Parent(s): ca166c3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -1
README.md CHANGED
@@ -3,4 +3,38 @@ tags:
3
  - textual-entailment
4
  language:
5
  - ind
6
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  - textual-entailment
4
  language:
5
  - ind
6
+ ---
7
+
8
+ This dataset is designed for Natural Language Inference NLP task. It is designed to provide a challenging test-bed
9
+ for Indonesian NLI by explicitly incorporating various linguistic phenomena such as numerical reasoning, structural
10
+ changes, idioms, or temporal and spatial reasoning.
11
+
12
+
13
+ ## Dataset Usage
14
+
15
+ Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
16
+
17
+ ## Citation
18
+
19
+ ```@inproceedings{mahendra-etal-2021-indonli,
20
+ title = "{I}ndo{NLI}: A Natural Language Inference Dataset for {I}ndonesian",
21
+ author = "Mahendra, Rahmad and Aji, Alham Fikri and Louvan, Samuel and Rahman, Fahrurrozi and Vania, Clara",
22
+ booktitle = "Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing",
23
+ month = nov,
24
+ year = "2021",
25
+ address = "Online and Punta Cana, Dominican Republic",
26
+ publisher = "Association for Computational Linguistics",
27
+ url = "https://aclanthology.org/2021.emnlp-main.821",
28
+ pages = "10511--10527",
29
+ }
30
+ ```
31
+
32
+ ## License
33
+
34
+ Creative Common Attribution Share-Alike 4.0 International
35
+
36
+ ## Homepage
37
+
38
+ ### NusaCatalogue
39
+
40
+ For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)