Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
```
|