Added full card info
Browse files
README.md
CHANGED
@@ -10,9 +10,7 @@ licenses:
|
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
paperswithcode_id: null
|
13 |
-
pretty_name:
|
14 |
-
years. Sourced from the reputable Australian news source ABC (Australian Broadcasting
|
15 |
-
Corporation) https://www.kaggle.com/datasets/therohk/million-headlines
|
16 |
size_categories:
|
17 |
- 1M<n<10M
|
18 |
source_datasets:
|
@@ -20,3 +18,67 @@ source_datasets:
|
|
20 |
task_categories: []
|
21 |
task_ids: []
|
22 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
paperswithcode_id: null
|
13 |
+
pretty_name: Million Headlines
|
|
|
|
|
14 |
size_categories:
|
15 |
- 1M<n<10M
|
16 |
source_datasets:
|
|
|
18 |
task_categories: []
|
19 |
task_ids: []
|
20 |
---
|
21 |
+
# Dataset Card for Million Headlines
|
22 |
+
|
23 |
+
## Table of Contents
|
24 |
+
- [Dataset Description](#dataset-description)
|
25 |
+
- [Dataset Summary](#dataset-summary)
|
26 |
+
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
27 |
+
- [Languages](#languages)
|
28 |
+
- [Dataset Structure](#dataset-structure)
|
29 |
+
- [Data Instances](#data-instances)
|
30 |
+
- [Data Fields](#data-fields)
|
31 |
+
- [Data Splits](#data-splits)
|
32 |
+
- [Dataset Creation](#dataset-creation)
|
33 |
+
- [Curation Rationale](#curation-rationale)
|
34 |
+
- [Source Data](#source-data)
|
35 |
+
- [Annotations](#annotations)
|
36 |
+
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
37 |
+
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
38 |
+
- [Social Impact of Dataset](#social-impact-of-dataset)
|
39 |
+
- [Discussion of Biases](#discussion-of-biases)
|
40 |
+
- [Other Known Limitations](#other-known-limitations)
|
41 |
+
- [Additional Information](#additional-information)
|
42 |
+
- [Dataset Curators](#dataset-curators)
|
43 |
+
- [Licensing Information](#licensing-information)
|
44 |
+
- [Citation Information](#citation-information)
|
45 |
+
- [Contributions](#contributions)
|
46 |
+
|
47 |
+
## Dataset Description
|
48 |
+
|
49 |
+
- **Homepage:** [Kaggle dataset](https://www.kaggle.com/datasets/therohk/million-headlines)
|
50 |
+
- **Point of Contact:** Rohit Kulkarni)
|
51 |
+
|
52 |
+
### Dataset Summary
|
53 |
+
|
54 |
+
This contains data of news headlines published over a period of eighteen years. Sourced from the reputable Australian news source ABC (Australian Broadcasting Corporation)
|
55 |
+
|
56 |
+
|
57 |
+
## Dataset Structure
|
58 |
+
|
59 |
+
### Data Instances
|
60 |
+
|
61 |
+
For each instance, there is a integer for the data, a string for news headline.
|
62 |
+
|
63 |
+
### Data Fields
|
64 |
+
|
65 |
+
- `publish date`: a integer that represents the data
|
66 |
+
- `headline`: a string for the news headline
|
67 |
+
|
68 |
+
### Personal and Sensitive Information
|
69 |
+
|
70 |
+
The dataset does not contain any personal information about the authors or the crowdworkers, but may contain descriptions of the people that were in the headlines.
|
71 |
+
|
72 |
+
## Considerations for Using the Data
|
73 |
+
|
74 |
+
### Social Impact of Dataset
|
75 |
+
|
76 |
+
This dataset represents one news service in Australia and should not be considered representative of all news or headlines.
|
77 |
+
|
78 |
+
### Discussion of Biases
|
79 |
+
|
80 |
+
News headlines may contain biases and should not be considered neutral.
|
81 |
+
|
82 |
+
### Licensing Information
|
83 |
+
|
84 |
+
[CC0: Public Domain](https://creativecommons.org/publicdomain/zero/1.0/).
|