中文
相关论文

相关论文: PRACTIQ: A Practical Conversational Text-to-SQL da…

200 篇论文

Ambiguous questions persist in open-domain question answering, because formulating a precise question with a unique answer is often challenging. Previously, Min et al. (2020) have tackled this issue by generating disambiguated questions for…

计算与语言 · 计算机科学 2023-10-26 Dongryeol Lee , Segwang Kim , Minwoo Lee , Hwanhee Lee , Joonsuk Park , Sang-Woo Lee , Kyomin Jung

Enterprise analytics aims to make organizational data accessible for decision-making, yet non-technical users still face barriers when using traditional business intelligence tools or Text-to-SQL systems. While recent Text-to-SQL approaches…

Evaluating Text-to-SQL agents in private business intelligence (BI) settings is challenging due to the scarcity of realistic, domain-specific data. While synthetic evaluation data offers a scalable solution, existing generation methods fail…

计算与语言 · 计算机科学 2026-01-22 Jinhui Liu , Ximeng Zhang , Yanbo Ai , Zhou Yu

Large Language Models (LLMs) have shown promise in enabling natural language interfaces for structured data querying through text-to-SQL generation. However, their application in real-world Business Intelligence (BI) contexts remains…

计算与语言 · 计算机科学 2025-05-02 Jeho Choi

Electronic medical records (EMR) contain comprehensive patient information and are typically stored in a relational database with multiple tables. Effective and efficient patient information retrieval from EMR data is a challenging task for…

计算与语言 · 计算机科学 2020-01-31 Ping Wang , Tian Shi , Chandan K. Reddy

Natural language database interfaces broaden data access, yet they remain brittle under input ambiguity. Standard approaches often collapse uncertainty into a single query, offering little support for mismatches between user intent and…

人机交互 · 计算机科学 2026-03-03 Robin Shing Moon Chan , Rita Sevastjanova , Mennatallah El-Assady

The goal of database question answering is to enable natural language querying of real-life relational databases in diverse application domains. Recently, large-scale datasets such as Spider and WikiSQL facilitated novel modeling techniques…

计算与语言 · 计算机科学 2021-06-23 Chia-Hsuan Lee , Oleksandr Polozov , Matthew Richardson

We present CoSQL, a corpus for building cross-domain, general-purpose database (DB) querying dialogue systems. It consists of 30k+ turns plus 10k+ annotated SQL queries, obtained from a Wizard-of-Oz (WOZ) collection of 3k dialogues querying…

Despite recent progress on conversational systems, they still do not perform smoothly and coherently when faced with ambiguous requests. When questions are unclear, conversational systems should have the ability to ask clarifying questions,…

信息检索 · 计算机科学 2022-08-10 Negar Arabzadeh , Mahsa Seifikar , Charles L. A. Clarke

Text-to-SQL generation enables non-experts to interact with databases via natural language. Recent advances rely on large closed-source models like GPT-4 that present challenges in accessibility, privacy, and latency. To address these…

Large language models have been used to translate natural language questions to SQL queries. Without hard constraints on syntax and database schema, they occasionally produce invalid queries that are not executable. These failures limit the…

计算与语言 · 计算机科学 2025-03-18 Ying Jiao , Luc De Raedt , Giuseppe Marra

Recent advances in large language models (LLMs) have propelled research in natural language interfaces to databases. However, most state-of-the-art text-to-SQL systems still depend on complex, multi-stage pipelines. This work proposes a…

人工智能 · 计算机科学 2025-06-03 Fernando Granado , Roberto Lotufo , Jayr Pereira

While Text-to-SQL remains the dominant approach for database interaction, real-world analytics increasingly require the flexibility of general-purpose programming languages such as Python or Pandas to manage file-based data and complex…

人工智能 · 计算机科学 2026-01-26 Hangle Hu , Chenyu Hou , Bin Cao , Ruizhe Li

As a part of an embodied agent, Large Language Models (LLMs) are typically used for behavior planning given natural language instructions from the user. However, dealing with ambiguous instructions in real-world environments remains a…

机器学习 · 计算机科学 2025-06-05 Anastasiia Ivanova , Eva Bakaeva , Zoya Volovikova , Alexey K. Kovalev , Aleksandr I. Panov

Large Language Models (LLMs) can generate SQL queries from natural language questions but struggle with database-specific schemas and tacit domain knowledge. We introduce a framework for continual learning from human feedback in…

Ambiguity in natural language poses significant challenges to Large Language Models (LLMs) used for open-domain question answering. LLMs often struggle with the inherent uncertainties of human communication, leading to misinterpretations,…

计算与语言 · 计算机科学 2024-11-20 Aryan Keluskar , Amrita Bhattacharjee , Huan Liu

Text-to-SQL is a task to generate SQL queries from human utterances. However, due to the variation of natural language, two semantically equivalent utterances may appear differently in the lexical level. Likewise, user preferences (e.g.,…

计算与语言 · 计算机科学 2020-12-22 Pingchuan Ma , Shuai Wang

Handling unanswerable questions (UAQ) is crucial for LLMs, as it helps prevent misleading responses in complex situations. While previous studies have built several datasets to assess LLMs' performance on UAQ, these datasets lack factual…

计算与语言 · 计算机科学 2025-05-30 Chuanyuan Tan , Wenbiao Shao , Hao Xiong , Tong Zhu , Zhenhua Liu , Kai Shi , Wenliang Chen

Text-to-SQL systems enable users to query databases using natural language, democratizing access to data analytics. However, they face challenges in understanding ambiguous phrasing, domain-specific vocabulary, and complex schema…

数据库 · 计算机科学 2025-06-17 Tetiana Gladkykh , Kyrylo Kirykov

Open domain conversational agents can answer a broad range of targeted queries. However, the sequential nature of interaction with these systems makes knowledge exploration a lengthy task which burdens the user with asking a chain of well…