lguenth commited on
Commit
d7e9029
·
1 Parent(s): 63b93c0

Convert to json

Browse files
Files changed (5) hide show
  1. README.md +9 -9
  2. test.csv +0 -0
  3. test.jsonl +0 -0
  4. train.csv +0 -0
  5. 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.csv"
10
  - split: test
11
- path: "test.csv"
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{,<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
- ```
 
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