paul-tqh-nguyen / reuters_topic_labelling

Deep learning to automatically label Reuter's articles with the relevant topics.
1 stars 0 forks source link

Reuters Newswire Multi-label Topic Classification

We used deep-learning methods to perform multi-label text classification on the Reuters-21578 Text Categorization Collection.

The architectures explored and their performances are shown below:

Architecture F1 Score
CNN 0.7655879
Dense 0.6601627
RNN (LSTM+Attention) 0.1065762

A full report of our findings can be found at https://paul-tqh-nguyen.github.io/reuters_topic_labelling/.

The tools utilized in our exploration include:

If you're interested in more of my work, see my website.

Thanks for visiting!