paper-with-me

홈 › Papers

AmbiGraph-Eval: Can LLMs Effectively Handle Ambiguous Graph Queries?

2025-08-13 · Yuchen Tian, Kaixin Li, Hao Chen, Ziyang Luo, Hongzhan Lin, Sebastian Schelter, Lun Du, Jing Ma arxiv

Large Language Models (LLMs) have recently demonstrated strong capabilities in translating natural language into database queries, especially when dealing with complex graph-structured data. However, real-world queries often contain inherent ambiguities, and the interconnected nature of graph structures can amplify these challenges, leading to unintended or incorrect query results. To systematically evaluate LLMs on this front, we propose a taxonomy of graph-query ambiguities, comprising three primary types: Attribute Ambiguity, Relationship Ambiguity, and Attribute-Relationship Ambiguity, each subdivided into Same-Entity and Cross-Entity scenarios. We introduce AmbiGraph-Eval, a novel benchmark of real-world ambiguous queries paired with expert-verified graph query answers. Evaluating 9 representative LLMs shows that even top models struggle with ambiguous graph queries. Our findings reveal a critical gap in ambiguity handling and motivate future work on specialized resolution techniques.

📄 PDF Abstract BibTeX arXiv:2508.09631

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Towards Effective Disambiguation for Machine Translation with Large Language Models

2023-09-20 · Vivek Iyer, Pinzhen Chen, Alexandra Birch

Resolving semantic ambiguity has long been recognised as a central challenge in the field of Machine Translation. Recent work on benchmarking translation performance on ambiguous sentences has exposed the limitations of …

BenchmarkingIn-Context LearningMachine TranslationNMT+1

Factuality or Fiction? Benchmarking Modern LLMs on Ambiguous QA with Citations

2024-12-23 · Maya Patel, Aditi Anand

Benchmarking modern large language models (LLMs) on complex and realistic tasks is critical to advancing their development. In this work, we evaluate the factual accuracy and citation performance of state-of-the-art LLMs…

BenchmarkingQuestion Answeringvalid

PRACTIQ: A Practical Conversational Text-to-SQL dataset with Ambiguous and Unanswerable Queries

2024-10-14 · Mingwen Dong, Nischal Ashok Kumar, Yiqun Hu, Anuj Chauhan 외

Previous text-to-SQL datasets and systems have primarily focused on user questions with clear intentions that can be answered. However, real user questions can often be ambiguous with multiple interpretations or unanswer…

Language ModellingLarge Language ModelText to SQLText-To-SQL

Aligning Language Models to Explicitly Handle Ambiguity

2024-04-18 · Hyuhng Joon Kim, Youna Kim, Cheonbok Park, Junyeob Kim 외

In interactions between users and language model agents, user utterances frequently exhibit ellipsis (omission of words or phrases) or imprecision (lack of exactness) to prioritize efficiency. This can lead to varying in…

Language ModelingLanguage ModellingQuestion Answering

DRE: An Effective Dual-Refined Method for Integrating Small and Large Language Models in Open-Domain Dialogue Evaluation

2025-06-04 · Kun Zhao, Bohao Yang, Chen Tang, Siyuan Dai 외

Large Language Models (LLMs) excel at many tasks but struggle with ambiguous scenarios where multiple valid responses exist, often yielding unreliable results. Conversely, Small Language Models (SLMs) demonstrate robustn…

Dialogue Evaluationvalid