Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
topic-classification
Languages:
Korean
Size:
1K - 10K
ArXiv:
License:
Add eval config
Browse files
eval.yaml
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: KorSarcasmClassification
|
| 2 |
+
description: 'The Korean Sarcasm Dataset was created to detect sarcasm in text, which
|
| 3 |
+
can significantly alter the original meaning of a sentence. 9319 tweets were collected
|
| 4 |
+
from Twitter and labeled for sarcasm or not_sarcasm. These tweets were gathered
|
| 5 |
+
by querying for: irony sarcastic, and sarcasm. The dataset was created by gathering
|
| 6 |
+
HTML data from Twitter. Queries for hashtags that include sarcasm and variants of
|
| 7 |
+
it were used to return tweets. It was preprocessed by removing the keyword hashtag,
|
| 8 |
+
urls and mentions of the user to preserve anonymity.'
|
| 9 |
+
evaluation_framework: mteb
|
| 10 |
+
tasks:
|
| 11 |
+
- id: KorSarcasmClassification
|
| 12 |
+
- id: KorSarcasmClassification_default_train
|
| 13 |
+
config: default
|
| 14 |
+
split: train
|