Upload dataset
Browse files- README.md +56 -0
- data/validation-00000-of-00001.parquet +3 -0
README.md
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: qid
|
5 |
+
dtype: string
|
6 |
+
- name: competition
|
7 |
+
dtype: string
|
8 |
+
- name: timestamp
|
9 |
+
dtype: string
|
10 |
+
- name: section
|
11 |
+
dtype: string
|
12 |
+
- name: number
|
13 |
+
dtype: int32
|
14 |
+
- name: original_question
|
15 |
+
dtype: string
|
16 |
+
- name: original_answer
|
17 |
+
dtype: string
|
18 |
+
- name: original_additional_info
|
19 |
+
dtype: string
|
20 |
+
- name: question
|
21 |
+
dtype: string
|
22 |
+
- name: answers
|
23 |
+
sequence: string
|
24 |
+
splits:
|
25 |
+
- name: validation
|
26 |
+
num_bytes: 419035
|
27 |
+
num_examples: 1000
|
28 |
+
download_size: 5344514
|
29 |
+
dataset_size: 9818634
|
30 |
+
configs:
|
31 |
+
- config_name: default
|
32 |
+
data_files:
|
33 |
+
- split: validation
|
34 |
+
path: data/validation-*
|
35 |
+
license: cc-by-sa-4.0
|
36 |
+
task_categories:
|
37 |
+
- question-answering
|
38 |
+
language:
|
39 |
+
- ja
|
40 |
+
---
|
41 |
+
|
42 |
+
|
43 |
+
# AIO with extended answers
|
44 |
+
|
45 |
+
AIO (AI王) is a Japanese quiz dataset.
|
46 |
+
This repository contains the validation set of Version 2.0, augmented with manually annotated valid answers for each question.
|
47 |
+
|
48 |
+
Source: [AI王 〜クイズAI日本一決定戦〜](https://sites.google.com/view/project-aio/home)
|
49 |
+
|
50 |
+
|
51 |
+
### Licensing Information
|
52 |
+
|
53 |
+
[Creative Commons Attribution Share Alike 4.0 International](https://sites.google.com/view/project-aio/dataset#h.wmban968zoh3)
|
54 |
+
|
55 |
+
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.
|
56 |
+
The validation/test set is licensed under CC BY-SA 4.0.
|
data/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e4ec0c3315cc028e82f4ccaea7c57143d3b11a7b28da00f9f28ca0b0b5df87e
|
3 |
+
size 240453
|