Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -60,4 +60,17 @@ The data is structured as follows
|
|
| 60 |
## Dataset Creation
|
| 61 |
|
| 62 |
The data is derived from the [S2ORC dataset](https://github.com/allenai/s2orc), specifically the 20200705v1 release of the data. It is licensed under the [CC By-NC 2.0](https://creativecommons.org/licenses/by-nc/2.0/) license. For details on the dataset creation process, see section 3 of our [paper](https://aclanthology.org/2021.findings-acl.157.pdf)
|
| 63 |
-
.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
## Dataset Creation
|
| 61 |
|
| 62 |
The data is derived from the [S2ORC dataset](https://github.com/allenai/s2orc), specifically the 20200705v1 release of the data. It is licensed under the [CC By-NC 2.0](https://creativecommons.org/licenses/by-nc/2.0/) license. For details on the dataset creation process, see section 3 of our [paper](https://aclanthology.org/2021.findings-acl.157.pdf)
|
| 63 |
+
.
|
| 64 |
+
|
| 65 |
+
## Citing
|
| 66 |
+
Please use the following citation when referencing this work or using the data:
|
| 67 |
+
|
| 68 |
+
```
|
| 69 |
+
@inproceedings{wright2021citeworth,
|
| 70 |
+
title={{CiteWorth: Cite-Worthiness Detection for Improved Scientific Document Understanding}},
|
| 71 |
+
author={Dustin Wright and Isabelle Augenstein},
|
| 72 |
+
booktitle = {Findings of ACL-IJCNLP},
|
| 73 |
+
publisher = {Association for Computational Linguistics},
|
| 74 |
+
year = 2021
|
| 75 |
+
}
|
| 76 |
+
```
|