Update README.md
Browse files
README.md
CHANGED
|
@@ -1,34 +1,34 @@
|
|
| 1 |
---
|
| 2 |
annotations_creators: []
|
| 3 |
language:
|
| 4 |
-
|
| 5 |
language_creators:
|
| 6 |
-
|
| 7 |
license:
|
| 8 |
-
|
| 9 |
multilinguality:
|
| 10 |
-
|
| 11 |
paperswithcode_id: acronym-identification
|
| 12 |
-
pretty_name: acl-
|
| 13 |
size_categories:
|
| 14 |
-
|
| 15 |
source_datasets:
|
| 16 |
-
|
| 17 |
tags:
|
| 18 |
-
|
| 19 |
-
|
| 20 |
task_categories:
|
| 21 |
-
|
| 22 |
task_ids: []
|
| 23 |
train-eval-index:
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
---
|
| 33 |
|
| 34 |
# Dataset Card for ACL Anthology Corpus
|
|
@@ -92,7 +92,7 @@ Dataframe with extracted metadata (table below with details) and full text of th
|
|
| 92 |
|
| 93 |
### Languages
|
| 94 |
|
| 95 |
-
en, zh and others
|
| 96 |
|
| 97 |
## Dataset Structure
|
| 98 |
|
|
@@ -130,7 +130,7 @@ Each row is a paper from ACL anthology
|
|
| 130 |
|
| 131 |
## Dataset Creation
|
| 132 |
|
| 133 |
-
The corpus has all the
|
| 134 |
|
| 135 |
### Source Data
|
| 136 |
|
|
@@ -141,24 +141,24 @@ The corpus has all the paper in ACL anthology - as of September'22
|
|
| 141 |
|
| 142 |
### Licensing Information
|
| 143 |
|
| 144 |
-
ACL
|
| 145 |
|
| 146 |
### Citation Information
|
| 147 |
|
| 148 |
If you use this corpus in your research please use the following BibTeX entry:
|
| 149 |
|
| 150 |
-
@Misc{
|
| 151 |
-
author = {Shaurya Rohatgi},
|
| 152 |
-
title = {ACL
|
| 153 |
-
howpublished = {
|
| 154 |
year = {2022},
|
| 155 |
-
url = {https://
|
| 156 |
}
|
| 157 |
|
| 158 |
### Acknowledgements
|
| 159 |
|
| 160 |
-
We thank Semantic Scholar for providing access to the citation
|
| 161 |
|
| 162 |
### Contributions
|
| 163 |
|
| 164 |
-
Thanks to [@shauryr](https://github.com/shauryr), [Yanxia Qin](https://github.com/qolina) and [Benjamin Aw](https://github.com/Benjamin-Aw-93) for adding this dataset.
|
|
|
|
| 1 |
---
|
| 2 |
annotations_creators: []
|
| 3 |
language:
|
| 4 |
+
- en
|
| 5 |
language_creators:
|
| 6 |
+
- found
|
| 7 |
license:
|
| 8 |
+
- mit
|
| 9 |
multilinguality:
|
| 10 |
+
- monolingual
|
| 11 |
paperswithcode_id: acronym-identification
|
| 12 |
+
pretty_name: acl-ocl-corpus
|
| 13 |
size_categories:
|
| 14 |
+
- 10K<n<100K
|
| 15 |
source_datasets:
|
| 16 |
+
- original
|
| 17 |
tags:
|
| 18 |
+
- research papers
|
| 19 |
+
- acl
|
| 20 |
task_categories:
|
| 21 |
+
- token-classification
|
| 22 |
task_ids: []
|
| 23 |
train-eval-index:
|
| 24 |
+
- col_mapping:
|
| 25 |
+
labels: tags
|
| 26 |
+
tokens: tokens
|
| 27 |
+
config: default
|
| 28 |
+
splits:
|
| 29 |
+
eval_split: test
|
| 30 |
+
task: token-classification
|
| 31 |
+
task_id: entity_extraction
|
| 32 |
---
|
| 33 |
|
| 34 |
# Dataset Card for ACL Anthology Corpus
|
|
|
|
| 92 |
|
| 93 |
### Languages
|
| 94 |
|
| 95 |
+
en, zh and others
|
| 96 |
|
| 97 |
## Dataset Structure
|
| 98 |
|
|
|
|
| 130 |
|
| 131 |
## Dataset Creation
|
| 132 |
|
| 133 |
+
The corpus has all the papers in ACL anthology - as of September'22
|
| 134 |
|
| 135 |
### Source Data
|
| 136 |
|
|
|
|
| 141 |
|
| 142 |
### Licensing Information
|
| 143 |
|
| 144 |
+
The ACL OCL corpus is released under the [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/). By using this corpus, you are agreeing to its usage terms.
|
| 145 |
|
| 146 |
### Citation Information
|
| 147 |
|
| 148 |
If you use this corpus in your research please use the following BibTeX entry:
|
| 149 |
|
| 150 |
+
@Misc{acl-ocl,
|
| 151 |
+
author = {Shaurya Rohatgi, Yanxia Qin, Benjamin Aw, Niranjana Unnithan, Min-Yen Kan},
|
| 152 |
+
title = {The ACL OCL Corpus: advancing Open science in Computational Linguistics},
|
| 153 |
+
howpublished = {arXiv},
|
| 154 |
year = {2022},
|
| 155 |
+
url = {https://huggingface.co/datasets/ACL-OCL/ACL-OCL-Corpus}
|
| 156 |
}
|
| 157 |
|
| 158 |
### Acknowledgements
|
| 159 |
|
| 160 |
+
We thank Semantic Scholar for providing access to the citation-related data in this corpus.
|
| 161 |
|
| 162 |
### Contributions
|
| 163 |
|
| 164 |
+
Thanks to [@shauryr](https://github.com/shauryr), [Yanxia Qin](https://github.com/qolina) and [Benjamin Aw](https://github.com/Benjamin-Aw-93) for adding this dataset.
|