Datasets:

Languages:
English
ArXiv:
License:
T0asty commited on
Commit
de4da28
1 Parent(s): 59f1614

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +60 -1
README.md CHANGED
@@ -15,4 +15,63 @@ configs:
15
  default: true
16
  - config_name: unverified
17
  data_files: "data/without_human_verification.json"
18
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  default: true
16
  - config_name: unverified
17
  data_files: "data/without_human_verification.json"
18
+ ---
19
+
20
+ # MoreHopQA: More Than Multi-hop Reasoning
21
+
22
+ <!-- Provide a quick summary of the dataset. -->
23
+
24
+ We propose a new multi-hop dataset, MoreHopQA, which shifts from extractive to generative answers. Our dataset is created by utilizing three existing multi-hop datasets: [HotpotQA](https://github.com/hotpotqa/hotpot), [2Wiki-MultihopQA](https://github.com/Alab-NII/2wikimultihop), and [MuSiQue](https://github.com/StonyBrookNLP/musique). Instead of relying solely on factual reasoning, we enhance the existing multi-hop questions by adding another layer of questioning.
25
+
26
+ <div align="center">
27
+ <img src="figures/overall-1.png" style="width:50%">
28
+ </div>
29
+
30
+ ## Dataset Details
31
+
32
+ ### Dataset Description
33
+
34
+ <!-- Provide a longer summary of what this dataset is. -->
35
+
36
+ Our dataset is created through a semi-automated process, resulting in a dataset with 1118 samples that have undergone human verification.
37
+ For each sample, we share our 6 evaluation cases, including the new question, the original question, all the necessary subquestions, and a composite question from the second entity to the final answer (case 3 above).
38
+ We share both a version where each question was verified by a human, and a larger, solely automatically generated version ("unverified"). We recommend to primarily use the human-verified version.
39
+
40
+ - **Curated by:** Aizawa Lab, National Institute of Informatics (NII), Tokyo, Japan
41
+ - **Language(s) (NLP):** English
42
+ - <p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><b>License:</b> The <a property="dct:title" rel="cc:attributionURL" href="https://github.com/Alab-NII/morehopqa">MorehopQA</a> dataset is licensed under <a href="https://creativecommons.org/licenses/by/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY 4.0</a></p>
43
+
44
+
45
+
46
+ ### Dataset Sources
47
+
48
+ <!-- Provide the basic links for the dataset. -->
49
+
50
+ - **Repository:** [github.com/Alab-NII/morehopqa](https://github.com/Alab-NII/morehopqa)
51
+ - **Paper:** [More Information Needed]
52
+
53
+ ## Uses
54
+
55
+ <!-- Address questions around how the dataset is intended to be used. -->
56
+ We provide our dataset to the community and hope that other researchers find it a useful tool to analyze and improve the multi-hop reasoning capabilities of their models. MoreHopQA is designed to challenge systems with complex queries requiring synthesis from multiple sources, thereby advancing the field in understanding and generating nuanced, context-rich responses. Additionally, we aim for this dataset to spur further innovation in reasoning models, helping to bridge the gap between human-like understanding and AI capabilities.
57
+
58
+ ## Dataset Structure
59
+
60
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
61
+
62
+ We share both a version where each question was verified by a human, and a larger, solely automatically generated version ("unverified"). We recommend to primarily use the human-verified version, which is also the default option when loading the dataset.
63
+
64
+ ## Dataset Creation
65
+
66
+ ### Source Data
67
+
68
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
69
+ Our dataset is created by utilizing three existing multi-hop datasets: [HotpotQA](https://github.com/hotpotqa/hotpot), [2Wiki-MultihopQA](https://github.com/Alab-NII/2wikimultihop), and [MuSiQue](https://github.com/StonyBrookNLP/musique)
70
+
71
+ ## Citation
72
+
73
+ If you find this dataset helpful, please consider citing our paper
74
+
75
+ **BibTeX:**
76
+
77
+ [More Information Needed]