OdiaGenAI/sentiment_analysis_hindi
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… See the full description on the dataset page: https://huggingface.co/datasets/OdiaGenAI/sentiment_analysis_hindi.
267
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
