Skip to content

Commit 7389745

Browse files
committed
readme
1 parent 692d8ae commit 7389745

File tree

1 file changed

+18
-13
lines changed

1 file changed

+18
-13
lines changed

README.md

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,26 @@
1-
# abstruct
2-
Adding structure to scientific abstracts
1+
# <p align=center>Sequential Sentence Classification</p>
2+
This repo has code and data for our paper "Pretrained Language Models for Sequential Sentence Classification"
33

4-
## Setting up
4+
### How to run
55

66
```
7-
# Create a Python environment with your environment mangager:
8-
9-
conda create -n abstruct python=3.6
7+
pip install -r requirements.txt
8+
scripts/train.sh tmp_output_dir
9+
```
1010

11-
source activate abstruct
11+
Update the `scripts/train.sh` script with the appropriate hyperparameters and datapaths.
1212

13-
conda env create -f environment.yml
14-
```
13+
### CSAbstrcut dataset
1514

16-
## Tests
15+
The train, dev, test splits of the dataset are in `data/CSAbstrcut`
16+
### Citing
1717

18+
If you use the data or the model, please cite,
1819
```
19-
pytest tests/
20-
```
21-
20+
@inproceedings{Cohan2019EMNLP,
21+
title={Pretrained Language Models for Sequential Sentence Classification},
22+
author={Arman Cohan, Iz Beltagy, Daniel King, Bhavana Dalvi, Dan Weld},
23+
year={2019},
24+
booktitle={EMNLP},
25+
}
26+
```

0 commit comments

Comments
 (0)