paper-with-me

Papers

Fake Sentence Detection as a Training Task for Sentence Encoding

2018-08-11 · ICLR 2019 5 · Viresh Ranjan, Heeyoung Kwon, Niranjan Balasubramanian, Minh Hoai

Sentence encoders are typically trained on language modeling tasks with large unlabeled datasets. While these encoders achieve state-of-the-art results on many sentence-level tasks, they are difficult to train with long training cycles. We introduce fake sentence detection as a new training task for learning sentence encoders. We automatically generate fake sentences by corrupting original sentences from a source collection and train the encoders to produce representations that are effective at detecting fake sentences. This binary classification task turns to be quite efficient for training sentence encoders. We compare a basic BiLSTM encoder trained on this task with a strong sentence encoding models (Skipthought and FastSent) trained on a language modeling task. We find that the BiLSTM trains much faster on fake sentence detection (20 hours instead of weeks) using smaller amounts of data (1M instead of 64M sentences). Further analysis shows the learned representations capture many syntactic and semantic properties expected from good sentence representations.

📄 PDF Abstract BibTeX arXiv:1808.03840

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationLanguage ModelingLanguage ModellingSentence

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…

Similar Papers 제목 키워드 기반

Fake Sentence Detection as a Training Task for Sentence Encoding

2018-05-23 · Anonymous

Sentence encoders are typically trained on language modeling tasks which enable them to use large unlabeled datasets. While these models achieve state-of-the-art results on many sentence-level tasks, they are difficult …

Binary ClassificationLanguage ModelingLanguage ModellingSentence

WSDMS: Debunk Fake News via Weakly Supervised Detection of Misinforming Sentences with Contextualized Social Wisdom

2023-10-25 · Ruichao Yang, Wei Gao, Jing Ma, Hongzhan Lin 외

In recent years, we witness the explosion of false and unconfirmed information (i.e., rumors) that went viral on social media and shocked the public. Rumors can trigger versatile, mostly controversial stance expressions …

ArticlesMisinformationMultiple Instance LearningSentence+1

SemSeq4FD: Integrating global semantic relationship and local sequential order to enhance text representation for fake news detection

2020-10-03 · Expert Systems with Applications 2020 10 · Yuhang Wang, Li Wang, Yanjie Yang, Tao Lian

The wide spread of fake news has caused huge losses to both governments and the public. Many existing works on fake news detection utilized spreading information like propagators profiles and the propagation structure. H…

Fake News DetectionSentence

Neural Deepfake Detection with Factual Structure of Text

2020-10-15 · EMNLP 2020 11 · Wanjun Zhong, Duyu Tang, Zenan Xu, Ruize Wang 외

Deepfake detection, the task of automatically discriminating machine-generated text, is increasingly critical with recent advances in natural language generative models. Existing approaches to deepfake detection typicall…

DeepFake DetectionFace SwappingGraph Neural NetworkSentence

Graph-based Fake News Detection using a Summarization Technique

2021-04-01 · EACL 2021 2 · Gihwan Kim, Youngjoong Ko

Nowadays, fake news is spreading in various ways, and this fake information is causing a lot of social damages. Thus the need to detect fake information is increasing to prevent the damages caused by fake news. In this p…

Fake News Detection