Chu0113 commited on
Commit
54991f3
โ€ข
1 Parent(s): 82eab95

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md CHANGED
@@ -1,5 +1,14 @@
1
  ---
 
 
2
  license: cc-by-4.0
 
 
 
 
 
 
 
3
  dataset_info:
4
  features:
5
  - name: premise
@@ -28,3 +37,40 @@ dataset_info:
28
  download_size: 27268480
29
  dataset_size: 89213271
30
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - ko
4
  license: cc-by-4.0
5
+ size_categories:
6
+ - 100K<n<1M
7
+ task_categories:
8
+ - text-classification
9
+ task_ids:
10
+ - natural-language-inference
11
+ - multi-input-text-classification
12
  dataset_info:
13
  features:
14
  - name: premise
 
37
  download_size: 27268480
38
  dataset_size: 89213271
39
  ---
40
+
41
+ # Dataset Card for QASC
42
+
43
+ ## Licensing Information
44
+
45
+ The data is distributed under the [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) license.
46
+
47
+ ## Source Data Citation INformation
48
+
49
+ ```
50
+ @inproceedings{snli:emnlp2015,
51
+ Author = {Bowman, Samuel R. and Angeli, Gabor and Potts, Christopher, and Manning, Christopher D.},
52
+ Booktitle = {Proceedings of the 2015 Conference on Empirical Methods in Natural Language Processing (EMNLP)},
53
+ Publisher = {Association for Computational Linguistics},
54
+ Title = {A large annotated corpus for learning natural language inference},
55
+ Year = {2015}
56
+ }
57
+ ```
58
+
59
+ ## Citation Information
60
+
61
+ ```
62
+ @inproceedings{KITD,
63
+ title={์–ธ์–ด ๋ฒˆ์—ญ ๋ชจ๋ธ์„ ํ†ตํ•œ ํ•œ๊ตญ์–ด ์ง€์‹œ ํ•™์Šต ๋ฐ์ดํ„ฐ ์„ธํŠธ ๊ตฌ์ถ•},
64
+ author={์ž„์˜์„œ, ์ถ”ํ˜„์ฐฝ, ๊น€์‚ฐ, ์žฅ์ง„์˜ˆ, ์ •๋ฏผ์˜, ์‹ ์‚ฌ์ž„},
65
+ booktitle={์ œ 35ํšŒ ํ•œ๊ธ€ ๋ฐ ํ•œ๊ตญ์–ด ์ •๋ณด์ฒ˜๋ฆฌ ํ•™์ˆ ๋Œ€ํšŒ},
66
+ pages={591--595},
67
+ year={2023}
68
+ }
69
+ @inproceedings{KITD,
70
+ title={Korean Instruction Tuning Dataset},
71
+ author={Yeongseo Lim, HyeonChang Chu, San Kim, Jin Yea Jang, Minyoung Jung, Saim Shin},
72
+ booktitle={Proceedings of the 35th Annual Conference on Human and Cognitive Language Technology},
73
+ pages={591--595},
74
+ year={2023}
75
+ }
76
+ ```