Datasets:
Tasks:
Multiple Choice
Modalities:
Text
Formats:
parquet
Sub-tasks:
multiple-choice-qa
Languages:
Korean
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,13 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: other
|
3 |
license_name: race
|
4 |
license_link: https://www.cs.cmu.edu/~glai1/data/race/
|
@@ -27,3 +36,56 @@ dataset_info:
|
|
27 |
download_size: 46954865
|
28 |
dataset_size: 212305667
|
29 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
pretty_name: race
|
3 |
+
language:
|
4 |
+
- ko
|
5 |
+
size_categories:
|
6 |
+
- 1K<n<10K
|
7 |
+
task_categories:
|
8 |
+
- multiple-choice
|
9 |
+
task_ids:
|
10 |
+
- multiple-choice-qa
|
11 |
license: other
|
12 |
license_name: race
|
13 |
license_link: https://www.cs.cmu.edu/~glai1/data/race/
|
|
|
36 |
download_size: 46954865
|
37 |
dataset_size: 212305667
|
38 |
---
|
39 |
+
|
40 |
+
# Dataset Card for race
|
41 |
+
|
42 |
+
## Licensing Information
|
43 |
+
|
44 |
+
http://www.cs.cmu.edu/~glai1/data/race/
|
45 |
+
|
46 |
+
1. RACE dataset is available for non-commercial research purpose only.
|
47 |
+
|
48 |
+
2. All passages are obtained from the Internet which is not property of Carnegie Mellon University. We are not responsible for the content nor the meaning of these passages.
|
49 |
+
|
50 |
+
3. You agree not to reproduce, duplicate, copy, sell, trade, resell or exploit for any commercial purpose, any portion of the contexts and any portion of derived data.
|
51 |
+
|
52 |
+
4. We reserve the right to terminate your access to the RACE dataset at any time.
|
53 |
+
|
54 |
+
## Source Data Citation INformation
|
55 |
+
|
56 |
+
```
|
57 |
+
@inproceedings{lai-etal-2017-race,
|
58 |
+
title = "{RACE}: Large-scale {R}e{A}ding Comprehension Dataset From Examinations",
|
59 |
+
author = "Lai, Guokun and
|
60 |
+
Xie, Qizhe and
|
61 |
+
Liu, Hanxiao and
|
62 |
+
Yang, Yiming and
|
63 |
+
Hovy, Eduard",
|
64 |
+
booktitle = "Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing",
|
65 |
+
month = sep,
|
66 |
+
year = "2017",
|
67 |
+
address = "Copenhagen, Denmark",
|
68 |
+
publisher = "Association for Computational Linguistics",
|
69 |
+
url = "https://aclanthology.org/D17-1082",
|
70 |
+
doi = "10.18653/v1/D17-1082",
|
71 |
+
pages = "785--794",
|
72 |
+
}
|
73 |
+
```
|
74 |
+
## Citation Information
|
75 |
+
|
76 |
+
```
|
77 |
+
@inproceedings{KITD,
|
78 |
+
title={์ธ์ด ๋ฒ์ญ ๋ชจ๋ธ์ ํตํ ํ๊ตญ์ด ์ง์ ํ์ต ๋ฐ์ดํฐ ์ธํธ ๊ตฌ์ถ},
|
79 |
+
author={์์์, ์ถํ์ฐฝ, ๊น์ฐ, ์ฅ์ง์, ์ ๋ฏผ์, ์ ์ฌ์},
|
80 |
+
booktitle={์ 35ํ ํ๊ธ ๋ฐ ํ๊ตญ์ด ์ ๋ณด์ฒ๋ฆฌ ํ์ ๋ํ},
|
81 |
+
pages={591--595},
|
82 |
+
year={2023}
|
83 |
+
}
|
84 |
+
@inproceedings{KITD,
|
85 |
+
title={Korean Instruction Tuning Dataset},
|
86 |
+
author={Yeongseo Lim, HyeonChang Chu, San Kim, Jin Yea Jang, Minyoung Jung, Saim Shin},
|
87 |
+
booktitle={Proceedings of the 35th Annual Conference on Human and Cognitive Language Technology},
|
88 |
+
pages={591--595},
|
89 |
+
year={2023}
|
90 |
+
}
|
91 |
+
```
|