abc-multiple-choice / README.md
singletongue's picture
Add a link to the presentation PDF
6a2794c verified
metadata
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]

下記の GitHub リポジトリで、本データセットを用いた評価実験のスクリプトを管理しています。

ライセンス

  • 本データセットのクイズ問題の著作権は abc/EQIDEN 実行委員会 に帰属します。
  • 本データセットは研究目的での利用許諾を得ているものです。商用目的での利用は不可とします。