paper-with-me

홈 › Papers

Discriminative Predicate Path Mining for Fact Checking in Knowledge Graphs

2015-10-20 · Baoxu Shi, Tim Weninger

Traditional fact checking by experts and analysts cannot keep pace with the volume of newly created information. It is important and necessary, therefore, to enhance our ability to computationally determine whether some statement of fact is true or false. We view this problem as a link-prediction task in a knowledge graph, and present a discriminative path-based method for fact checking in knowledge graphs that incorporates connectivity, type information, and predicate interactions. Given a statement S of the form (subject, predicate, object), for example, (Chicago, capitalOf, Illinois), our approach mines discriminative paths that alternatively define the generalized statement (U.S. city, predicate, U.S. state) and uses the mined rules to evaluate the veracity of statement S. We evaluate our approach by examining thousands of claims related to history, geography, biology, and politics using a public, million node knowledge graph extracted from Wikipedia and PubMedDB. Not only does our approach significantly outperform related models, we also find that the discriminative predicate path model is easily interpretable and provides sensible reasons for the final determination.

📄 PDF Abstract BibTeX arXiv:1510.05911

Code (1)

nddsg/KGMiner 공식 구현

Tasks

Fact CheckingKnowledge GraphsLink Prediction

Similar Papers 제목 키워드 기반

Finding Streams in Knowledge Graphs to Support Fact Checking

2017-08-24 · Prashant Shiralkar, Alessandro Flammini, Filippo Menczer, Giovanni Luca Ciampaglia

The volume and velocity of information that gets generated online limits current journalistic practices to fact-check claims at the same rate. Computational approaches for fact checking may be the key to help mitigate th…

Fact CheckingKnowledge GraphsMisinformation

Show Me the Work: Fact-Checkers' Requirements for Explainable Automated Fact-Checking

2025-02-13 · Greta Warren, Irina Shklovski, Isabelle Augenstein

The pervasiveness of large language models and generative AI in online media has amplified the need for effective automated fact-checking to assist fact-checkers in tackling the increasing volume and sophistication of mi…

Decision MakingFact CheckingMisinformation

Tackling scalability issues in mining path patterns from knowledge graphs: a preliminary study

2020-07-17 · Pierre Monnin, Emmanuel Bresso, Miguel Couceiro, Malika Smaïl-Tabbone 외

Features mined from knowledge graphs are widely used within multiple knowledge discovery tasks such as classification or fact-checking. Here, we consider a given set of vertices, called seed vertices, and focus on mining…

Fact CheckingKnowledge GraphsWorld Knowledge

Reinforcement Learning-based Knowledge Graph Reasoning for Explainable Fact-checking

2023-10-11 · Gustav Nikopensius, Mohit Mayank, Orchid Chetia Phukan, Rajesh Sharma

Fact-checking is a crucial task as it ensures the prevention of misinformation. However, manual fact-checking cannot keep up with the rate at which false information is generated and disseminated online. Automated fact-c…

Fact CheckingMisinformationreinforcement-learningReinforcement Learning+1

Fact Checking via Path Embedding and Aggregation

2020-11-16 · Giuseppe Pirrò

Knowledge graphs (KGs) are a useful source of background knowledge to (dis)prove facts of the form (s, p, o). Finding paths between s and o is the cornerstone of several fact-checking approaches. While paths are useful t…

Fact CheckingKnowledge Graphs