teruo6939 commited on
Commit
4f157c8
1 Parent(s): df06d46

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -58,7 +58,7 @@ Source: [AI王 〜クイズAI日本一決定戦〜](https://sites.google.com/v
58
  - `original_question` (`str`): The original question before any processing or modification.
59
  - `original_answer` (`str`): The original answer before any processing or modification.
60
  - `original_additional_info` (`str`): Any additional information provided with the original data.
61
- - `question` (`str`): The question used for the task.
62
  - `answers` (`str`): The answer(s) of the question. This included additional answers we manually added to the original dataset.
63
  - `original_answers` (`str`): The original "answers" of the original aio dataset.
64
 
 
58
  - `original_question` (`str`): The original question before any processing or modification.
59
  - `original_answer` (`str`): The original answer before any processing or modification.
60
  - `original_additional_info` (`str`): Any additional information provided with the original data.
61
+ - `question` (`str`): The question used for the task. (NFKC 正規化済み)
62
  - `answers` (`str`): The answer(s) of the question. This included additional answers we manually added to the original dataset.
63
  - `original_answers` (`str`): The original "answers" of the original aio dataset.
64