Go to file
unknown 8926b247bb Add files 2024-05-11 12:04:58 +02:00
test-A Add files 2024-05-11 12:04:58 +02:00
test-B Add files 2024-05-11 12:04:58 +02:00
train Add files 2024-05-11 12:04:58 +02:00
.gitignore Add files 2024-05-11 12:04:58 +02:00
README.md Add files 2024-05-11 12:04:58 +02:00
config.txt Add files 2024-05-11 12:04:58 +02:00
in-header.tsv Add files 2024-05-11 12:04:58 +02:00
out-header.tsv Add files 2024-05-11 12:04:58 +02:00

README.md

Emotion and sentiment recognition

Introduction

Understanding human emotions is one of the more challenging tasks in natural language processing. Not only are they a very subjective topic, but humans also often lack the capability to fully express themselves in written language. Understanding the expressed emotions can require some additional context, sometimes given by external knowledge.

Nowadays, the problem of understanding the structure and subtleties of a language as well as having knowledge that is not available in the immediate context of a text is addressed by using large pre-trained models. This solution is by no means perfect and often requires additional training to fit the task at hand. Nonetheless, having associative knowledge from a lot of unlabeled texts gives noticeable gains in tasks such as emotion recognition.