manik063 commited on
Commit
bdd729f
·
verified ·
1 Parent(s): 9e8fedf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -3
README.md CHANGED
@@ -1,3 +1,45 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # **PolySarc Dataset: Multilingual Sarcasm Detection Corpus**
2
+
3
+ ## **Overview**
4
+ PolySarc is a **multilingual sarcasm detection dataset** that contains labeled sentences in **English, German, Italian, Dutch, and Hinglish**.
5
+ It is designed for **training and evaluating sarcasm detection models** across multiple languages, making it a valuable resource for **cross-lingual NLP research**.
6
+
7
+ The dataset includes three key columns:
8
+ - **`sentence`**: The textual content of the sentence.
9
+ - **`label`**: Binary sarcasm label (`0` = Non-Sarcastic, `1` = Sarcastic).
10
+ - **`language`**: Language code corresponding to the sentence.
11
+
12
+ ---
13
+
14
+ ## **Dataset Statistics**
15
+ ### **Language Distribution**
16
+ The dataset contains **79,428 sentences** distributed across four languages:
17
+
18
+ | **Language** | **Total Sentences** |
19
+ |-------------|------------------|
20
+ | 🇮🇹 **Italian (it)** | 23,871 |
21
+ | 🇬🇧 **English (en)** | 22,837 |
22
+ | 🇳🇱 **Dutch (nl)** | 20,771 |
23
+ | 🇮🇳 **Hinglish (hi-en)** | 11,949 |
24
+
25
+ ---
26
+
27
+ ### **Label Distribution**
28
+ The dataset is **imbalanced**, with more non-sarcastic sentences than sarcastic ones:
29
+
30
+ | **Label** | **Meaning** | **Count** |
31
+ |----------|------------|-----------|
32
+ | **0** | Non-Sarcastic | 45,921 |
33
+ | **1** | Sarcastic | 33,507 |
34
+
35
+ - **57.8% of sentences are non-sarcastic**.
36
+ - **42.2% of sentences are sarcastic**, making it a substantial dataset for sarcasm detection.
37
+
38
+ ---
39
+
40
+ ## **Why PolySarc?**
41
+ ✅ **Multilingual**: Covers multiple languages, allowing cross-lingual sarcasm analysis.
42
+ ✅ **Balanced Representation**: While slightly imbalanced, it still contains a significant number of sarcastic sentences.
43
+ ✅ **Real-World Applications**: Useful for **social media analysis, sentiment analysis, and humor detection** in NLP.
44
+
45
+ This dataset provides a **challenging yet valuable** benchmark for **sarcasm detection models** across different linguistic structures.