File size: 1,107 Bytes
6c76315
 
 
 
 
dde2eec
 
 
 
 
 
 
 
 
 
6c76315
 
 
 
 
 
dde2eec
 
 
 
6c76315
 
dde2eec
 
 
 
 
 
 
 
 
 
 
 
 
 
6c76315
 
9cbe791
6c76315
dde2eec
9cbe791
dde2eec
9cbe791
 
6c76315
 
 
 
 
dde2eec
 
6c76315
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: deduction_rule
    dtype: string
  - name: num_hops
    dtype: int64
  - name: base_graph_id
    dtype: int64
  - name: augmentation_type
    dtype: string
  - name: augmentation_id
    dtype: int64
  - name: context
    dtype: string
  - name: question
    dtype: string
  - name: answer
    dtype: string
  - name: answer_text
    dtype: string
  - name: options
    list: string
  - name: chain_of_thought
    dtype: string
  - name: raw_logic_programs
    dtype: string
  - name: full_ontology_graph
    dtype: string
  - name: reasoning_subgraph
    dtype: string
  - name: graph_metrics
    dtype: string
  - name: proof_width
    dtype: int64
  - name: seed
    dtype: int64
  - name: distractor_type
    dtype: string
  splits:
  - name: train
    num_bytes: 382203
    num_examples: 500
  - name: test
    num_bytes: 15473271
    num_examples: 4200
  download_size: 1955027
  dataset_size: 15855474
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---