paper-with-me

홈 › Papers

Exploring Factual Entailment with NLI: A News Media Study

2024-06-24 · Guy Mor-Lan, Effi Levi

We explore the relationship between factuality and Natural Language Inference (NLI) by introducing FactRel -- a novel annotation scheme that models \textit{factual} rather than \textit{textual} entailment, and use it to annotate a dataset of naturally occurring sentences from news articles. Our analysis shows that 84\% of factually supporting pairs and 63\% of factually undermining pairs do not amount to NLI entailment or contradiction, respectively, suggesting that factual relationships are more apt for analyzing media discourse. We experiment with models for pairwise classification on the new dataset, and find that in some cases, generating synthetic data with GPT-4 on the basis of the annotated dataset can improve performance. Surprisingly, few-shot learning with GPT-4 yields strong results on par with medium LMs (DeBERTa) trained on the labelled dataset. We hypothesize that these results indicate the fundamental dependence of this task on both world knowledge and advanced reasoning abilities.

📄 PDF Abstract BibTeX arXiv:2406.16842

Code (0)

등록된 구현이 없습니다.

Tasks

ArticlesFew-Shot LearningNatural Language InferenceWorld Knowledge

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Position-Wise Feed-Forward Layer 설명 없음
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…

Similar Papers 제목 키워드 기반

Beyond Discrete Genres: Mapping News Items onto a Multidimensional Framework of Genre Cues

2022-12-08 · Zilin Lin, Kasper Welbers, Susan Vermeer, Damian Trilling

In the contemporary media landscape, with the vast and diverse supply of news, it is increasingly challenging to study such an enormous amount of items without a standardized framework. Although attempts have been made t…

Ask to Know More: Generating Counterfactual Explanations for Fake Claims

2022-06-10 · Shih-Chieh Dai, Yi-Li Hsu, Aiping Xiong, Lun-Wei Ku

Automated fact checking systems have been proposed that quickly provide veracity prediction at scale to mitigate the negative influence of fake news on people and on public opinion. However, most studies focus on veracit…

ArticlescounterfactualCounterfactual ExplanationFact Checking+1

Predicting Factuality of Reporting and Bias of News Media Sources

2018-10-02 · EMNLP 2018 10 · Ramy Baly, Georgi Karadzhov, Dimitar Alexandrov, James Glass 외

We present a study on predicting the factuality of reporting and bias of news media. While previous work has focused on studying the veracity of claims or documents, here we are interested in characterizing entire news m…

ArticlesFact Checking

Predicting Sentence-Level Factuality of News and Bias of Media Outlets

2023-01-27 · Francielle Vargas, Kokil Jaidka, Thiago A. S. Pardo, Fabrício Benevenuto

Automated news credibility and fact-checking at scale require accurately predicting news factuality and media bias. This paper introduces a large sentence-level dataset, titled "FactNews", composed of 6,191 sentences exp…

ArticlesFact CheckingSentencetext-classification+1

Predicting the Factuality of Reporting of News Media Using Observations About User Attention in Their YouTube Channels

2021-08-27 · RANLP 2021 9 · Krasimira Bozhanova, Yoan Dinkov, Ivan Koychev, Maria Castaldo 외

We propose a novel framework for predicting the factuality of reporting of news media outlets by studying the user attention cycles in their YouTube channels. In particular, we design a rich set of features derived from …