Datasets:
Convert to json
Browse files- README.md +9 -9
- test.csv +0 -0
- test.jsonl +0 -0
- train.csv +0 -0
- train.jsonl +0 -0
README.md
CHANGED
@@ -6,9 +6,9 @@ configs:
|
|
6 |
- config_name: default
|
7 |
data_files:
|
8 |
- split: train
|
9 |
-
path: "train.
|
10 |
- split: test
|
11 |
-
path: "test.
|
12 |
---
|
13 |
|
14 |
# Dataset Card for `backsum`
|
@@ -19,10 +19,10 @@ This dataset was derived from the [Scisumm Corpus](https://github.com/WING-NUS/s
|
|
19 |
|
20 |
If you use this data, please cite the original CL-SciSumm overview paper:
|
21 |
```
|
22 |
-
@inproceedings{
|
23 |
-
title={Overview and Results: CL-SciSumm Shared Task 2019}
|
24 |
-
author={Chandrasekaran, Muthu Kumar and Yasunaga, Michihiro and Radev, Dragomir and Freitag, Dayne and Kan, Min-Yen}
|
25 |
-
|
26 |
-
|
27 |
-
}
|
28 |
-
```
|
|
|
6 |
- config_name: default
|
7 |
data_files:
|
8 |
- split: train
|
9 |
+
path: "train.jsonl"
|
10 |
- split: test
|
11 |
+
path: "test.jsonl"
|
12 |
---
|
13 |
|
14 |
# Dataset Card for `backsum`
|
|
|
19 |
|
20 |
If you use this data, please cite the original CL-SciSumm overview paper:
|
21 |
```
|
22 |
+
@inproceedings{
|
23 |
+
title = {Overview and Results: CL-SciSumm Shared Task 2019},
|
24 |
+
author = {Chandrasekaran, Muthu Kumar and Yasunaga, Michihiro and Radev, Dragomir and Freitag, Dayne and Kan, Min-Yen},
|
25 |
+
year = 2019,
|
26 |
+
booktitle = {In Proceedings of Joint Workshop on Bibliometric-enhanced Information Retrieval and NLP for Digital Libraries (BIRNDL 2019)}
|
27 |
+
}
|
28 |
+
```
|
test.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|
test.jsonl
ADDED
The diff for this file is too large to render.
See raw diff
|
|
train.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|
train.jsonl
ADDED
The diff for this file is too large to render.
See raw diff
|
|