paper-with-me

홈 › Papers

Sentimental LIAR: Extended Corpus and Deep Learning Models for Fake Claim Classification

2020-09-01 · Bibek Upadhayay, Vahid Behzadan

The rampant integration of social media in our every day lives and culture has given rise to fast and easier access to the flow of information than ever in human history. However, the inherently unsupervised nature of social media platforms has also made it easier to spread false information and fake news. Furthermore, the high volume and velocity of information flow in such platforms make manual supervision and control of information propagation infeasible. This paper aims to address this issue by proposing a novel deep learning approach for automated detection of false short-text claims on social media. We first introduce Sentimental LIAR, which extends the LIAR dataset of short claims by adding features based on sentiment and emotion analysis of claims. Furthermore, we propose a novel deep learning architecture based on the BERT-Base language model for classification of claims as genuine or fake. Our results demonstrate that the proposed architecture trained on Sentimental LIAR can achieve an accuracy of 70%, which is an improvement of ~30% over previously reported results for the LIAR benchmark.

📄 PDF Abstract BibTeX arXiv:2009.01047

Code (2)

UNHSAILLab/SentimentalLIAR 공식 구현
UNHSAILLab/Sentimental-LIAR-Extended-Corpus-and-Deep-Learning-Models-for-Fake-Claim-Classification

Tasks

Cultural Vocal Bursts Intensity PredictionEmotion RecognitionFake News DetectionGeneral ClassificationLanguage ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Weight Decay 설명 없음
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…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Attention 설명 없음

Similar Papers 제목 키워드 기반

BERT-ASC: Auxiliary-Sentence Construction for Implicit Aspect Learning in Sentiment Analysis

2022-03-22 · Murtadha Ahmed, Bo Wen, Shengfeng Pan, Jianlin Su 외

Aspect-based sentiment analysis (ABSA) aims to associate a text with a set of aspects and infer their respective sentimental polarities. State-of-the-art approaches are built on fine-tuning pre-trained language models, f…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Representation LearningSentence+1

Fact or Fake? Assessing the Role of Deepfake Detectors in Multimodal Misinformation Detection

2026-02-02 · A S M Sharifuzzaman Sagar, Mohammed Bennamoun, Farid Boussaid, Naeha Sharif 외 arxiv

In multimodal misinformation, deception usually arises not just from pixel-level manipulations in an image, but from the semantic and contextual claim jointly expressed by the image-text pair. Yet most deepfake detectors…

Implicit Subjective and Sentimental Usages in Multi-sense Word Embeddings

2018-10-01 · WS 2018 10 · Yuqi Sun, Haoyue Shi, Junfeng Hu

In multi-sense word embeddings, contextual variations in corpus may cause a univocal word to be embedded into different sense vectors. Shi et al. (2016) show that this kind of \textit{pseudo multi-senses} can be eliminat…

TAGWord Embeddings

Claim Detection in Biomedical Twitter Posts

2021-04-23 · NAACL (BioNLP) 2021 6 · Amelie Wührl, Roman Klinger

Social media contains unfiltered and unique information, which is potentially of great value, but, in the case of misinformation, can also do great harm. With regards to biomedical topics, false information can be partic…

Fact CheckingFake News DetectionMisinformationTransfer Learning

Towards Automatic Fake News Detection: Cross-Level Stance Detection in News Articles

2018-11-01 · WS 2018 11 · Costanza Conforti, Mohammad Taher Pilehvar, Nigel Collier

In this paper, we propose to adapt the four-staged pipeline proposed by Zubiaga et al. (2018) for the Rumor Verification task to the problem of Fake News Detection. We show that the recently released FNC-1 corpus covers …

ArticlesFake News DetectionStance Detection