helinivan commited on
Commit
a78f9ec
1 Parent(s): f11fcbb

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +143 -0
README.md ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ size_categories:
2
+ - 100<n
3
+ source_datasets:
4
+ - original
5
+ - https://www.kaggle.com/datasets/rmisra/news-headlines-dataset-for-sarcasm-detection
6
+ - https://www.kaggle.com/datasets/maxscheijen/dutch-news-articles
7
+ languages:
8
+ - en
9
+ - it
10
+ - nl
11
+ multilinguality:
12
+ - multilingual
13
+ task_categories:
14
+ - text_classification
15
+
16
+ # Dataset Card for sarcasm_headlines_multilingual
17
+
18
+ ## Table of Contents
19
+ - [Dataset Description](#dataset-description)
20
+ - [Dataset Summary](#dataset-summary)
21
+ - [Supported Tasks](#supported-tasks-and-leaderboards)
22
+ - [Languages](#languages)
23
+ - [Dataset Structure](#dataset-structure)
24
+ - [Data Instances](#data-instances)
25
+ - [Data Fields](#data-instances)
26
+ - [Data Splits](#data-instances)
27
+ - [Dataset Creation](#dataset-creation)
28
+ - [Curation Rationale](#curation-rationale)
29
+ - [Source Data](#source-data)
30
+ - [Annotations](#annotations)
31
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
32
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
33
+ - [Social Impact of Dataset](#social-impact-of-dataset)
34
+ - [Discussion of Biases](#discussion-of-biases)
35
+ - [Other Known Limitations](#other-known-limitations)
36
+ - [Additional Information](#additional-information)
37
+ - [Dataset Curators](#dataset-curators)
38
+ - [Licensing Information](#licensing-information)
39
+ - [Citation Information](#citation-information)
40
+
41
+ ## Dataset Description
42
+
43
+ - **Homepage:** [Needs More Information]
44
+ - **Repository:** [Needs More Information]
45
+ - **Paper:** [Needs More Information]
46
+ - **Leaderboard:** [Needs More Information]
47
+ - **Point of Contact:** [Needs More Information]
48
+
49
+ ### Dataset Summary
50
+
51
+ Dataset consists of news article headlines in Dutch, English and Italian. The news article headlines are both from actual news sources and sarcastic/satirical newspapers. The news article is determined sarcastic/non-sarcastic based on the news article source.
52
+
53
+ The sources of news articles are:
54
+ - The Huffington Post (en, non-sarcastic)
55
+ - The Onion (en, sarcastic)
56
+ - NOS (nl, non-sarcastic)
57
+ - De Speld (nl, sarcastic)
58
+ - Il Giornale (it, non-sarcastic)
59
+ - Lercio (it, sarcastic)
60
+
61
+ ### Supported Tasks and Leaderboards
62
+
63
+ [Needs More Information]
64
+
65
+ ### Languages
66
+
67
+ `en`, `nl`, `it`
68
+
69
+ ## Dataset Structure
70
+
71
+ ### Data Instances
72
+
73
+ [Needs More Information]
74
+
75
+ ### Data Fields
76
+
77
+ - article_url: str
78
+ - article_title: str
79
+ - is_sarcastic: int
80
+ - lang: str
81
+ - title_length: int
82
+
83
+ ### Data Splits
84
+
85
+ [Needs More Information]
86
+
87
+ ## Dataset Creation
88
+
89
+ ### Curation Rationale
90
+
91
+ [Needs More Information]
92
+
93
+ ### Source Data
94
+
95
+ #### Initial Data Collection and Normalization
96
+
97
+ [Needs More Information]
98
+
99
+ #### Who are the source language producers?
100
+
101
+ [Needs More Information]
102
+
103
+ ### Annotations
104
+
105
+ #### Annotation process
106
+
107
+ [Needs More Information]
108
+
109
+ #### Who are the annotators?
110
+
111
+ [Needs More Information]
112
+
113
+ ### Personal and Sensitive Information
114
+
115
+ [Needs More Information]
116
+
117
+ ## Considerations for Using the Data
118
+
119
+ ### Social Impact of Dataset
120
+
121
+ [Needs More Information]
122
+
123
+ ### Discussion of Biases
124
+
125
+ [Needs More Information]
126
+
127
+ ### Other Known Limitations
128
+
129
+ [Needs More Information]
130
+
131
+ ## Additional Information
132
+
133
+ ### Dataset Curators
134
+
135
+ [Needs More Information]
136
+
137
+ ### Licensing Information
138
+
139
+ [Needs More Information]
140
+
141
+ ### Citation Information
142
+
143
+ [Needs More Information]