liyucheng commited on
Commit
b360174
1 Parent(s): 526cb31

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -2
README.md CHANGED
@@ -25,7 +25,27 @@ dataset_info:
25
  num_examples: 12704751
26
  download_size: 903559115
27
  dataset_size: 1764500045
 
28
  ---
29
- # Dataset Card for "SARC_Sarcasm"
30
 
31
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  num_examples: 12704751
26
  download_size: 903559115
27
  dataset_size: 1764500045
28
+ license: cc-by-2.0
29
  ---
 
30
 
31
+ # SARC_Sarcasm
32
+
33
+ ## Dataset Description
34
+
35
+ - **Paper:** [A Large Self-Annotated Corpus for Sarcasm](http://www.lrec-conf.org/proceedings/lrec2018/pdf/160.pdf)
36
+
37
+ ## Dataset Summary
38
+
39
+ A large corpus for sarcasm research and for training and evaluating systems for sarcasm detection is presented. The corpus comprises 1.3 million sarcastic statements, a quantity that is tenfold more substantial than any preceding dataset, and includes many more instances of non-sarcastic statements. This allows for learning in both balanced and unbalanced label regimes. Each statement is self-annotated; that is to say, sarcasm is labeled by the author, not by an independent annotator, and is accompanied by user, topic, and conversation context. The accuracy of the corpus is evaluated, benchmarks for sarcasm detection are established, and baseline methods are assessed.
40
+
41
+ For the details of this dataset, we refer you to the original [paper](http://www.lrec-conf.org/proceedings/lrec2018/pdf/160.pdf).
42
+
43
+ Metadata in Creative Language Toolkit ([CLTK](https://github.com/liyucheng09/cltk))
44
+ - CL Type: Sarcasm
45
+ - Task Type: detection
46
+ - Size: 1.3M
47
+ - Created time: 2018
48
+
49
+ ### Contributions
50
+
51
+ If you have any queries, please open an issue or direct your queries to [mail](mailto:yucheng.li@surrey.ac.uk).