Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
configs:
|
| 6 |
+
- config_name: default
|
| 7 |
+
data_files:
|
| 8 |
+
- split: train
|
| 9 |
+
path: "train.csv"
|
| 10 |
+
- split: test
|
| 11 |
+
path: "test.csv"
|
| 12 |
---
|
| 13 |
+
|
| 14 |
+
# Dataset Card for `backsum`
|
| 15 |
+
|
| 16 |
+
## Licensing
|
| 17 |
+
|
| 18 |
+
This dataset was derived from the [Scisumm Corpus](https://github.com/WING-NUS/scisumm-corpus).
|
| 19 |
+
|
| 20 |
+
If you use this data, please cite the original CL-SciSumm overview paper:
|
| 21 |
+
```
|
| 22 |
+
@inproceedings{,<br>
|
| 23 |
+
title={Overview and Results: CL-SciSumm Shared Task 2019},<br>
|
| 24 |
+
author={Chandrasekaran, Muthu Kumar and Yasunaga, Michihiro and Radev, Dragomir and Freitag, Dayne and Kan, Min-Yen},<br>
|
| 25 |
+
booktitle={In Proceedings of Joint Workshop on Bibliometric-enhanced Information Retrieval and NLP for Digital Libraries (BIRNDL 2019)},<br>
|
| 26 |
+
year={2019}<br>
|
| 27 |
+
}<br>
|
| 28 |
+
```
|