Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Japanese
Libraries:
Datasets
pandas
License:
teruo6939 commited on
Commit
1f811a5
·
verified ·
1 Parent(s): dd12f37

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -103,10 +103,10 @@ language:
103
  ## default
104
 
105
  - `id` (`str`): id of a question
106
- - `title` (`str`): title of a Wikipedia article, NFKC正規化済み
107
- - `context` (`str`): a concatenation of the title and paragraph, NFKC正規化済み
108
- - `question`(`str`): question, NFKC正規化済み
109
  - `answers`(`dict{answer_start(int), text(str)}`): a set of answers
110
  - start position (character index)
111
- - answer text, NFKC正規化済み
112
  - `is_impossible`(`bool`): all the values are false
 
103
  ## default
104
 
105
  - `id` (`str`): id of a question
106
+ - `title` (`str`): title of a Wikipedia article, (未 NFKC正規化)
107
+ - `context` (`str`): a concatenation of the title and paragraph, (未 NFKC正規化)
108
+ - `question`(`str`): question, (未 NFKC正規化)
109
  - `answers`(`dict{answer_start(int), text(str)}`): a set of answers
110
  - start position (character index)
111
+ - answer text, (未 NFKC正規化)
112
  - `is_impossible`(`bool`): all the values are false