khondoker commited on
Commit
c91b3c6
1 Parent(s): 25572e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -2
README.md CHANGED
@@ -11,5 +11,32 @@ annotations_creators:
11
  language_creators:
12
  - expert-generated
13
 
14
- # Dataset Card for {{ pretty_name | default("Dataset Name", true) }}
15
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  language_creators:
12
  - expert-generated
13
 
14
+ ---
15
+
16
+ # Dataset Card for "SentNoB"
17
+
18
+ ### Dataset Summary
19
+
20
+ Social Media User Sentiment Analysis Dataset. Each user comments are labeled with either positive (1), negative (2), or neutral (0).
21
+
22
+ ## Dataset Structure
23
+
24
+ ### Data Fields
25
+
26
+ The data fields are the same among all splits.
27
+
28
+ #### format
29
+ - Data: a string feature.
30
+ - Label: a classification label, with values including neutral (0), positive (1), negative (2).
31
+
32
+ ### Citation Information
33
+
34
+ ```
35
+ @inproceedings{islam2021sentnob,
36
+ title={SentNoB: A Dataset for Analysing Sentiment on Noisy Bangla Texts},
37
+ author={Islam, Khondoker Ittehadul and Kar, Sudipta and Islam, Md Saiful and Amin, Mohammad Ruhul},
38
+ booktitle={Findings of the Association for Computational Linguistics: EMNLP 2021},
39
+ pages={3265--3271},
40
+ year={2021}
41
+ }
42
+ ```