Update README.md
Browse files
README.md
CHANGED
@@ -62,37 +62,6 @@ dataset_info:
|
|
62 |
num_examples: 120
|
63 |
download_size: 216429
|
64 |
dataset_size: 388263
|
65 |
-
- config_name: v1.1_no_time_dependent
|
66 |
-
features:
|
67 |
-
- name: qid
|
68 |
-
dtype: string
|
69 |
-
- name: type
|
70 |
-
dtype: string
|
71 |
-
- name: question
|
72 |
-
dtype: string
|
73 |
-
- name: answer
|
74 |
-
dtype: string
|
75 |
-
- name: derivations
|
76 |
-
sequence:
|
77 |
-
- name: '0'
|
78 |
-
dtype: string
|
79 |
-
- name: '1'
|
80 |
-
dtype: string
|
81 |
-
- name: '2'
|
82 |
-
sequence: string
|
83 |
-
- name: page_ids
|
84 |
-
sequence: string
|
85 |
-
- name: time_dependent
|
86 |
-
dtype: bool
|
87 |
-
splits:
|
88 |
-
- name: train
|
89 |
-
num_bytes: 336795.52407932014
|
90 |
-
num_examples: 1020
|
91 |
-
- name: validation
|
92 |
-
num_bytes: 37625.25
|
93 |
-
num_examples: 117
|
94 |
-
download_size: 207757
|
95 |
-
dataset_size: 374420.77407932014
|
96 |
configs:
|
97 |
- config_name: v1
|
98 |
data_files:
|
@@ -106,10 +75,40 @@ configs:
|
|
106 |
path: v1.1/train-*
|
107 |
- split: validation
|
108 |
path: v1.1/validation-*
|
109 |
-
- config_name: v1.1_no_time_dependent
|
110 |
-
data_files:
|
111 |
-
- split: train
|
112 |
-
path: v1.1_no_time_dependent/train-*
|
113 |
-
- split: validation
|
114 |
-
path: v1.1_no_time_dependent/validation-*
|
115 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
num_examples: 120
|
63 |
download_size: 216429
|
64 |
dataset_size: 388263
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
configs:
|
66 |
- config_name: v1
|
67 |
data_files:
|
|
|
75 |
path: v1.1/train-*
|
76 |
- split: validation
|
77 |
path: v1.1/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
---
|
79 |
+
|
80 |
+
# JEMHopQA
|
81 |
+
|
82 |
+
> 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.
|
83 |
+
|
84 |
+
Source: [JEMHopQA on GitHub](https://github.com/aiishii/JEMHopQA)
|
85 |
+
|
86 |
+
|
87 |
+
### Licensing Information
|
88 |
+
|
89 |
+
[Creative Commons Attribution Share Alike 4.0 International](https://github.com/aiishii/JEMHopQA/blob/main/LICENSE)
|
90 |
+
|
91 |
+
### Citation Information
|
92 |
+
|
93 |
+
```
|
94 |
+
@inproceedings{ishii-etal-2024-jemhopqa-dataset,
|
95 |
+
title = "{JEMH}op{QA}: Dataset for {J}apanese Explainable Multi-Hop Question Answering",
|
96 |
+
author = "Ishii, Ai and
|
97 |
+
Inoue, Naoya and
|
98 |
+
Suzuki, Hisami and
|
99 |
+
Sekine, Satoshi",
|
100 |
+
editor = "Calzolari, Nicoletta and
|
101 |
+
Kan, Min-Yen and
|
102 |
+
Hoste, Veronique and
|
103 |
+
Lenci, Alessandro and
|
104 |
+
Sakti, Sakriani and
|
105 |
+
Xue, Nianwen",
|
106 |
+
booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)",
|
107 |
+
month = may,
|
108 |
+
year = "2024",
|
109 |
+
address = "Torino, Italia",
|
110 |
+
publisher = "ELRA and ICCL",
|
111 |
+
url = "https://aclanthology.org/2024.lrec-main.831",
|
112 |
+
pages = "9515--9525",
|
113 |
+
}
|
114 |
+
```
|