Chu0113 commited on
Commit
fcf5436
โ€ข
1 Parent(s): 5b99ea8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +54 -1
README.md CHANGED
@@ -1,5 +1,17 @@
1
  ---
2
- license: cc-by-nc-4.0
 
 
 
 
 
 
 
 
 
 
 
 
3
  dataset_info:
4
  features:
5
  - name: data_index_by_user
@@ -48,3 +60,44 @@ dataset_info:
48
  download_size: 23386318
49
  dataset_size: 83612601
50
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - ko
4
+ license:
5
+ - cc-by-nc-4.0
6
+ size_categories:
7
+ - 100K<n<1M
8
+ task_categories:
9
+ - text-classification
10
+ task_ids:
11
+ - natural-language-inference
12
+ - multi-input-text-classification
13
+ paperswithcode_id: anli
14
+ pretty_name: Adversarial NLI
15
  dataset_info:
16
  features:
17
  - name: data_index_by_user
 
60
  download_size: 23386318
61
  dataset_size: 83612601
62
  ---
63
+
64
+ # Dataset Card for anli
65
+
66
+ ## Licensing Information
67
+
68
+ [cc-4 Attribution-NonCommercial](https://github.com/facebookresearch/anli/blob/main/LICENSE)
69
+
70
+ ## Source Data Citation INformation
71
+
72
+ ```
73
+ @InProceedings{nie2019adversarial,
74
+ title={Adversarial NLI: A New Benchmark for Natural Language Understanding},
75
+ author={Nie, Yixin
76
+ and Williams, Adina
77
+ and Dinan, Emily
78
+ and Bansal, Mohit
79
+ and Weston, Jason
80
+ and Kiela, Douwe},
81
+ booktitle = "Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics",
82
+ year = "2020",
83
+ publisher = "Association for Computational Linguistics",
84
+ }
85
+ ```
86
+ ## Citation Information
87
+
88
+ ```
89
+ @inproceedings{KITD,
90
+ title={์–ธ์–ด ๋ฒˆ์—ญ ๋ชจ๋ธ์„ ํ†ตํ•œ ํ•œ๊ตญ์–ด ์ง€์‹œ ํ•™์Šต ๋ฐ์ดํ„ฐ ์„ธํŠธ ๊ตฌ์ถ•},
91
+ author={์ž„์˜์„œ, ์ถ”ํ˜„์ฐฝ, ๊น€์‚ฐ, ์žฅ์ง„์˜ˆ, ์ •๋ฏผ์˜, ์‹ ์‚ฌ์ž„},
92
+ booktitle={์ œ 35ํšŒ ํ•œ๊ธ€ ๋ฐ ํ•œ๊ตญ์–ด ์ •๋ณด์ฒ˜๋ฆฌ ํ•™์ˆ ๋Œ€ํšŒ},
93
+ pages={591--595},
94
+ year={2023}
95
+ }
96
+ @inproceedings{KITD,
97
+ title={Korean Instruction Tuning Dataset},
98
+ author={Yeongseo Lim, HyeonChang Chu, San Kim, Jin Yea Jang, Minyoung Jung, Saim Shin},
99
+ booktitle={Proceedings of the 35th Annual Conference on Human and Cognitive Language Technology},
100
+ pages={591--595},
101
+ year={2023}
102
+ }
103
+ ```