Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Korean
ArXiv:
License:
Samoed commited on
Commit
d4ae626
·
verified ·
1 Parent(s): 6701f38

Add eval config

Browse files
Files changed (1) hide show
  1. eval.yaml +14 -0
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