jordanpainter01
commited on
Commit
•
3cf73a3
1
Parent(s):
82ad1f7
Update README.md
Browse files
README.md
CHANGED
@@ -1,25 +1,17 @@
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
3 |
---
|
4 |
-
# Utilising Weak Supervision to Create
|
5 |
-
|
6 |
This is the repository for the S3D dataset published at EMNLP 2022. The dataset can help build sarcasm detection models.
|
7 |
|
8 |
# SAD
|
9 |
-
|
10 |
-
The SAD dataset is our gold standard dataset of tweets labelled for sarcasm. These tweets were scraped observing a #sarcasm hashtag and then manually annotated by three annotators. There are a total of 2340 tweets, 1170 are sarcastic and 1170 are denoted otherwise.
|
11 |
|
12 |
# Data Fields
|
13 |
-
|
14 |
- Tweet ID: The ID of the labelled tweet
|
15 |
- Label: A label to denote if a given tweet is sarcastic
|
16 |
|
17 |
# Data Splits
|
18 |
-
|
19 |
- Train: 1638
|
20 |
- Valid: 351
|
21 |
-
- Test: 351
|
22 |
-
|
23 |
-
# Languages
|
24 |
-
|
25 |
-
- English
|
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
3 |
---
|
4 |
+
# Utilising Weak Supervision to Create S3D: A Sarcasm Annotated Dataset
|
|
|
5 |
This is the repository for the S3D dataset published at EMNLP 2022. The dataset can help build sarcasm detection models.
|
6 |
|
7 |
# SAD
|
8 |
+
The SAD dataset is our gold standard dataset of tweets labelled for sarcasm. These tweets were scraped by observing a '#sarcasm' hashtag and then manually annotated by three annotators. There are a total of 1170 pairs of a sarcastic and non-sarcastic tweets which were both posted by the same user, resulting in a total of 2340 tweets annotated for sarcasm.
|
|
|
9 |
|
10 |
# Data Fields
|
|
|
11 |
- Tweet ID: The ID of the labelled tweet
|
12 |
- Label: A label to denote if a given tweet is sarcastic
|
13 |
|
14 |
# Data Splits
|
|
|
15 |
- Train: 1638
|
16 |
- Valid: 351
|
17 |
+
- Test: 351
|
|
|
|
|
|
|
|