paper-with-me

홈 › Papers

FANDA: A Novel Approach to Perform Follow-up Query Analysis

2019-01-24 · Qian Liu, Bei Chen, Jian-Guang Lou, Ge Jin, Dongmei Zhang

Recent work on Natural Language Interfaces to Databases (NLIDB) has attracted considerable attention. NLIDB allow users to search databases using natural language instead of SQL-like query languages. While saving the users from having to learn query languages, multi-turn interaction with NLIDB usually involves multiple queries where contextual information is vital to understand the users' query intents. In this paper, we address a typical contextual understanding problem, termed as follow-up query analysis. In spite of its ubiquity, follow-up query analysis has not been well studied due to two primary obstacles: the multifarious nature of follow-up query scenarios and the lack of high-quality datasets. Our work summarizes typical follow-up query scenarios and provides a new FollowUp dataset with $1000$ query triples on 120 tables. Moreover, we propose a novel approach FANDA, which takes into account the structures of queries and employs a ranking model with weakly supervised max-margin learning. The experimental results on FollowUp demonstrate the superiority of FANDA over multiple baselines across multiple metrics.

📄 PDF Abstract BibTeX arXiv:1901.08259

Code (1)

SivilTaram/FollowUp 공식 구현

Similar Papers 제목 키워드 기반

A Split-and-Recombine Approach for Follow-up Query Analysis

2019-09-19 · IJCNLP 2019 11 · Qian Liu, Bei Chen, Haoyan Liu, Lei Fang 외

Context-dependent semantic parsing has proven to be an important yet challenging task. To leverage the advances in context-independent semantic parsing, we propose to perform follow-up query analysis, aiming to restate c…

Natural Language QueriesSemantic Parsing

Hierarchical Masked 3D Diffusion Model for Video Outpainting

2023-09-05 · Fanda Fan, Chaoxu Guo, Litong Gong, Biao Wang 외

Video outpainting aims to adequately complete missing areas at the edges of video frames. Compared to image outpainting, it presents an additional challenge as the model should maintain the temporal consistency of the fi…

Image Outpaintingmodel

Learning GraphQL Query Costs (Extended Version)

2021-08-25 · Georgios Mavroudeas, Guillaume Baudart, Alan Cha, Martin Hirzel 외

GraphQL is a query language for APIs and a runtime for executing those queries, fetching the requested data from existing microservices, REST APIs, databases, or other sources. Its expressiveness and its flexibility have…

Learning to Speed Up Query Planning in Graph Databases

2018-01-21 · Namaki Mohammad Hossain, Chowdhury F A Rezaur Rahman, Islam Md Rakibul, Doppa Janardhan Rao 외

Querying graph structured data is a fundamental operation that enables important applications including knowledge graph search, social network analysis, and cyber-network security. However, the growing size of real-world…

Computational EfficiencyKnowledge Graphs

Active Community Detection with Maximal Expected Model Change

2018-01-11 · Dan Kushnir, Benjamin Mirabelli

We present a novel active learning algorithm for community detection on networks. Our proposed algorithm uses a Maximal Expected Model Change (MEMC) criterion for querying network nodes label assignments. MEMC detects no…

Active LearningCommunity DetectionmodelStochastic Block Model