Commit
·
278dcb8
1
Parent(s):
deb8cab
Fix missing tags in dataset cards (#4931)
Browse filesCommit from https://github.com/huggingface/datasets/commit/303e906e6c2aeb6821af23264ffb2e653a65aa86
README.md
CHANGED
|
@@ -1,8 +1,25 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
pretty_name: HyperpartisanNewsDetection
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
# Dataset Card for "hyperpartisan_news_detection"
|
|
@@ -34,7 +51,7 @@ pretty_name: HyperpartisanNewsDetection
|
|
| 34 |
## Dataset Description
|
| 35 |
|
| 36 |
- **Homepage:** [https://pan.webis.de/semeval19/semeval19-web/](https://pan.webis.de/semeval19/semeval19-web/)
|
| 37 |
-
- **Repository:**
|
| 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:** 957.68 MB
|
|
@@ -186,7 +203,7 @@ The data fields are the same among all splits.
|
|
| 186 |
|
| 187 |
### Licensing Information
|
| 188 |
|
| 189 |
-
[
|
| 190 |
|
| 191 |
### Citation Information
|
| 192 |
|
|
@@ -196,10 +213,8 @@ The data fields are the same among all splits.
|
|
| 196 |
author={Kiesel, Johannes and Mestre, Maria and Shukla, Rishabh and Vincent, Emmanuel and Corney, David and Adineh, Payam and Stein, Benno and Potthast, Martin},
|
| 197 |
year={2019}
|
| 198 |
}
|
| 199 |
-
|
| 200 |
```
|
| 201 |
|
| 202 |
-
|
| 203 |
### Contributions
|
| 204 |
|
| 205 |
Thanks to [@thomwolf](https://github.com/thomwolf), [@ghomasHudson](https://github.com/ghomasHudson) 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 |
+
- cc-by-4.0
|
| 11 |
+
multilinguality:
|
| 12 |
+
- monolingual
|
| 13 |
pretty_name: HyperpartisanNewsDetection
|
| 14 |
+
size_categories:
|
| 15 |
+
- 1M<n<10M
|
| 16 |
+
source_datasets:
|
| 17 |
+
- original
|
| 18 |
+
task_categories:
|
| 19 |
+
- text-classification
|
| 20 |
+
task_ids:
|
| 21 |
+
- text-classification-other-bias-classification
|
| 22 |
+
paperswithcode_id: null
|
| 23 |
---
|
| 24 |
|
| 25 |
# Dataset Card for "hyperpartisan_news_detection"
|
|
|
|
| 51 |
## Dataset Description
|
| 52 |
|
| 53 |
- **Homepage:** [https://pan.webis.de/semeval19/semeval19-web/](https://pan.webis.de/semeval19/semeval19-web/)
|
| 54 |
+
- **Repository:** https://github.com/pan-webis-de/pan-code/tree/master/semeval19
|
| 55 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
| 56 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
| 57 |
- **Size of downloaded dataset files:** 957.68 MB
|
|
|
|
| 203 |
|
| 204 |
### Licensing Information
|
| 205 |
|
| 206 |
+
The collection (including labels) are licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/).
|
| 207 |
|
| 208 |
### Citation Information
|
| 209 |
|
|
|
|
| 213 |
author={Kiesel, Johannes and Mestre, Maria and Shukla, Rishabh and Vincent, Emmanuel and Corney, David and Adineh, Payam and Stein, Benno and Potthast, Martin},
|
| 214 |
year={2019}
|
| 215 |
}
|
|
|
|
| 216 |
```
|
| 217 |
|
|
|
|
| 218 |
### Contributions
|
| 219 |
|
| 220 |
Thanks to [@thomwolf](https://github.com/thomwolf), [@ghomasHudson](https://github.com/ghomasHudson) for adding this dataset.
|