Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
License:
albertvillanova HF staff commited on
Commit
6b1e684
1 Parent(s): da16677

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 +33 -6
README.md CHANGED
@@ -1,8 +1,24 @@
1
  ---
2
- pretty_name: 20 Newsgroups
 
3
  language:
4
  - en
5
- paperswithcode_id: null
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  ---
7
 
8
  # Dataset Card for "newsgroup"
@@ -35,7 +51,7 @@ paperswithcode_id: null
35
 
36
  - **Homepage:** [http://qwone.com/~jason/20Newsgroups/](http://qwone.com/~jason/20Newsgroups/)
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:** 886.22 MB
41
  - **Size of the generated dataset:** 118.65 MB
@@ -203,10 +219,21 @@ The data fields are the same among all splits.
203
  ### Citation Information
204
 
205
  ```
206
-
 
 
 
 
 
 
 
 
 
 
 
 
207
  ```
208
 
209
-
210
  ### Contributions
211
 
212
- Thanks to [@mariamabarham](https://github.com/mariamabarham), [@thomwolf](https://github.com/thomwolf), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
 
1
  ---
2
+ annotations_creators:
3
+ - found
4
  language:
5
  - en
6
+ language_creators:
7
+ - found
8
+ license:
9
+ - unknown
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: 20 Newsgroups
13
+ size_categories:
14
+ - 10K<n<100K
15
+ source_datasets:
16
+ - original
17
+ task_categories:
18
+ - text-classification
19
+ task_ids:
20
+ - multi-class-classification
21
+ paperswithcode_id: 20-newsgroups
22
  ---
23
 
24
  # Dataset Card for "newsgroup"
 
51
 
52
  - **Homepage:** [http://qwone.com/~jason/20Newsgroups/](http://qwone.com/~jason/20Newsgroups/)
53
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
54
+ - **Paper:** [NewsWeeder: Learning to Filter Netnews](https://doi.org/10.1016/B978-1-55860-377-6.50048-7)
55
  - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
56
  - **Size of downloaded dataset files:** 886.22 MB
57
  - **Size of the generated dataset:** 118.65 MB
 
219
  ### Citation Information
220
 
221
  ```
222
+ @incollection{LANG1995331,
223
+ title = {NewsWeeder: Learning to Filter Netnews},
224
+ editor = {Armand Prieditis and Stuart Russell},
225
+ booktitle = {Machine Learning Proceedings 1995},
226
+ publisher = {Morgan Kaufmann},
227
+ address = {San Francisco (CA)},
228
+ pages = {331-339},
229
+ year = {1995},
230
+ isbn = {978-1-55860-377-6},
231
+ doi = {https://doi.org/10.1016/B978-1-55860-377-6.50048-7},
232
+ url = {https://www.sciencedirect.com/science/article/pii/B9781558603776500487},
233
+ author = {Ken Lang},
234
+ }
235
  ```
236
 
 
237
  ### Contributions
238
 
239
+ Thanks to [@mariamabarham](https://github.com/mariamabarham), [@thomwolf](https://github.com/thomwolf), [@lhoestq](https://github.com/lhoestq) for adding this dataset.