File size: 644 Bytes
0600d61
5c18f85
 
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
30
31
---
language:
- en
dataset_info:
  features:
  - name: text
    dtype: string
  - name: answer_length
    dtype: int64
  splits:
  - name: train
    num_bytes: 66437471
    num_examples: 1257
  - name: test
    num_bytes: 11622102
    num_examples: 200
  download_size: 32972862
  dataset_size: 78059573
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.