paper-with-me

Papers

Probabilistic Case-based Reasoning for Open-World Knowledge Graph Completion

2020-10-07 · Findings of the Association for Computational Linguistics 2020 · Rajarshi Das, Ameya Godbole, Nicholas Monath, Manzil Zaheer, Andrew McCallum

A case-based reasoning (CBR) system solves a new problem by retrieving `cases' that are similar to the given problem. If such a system can achieve high accuracy, it is appealing owing to its simplicity, interpretability, and scalability. In this paper, we demonstrate that such a system is achievable for reasoning in knowledge-bases (KBs). Our approach predicts attributes for an entity by gathering reasoning paths from similar entities in the KB. Our probabilistic model estimates the likelihood that a path is effective at answering a query about the given entity. The parameters of our model can be efficiently computed using simple path statistics and require no iterative optimization. Our model is non-parametric, growing dynamically as new entities and relations are added to the KB. On several benchmark datasets our approach significantly outperforms other rule learning approaches and performs comparably to state-of-the-art embedding-based approaches. Furthermore, we demonstrate the effectiveness of our model in an "open-world" setting where new entities arrive in an online fashion, significantly outperforming state-of-the-art approaches and nearly matching the best offline method. Code available at https://github.com/ameyagodbole/Prob-CBR

📄 PDF Abstract BibTeX arXiv:2010.03548

Code (1)

ameyagodbole/Prob-CBR 공식 구현

Tasks

Knowledge Graph CompletionLink PredictionWorld Knowledge

Similar Papers 제목 키워드 기반

Logical Neural Networks

2020-06-23 · Ryan Riegel, Alexander Gray, Francois Luus, Naweed Khan 외

We propose a novel framework seamlessly providing key properties of both neural nets (learning) and symbolic logic (knowledge and reasoning). Every neuron has a meaning as a component of a formula in a weighted real-valu…

Automated Theorem ProvingLogical Reasoning

Probabilistic Tree-of-thought Reasoning for Answering Knowledge-intensive Complex Questions

2023-11-23 · Shulin Cao, Jiajie Zhang, Jiaxin Shi, Xin Lv 외

Large language models (LLMs) are capable of answering knowledge-intensive complex questions with chain-of-thought (CoT) reasoning. However, they tend to generate factually incorrect reasoning steps when the required know…

Retrieval

Modeling Open-World Cognition as On-Demand Synthesis of Probabilistic Models

2025-07-16 · Lionel Wong, Katherine M. Collins, Lance Ying, Cedegao E. Zhang 외 arxiv

When faced with novel situations, people are able to marshal relevant considerations from a wide range of background knowledge and put these to use in inferences and predictions. What permits us to draw in globally relev…

OpenEstimate: Evaluating LLMs on Reasoning Under Uncertainty with Real-World Data

2025-10-16 · Alana Renda, Jillian Ross, Michael Cafarella, Jacob Andreas arxiv

Real-world settings where language models (LMs) are deployed -- in domains spanning healthcare, finance, and other forms of knowledge work -- require models to grapple with incomplete information and reason under uncerta…

Reasoning about Unmodelled Concepts - Incorporating Class Taxonomies in Probabilistic Relational Models

2015-04-21 · Daniel Nyga, Michael Beetz

A key problem in the application of first-order probabilistic methods is the enormous size of graphical models they imply. The size results from the possible worlds that can be generated by a domain of objects and relati…