File size: 1,036 Bytes
c832f8f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a26fdc7
c832f8f
 
a26fdc7
c832f8f
 
a26fdc7
c832f8f
a26fdc7
 
c832f8f
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: question
    dtype: string
  - name: popularity
    dtype: int64
  - name: all_label
    sequence: string
  - name: memory_answer
    dtype: string
  - name: parametric_memory
    dtype: string
  - name: counter_answer
    dtype: string
  - name: counter_memory
    dtype: string
  - name: parametric_memory_aligned_evidence
    dtype: string
  - name: counter_memory_aligned_evidence
    dtype: string
  - name: ground_truth
    dtype: string
  - name: sub
    dtype: string
  - name: LLM_reasoning_path
    dtype: string
  - name: counter_reasoning_path
    dtype: string
  splits:
  - name: train
    num_bytes: 3435694
    num_examples: 995
  - name: test
    num_bytes: 434943
    num_examples: 125
  - name: validation
    num_bytes: 421927
    num_examples: 124
  download_size: 2449557
  dataset_size: 4292564
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: validation
    path: data/validation-*
---