paper-with-me

Papers

Using Word Embeddings to Analyze Protests News

2022-03-11 · Maria Alejandra Cardoza Ceron

The first two tasks of the CLEF 2019 ProtestNews events focused on distinguishing between protest and non-protest related news articles and sentences in a binary classification task. Among the submissions, two well performing models have been chosen in order to replace the existing word embeddings word2vec and FastTest with ELMo and DistilBERT. Unlike bag of words or earlier vector approaches, ELMo and DistilBERT represent words as a sequence of vectors by capturing the meaning based on contextual information in the text. Without changing the architecture of the original models other than the word embeddings, the implementation of DistilBERT improved the performance measured on the F1-Score of 0.66 compared to the FastText implementation. DistilBERT also outperformed ELMo in both tasks and models. Cleaning the datasets by removing stopwords and lemmatizing the words has been shown to make the models more generalizable across different contexts when training on a dataset with Indian news articles and evaluating the models on a dataset with news articles from China.

📄 PDF Abstract BibTeX arXiv:2203.05875

Code (0)

등록된 구현이 없습니다.

Tasks

ArticlesBinary ClassificationWord Embeddings

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Tanh Activation 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Weight Decay 설명 없음
Sigmoid Activation 설명 없음

Similar Papers 제목 키워드 기반

Characterizing News Portrayal of Civil Unrest in Hong Kong, 1998–2020

2021-08-01 · ACL (CASE) 2021 8 · James Scharf, Arya D. McCarthy, Giovanna Maria Dora Dore

We apply statistical techniques from natural language processing to a collection of Western and Hong Kong–based English-language newspaper articles spanning the years 1998–2020, studying the difference and evolution of i…

Articles

A Mixed-Methods Analysis of Western and Hong Kong–based Reporting on the 2019–2020 Protests

2021-11-01 · EMNLP (LaTeCHCLfL, CLFL, LaTeCH) 2021 11 · Arya D. McCarthy, James Scharf, Giovanna Maria Dora Dore

We apply statistical techniques from natural language processing to Western and Hong Kong–based English language newspaper articles that discuss the 2019–2020 Hong Kong protests of the Anti-Extradition Law Amendment Bill…

ArticlesSentiment Analysis

Planned Event Forecasting using Future Mentions and Related Entity Extraction in News Articles

2025-11-11 · Neelesh Kumar Shukla, Pranay Sanghvi arxiv

In democracies like India, people are free to express their views and demands. Sometimes this causes situations of civil unrest such as protests, rallies, and marches. These events may be disruptive in nature and are oft…

Counting Protests in News Articles: A Dataset and Semi-Automated Data Collection Pipeline

2021-02-01 · Tommy Leung, L. Nathan Perkins

Between January 2017 and January 2021, thousands of local news sources in the United States reported on over 42,000 protests about topics such as civil rights, immigration, guns, and the environment. Given the vast numbe…

Articlescoreference-resolutionCoreference ResolutionDecision Making+3

Challenges and Applications of Automated Extraction of Socio-political Events from Text (CASE 2021): Workshop and Shared Task Report

2021-08-17 · ACL (CASE) 2021 8 · Ali Hürriyetoğlu, Hristo Tanev, Vanni Zavarella, Jakub Piskorski 외

This workshop is the fourth issue of a series of workshops on automatic extraction of socio-political events from news, organized by the Emerging Market Welfare Project, with the support of the Joint Research Centre of t…

Bias DetectionLearning Word Embeddingstext-classificationText Classification+2