R3troR0b commited on
Commit
3a1b666
1 Parent(s): 8e1f409

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +158 -1
README.md CHANGED
@@ -9,4 +9,161 @@ tags:
9
  - news
10
  - world
11
  pretty_name: World News from Multiple Sources.
12
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  - news
10
  - world
11
  pretty_name: World News from Multiple Sources.
12
+ ---
13
+ # Dataset Card for World_News
14
+
15
+ A collection of news articles from around the world. The script ensures no duplicate articles are added.
16
+
17
+ This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
18
+
19
+ ## Dataset Details
20
+
21
+ ### Dataset Description
22
+
23
+ The articles are drawn from these sources:
24
+ - Reuters News Agency
25
+
26
+ - BBC World News
27
+
28
+ - Al Jazeera
29
+
30
+ - Le Monde
31
+
32
+ - South China Morning Post
33
+
34
+ - The Hindu
35
+
36
+ - Deutshce Welle
37
+
38
+ - The Gauardian
39
+
40
+ - NPR
41
+
42
+
43
+
44
+ - **Curated by:** [More Information Needed]
45
+ - **Funded by [optional]:** [More Information Needed]
46
+ - **Shared by [optional]:** [More Information Needed]
47
+ - **Language(s) (NLP):** [English, French]
48
+ - **License:** [MIT]
49
+
50
+ ### Dataset Sources [optional]
51
+
52
+ <!-- Provide the basic links for the dataset. -->
53
+
54
+ - **Repository:** [More Information Needed]
55
+ - **Paper [optional]:** [More Information Needed]
56
+ - **Demo [optional]:** [More Information Needed]
57
+
58
+ ## Uses
59
+
60
+ Supervised Training or Embed Knowledge.
61
+
62
+ ### Direct Use
63
+
64
+ <!-- This section describes suitable use cases for the dataset. -->
65
+
66
+ [More Information Needed]
67
+
68
+ ### Out-of-Scope Use
69
+
70
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
71
+
72
+ [More Information Needed]
73
+
74
+ ## Dataset Structure
75
+
76
+ The JSON format file contains a label and text column. The text column contains the article content while the label contains the publisher, publish date, and article name.
77
+
78
+ "label": "The Guardian;Middle East crisis live: protesters across Israel call for Netanyahu to agree hostage deal;https://www.theguardian.com/world/live/2024/sep/01/middle-east-crisis-live-israeli-military-says-bodies-of-six-hostages-recovered-in-gaza;2024-09-01T18:16:45Z",
79
+ "text": "US vice-president Kamala Harris has spoken to Jon and Rachel Goldberg-Polin, the parents of Hersh who was one of the hostages ..."
80
+
81
+ [More Information Needed]
82
+
83
+ ## Dataset Creation
84
+
85
+ ### Curation Rationale
86
+
87
+ <!-- Motivation for the creation of this dataset. -->
88
+
89
+ [More Information Needed]
90
+
91
+ ### Source Data
92
+
93
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
94
+
95
+ #### Data Collection and Processing
96
+
97
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
98
+
99
+ [More Information Needed]
100
+
101
+ #### Who are the source data producers?
102
+
103
+ <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
104
+
105
+ [More Information Needed]
106
+
107
+ ### Annotations [optional]
108
+
109
+ <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
110
+
111
+ #### Annotation process
112
+
113
+ <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
114
+
115
+ [More Information Needed]
116
+
117
+ #### Who are the annotators?
118
+
119
+ <!-- This section describes the people or systems who created the annotations. -->
120
+
121
+ [More Information Needed]
122
+
123
+ #### Personal and Sensitive Information
124
+
125
+ <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
126
+
127
+ [More Information Needed]
128
+
129
+ ## Bias, Risks, and Limitations
130
+
131
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
132
+
133
+ [More Information Needed]
134
+
135
+ ### Recommendations
136
+
137
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
138
+
139
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
140
+
141
+ ## Citation [optional]
142
+
143
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
144
+
145
+ **BibTeX:**
146
+
147
+ [More Information Needed]
148
+
149
+ **APA:**
150
+
151
+ [More Information Needed]
152
+
153
+ ## Glossary [optional]
154
+
155
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
156
+
157
+ [More Information Needed]
158
+
159
+ ## More Information [optional]
160
+
161
+ [More Information Needed]
162
+
163
+ ## Dataset Card Authors [optional]
164
+
165
+ [More Information Needed]
166
+
167
+ ## Dataset Card Contact
168
+
169
+ [More Information Needed]