File size: 1,821 Bytes
220773f a3ec255 220773f a3ec255 220773f | 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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 | ---
dataset_info:
features:
- name: multihop_qa
struct:
- name: answer
dtype: string
- name: docs
list:
- name: length
dtype: int64
- name: text
dtype: string
- name: title
dtype: string
- name: hardness
dtype: 'null'
- name: id
dtype: string
- name: length
dtype: int64
- name: question
dtype: string
- name: single_qa
struct:
- name: answer
sequence: string
- name: docs
sequence: string
- name: hardness
dtype: 'null'
- name: id
dtype: int64
- name: length
dtype: int64
- name: question
dtype: string
- name: role
dtype: 'null'
- name: counterfact
struct:
- name: answer
dtype: string
- name: docs
sequence: string
- name: hardness
dtype: 'null'
- name: id
dtype: int64
- name: length
dtype: int64
- name: question
dtype: string
- name: counting_stars
struct:
- name: answer
sequence: int64
- name: docs
sequence: string
- name: hardness
dtype: 'null'
- name: id
dtype: int64
- name: length
dtype: int64
- name: question
dtype: string
- name: role
dtype: 'null'
- name: niah
struct:
- name: answer
dtype: string
- name: docs
sequence: string
- name: hardness
dtype: 'null'
- name: id
dtype: int64
- name: length
dtype: int64
- name: question
dtype: string
- name: role
dtype: 'null'
splits:
- name: en_citeeval
num_bytes: 80190825
num_examples: 120
download_size: 45125396
dataset_size: 80190825
configs:
- config_name: default
data_files:
- split: en_citeeval
path: data/en_citeeval-*
---
|