paper-with-me

Papers

Interactive Query Answering on Knowledge Graphs with Soft Entity Constraints

2025-08-19 · Daniel Daza, Alberto Bernardi, Luca Costabello, Christophe Gueret, Masoud Mansoury, Michael Cochez, Martijn Schut arxiv

Methods for query answering over incomplete knowledge graphs retrieve entities that are likely to be answers, which is particularly useful when such answers cannot be reached by direct graph traversal due to missing edges. However, existing approaches have focused on queries formalized using first-order-logic. In practice, many real-world queries involve constraints that are inherently vague or context-dependent, such as preferences for attributes or related categories. Addressing this gap, we introduce the problem of query answering with soft constraints. We formalize the problem and introduce two efficient methods designed to adjust query answer scores by incorporating soft constraints without disrupting the original answers to a query. These methods are lightweight, requiring tuning only two parameters or a small neural network trained to capture soft constraints while maintaining the original ranking structure. To evaluate the task, we extend existing QA benchmarks by generating datasets with soft constraints. Our experiments demonstrate that our methods can capture soft constraints while maintaining robust query answering performance and adding very little overhead. With our work, we explore a new and flexible way to interact with graph databases that allows users to specify their preferences by providing examples interactively.

📄 PDF Abstract BibTeX arXiv:2508.13663

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graphs

Similar Papers 제목 키워드 기반

Extending Complex Logical Queries on Uncertain Knowledge Graphs

2024-03-03 · Weizhi Fei, ZiHao Wang, Hang Yin, Yang Duan 외

The study of machine learning-based logical query answering enables reasoning with large-scale and incomplete knowledge graphs. This paper advances this area of research by addressing the uncertainty inherent in knowledg…

Knowledge Graphs

Knowledge Graph Reasoning over Entities and Numerical Values

2023-06-02 · Jiaxin Bai, Chen Luo, Zheng Li, Qingyu Yin 외

A complex logic query in a knowledge graph refers to a query expressed in logic form that conveys a complex meaning, such as where did the Canadian Turing award winner graduate from? Knowledge graph reasoning-based appli…

AttributeComplex Query AnsweringKnowledge Graphs

One Model, Any Conjunctive Query: Graph Neural Networks for Answering Complex Queries over Knowledge Graphs

2024-09-21 · Krzysztof Olejniczak, Xingyue Huang, İsmail İlkan Ceylan, Mikhail Galkin

Traditional query answering over knowledge graphs -- or broadly over relational data -- is one of the most fundamental problems in data management. Motivated by the incompleteness of modern knowledge graphs, a new setup …

Graph Neural NetworkKnowledge Graphs

Question Answering over Knowledge Graphs via Structural Query Patterns

2019-10-22 · Weiguo Zheng, Mei Zhang

Natural language question answering over knowledge graphs is an important and interesting task as it enables common users to gain accurate answers in an easy and intuitive manner. However, it remains a challenge to bridg…

Knowledge GraphsQuestion AnsweringSemantic Parsing

An Inference Approach To Question Answering Over Knowledge Graphs

2021-12-21 · Aayushee Gupta, K. M. Annervaz, Ambedkar Dukkipati, Shubhashis Sengupta

Knowledge Graphs (KG) act as a great tool for holding distilled information from large natural language text corpora. The problem of natural language querying over knowledge graphs is essential for the human consumption …

Knowledge GraphsQuestion Answering