File size: 2,330 Bytes
3156fbd
84c9660
 
 
 
 
3156fbd
 
 
 
 
 
 
 
 
 
 
84c9660
3156fbd
 
 
 
 
 
 
 
 
 
84c9660
 
3156fbd
 
9f305ac
3156fbd
9f305ac
 
3156fbd
 
 
 
 
 
 
 
 
 
 
 
 
6ed2b2b
a19d9cd
 
 
 
 
 
 
 
 
 
4f157c8
0b2da44
df06d46
3156fbd
 
 
 
 
 
 
 
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
---
language:
- ja
license: cc-by-sa-4.0
task_categories:
- question-answering
dataset_info:
  features:
  - name: qid
    dtype: string
  - name: competition
    dtype: string
  - name: timestamp
    dtype: string
  - name: section
    dtype: string
  - name: number
    dtype: int64
  - name: original_question
    dtype: string
  - name: original_answer
    dtype: string
  - name: original_additional_info
    dtype: string
  - name: question
    dtype: string
  - name: answers
    sequence: string
  - name: original_answers
    sequence: string
  splits:
  - name: validation
    num_bytes: 453768
    num_examples: 1000
  download_size: 260118
  dataset_size: 453768
configs:
- config_name: default
  data_files:
  - split: validation
    path: data/validation-*
---


# AIO with extended answers

AIO (AI王) is a Japanese quiz dataset.
This repository contains the validation set of Version 2.0, augmented with manually annotated valid answers for each question.

Source: [AI王 〜クイズAI日本一決定戦〜](https://sites.google.com/view/project-aio/dataset#h.lysjxtu9gi8e)

### Data Fields

- `qid` (`str`): Unique identifier for each entry in the dataset.
- `competition` (`str`): The name of the competition that the data was first created for.
- `timestamp` (`str`): The timestamp when the data was created.
- `section` (`str`): The split the data belongs to.
- `original_question` (`str`): The original question before any processing or modification.
- `original_answer` (`str`): The original answer before any processing or modification.
- `original_additional_info` (`str`): Any additional information provided with the original data.
- `question` (`str`): The question used for the task. (NFKC 正規化済み)
- `answers` (`str`): The answer(s) of the question. This included additional answers we manually added to the original dataset.
- `original_answers` (`str`): The original "answers" of the original aio dataset.


### Licensing Information

[Creative Commons Attribution Share Alike 4.0 International](https://sites.google.com/view/project-aio/dataset#h.wmban968zoh3)

Note that the dataset includes a training set containing both copyright-protected data and data licensed under CC BY-SA 4.0, which are not included in this repository.
The validation/test set is licensed under CC BY-SA 4.0.