Upload dataset
Browse files- README.md +30 -0
- data/non_refusal-00000-of-00001.parquet +2 -2
- data/refusal-00000-of-00001.parquet +2 -2
README.md
CHANGED
@@ -1,3 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Dataset for CReSt
|
2 |
This repository contains the dataset used in the paper "CReSt: A Comprehensive Benchmark for Retrieval-Augmented Generation with Complex Reasoning over Structured Documents".
|
3 |
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: refusal
|
6 |
+
path: data/refusal-*
|
7 |
+
- split: non_refusal
|
8 |
+
path: data/non_refusal-*
|
9 |
+
dataset_info:
|
10 |
+
features:
|
11 |
+
- name: documents
|
12 |
+
dtype: string
|
13 |
+
- name: query
|
14 |
+
dtype: string
|
15 |
+
- name: answer
|
16 |
+
dtype: string
|
17 |
+
- name: citation_ids
|
18 |
+
dtype: string
|
19 |
+
- name: meta
|
20 |
+
dtype: string
|
21 |
+
splits:
|
22 |
+
- name: refusal
|
23 |
+
num_bytes: 51514308
|
24 |
+
num_examples: 1013
|
25 |
+
- name: non_refusal
|
26 |
+
num_bytes: 67253425
|
27 |
+
num_examples: 1232
|
28 |
+
download_size: 47461178
|
29 |
+
dataset_size: 118767733
|
30 |
+
---
|
31 |
# Dataset for CReSt
|
32 |
This repository contains the dataset used in the paper "CReSt: A Comprehensive Benchmark for Retrieval-Augmented Generation with Complex Reasoning over Structured Documents".
|
33 |
|
data/non_refusal-00000-of-00001.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:04a5c714efed830b1cba52aba0fbf1bc1ae67b1ec597ef398a3ae9edd9a82e6f
|
3 |
+
size 26436450
|
data/refusal-00000-of-00001.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f91f5e0bbb86ad35a46a90a31792a1431352e4ec86817c2c5295ffb34208a128
|
3 |
+
size 21024728
|