File size: 623 Bytes
0600d61
 
 
 
 
62be4df
 
0600d61
 
f503b46
0600d61
 
ac46ad1
0600d61
ac46ad1
 
0600d61
 
 
 
 
 
 
 
1f6c4a1
 
 
 
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
---
dataset_info:
  features:
  - name: text
    dtype: string
  - name: answer
    dtype: string
  splits:
  - name: train
    num_bytes: 67126095
    num_examples: 1257
  - name: test
    num_bytes: 11649502
    num_examples: 200
  download_size: 33315639
  dataset_size: 78775597
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---

The test dataset is from LongBench's QMSum task. 
The train dataset is from the original QMSum's repository. 
There is no built-in validation set. For validation, please take a portion of the training dataset.