Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
The small 20K version of the Pubmed-RCT dataset by Dernoncourt et al (2017).
|
2 |
+
|
3 |
+
```
|
4 |
+
@article{dernoncourt2017pubmed,
|
5 |
+
title={Pubmed 200k rct: a dataset for sequential sentence classification in medical abstracts},
|
6 |
+
author={Dernoncourt, Franck and Lee, Ji Young},
|
7 |
+
journal={arXiv preprint arXiv:1710.06071},
|
8 |
+
year={2017}
|
9 |
+
}
|
10 |
+
```
|
11 |
+
|
12 |
+
Note: This is the cleaned up version by Jin and Szolovits (2018).
|
13 |
+
|
14 |
+
```
|
15 |
+
@article{jin2018hierarchical,
|
16 |
+
title={Hierarchical neural networks for sequential sentence classification in medical scientific abstracts},
|
17 |
+
author={Jin, Di and Szolovits, Peter},
|
18 |
+
journal={arXiv preprint arXiv:1808.06161},
|
19 |
+
year={2018}
|
20 |
+
}
|
21 |
+
```
|