Datasets:

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -56,6 +56,7 @@ language:
56
  ## Licensing Information
57
 
58
  [Creative Commons Attribution Share Alike 4.0 International](https://github.com/yahoojapan/JGLUE/blob/main/LICENSE)
 
59
 
60
  ## Citation Information
61
 
@@ -101,13 +102,11 @@ language:
101
 
102
  ## default
103
 
104
- [datasets/jsquad-v1.1 on GitHub](https://github.com/yahoojapan/JGLUE/tree/main/datasets/jsquad-v1.1)
105
-
106
  - `id` (`str`): id of a question
107
- - `title` (`str`): title of a Wikipedia article
108
- - `context` (`str`): a concatenation of the title and paragraph
109
- - `question`(`str`): question
110
  - `answers`(`dict{answer_start(int), text(str)}`): a set of answers
111
  - start position (character index)
112
- - answer text
113
  - `is_impossible`(`bool`): all the values are false
 
56
  ## Licensing Information
57
 
58
  [Creative Commons Attribution Share Alike 4.0 International](https://github.com/yahoojapan/JGLUE/blob/main/LICENSE)
59
+ - [datasets/jsquad-v1.1 on GitHub](https://github.com/yahoojapan/JGLUE/tree/main/datasets/jsquad-v1.1)
60
 
61
  ## Citation Information
62
 
 
102
 
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