Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Japanese
Libraries:
Datasets
pandas
License:
teruo6939 commited on
Commit
1927f7e
1 Parent(s): de604c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -46,7 +46,7 @@ language:
46
 
47
  ソース: [yahoojapan/JGLUE on GitHub](https://github.com/yahoojapan/JGLUE/tree/main)
48
 
49
- ## JSQuAD
50
 
51
  > JSQuAD is a Japanese version of SQuAD (Rajpurkar+, 2016), one of the datasets of reading comprehension.
52
  > Each instance in the dataset consists of a question regarding a given context (Wikipedia article) and its answer.
@@ -54,11 +54,11 @@ language:
54
  > We used the Japanese Wikipedia dump as of 20211101.
55
 
56
 
57
- ### Licensing Information
58
 
59
  [Creative Commons Attribution Share Alike 4.0 International](https://github.com/yahoojapan/JGLUE/blob/main/LICENSE)
60
 
61
- ### Citation Information
62
 
63
  ```
64
  @article{栗原 健太郎2023,
@@ -98,11 +98,11 @@ language:
98
  }
99
  ```
100
 
101
- ## Subsets
102
 
103
- ### default
104
 
105
- src: [datasets/jsquad-v1.1](https://github.com/yahoojapan/JGLUE/tree/main/datasets/jsquad-v1.1)
106
 
107
  - `id` (`str`): id of a question
108
  - `title` (`str`): title of a Wikipedia article
 
46
 
47
  ソース: [yahoojapan/JGLUE on GitHub](https://github.com/yahoojapan/JGLUE/tree/main)
48
 
49
+ # JSQuAD
50
 
51
  > JSQuAD is a Japanese version of SQuAD (Rajpurkar+, 2016), one of the datasets of reading comprehension.
52
  > Each instance in the dataset consists of a question regarding a given context (Wikipedia article) and its answer.
 
54
  > We used the Japanese Wikipedia dump as of 20211101.
55
 
56
 
57
+ ## Licensing Information
58
 
59
  [Creative Commons Attribution Share Alike 4.0 International](https://github.com/yahoojapan/JGLUE/blob/main/LICENSE)
60
 
61
+ ## Citation Information
62
 
63
  ```
64
  @article{栗原 健太郎2023,
 
98
  }
99
  ```
100
 
101
+ # Subsets
102
 
103
+ ## default
104
 
105
+ [datasets/jsquad-v1.1 on GitHub](https://github.com/yahoojapan/JGLUE/tree/main/datasets/jsquad-v1.1)
106
 
107
  - `id` (`str`): id of a question
108
  - `title` (`str`): title of a Wikipedia article