paper-with-me

Papers

Multi-turn Natural Language to Graph Query Language Translation

2025-08-03 · Yuanyuan Liang, Lei Pan, Tingyu Xie, Yunshi Lan, Weining Qian arxiv

In recent years, research on transforming natural language into graph query language (NL2GQL) has been increasing. Most existing methods focus on single-turn transformation from NL to GQL. In practical applications, user interactions with graph databases are typically multi-turn, dynamic, and context-dependent. While single-turn methods can handle straightforward queries, more complex scenarios often require users to iteratively adjust their queries, investigate the connections between entities, or request additional details across multiple dialogue turns. Research focused on single-turn conversion fails to effectively address multi-turn dialogues and complex context dependencies. Additionally, the scarcity of high-quality multi-turn NL2GQL datasets further hinders the progress of this field. To address this challenge, we propose an automated method for constructing multi-turn NL2GQL datasets based on Large Language Models (LLMs) , and apply this method to develop the MTGQL dataset, which is constructed from a financial market graph database and will be publicly released for future research. Moreover, we propose three types of baseline methods to assess the effectiveness of multi-turn NL2GQL translation, thereby laying a solid foundation for future research.

📄 PDF Abstract BibTeX arXiv:2508.01871

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

NLQxform-UI: A Natural Language Interface for Querying DBLP Interactively

2024-03-13 · Ruijie Wang, Zhiruo Zhang, Luca Rossetto, Florian Ruosch 외

In recent years, the DBLP computer science bibliography has been prominently used for searching scholarly information, such as publications, scholars, and venues. However, its current search service lacks the capability …

Towards a Natural Language Query Processing System

2020-09-25 · Chantal Montgomery, Haruna Isah, Farhana Zulkernine

Tackling the information retrieval gap between non-technical database end-users and those with the knowledge of formal query languages has been an interesting area of data management and analytics research. The use of na…

Information RetrievalManagementRetrieval

Discovering Knowledge Graph Schema from Short Natural Language Text via Dialog

2020-07-01 · SIGDIAL (ACL) 2020 7 · Subhasis Ghosh, Arpita Kundu, Aniket Pramanick, Indrajit Bhattacharya

We study the problem of schema discovery for knowledge graphs. We propose a solution where an agent engages in multi-turn dialog with an expert for this purpose. Each mini-dialog focuses on a short natural language state…

Active LearningKnowledge Graphs

Navigating Connected Memories with a Task-oriented Dialog System

2022-11-15 · Seungwhan Moon, Satwik Kottur, Alborz Geramifard, Babak Damavandi

Recent years have seen an increasing trend in the volume of personal media captured by users, thanks to the advent of smartphones and smart glasses, resulting in large media collections. Despite conversation being an int…

Retrieval

Efficient Deployment of Conversational Natural Language Interfaces over Databases

2020-05-31 · WS 2020 7 · Anthony Colas, Trung Bui, Franck Dernoncourt, Moumita Sinha 외

Many users communicate with chatbots and AI assistants in order to help them with various tasks. A key component of the assistant is the ability to understand and answer a user's natural language questions for question-a…

ChatbotQuestion Answering