paper-with-me

Papers

Interactive Data Analysis with Next-step Natural Language Query Recommendation

2022-01-13 · Xingbo Wang, Furui Cheng, Yong Wang, Ke Xu, Jiang Long, Hong Lu, Huamin Qu

Natural language interfaces (NLIs) provide users with a convenient way to interactively analyze data through natural language queries. Nevertheless, interactive data analysis is a demanding process, especially for novice data analysts. When exploring large and complex SQL databases from different domains, data analysts do not necessarily have sufficient knowledge about different data tables and application domains. It makes them unable to systematically elicit a series of topically-related and meaningful queries for insight discovery in target domains. We develop a NLI with a step-wise query recommendation module to assist users in choosing appropriate next-step exploration actions. The system adopts a data-driven approach to suggest semantically relevant and context-aware queries for application domains of users' interest based on their query logs. Also, the system helps users organize query histories and results into a dashboard to communicate the discovered data insights. With a comparative user study, we show that our system can facilitate a more effective and systematic data analysis process than a baseline without the recommendation module.

📄 PDF Abstract BibTeX arXiv:2201.04868

Code (1)

xingbow/QRecNLI 공식 구현

Tasks

Natural Language Queries

Similar Papers 제목 키워드 기반

RecurrentGPT: Interactive Generation of (Arbitrarily) Long Text

2023-05-22 · Wangchunshu Zhou, Yuchen Eleanor Jiang, Peng Cui, Tiannan Wang 외

The fixed-size context of Transformer makes GPT models incapable of generating arbitrarily long text. In this paper, we introduce RecurrentGPT, a language-based simulacrum of the recurrence mechanism in RNNs. RecurrentGP…

Language ModellingLarge Language Model

GamePad: A Learning Environment for Theorem Proving

2018-06-02 · ICLR 2019 5 · Daniel Huang, Prafulla Dhariwal, Dawn Song, Ilya Sutskever

In this paper, we introduce a system called GamePad that can be used to explore the application of machine learning methods to theorem proving in the Coq proof assistant. Interactive theorem provers such as Coq enable us…

Automated Theorem ProvingPosition

Pix2Prof: fast extraction of sequential information from galaxy imagery via a deep natural language 'captioning' model

2020-10-01 · Michael J. Smith, Nikhil Arora, Connor Stone, Stéphane Courteau 외

We present 'Pix2Prof', a deep learning model that can eliminate any manual steps taken when extracting galaxy profiles. We argue that a galaxy profile of any sort is conceptually similar to a natural language image capti…

CPUImage Captioning

Towards Transparent Interactive Semantic Parsing via Step-by-Step Correction

2021-10-15 · Findings (ACL) 2022 5 · Lingbo Mo, Ashley Lewis, Huan Sun, Michael White

Existing studies on semantic parsing focus primarily on mapping a natural-language utterance to a corresponding logical form in one turn. However, because natural language can contain a great deal of ambiguity and variab…

Question AnsweringSemantic Parsing

Reflect before Act: Proactive Error Correction in Language Models

2025-09-23 · Qiuhai Zeng, Sarvesh Rajkumar, Di Wang, Narendra Gyanchandani 외 arxiv

Large Language Models (LLMs) have demonstrated remarkable capabilities in interactive decision-making tasks, but existing methods often struggle with error accumulation and lack robust self-correction mechanisms. We intr…

Computational Efficiency