中文
相关论文

相关论文: Using Word Embeddings to Analyze Protests News

200 篇论文

Natural Language Processing models like BERT can provide state-of-the-art word embeddings for downstream NLP tasks. However, these models yet to perform well on Semantic Textual Similarity, and may be too large to be deployed as lightweight…

计算与语言 · 计算机科学 2024-01-24 Valerie Lim , Kai Wen Ng , Kenneth Lim

Coreference Resolution is an important NLP task and most state-of-the-art methods rely on word embeddings for word representation. However, one issue that has been largely overlooked in literature is that of comparing the performance of…

计算与语言 · 计算机科学 2021-10-12 Judicael Poumay , Ashwin Ittoo

In this paper, we propose Stacked DeBERT, short for Stacked Denoising Bidirectional Encoder Representations from Transformers. This novel model improves robustness in incomplete data, when compared to existing systems, by designing a novel…

计算与语言 · 计算机科学 2021-01-15 Gwenaelle Cunha Sergio , Minho Lee

Classification of crisis events, such as natural disasters, terrorist attacks and pandemics, is a crucial task to create early signals and inform relevant parties for spontaneous actions to reduce overall damage. Despite crisis such as…

计算与语言 · 计算机科学 2020-05-19 Junhua Liu , Trisha Singhal , Lucienne T. M. Blessing , Kristin L. Wood , Kwan Hui Lim

Sentiment analysis is one of the well-known tasks and fast growing research areas in natural language processing (NLP) and text classifications. This technique has become an essential part of a wide range of applications including politics,…

计算与语言 · 计算机科学 2017-11-27 Seyed Mahdi Rezaeinia , Ali Ghodsi , Rouhollah Rahmani

In this study, we aimed to address the growing concern of trolling behavior on social media by developing and evaluating a set of model architectures for the automatic detection of troll tweets. Utilizing deep learning techniques and…

计算与语言 · 计算机科学 2023-06-08 Seyhmus Yilmaz , Sultan Zavrak

We propose a new uniform framework for text classification and ranking that can automate the process of identifying check-worthy sentences in political debates and speech transcripts. Our framework combines the semantic analysis of the…

计算与语言 · 计算机科学 2022-11-22 Ting Su , Craig Macdonald , Iadh Ounis

Manually labelling large collections of text data is a time-consuming, expensive, and laborious task, but one that is necessary to support machine learning based on text datasets. Active learning has been shown to be an effective way to…

计算与语言 · 计算机科学 2019-10-11 Jinghui Lu , Maeve Henchion , Brian Mac Namee

Detecting keywords in texts is important for many text mining applications. Graph-based methods have been commonly used to automatically find the key concepts in texts, however, relevant information provided by embeddings has not been…

计算与语言 · 计算机科学 2022-05-05 Jorge A. V. Tohalino , Thiago C. Silva , Diego R. Amancio

This study presents the first multi-platform sentiment analysis of public opinion on the 15-minute city concept across Twitter, Reddit, and news media. Using compressed transformer models and Llama-3-8B for annotation, we classify sentiment…

计算与语言 · 计算机科学 2026-04-29 Gaurab Chhetri , Darrell Anderson , Boniphace Kutela , Subasish Das

We apply contextualised word embeddings to lexical semantic change detection in the SemEval-2020 Shared Task 1. This paper focuses on Subtask 2, ranking words by the degree of their semantic drift over time. We analyse the performance of…

计算与语言 · 计算机科学 2020-07-21 Andrey Kutuzov , Mario Giulianelli

Emojis are being frequently used in todays digital world to express from simple to complex thoughts more than ever before. Hence, they are also being used in sentiment analysis and targeted marketing campaigns. In this work, we performed…

计算与语言 · 计算机科学 2025-02-20 Sirisha Velampalli , Chandrashekar Muniyappa , Ashutosh Saxena

Word embedding algorithms produce very reliable feature representations of words that are used by neural network models across a constantly growing multitude of NLP tasks. As such, it is imperative for NLP practitioners to understand how…

计算与语言 · 计算机科学 2019-11-11 Kian Kenyon-Dean

With the current shift in the mass media landscape from journalistic rigor to social media, personalized social media is becoming the new norm. Although the digitalization progress of the media brings many advantages, it also increases the…

计算与语言 · 计算机科学 2023-04-18 Ciprian-Octavian Truică , Elena-Simona Apostol

This study evaluates fine-tuning strategies for text classification using the DistilBERT model, specifically the distilbert-base-uncased-finetuned-sst-2-english variant. Through structured experiments, we examine the influence of…

计算与语言 · 计算机科学 2025-01-03 Giuliano Lorenzoni , Ivens Portugal , Paulo Alencar , Donald Cowan

In the context of natural language processing, representation learning has emerged as a newly active research subject because of its excellent performance in many applications. Learning representations of words is a pioneering study in this…

计算与语言 · 计算机科学 2016-11-23 Kuan-Yu Chen , Shih-Hung Liu , Berlin Chen , Hsin-Min Wang

Word embeddings and convolutional neural networks (CNN) have attracted extensive attention in various classification tasks for Twitter, e.g. sentiment classification. However, the effect of the configuration used to train and generate the…

信息检索 · 计算机科学 2017-03-23 Xiao Yang , Craig Macdonald , Iadh Ounis

The detection of depression in social media posts is crucial due to the increasing prevalence of mental health issues. Traditional machine learning algorithms often fail to capture intricate textual patterns, limiting their effectiveness in…

计算与语言 · 计算机科学 2024-10-01 Marios Kerasiotis , Loukas Ilias , Dimitris Askounis

Word co-occurrence networks have been employed to analyze texts both in the practical and theoretical scenarios. Despite the relative success in several applications, traditional co-occurrence networks fail in establishing links between…

计算与语言 · 计算机科学 2021-03-16 Laura V. C. Quispe , Jorge A. V. Tohalino , Diego R. Amancio

In this paper, we formulate keyphrase extraction from scholarly articles as a sequence labeling task solved using a BiLSTM-CRF, where the words in the input text are represented using deep contextualized embeddings. We evaluate the proposed…