paper-with-me

홈 › Papers

Building an Application Independent Natural Language Interface

2019-10-30 · Sahisnu Mazumder, Bing Liu, Shuai Wang, Sepideh Esmaeilpour

Traditional approaches to building natural language (NL) interfaces typically use a semantic parser to parse the user command and convert it to a logical form, which is then translated to an executable action in an application. However, it is still challenging for a semantic parser to correctly parse natural language. For a different domain, the parser may need to be retrained or tuned, and a new translator also needs to be written to convert the logical forms to executable actions. In this work, we propose a novel and application independent approach to building NL interfaces that does not need a semantic parser or a translator. It is based on natural language to natural language matching and learning, where the representation of each action and each user command are both in natural language. To perform a user intended action, the system only needs to match the user command with the correct action representation, and then execute the corresponding action. The system also interactively learns new (paraphrased) commands for actions to expand the action representations over time. Our experimental results show the effectiveness of the proposed approach.

📄 PDF Abstract BibTeX arXiv:1910.14084

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Towards Building A Domain Agnostic Natural Language Interface to Real-World Relational Databases

2016-12-01 · WS 2016 12 · Sree Harsha Ramesh, Jayant Jain, Sarath K S, Krishna R Sundaresan
Decision MakingQuestion Answering

A natural language interface to a graph-based bibliographic information retrieval system

2016-12-10 · Yongjun Zhu, Erjia Yan, Il-Yeol Song

With the ever-increasing scientific literature, there is a need on a natural language interface to bibliographic information retrieval systems to retrieve related information effectively. In this paper, we propose a natu…

Information Retrievalnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+2

ChatLogo: A Large Language Model-Driven Hybrid Natural-Programming Language Interface for Agent-based Modeling and Programming

2023-08-16 · John Chen, Uri Wilensky

Building on Papert (1980)'s idea of children talking to computers, we propose ChatLogo, a hybrid natural-programming language interface for agent-based modeling and programming. We build upon previous efforts to scaffold…

Language ModelingLanguage ModellingLarge Language Model

AgentOS: From Application Silos to a Natural Language-Driven Data Ecosystem

2026-03-09 · Rui Liu, Tao Zhe, Dongjie Wang, Zijun Yao 외 arxiv

The rapid emergence of open-source, locally hosted intelligent agents marks a critical inflection point in human-computer interaction. Systems such as OpenClaw demonstrate that Large Language Model (LLM)-based agents can…

Sequential Pattern MiningKnowledge Graphs

Recent Advances in Text-to-SQL: A Survey of What We Have and What We Expect

2022-08-22 · COLING 2022 10 · Naihao Deng, Yulong Chen, Yue Zhang

Text-to-SQL has attracted attention from both the natural language processing and database communities because of its ability to convert the semantics in natural language into SQL queries and its practical application in…

SurveyText to SQLText-To-SQL