ryo0634 commited on
Commit
a19d9cd
·
verified ·
1 Parent(s): 3156fbd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -45,7 +45,19 @@ language:
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
 
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/dataset)
49
+
50
+ ### Data Fields
51
+
52
+ - `qid` (`str`): Unique identifier for each entry in the dataset.
53
+ - `competition` (`str`): The name of the competition that the data was first created for.
54
+ - `timestamp` (`str`): The timestamp when the data was created.
55
+ - `section` (`str`): The split the data belongs to.
56
+ - `original_question` (`str`): The original question before any processing or modification.
57
+ - `original_answer` (`str`): The original answer before any processing or modification.
58
+ - `original_additional_info` (`str`): Any additional information provided with the original data.
59
+ - `question` (`str`): The question used for the task.
60
+ - `answers` (`str`): The answer(s) of the question.
61
 
62
 
63
  ### Licensing Information