yuqinzhou9 / course-language_processing_2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Background

This work is the course project of the Lanuage Processing 2 (LP2) at the University of Copenhagen. The project topic is a shared task at CLEF 2022 about classifying authors as ironic or not depending on their number of tweets with ironic content. The code and report for this paper are available and its abstract is shown below:

This research uses the CLEF 2022 dataset to profile ironic and stereotype spreaders on Twitter, representing their tweets at three levels: naive features, sparse vectors, and embeddings. We employ three classic machine learning classifiers (logistic regression, support vector machine, and random forest), as well as a new architecture dubbed the voting model, to combine the strength of each feature. The findings highlight the merit of embeddings, which include subword-level information in particular. Furthermore, de- pending on the classifier’s mechanism, the quality of the features will affect the classifiers to varying degrees.

About