File size: 2,212 Bytes
61395dc feb01da e8622d1 a58c613 e8622d1 a58c613 e8622d1 a58c613 e8622d1 a58c613 e8622d1 a58c613 e8622d1 a58c613 e8622d1 a58c613 e8622d1 a58c613 61395dc feb01da |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 |
---
language:
- ko
license:
- mit
multilinguality:
- monolingual
size_categories:
- 10K<n<1M
source_datasets:
- original
task_categories:
- question-answering
- text2text-generation
task_ids:
- abstractive-qa
- extractive-qa
paperswithcode_id: duorc
pretty_name: DuoRC
dataset_info:
features:
- name: plot_id
dtype: string
- name: plot
dtype: string
- name: title
dtype: string
- name: question_id
dtype: string
- name: question
dtype: string
- name: answers
sequence: string
- name: data_index_by_user
dtype: int32
- name: no_answer
dtype: bool
splits:
- name: ParaphraseRC_train
num_bytes: 602587402
num_examples: 69524
- name: ParaphraseRC_validation
num_bytes: 128698408
num_examples: 15591
- name: ParaphraseRC_test
num_bytes: 140358453
num_examples: 15857
- name: SelfRC_train
num_bytes: 288548501
num_examples: 60721
- name: SelfRC_validation
num_bytes: 62171721
num_examples: 12961
- name: SelfRC_test
num_bytes: 59196683
num_examples: 12559
download_size: 67341464
dataset_size: 1281561168
---
# Dataset Card for duorc
## Licensing Information
[MIT License](https://github.com/duorc/duorc/blob/master/LICENSE)
## Source Data Citation Information
```
@inproceedings{DuoRC,
author = { Amrita Saha and Rahul Aralikatte and Mitesh M. Khapra and Karthik Sankaranarayanan},
title = {{DuoRC: Towards Complex Language Understanding with Paraphrased Reading Comprehension}},
booktitle = {Meeting of the Association for Computational Linguistics (ACL)},
year = {2018}
}
```
## Citation Information
```
@inproceedings{KITD,
title={์ธ์ด ๋ฒ์ญ ๋ชจ๋ธ์ ํตํ ํ๊ตญ์ด ์ง์ ํ์ต ๋ฐ์ดํฐ ์ธํธ ๊ตฌ์ถ},
author={์์์, ์ถํ์ฐฝ, ๊น์ฐ, ์ฅ์ง์, ์ ๋ฏผ์, ์ ์ฌ์},
booktitle={์ 35ํ ํ๊ธ ๋ฐ ํ๊ตญ์ด ์ ๋ณด์ฒ๋ฆฌ ํ์ ๋ํ},
pages={591--595},
year={2023}
}
@inproceedings{KITD,
title={Korean Instruction Tuning Dataset},
author={Yeongseo Lim, HyeonChang Chu, San Kim, Jin Yea Jang, Minyoung Jung, Saim Shin},
booktitle={Proceedings of the 35th Annual Conference on Human and Cognitive Language Technology},
pages={591--595},
year={2023}
}
``` |