DebasishDhal99's picture
Create README.md
1beac1b
|
raw
history blame contribute delete
No virus
640 Bytes
---
task_categories:
- text-classification
language:
- hi
size_categories:
- 1K<n<10K
---
Conventions followed to decide the polarity: -
- labels consisting of a single value are left undisturbed, i.e. if label = 'pos', then it'll be pos
- labels consisting of multiple values separated by '&' are processed. If all the labels are the same ('pos&pos&pos' or 'neg&neg'), then the shortened form of the multiple label is assigned as the final label. For example, if label = 'pos&pos&pos', then final label will be 'pos'.
- labels consisting of mixed values ('pos&neg&pos' or 'neg&neu&pos') are rejected.
Contributors: -
- Kusumlata Patiyal