Datasets:

Languages:
English
ArXiv:
License:
T0asty commited on
Commit
4fa263d
1 Parent(s): 4a63849

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

Files changed (2) hide show
  1. README.md +53 -8
  2. verified/test-00000-of-00001.parquet +3 -0
README.md CHANGED
@@ -1,20 +1,65 @@
1
  ---
 
 
2
  license: cc-by-4.0
 
 
3
  task_categories:
4
  - question-answering
5
- language:
6
- - en
7
  tags:
8
  - multi-hop
9
- pretty_name: MoreHopQA
10
- size_categories:
11
- - 1K<n<10K
12
  configs:
 
 
13
  - config_name: verified
14
- data_files: "data/with_human_verification.json"
 
 
15
  default: true
16
- - config_name: unverified
17
- data_files: "data/without_human_verification.json"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  ---
19
 
20
  # MoreHopQA: More Than Multi-hop Reasoning
 
1
  ---
2
+ language:
3
+ - en
4
  license: cc-by-4.0
5
+ size_categories:
6
+ - 1K<n<10K
7
  task_categories:
8
  - question-answering
9
+ pretty_name: MoreHopQA
 
10
  tags:
11
  - multi-hop
 
 
 
12
  configs:
13
+ - config_name: unverified
14
+ data_files: data/without_human_verification.json
15
  - config_name: verified
16
+ data_files:
17
+ - split: test
18
+ path: verified/test-*
19
  default: true
20
+ dataset_info:
21
+ config_name: verified
22
+ features:
23
+ - name: question
24
+ dtype: string
25
+ - name: context
26
+ sequence:
27
+ - name: title
28
+ dtype: string
29
+ - name: paragraphs
30
+ sequence: string
31
+ - name: answer
32
+ dtype: string
33
+ - name: previous_question
34
+ dtype: string
35
+ - name: previous_answer
36
+ dtype: string
37
+ - name: question_decomposition
38
+ sequence:
39
+ - name: sub_id
40
+ dtype: string
41
+ - name: question
42
+ dtype: string
43
+ - name: answer
44
+ dtype: string
45
+ - name: paragraph_support_title
46
+ dtype: string
47
+ - name: question_on_last_hop
48
+ dtype: string
49
+ - name: answer_type
50
+ dtype: string
51
+ - name: previous_answer_type
52
+ dtype: string
53
+ - name: no_of_hops
54
+ dtype: int32
55
+ - name: reasoning_type
56
+ dtype: string
57
+ splits:
58
+ - name: test
59
+ num_bytes: 839113
60
+ num_examples: 1118
61
+ download_size: 201825
62
+ dataset_size: 839113
63
  ---
64
 
65
  # MoreHopQA: More Than Multi-hop Reasoning
verified/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07601e8faed2b67e151033f67980784f9a47d8289485378e98496d5ca28a7230
3
+ size 201825