paper-with-me

Papers

Grounding Natural Language to SQL Translation with Data-Based Self-Explanations

2024-11-05 · Yuankai Fan, Tonghui Ren, Can Huang, Zhenying He, X. Sean Wang

Natural Language Interfaces for Databases empower non-technical users to interact with data using natural language (NL). Advanced approaches, utilizing either neural sequence-to-sequence or more recent sophisticated large-scale language models, typically implement NL to SQL (NL2SQL) translation in an end-to-end fashion. However, like humans, these end-to-end translation models may not always generate the best SQL output on their first try. In this paper, we propose CycleSQL, an iterative framework designed for end-to-end translation models to autonomously generate the best output through self-evaluation. The main idea of CycleSQL is to introduce data-grounded NL explanations of query results as self-provided feedback, and use the feedback to validate the correctness of the translation iteratively, hence improving the overall translation accuracy. Extensive experiments, including quantitative and qualitative evaluations, are conducted to study CycleSQL by applying it to seven existing translation models on five widely used benchmarks. The results show that 1) the feedback loop introduced in CycleSQL can consistently improve the performance of existing models, and in particular, by applying CycleSQL to RESDSQL, obtains a translation accuracy of 82.0% (+2.6%) on the validation set, and 81.6% (+3.2%) on the test set of Spider benchmark; 2) the generated NL explanations can also provide insightful information for users, aiding in the comprehension of translation results and consequently enhancing the interpretability of NL2SQL translation.

📄 PDF Abstract BibTeX arXiv:2411.02948

Code (1)

Kaimary/CycleSQL 공식 구현

Tasks

Translation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

GinSign: Grounding Natural Language Into System Signatures for Temporal Logic Translation

2025-12-18 · William English, Chase Walker, Dominic Simon, Rickard Ewetz arxiv

Natural language (NL) to temporal logic (TL) translation enables engineers to specify, verify, and enforce system behaviors without manually crafting formal specifications-an essential capability for building trustworthy…

Countering Language Drift via Visual Grounding

2019-09-10 · IJCNLP 2019 11 · Jason Lee, Kyunghyun Cho, Douwe Kiela

Emergent multi-agent communication protocols are very different from natural language and not easily interpretable by humans. We find that agents that were initially pretrained to produce natural language can also experi…

Language ModelingLanguage ModellingTranslationVisual Grounding

Verifiable Natural Language to Linear Temporal Logic Translation: A Benchmark Dataset and Evaluation Suite

2025-07-01 · William H English, Chase Walker, Dominic Simon, Sumit Kumar Jha 외 arxiv

Empirical evaluation of state-of-the-art natural-language (NL) to temporal-logic (TL) translation systems reveals near-perfect performance on existing benchmarks. However, current studies measure only the accuracy of the…

Countering Language Drift via Grounding

2018-09-27 · Jason Lee, Kyunghyun Cho, Douwe Kiela

While reinforcement learning (RL) shows a lot of promise for natural language processing—e.g. when fine-tuning natural language systems for optimizing a certain objective—there has been little investigation into potentia…

Language ModelingLanguage ModellingPolicy Gradient MethodsReinforcement Learning (RL)+2

Adversarial reconstruction for Multi-modal Machine Translation

2019-10-07 · Jean-Benoit Delbrouck, Stéphane Dupont

Even with the growing interest in problems at the intersection of Computer Vision and Natural Language, grounding (i.e. identifying) the components of a structured description in an image still remains a challenging task…

Machine TranslationTranslation