Datasets:

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -106,7 +106,7 @@ language:
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
 
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: list(int), text: list(str)}`): a list of answers
110
+ - answer start positions (character index)
111
+ - answer texts, (未 NFKC正規化)
112
  - `is_impossible`(`bool`): all the values are false