Update README.md
Browse files
README.md
CHANGED
@@ -62,7 +62,12 @@ The sources of news articles are:
|
|
62 |
|
63 |
### Data Instances
|
64 |
|
65 |
-
|
|
|
|
|
|
|
|
|
|
|
66 |
|
67 |
### Data Fields
|
68 |
|
@@ -70,4 +75,13 @@ The sources of news articles are:
|
|
70 |
- article_title: str
|
71 |
- is_sarcastic: int
|
72 |
- lang: str
|
73 |
-
- title_length: int
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
|
63 |
### Data Instances
|
64 |
|
65 |
+
total_length: 67480
|
66 |
+
sarcastic: 25,609
|
67 |
+
non_sarcastic: 41,817
|
68 |
+
english: 22,837
|
69 |
+
dutch: 20,771
|
70 |
+
italian: 23,871
|
71 |
|
72 |
### Data Fields
|
73 |
|
|
|
75 |
- article_title: str
|
76 |
- is_sarcastic: int
|
77 |
- lang: str
|
78 |
+
- title_length: int
|
79 |
+
|
80 |
+
## Dataset Creation
|
81 |
+
|
82 |
+
### Source Data
|
83 |
+
|
84 |
+
English news article titles are gathered from this Kaggle dataset: https://www.kaggle.com/datasets/rmisra/news-headlines-dataset-for-sarcasm-detection
|
85 |
+
Dutch non-sarcastic news article titles are gathered from this Kaggle dataset: https://www.kaggle.com/datasets/maxscheijen/dutch-news-articles
|
86 |
+
|
87 |
+
Rest of the data is scraped directly from the newspapers.
|