Large-scale Semantic Parsing without Question-Answer Pairs
In this paper we introduce a novel semantic parsing approach to query Freebase in natural language without requiring manual annotations or question-answer pairs. Our key insight is to represent natural language via semantic graphs whose topology shares many commonalities with Freebase. Given this representation, we conceptualize semantic parsing as a graph matching problem. Our model converts sentences to semantic graphs using CCG and subsequently grounds them to Freebase guided by denotations as a form of weak supervision. Evaluation experiments on a subset of the Free917 and WebQuestions benchmark datasets show our semantic parser improves over the state of the art.
Code (0)
등록된 구현이 없습니다.
Tasks
Graph MatchingSemantic ParsingSimilar Papers 제목 키워드 기반
Complex Question Decomposition for Semantic Parsing
In this work, we focus on complex question semantic parsing and propose a novel Hierarchical Semantic Parsing (HSP) method, which utilizes the decompositionality of complex questions for semantic parsing. Our model is de…
Semantic ParsingKaFSP: Knowledge-Aware Fuzzy Semantic Parsing for Conversational Question Answering over a Large-Scale Knowledge Base
In this paper, we study two issues of semantic parsing approaches to conversational question answering over a large-scale knowledge base: (1) The actions defined in grammar are not sufficient to handle uncertain reasonin…
Conversational Question AnsweringEntity DisambiguationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION+2ZEROTOP: Zero-Shot Task-Oriented Semantic Parsing using Large Language Models
We explore the use of large language models (LLMs) for zero-shot semantic parsing. Semantic parsing involves mapping natural language utterances to task-specific meaning representations. Language models are generally tra…
Extractive Question-AnsweringLanguage ModelingLanguage ModellingQuestion Answering+2Makadi: A Large-Scale Human-Labeled Dataset for Hindi Semantic Parsing
Parsing natural language queries into formal database calls is a very well-studied problem. Because of the rich diversity of semantic markers across the world’s languages, progress in solving this problem is irreducibly …
DiversityNatural Language QueriesSemantic ParsingText to SQL+1Table2answer: Read the database and answer without SQL
Semantic parsing is the task of mapping natural language to logic form. In question answering, semantic parsing can be used to map the question to logic form and execute the logic form to get the answer. One key problem …
FormQuestion AnsweringSemantic Parsing