CLIRAug 24, 2020

YNU-HPCC at SemEval-2020 Task 11: LSTM Network for Detection of Propaganda Techniques in News Articles

arXiv:2008.10166v2995 citationsHas Code
AI Analysis

This work addresses propaganda detection in news for NLP researchers, but it is incremental as it applies existing methods like LSTM and BERT to a specific competition task.

The paper tackled the problem of detecting propaganda techniques in news articles for SemEval-2020 Task 11, achieving macro-F1-scores of 0.406 and 0.505 on subtasks, ranking 17th and 22nd respectively, and outperforming the baseline.

This paper summarizes our studies on propaganda detection techniques for news articles in the SemEval-2020 task 11. This task is divided into the SI and TC subtasks. We implemented the GloVe word representation, the BERT pretraining model, and the LSTM model architecture to accomplish this task. Our approach achieved good results for both the SI and TC subtasks. The macro-F1-score for the SI subtask is 0.406, and the micro-F1-score for the TC subtask is 0.505. Our method significantly outperforms the officially released baseline method, and the SI and TC subtasks rank 17th and 22nd, respectively, for the test set. This paper also compares the performances of different deep learning model architectures, such as the Bi-LSTM, LSTM, BERT, and XGBoost models, on the detection of news promotion techniques. The code of this paper is availabled at: https://github.com/daojiaxu/semeval_11.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes