paper-with-me

Papers

Transfer Learning from Transformers to Fake News Challenge Stance Detection (FNC-1) Task

2019-10-31 · LREC 2020 5 · Valeriya Slovikovskaya

In this paper, we report improved results of the Fake News Challenge Stage 1 (FNC-1) stance detection task. This gain in performance is due to the generalization power of large language models based on Transformer architecture, invented, trained and publicly released over the last two years. Specifically (1) we improved the FNC-1 best performing model adding BERT sentence embedding of input sequences as a model feature, (2) we fine-tuned BERT, XLNet, and RoBERTa transformers on FNC-1 extended dataset and obtained state-of-the-art results on FNC-1 task.

📄 PDF Abstract BibTeX arXiv:1910.14353

Code (0)

등록된 구현이 없습니다.

Tasks

SentenceSentence EmbeddingSentence-EmbeddingStance DetectionTransfer Learning

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
SentencePiece 설명 없음
XLNet 설명 없음
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
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.

Similar Papers 제목 키워드 기반

Fake news detection using parallel BERT deep neural networks

2022-04-10 · Mahmood Farokhian, Vahid Rafe, Hadi Veisi

Fake news is a growing challenge for social networks and media. Detection of fake news always has been a problem for many years, but after the evolution of social networks and increasing speed of news dissemination in re…

ArticlesFact CheckingFake News DetectionTransfer Learning

Improving Fake News Detection of Influential Domain via Domain- and Instance-Level Transfer

2022-09-19 · COLING 2022 10 · Qiong Nan, Danding Wang, Yongchun Zhu, Qiang Sheng 외

Both real and fake news in various domains, such as politics, health, and entertainment are spread via online social media every day, necessitating fake news detection for multiple domains. Among them, fake news in speci…

Fake News DetectionLanguage ModellingMeta-LearningMisinformation

Transforming Fake News: Robust Generalisable News Classification Using Transformers

2021-09-20 · Ciara Blackledge, Amir Atapour-Abarghouei

As online news has become increasingly popular and fake news increasingly prevalent, the ability to audit the veracity of online news content has become more important than ever. Such a task represents a binary classific…

ArticlesBinary ClassificationClassificationNews Classification

A simple but tough-to-beat baseline for the Fake News Challenge stance detection task

2017-07-11 · Benjamin Riedel, Isabelle Augenstein, Georgios P. Spithourakis, Sebastian Riedel

Identifying public misinformation is a complicated and challenging task. An important part of checking the veracity of a specific claim is to evaluate the stance different news sources take towards the assertion. Automat…

Fact CheckingMisinformationStance Detection

EANN: Event Adversarial Neural Networks for Multi-Modal Fake News Detection

2018-08-19 · Proceedings of the 24th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining 2018 8 · Yaqing Wang, Fenglong Ma, Zhiwei Jin, Ye Yuan 외

As news reading on social media becomes more and more popular, fake news becomes a major issue concerning the public and government. The fake news can take advantage of multimedia content to mislead readers and get disse…

Fake News DetectionSentence Classification