Ziyuan111 commited on
Commit
dbb2eda
·
verified ·
1 Parent(s): 83b2a26

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -0
README.md CHANGED
@@ -1,3 +1,61 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+
5
+ # Dataset Card for Sarcasm Detection Dataset
6
+
7
+ ## Dataset Details
8
+
9
+ ### Dataset Description
10
+
11
+ The Sarcasm Detection Dataset is designed for identifying instances of sarcasm in text. The dataset aims to address difficulties in sarcasm detection due to the subjective and contextual nature of language.
12
+
13
+ ## Uses
14
+
15
+ ### Direct Use
16
+
17
+ The dataset can be used for training machine learning models to detect sarcasm in text, which has applications in sentiment analysis, social media monitoring, and natural language understanding tasks.
18
+
19
+ ## Dataset Structure
20
+
21
+ The dataset consists of text examples labeled as sarcastic or non-sarcastic. Each example is accompanied by metadata indicating sarcasm markers and linguistic patterns.
22
+
23
+ ## Dataset Creation
24
+
25
+ ### Curation Rationale
26
+
27
+ The dataset was curated to provide a diverse collection of sarcastic and non-sarcastic text examples, aiming to capture the complexities of sarcasm in natural language.
28
+
29
+ ### Source Data
30
+
31
+ #### Data Collection and Processing
32
+
33
+ The data collection process involved sourcing text samples from various sources, including social media, online forums, and news articles. Each sample was manually annotated as sarcastic or non-sarcastic by human annotators.
34
+
35
+ ### Annotations [optional]
36
+
37
+ #### Annotation process
38
+
39
+ Annotations were performed by human annotators who were provided with guidelines for identifying sarcasm in text. Interannotator agreement was measured to ensure consistency in labeling.
40
+
41
+ ## Bias, Risks, and Limitations
42
+
43
+ The dataset may contain biases inherent in the selection and annotation process, including cultural biases and subjective interpretations of sarcasm.
44
+
45
+ ### Recommendations
46
+
47
+ Users are advised to consider the limitations of the dataset when training and evaluating sarcasm detection models.
48
+
49
+ ## Citation [optional]
50
+
51
+ **BibTeX:**
52
+
53
+ [Provide BibTeX citation]
54
+
55
+ **APA:**
56
+
57
+ [Provide APA citation]
58
+
59
+ ## Dataset Card Contact
60
+
61
+ [Contact information for inquiries or issues.]