Datasets:
File size: 3,756 Bytes
0e00016 3ebc9bc 6a2794c 3ebc9bc |
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 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 |
---
language:
- ja
multilinguality:
- monolingual
size_categories:
- n<1K
task_categories:
- multiple-choice
- question-answering
task_ids:
- multiple-choice-qa
dataset_info:
- config_name: all
features:
- name: qid
dtype: string
- name: competition
dtype: string
- name: date
dtype: string
- name: number
dtype: int64
- name: question
dtype: string
- name: choice_1
dtype: string
- name: choice_2
dtype: string
- name: choice_3
dtype: string
- name: choice_4
dtype: string
- name: answer
dtype: int64
- config_name: abc_10
features:
- name: qid
dtype: string
- name: competition
dtype: string
- name: date
dtype: string
- name: number
dtype: int64
- name: question
dtype: string
- name: choice_1
dtype: string
- name: choice_2
dtype: string
- name: choice_3
dtype: string
- name: choice_4
dtype: string
- name: answer
dtype: int64
- config_name: abc_11
features:
- name: qid
dtype: string
- name: competition
dtype: string
- name: date
dtype: string
- name: number
dtype: int64
- name: question
dtype: string
- name: choice_1
dtype: string
- name: choice_2
dtype: string
- name: choice_3
dtype: string
- name: choice_4
dtype: string
- name: answer
dtype: int64
- config_name: abc_12
features:
- name: qid
dtype: string
- name: competition
dtype: string
- name: date
dtype: string
- name: number
dtype: int64
- name: question
dtype: string
- name: choice_1
dtype: string
- name: choice_2
dtype: string
- name: choice_3
dtype: string
- name: choice_4
dtype: string
- name: answer
dtype: int64
configs:
- config_name: all
data_files:
- split: train
path: train.tsv
- split: test
path: test.tsv
default: true
- config_name: abc_10
data_files:
- split: train
path: train.tsv
- split: test
path: test_abc_10.tsv
- config_name: abc_11
data_files:
- split: train
path: train.tsv
- split: test
path: test_abc_11.tsv
- config_name: abc_12
data_files:
- split: train
path: train.tsv
- split: test
path: test_abc_12.tsv
---
# abc-multiple-choice Dataset
`abc-multiple-choice` は、競技クイズの大会「abc」で使用された4択問題を元に作成された、多肢選択式の質問応答データセットです。
データセットの詳細については、下記の発表資料を参照してください。
- 鈴木正敏. 4択クイズを題材にした多肢選択式日本語質問応答データセットの構築. 言語処理学会第30回年次大会 (NLP2024) 併設ワークショップ 日本語言語資源の構築と利用性の向上 (JLR2024), 2024. \[[PDF](https://jedworkshop.github.io/JLR2024/materials/a-1.pdf)\]
下記の GitHub リポジトリで、本データセットを用いた評価実験のスクリプトを管理しています。
- https://github.com/cl-tohoku/abc-multiple-choice
## ライセンス
- 本データセットのクイズ問題の著作権は [abc/EQIDEN 実行委員会](https://abc-dive.com/portal/) に帰属します。
- 本データセットは研究目的での利用許諾を得ているものです。商用目的での利用は不可とします。
|