langlglang commited on
Commit
f8ea976
·
verified ·
1 Parent(s): b166ff3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -3
README.md CHANGED
@@ -1,3 +1,47 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pretty_name: "Sarc7"
4
+ language:
5
+ - en
6
+ tags:
7
+ - sarcasm-detection
8
+ - text-classification
9
+ - pragmatics
10
+
11
+ dataset_info:
12
+ name: Sarc7
13
+ description: "A benchmark for fine-grained sarcasm evaluation based on the MUSTARD dataset, annotated with seven pragmatically defined sarcasm types. The total number of annotated samples is 689."
14
+ types:
15
+ - type: Not Sarcasm
16
+ definition: "Utterances that are not sarcastic."
17
+ count: 344
18
+ example: "N/A"
19
+ - type: Deadpan
20
+ definition: "Sarcasm delivered in a flat, emotionless tone."
21
+ count: 109
22
+ example: "That's just the best news I've heard all day."
23
+ - type: Polite
24
+ definition: "Insincere compliments or overly courteous remarks."
25
+ count: 88
26
+ example: "Wow, what an interesting outfit you've chosen."
27
+ - type: Obnoxious
28
+ definition: "Rude or provocative sarcasm aimed at others."
29
+ count: 68
30
+ example: "Nice driving! Did you get your license in a cereal box?"
31
+ - type: Brooding
32
+ definition: "Passive-aggressive frustration masked by politeness."
33
+ count: 34
34
+ example: "Sure, I'd love to stay late again who needs weekends?"
35
+ - type: Self-deprecating
36
+ definition: "Mocking oneself in a humorous or critical way."
37
+ count: 23
38
+ example: "Oh yeah, I'm a genius I only failed twice!"
39
+ - type: Raging
40
+ definition: "Intense, exaggerated sarcasm expressing anger."
41
+ count: 15
42
+ example: "Of course! I love being yelled at in meetings!"
43
+ - type: Manic
44
+ definition: "Overenthusiastic, erratic sarcasm with a chaotic tone."
45
+ count: 8
46
+ example: "This is AMAZING! Who needs food or sleep anyway?!"
47
+ ---