Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Japanese
Libraries:
Datasets
pandas
License:
teruo6939 commited on
Commit
29b70ec
1 Parent(s): 0510ed9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -13
README.md CHANGED
@@ -119,15 +119,15 @@ configs:
119
 
120
  ソース: [aiishii/JEMHopQA on GitHub](https://github.com/aiishii/JEMHopQA)
121
 
122
- ## JEMHopQA
123
 
124
  > JEMHopQA (Japanese Explainable Multi-hop Question Answering) is a Japanese multi-hop QA dataset that can evaluate internal reasoning. It is a task that takes a question as input and generates an answer and derivations. Derivations are a set of derivation steps and is a semi-structured representation of relationships between entities. This dataset contains both compositional (linking information from two Wikipedia articles) and comparison (comparing information from two Wikipedia articles) questions.
125
 
126
- ### Licensing Information
127
 
128
  [Creative Commons Attribution Share Alike 4.0 International](https://github.com/aiishii/JEMHopQA/blob/main/LICENSE)
129
 
130
- ### Citation Information
131
 
132
  ```
133
  @inproceedings{ishii-etal-2024-jemhopqa-dataset,
@@ -152,14 +152,15 @@ configs:
152
  }
153
  ```
154
 
155
- ## Subsets
156
 
157
- ### v1, v1.1
158
 
159
- v1: [https://github.com/aiishii/JEMHopQA/tree/main/corpus](https://github.com/aiishii/JEMHopQA/tree/main/corpus)
160
 
161
- v1.1: [https://github.com/aiishii/JEMHopQA/tree/main/corpus_ver1.1](https://github.com/aiishii/JEMHopQA/tree/main/corpus_ver1.1)
162
 
 
163
 
164
  - `qid` (`str`): Unique identifier for each entry in the dataset.
165
  - `type` (`str`): The category of the question ("comparison" or "compositional").
@@ -169,10 +170,8 @@ v1.1: [https://github.com/aiishii/JEMHopQA/tree/main/corpus_ver1.1](https://gith
169
  - `page_ids` (`list[str]`): Identifiers for related Wikipedia pages.
170
  - `time_dependent` (`bool`): Indicates whether the question/answer is time-sensitive.
171
 
172
- ### v1.1-extended-answers
173
 
174
- v1.1 の answer に別解を加え、`answers` (`list[str]`) に拡張したもの
175
-
176
- - e.g., `"カリフォルニア州クパチーノ"` -> `["カリフォルニア州クパチーノ", "アメリカ合衆国カリフォルニア州クパチーノ", "アメリカ合衆国カリフォルニア州クパティーノ", "カリフォルニア州クパティーノ"]`
177
-
178
- split: validation のみ
 
119
 
120
  ソース: [aiishii/JEMHopQA on GitHub](https://github.com/aiishii/JEMHopQA)
121
 
122
+ # JEMHopQA
123
 
124
  > JEMHopQA (Japanese Explainable Multi-hop Question Answering) is a Japanese multi-hop QA dataset that can evaluate internal reasoning. It is a task that takes a question as input and generates an answer and derivations. Derivations are a set of derivation steps and is a semi-structured representation of relationships between entities. This dataset contains both compositional (linking information from two Wikipedia articles) and comparison (comparing information from two Wikipedia articles) questions.
125
 
126
+ ## Licensing Information
127
 
128
  [Creative Commons Attribution Share Alike 4.0 International](https://github.com/aiishii/JEMHopQA/blob/main/LICENSE)
129
 
130
+ ## Citation Information
131
 
132
  ```
133
  @inproceedings{ishii-etal-2024-jemhopqa-dataset,
 
152
  }
153
  ```
154
 
155
+ # Subsets
156
 
157
+ ## v1
158
 
159
+ v1: [JEMHopQA/corpus on GitHub](https://github.com/aiishii/JEMHopQA/tree/main/corpus)
160
 
161
+ ## v1.1
162
 
163
+ v1.1: [JEMHopQA/corpus_ver1.1 on GitHub](https://github.com/aiishii/JEMHopQA/tree/main/corpus_ver1.1)
164
 
165
  - `qid` (`str`): Unique identifier for each entry in the dataset.
166
  - `type` (`str`): The category of the question ("comparison" or "compositional").
 
170
  - `page_ids` (`list[str]`): Identifiers for related Wikipedia pages.
171
  - `time_dependent` (`bool`): Indicates whether the question/answer is time-sensitive.
172
 
173
+ ## v1.1-extended-answers
174
 
175
+ - v1.1 の `answer` に別解を加え、`answers` (`list[str]`) に拡張したもの
176
+ - e.g., `"カリフォルニア州クパチーノ"` -> `["カリフォルニア州クパチーノ", "アメリカ合衆国カリフォルニア州クパチーノ", "アメリカ合衆国カリフォルニア州クパティーノ", "カリフォルニア州クパティーノ"]`
177
+ - split: validation のみ