Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Source Datasets:
original
ArXiv:
License:
albertvillanova HF staff commited on
Commit
3779405
1 Parent(s): 893f026

Fix missing tags in dataset cards (#4991)

Browse files

Commit from https://github.com/huggingface/datasets/commit/dc264899f1f3450290d7be27b4f4e16fee8d84b2

Files changed (1) hide show
  1. README.md +37 -13
README.md CHANGED
@@ -1,7 +1,25 @@
1
  ---
2
- pretty_name: SciCite
 
 
3
  language:
4
  - en
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  paperswithcode_id: scicite
6
  ---
7
 
@@ -33,9 +51,9 @@ paperswithcode_id: scicite
33
 
34
  ## Dataset Description
35
 
36
- - **Homepage:** [https://github.com/allenai/scicite](https://github.com/allenai/scicite)
37
- - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
38
- - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
39
  - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
40
  - **Size of downloaded dataset files:** 22.12 MB
41
  - **Size of the generated dataset:** 4.91 MB
@@ -181,17 +199,23 @@ The data fields are the same among all splits.
181
  ### Citation Information
182
 
183
  ```
184
-
185
- @InProceedings{Cohan2019Structural,
186
- author={Arman Cohan and Waleed Ammar and Madeleine Van Zuylen and Field Cady},
187
- title={Structural Scaffolds for Citation Intent Classification in Scientific Publications},
188
- booktitle="NAACL",
189
- year="2019"
 
 
 
 
 
 
 
 
190
  }
191
-
192
  ```
193
 
194
-
195
  ### Contributions
196
 
197
- Thanks to [@lewtun](https://github.com/lewtun), [@patrickvonplaten](https://github.com/patrickvonplaten), [@mariamabarham](https://github.com/mariamabarham), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
 
1
  ---
2
+ annotations_creators:
3
+ - crowdsourced
4
+ - expert-generated
5
  language:
6
  - en
7
+ language_creators:
8
+ - found
9
+ license:
10
+ - unknown
11
+ multilinguality:
12
+ - monolingual
13
+ pretty_name: SciCite
14
+ size_categories:
15
+ - 10K<n<100K
16
+ source_datasets:
17
+ - original
18
+ task_categories:
19
+ - text-classification
20
+ task_ids:
21
+ - intent-classification
22
+ - multi-class-classification
23
  paperswithcode_id: scicite
24
  ---
25
 
 
51
 
52
  ## Dataset Description
53
 
54
+ - **Homepage:**
55
+ - **Repository:** https://github.com/allenai/scicite
56
+ - **Paper:** [Structural Scaffolds for Citation Intent Classification in Scientific Publications](https://arxiv.org/abs/1904.01608)
57
  - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
58
  - **Size of downloaded dataset files:** 22.12 MB
59
  - **Size of the generated dataset:** 4.91 MB
 
199
  ### Citation Information
200
 
201
  ```
202
+ @inproceedings{cohan-etal-2019-structural,
203
+ title = "Structural Scaffolds for Citation Intent Classification in Scientific Publications",
204
+ author = "Cohan, Arman and
205
+ Ammar, Waleed and
206
+ van Zuylen, Madeleine and
207
+ Cady, Field",
208
+ booktitle = "Proceedings of the 2019 Conference of the North {A}merican Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long and Short Papers)",
209
+ month = jun,
210
+ year = "2019",
211
+ address = "Minneapolis, Minnesota",
212
+ publisher = "Association for Computational Linguistics",
213
+ url = "https://aclanthology.org/N19-1361",
214
+ doi = "10.18653/v1/N19-1361",
215
+ pages = "3586--3596",
216
  }
 
217
  ```
218
 
 
219
  ### Contributions
220
 
221
+ Thanks to [@lewtun](https://github.com/lewtun), [@patrickvonplaten](https://github.com/patrickvonplaten), [@mariamabarham](https://github.com/mariamabarham), [@thomwolf](https://github.com/thomwolf) for adding this dataset.