paper-with-me

Papers

Unsupervised Fact Checking by Counter-Weighted Positive and Negative Evidential Paths in A Knowledge Graph

2020-12-01 · COLING 2020 8 · Jiseong Kim, Key-Sun Choi

Misinformation spreads across media, community, and knowledge graphs in the Web by not only human agents but also information extraction algorithms that extract factual statements from unstructured textual data to populate the existing knowledge graphs. Traditional fact checking by experts or crowds is increasingly difficult to keep pace with the volume of newly created misinformation in the Web. Therefore, it is important and necessary to enhance the computational ability to determine whether a given factual statement is truthful or not. We view this problem as a truth scoring task in a knowledge graph. We present a novel rule-based approach that finds positive and negative evidential paths in a knowledge graph for a given factual statement and calculates a truth score for the given statement by unsupervised ensemble of the found positive and negative evidential paths. For example, we can determine the factual statement {`}United States is the birth place of Barack Obama{''} as truthful if there is the positive evidential path (Barack Obama, birthPlace, Hawaii) ∧ (Hawaii, country, United States) in a knowledge graph. For another example, we can determine the factual statement {`}Canada is the nationality of Barack Obama{''} as untruthful if there is the negative evidential path (Barack Obama, nationality, United States) ∧ (United States, {\mbox{$\neq$}}, Canada) in a knowledge graph. For evaluating on a real-world situation, we constructed an evaluation dataset by labeling truth or untruth label on factual statements that were extracted from Wikipedia texts by using the state-of-the-art BERT-based information extraction system. Our evaluation results show that our approach outperforms the state-of-the-art unsupervised approaches significantly by up to 0.12 AUC-ROC and even outperforms the supervised approach by up to 0.05 AUC-ROC not only in our dataset but also in the two different standard datasets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Fact CheckingKnowledge GraphsMisinformation

Similar Papers 제목 키워드 기반

Missing Counter-Evidence Renders NLP Fact-Checking Unrealistic for Misinformation

2022-10-25 · Max Glockner, Yufang Hou, Iryna Gurevych

Misinformation emerges in times of uncertainty when credible information is limited. This is challenging for NLP-based fact-checking as it relies on counter-evidence, which may not yet be available. Despite increasing in…

ArticlesFact CheckingMisinformation

+VeriRel: Verification Feedback to Enhance Document Retrieval for Scientific Fact Checking

2025-08-14 · Xingyu Deng, Xi Wang, Mark Stevenson arxiv

Identification of appropriate supporting evidence is critical to the success of scientific fact checking. However, existing approaches rely on off-the-shelf Information Retrieval algorithms that rank documents based on r…

Information RetrievalDocument RankingFact Checking

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

Generating Fluent Fact Checking Explanations with Unsupervised Post-Editing

2021-12-13 · Shailza Jolly, Pepa Atanasova, Isabelle Augenstein

Fact-checking systems have become important tools to verify fake and misguiding news. These systems become more trustworthy when human-readable explanations accompany the veracity labels. However, manual collection of su…

Explanation GenerationExtractive SummarizationFact CheckingSentence

AC2L-GAD: Active Counterfactual Contrastive Learning for Graph Anomaly Detection

2026-01-29 · Kamal Berahmand, Saman Forouzandeh, Mehrnoush Mohammadi, Parham Moradi 외 arxiv

Graph anomaly detection aims to identify abnormal patterns in networks, but faces significant challenges from label scarcity and extreme class imbalance. While graph contrastive learning offers a promising unsupervised s…

Graph Anomaly DetectionContrastive Learning