paper-with-me

Papers

Semantic Parsing for Conversational Question Answering over Knowledge Graphs

2023-01-28 · Laura Perez-Beltrachini, Parag Jain, Emilio Monti, Mirella Lapata

In this paper, we are interested in developing semantic parsers which understand natural language questions embedded in a conversation with a user and ground them to formal queries over definitions in a general purpose knowledge graph (KG) with very large vocabularies (covering thousands of concept names and relations, and millions of entities). To this end, we develop a dataset where user questions are annotated with Sparql parses and system answers correspond to execution results thereof. We present two different semantic parsing approaches and highlight the challenges of the task: dealing with large vocabularies, modelling conversation context, predicting queries with multiple entities, and generalising to new questions at test time. We hope our dataset will serve as useful testbed for the development of conversational semantic parsers. Our dataset and models are released at https://github.com/EdinburghNLP/SPICE.

📄 PDF Abstract BibTeX arXiv:2301.12217

Code (1)

edinburghnlp/spice 공식 구현 pytorch

Tasks

Conversational Question AnsweringKnowledge GraphsQuestion AnsweringSemantic Parsing

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

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

Context Transformer with Stacked Pointer Networks for Conversational Question Answering over Knowledge Graphs

2021-03-13 · Joan Plepi, Endri Kacupaj, Kuldeep Singh, Harsh Thakkar 외

Neural semantic parsing approaches have been widely used for Question Answering (QA) systems over knowledge graphs. Such methods provide the flexibility to handle QA datasets with complex queries and a large number of en…

Conversational Question AnsweringKnowledge GraphsLogical ReasoningQuestion Answering+1

Multi-Task Learning for Conversational Question Answering over a Large-Scale Knowledge Base

2019-10-11 · IJCNLP 2019 11 · Tao Shen, Xiubo Geng, Tao Qin, Daya Guo 외

We consider the problem of conversational question answering over a large-scale knowledge base. To handle huge entity vocabulary of a large-scale knowledge base, recent neural semantic parsing based approaches usually de…

Conversational Question AnsweringMulti-Task LearningQuestion AnsweringSemantic Parsing

Evaluating Large Language Models in Semantic Parsing for Conversational Question Answering over Knowledge Graphs

2024-01-03 · Phillip Schneider, Manuel Klettner, Kristiina Jokinen, Elena Simperl 외

Conversational question answering systems often rely on semantic parsing to enable interactive information retrieval, which involves the generation of structured database queries from a natural language input. For inform…

Conversational Question AnsweringInformation RetrievalKnowledge GraphsQuestion Answering+2

Conversational Question Answering over Knowledge Graphs with Transformer and Graph Attention Networks

2021-04-04 · EACL 2021 2 · Endri Kacupaj, Joan Plepi, Kuldeep Singh, Harsh Thakkar 외

This paper addresses the task of (complex) conversational question answering over a knowledge graph. For this task, we propose LASAGNE (muLti-task semAntic parSing with trAnsformer and Graph atteNtion nEtworks). It is th…

Conversational Question AnsweringGraph AttentionKnowledge GraphsQuestion Answering+1