gabrielaltay
commited on
Commit
·
e00933f
1
Parent(s):
0b0d656
upload hub_repos/scicite/README.md to hub from bigbio repo
Browse files
README.md
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
license: unknown
|
6 |
+
license_bigbio_shortname: UNKNOWN
|
7 |
+
pretty_name: SciCite
|
8 |
+
---
|
9 |
+
|
10 |
+
|
11 |
+
# Dataset Card for SciCite
|
12 |
+
|
13 |
+
## Dataset Description
|
14 |
+
|
15 |
+
- **Homepage:** https://allenai.org/data/scicite
|
16 |
+
- **Pubmed:** False
|
17 |
+
- **Public:** True
|
18 |
+
- **Tasks:** Text Classification
|
19 |
+
|
20 |
+
|
21 |
+
SciCite is a dataset of 11K manually annotated citation intents based on
|
22 |
+
citation context in the computer science and biomedical domains.
|
23 |
+
|
24 |
+
|
25 |
+
|
26 |
+
## Citation Information
|
27 |
+
|
28 |
+
```
|
29 |
+
@inproceedings{cohan:naacl19,
|
30 |
+
author = {Arman Cohan and Waleed Ammar and Madeleine van Zuylen and Field Cady},
|
31 |
+
title = {Structural Scaffolds for Citation Intent Classification in Scientific Publications},
|
32 |
+
booktitle = {Conference of the North American Chapter of the Association for Computational Linguistics},
|
33 |
+
year = {2019},
|
34 |
+
url = {https://aclanthology.org/N19-1361/},
|
35 |
+
doi = {10.18653/v1/N19-1361},
|
36 |
+
}
|
37 |
+
|
38 |
+
```
|