khondoker commited on
Commit
e648c9d
1 Parent(s): fe58fb8

Delete dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -12
dataset_infos.json DELETED
@@ -1,12 +0,0 @@
1
- {
2
- "plain_text": {
3
- "description": "Social Media User Comment Sentiment Analysis Dataset. Each user comments are labeled with either positive (1), negative (2), or neutral (0).",
4
- "citation": "@inproceedings{islam2021sentnob,\n title={SentNoB: A Dataset for Analysing Sentiment on Noisy Bangla Texts},\n author={Islam, Khondoker Ittehadul and Kar, Sudipta and Islam, Md Saiful and Amin, Mohammad Ruhul},\n booktitle={Findings of the Association for Computational Linguistics: EMNLP 2021},\n pages={3265--3271},\n year={2021}\n}",
5
- "homepage": "https://github.com/KhondokerIslam/SentNoB",
6
- "license": "",
7
- "post_processed": null,
8
- "supervised_keys": null,
9
- "task_templates": [{"task": "text-classification", "text_column": "Data", "label_column": "Label", "labels": ["neutral", "positive", "negative"]}],
10
- "builder_name": "SentNoB",
11
- }
12
- }