Chu0113 commited on
Commit
feb01da
โ€ข
1 Parent(s): e8622d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +54 -1
README.md CHANGED
@@ -1,5 +1,22 @@
1
  ---
2
- license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  dataset_info:
4
  features:
5
  - name: plot_id
@@ -38,3 +55,39 @@ dataset_info:
38
  download_size: 66302569
39
  dataset_size: 1280812316
40
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - ko
4
+ license:
5
+ - mit
6
+ multilinguality:
7
+ - monolingual
8
+ size_categories:
9
+ - 10K<n<1M
10
+ source_datasets:
11
+ - original
12
+ task_categories:
13
+ - question-answering
14
+ - text2text-generation
15
+ task_ids:
16
+ - abstractive-qa
17
+ - extractive-qa
18
+ paperswithcode_id: duorc
19
+ pretty_name: DuoRC
20
  dataset_info:
21
  features:
22
  - name: plot_id
 
55
  download_size: 66302569
56
  dataset_size: 1280812316
57
  ---
58
+
59
+ # Dataset Card for duorc
60
+
61
+ ## Licensing Information
62
+
63
+ [MIT License](https://github.com/duorc/duorc/blob/master/LICENSE)
64
+
65
+ ## Source Data Citation Information
66
+
67
+ ```
68
+ @inproceedings{DuoRC,
69
+ author = { Amrita Saha and Rahul Aralikatte and Mitesh M. Khapra and Karthik Sankaranarayanan},
70
+ title = {{DuoRC: Towards Complex Language Understanding with Paraphrased Reading Comprehension}},
71
+ booktitle = {Meeting of the Association for Computational Linguistics (ACL)},
72
+ year = {2018}
73
+ }
74
+ ```
75
+
76
+ ## Citation Information
77
+
78
+ ```
79
+ @inproceedings{KITD,
80
+ title={์–ธ์–ด ๋ฒˆ์—ญ ๋ชจ๋ธ์„ ํ†ตํ•œ ํ•œ๊ตญ์–ด ์ง€์‹œ ํ•™์Šต ๋ฐ์ดํ„ฐ ์„ธํŠธ ๊ตฌ์ถ•},
81
+ author={์ž„์˜์„œ, ์ถ”ํ˜„์ฐฝ, ๊น€์‚ฐ, ์žฅ์ง„์˜ˆ, ์ •๋ฏผ์˜, ์‹ ์‚ฌ์ž„},
82
+ booktitle={์ œ 35ํšŒ ํ•œ๊ธ€ ๋ฐ ํ•œ๊ตญ์–ด ์ •๋ณด์ฒ˜๋ฆฌ ํ•™์ˆ ๋Œ€ํšŒ},
83
+ pages={591--595},
84
+ year={2023}
85
+ }
86
+ @inproceedings{KITD,
87
+ title={Korean Instruction Tuning Dataset},
88
+ author={Yeongseo Lim, HyeonChang Chu, San Kim, Jin Yea Jang, Minyoung Jung, Saim Shin},
89
+ booktitle={Proceedings of the 35th Annual Conference on Human and Cognitive Language Technology},
90
+ pages={591--595},
91
+ year={2023}
92
+ }
93
+ ```