sanzanalora commited on
Commit
7b4021c
1 Parent(s): 0fa89ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +164 -3
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: cc-by-4.0
3
  task_categories:
4
  - text-classification
5
  language:
@@ -12,5 +12,166 @@ tags:
12
  - bengali sarcasm
13
  - bengali sarcasm detection
14
  source_datasets:
15
- - original
16
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-nc-sa-4.0
3
  task_categories:
4
  - text-classification
5
  language:
 
12
  - bengali sarcasm
13
  - bengali sarcasm detection
14
  source_datasets:
15
+ - original
16
+ ---
17
+ # Dataset Card for 'Ben-Sarc'
18
+
19
+ <!-- Provide a quick summary of the dataset. -->
20
+
21
+ This repository contains the dataset of the paper titled [**"Ben-Sarc: A Self-Annotated Corpus for Sarcasm Detection from Bengali Social Media Comments and Its Baseline Evaluation"**](https://engrxiv.org/index.php/engrxiv/preprint/view/2102) accepted at [*Natural Language Engineering*](https://www.cambridge.org/core/journals/natural-language-engineering) journal.
22
+
23
+ ## Dataset Details
24
+
25
+ ### Dataset Description
26
+
27
+ <!-- Provide a longer summary of what this dataset is. -->
28
+
29
+
30
+ We are releasing a large-scale self-annotated Bengali corpus for sarcasm detection research problem in the Bengali language named `Ben-Sarc` containing 25,636 comments, manually collected from different public Facebook pages and evaluated by external evaluators.
31
+
32
+
33
+ ### Dataset Sources
34
+
35
+ <!-- Provide the basic links for the dataset. -->
36
+
37
+ - **Repository:** [https://github.com/sanzanalora/Ben-Sarc](https://github.com/sanzanalora/Ben-Sarc)
38
+ - **Paper:** [Ben-Sarc: A Self-Annotated Corpus for Sarcasm Detection from Bengali Social Media Comments and Its Baseline Evaluation](https://engrxiv.org/index.php/engrxiv/preprint/view/2102)
39
+ <!-- - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses -->
42
+
43
+ <!-- Address questions around how the dataset is intended to be used. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section describes suitable use cases for the dataset. -->
48
+
49
+ The `Ben-Sarc` corpus can be used any kind of used for low-resource NLP applications.
50
+
51
+ <!-- ### Out-of-Scope Use -->
52
+
53
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
54
+
55
+ <!-- [More Information Needed] -->
56
+
57
+ ## Dataset Structure
58
+ ### Data Instances
59
+ The `Ben-Sarc` dataset is in `.xlsx` format. One example from the `Ben-Sarc` dataset is given below:
60
+ ```
61
+ |----|------------------------------------------------------------------------------------------------------------|----------|
62
+ | id | Text | Polarity |
63
+ |----|------------------------------------------------------------------------------------------------------------|----------|
64
+ | 589|তোমারে ভাবিয়া সারারাত জাগিয়া ঘুম মোর হয়েছে নষ্ট বুকের বামপাশে চিনচিন ব্যাথা করে একি গ্যাস্ট্রিক না প্রেম হচ্ছে না স্পষ্ট । | 1 |
65
+ |----|------------------------------------------------------------------------------------------------------------|----------|
66
+ ```
67
+
68
+
69
+ ### Data Fields
70
+
71
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
72
+
73
+ - `id`: A string representing the text ID.
74
+ - `Text` : A string containing the text.
75
+ - `Polarity` : A number containing the polarity of the text
76
+
77
+ `Polarity` of the `Ben-Sarc` is defined as follows:
78
+ ```
79
+ `0` indicates Non-Sarcastic Text
80
+
81
+ `1` indicates Sarcastic Text
82
+ ```
83
+
84
+
85
+ ## Dataset Creation
86
+
87
+ ### Curation Rationale
88
+
89
+ <!-- Motivation for the creation of this dataset. -->
90
+
91
+ [Detailed in the paper](https://engrxiv.org/index.php/engrxiv/preprint/view/2102)
92
+
93
+ ### Source Data
94
+
95
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
96
+ [Detailed in the paper](https://engrxiv.org/index.php/engrxiv/preprint/view/2102)
97
+
98
+ #### Data Collection and Processing
99
+
100
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
101
+
102
+ [Detailed in the paper](https://engrxiv.org/index.php/engrxiv/preprint/view/2102)
103
+
104
+ #### Who are the source data producers?
105
+
106
+ <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
107
+
108
+ [Detailed in the paper](https://engrxiv.org/index.php/engrxiv/preprint/view/2102)
109
+
110
+ ### Annotations
111
+
112
+ <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
113
+ [Detailed in the paper](https://engrxiv.org/index.php/engrxiv/preprint/view/2102)
114
+
115
+ #### Annotation process
116
+
117
+ <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
118
+
119
+ [Detailed in the paper](https://engrxiv.org/index.php/engrxiv/preprint/view/2102)
120
+
121
+ #### Who are the annotators?
122
+
123
+ <!-- This section describes the people or systems who created the annotations. -->
124
+
125
+ [Detailed in the paper](https://engrxiv.org/index.php/engrxiv/preprint/view/2102)
126
+
127
+ <!--#### Personal and Sensitive Information -->
128
+
129
+ <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
130
+
131
+ <!--[More Information Needed]
132
+
133
+ ## Bias, Risks, and Limitations-->
134
+
135
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
136
+
137
+ <!--[More Information Needed]
138
+
139
+ ### Recommendations-->
140
+
141
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations.
142
+
143
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.-->
144
+
145
+ ## Additional Information
146
+
147
+ - **Funded by:** [Non-Funded Research]
148
+ - **Language(s) (NLP):** [Bengali]
149
+ - **License:** Contents of this repository are restricted to only non-commercial research purposes under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/).
150
+ ## Citation
151
+
152
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
153
+
154
+ If you use our dataset, please cite the following paper:
155
+ ```
156
+
157
+ ```
158
+
159
+
160
+
161
+ <!--## Glossary [optional]-->
162
+
163
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
164
+
165
+ <!--[More Information Needed]
166
+
167
+ ## More Information [optional]
168
+
169
+ [More Information Needed]
170
+
171
+ ## Dataset Card Authors [optional]
172
+
173
+ [More Information Needed]
174
+
175
+ ## Dataset Card Contact
176
+
177
+ [More Information Needed]-->