paper-with-me

홈 › Papers

Large-scale Semantic Parsing without Question-Answer Pairs

2014-01-01 · TACL 2014 1 · Siva Reddy, Mirella Lapata, Mark Steedman

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.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Graph MatchingSemantic Parsing

Similar Papers 제목 키워드 기반

Complex Question Decomposition for Semantic Parsing

2019-07-01 · ACL 2019 7 · Haoyu Zhang, Jingjing Cai, Jianjun Xu, Ji Wang

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 Parsing

KaFSP: Knowledge-Aware Fuzzy Semantic Parsing for Conversational Question Answering over a Large-Scale Knowledge Base

2022-05-01 · ACL 2022 5 · Junzhuo Li, Deyi Xiong

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+2

ZEROTOP: Zero-Shot Task-Oriented Semantic Parsing using Large Language Models

2022-12-21 · Dheeraj Mekala, Jason Wolfe, Subhro Roy

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+2

Makadi: A Large-Scale Human-Labeled Dataset for Hindi Semantic Parsing

2022-06-01 · WILDRE (LREC) 2022 6 · Shashwat Vaibhav, Nisheeth Srivastava

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+1

Table2answer: Read the database and answer without SQL

2019-02-12 · Tong Guo, Huilin Gao

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