paper-with-me

Papers

SYGMA: System for Generalizable Modular Question Answering OverKnowledge Bases

2021-09-28 · Sumit Neelam, Udit Sharma, Hima Karanam, Shajith Ikbal, Pavan Kapanipathi, Ibrahim Abdelaziz, Nandana Mihindukulasooriya, Young-suk Lee, Santosh Srivastava, Cezar Pendus, Saswati Dana, Dinesh Garg, Achille Fokoue, G P Shrivatsa Bhargav, Dinesh Khandelwal, Srinivas Ravishankar, Sairam Gurajada, Maria Chang, Rosario Uceda-Sosa, Salim Roukos, Alexander Gray, Guilherme LimaRyan Riegel, Francois Luus, L Venkata Subramaniam

Knowledge Base Question Answering (KBQA) tasks that in-volve complex reasoning are emerging as an important re-search direction. However, most KBQA systems struggle withgeneralizability, particularly on two dimensions: (a) acrossmultiple reasoning types where both datasets and systems haveprimarily focused on multi-hop reasoning, and (b) across mul-tiple knowledge bases, where KBQA approaches are specif-ically tuned to a single knowledge base. In this paper, wepresent SYGMA, a modular approach facilitating general-izability across multiple knowledge bases and multiple rea-soning types. Specifically, SYGMA contains three high levelmodules: 1) KB-agnostic question understanding module thatis common across KBs 2) Rules to support additional reason-ing types and 3) KB-specific question mapping and answeringmodule to address the KB-specific aspects of the answer ex-traction. We demonstrate effectiveness of our system by evalu-ating on datasets belonging to two distinct knowledge bases,DBpedia and Wikidata. In addition, to demonstrate extensi-bility to additional reasoning types we evaluate on multi-hopreasoning datasets and a new Temporal KBQA benchmarkdataset on Wikidata, namedTempQA-WD1, introduced in thispaper. We show that our generalizable approach has bettercompetetive performance on multiple datasets on DBpediaand Wikidata that requires both multi-hop and temporal rea-soning

📄 PDF Abstract BibTeX arXiv:2109.13430

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Base Question AnsweringQuestion Answering

Similar Papers 제목 키워드 기반

Combining Open Domain Question Answering with a Task-Oriented Dialog System

2021-08-01 · ACL (dialdoc) 2021 8 · Jan Nehring, Nils Feldhus, Harleen Kaur, Akhyar Ahmed

We apply the modular dialog system framework to combine open-domain question answering with a task-oriented dialog system. This meta dialog system can answer questions from Wikipedia and at the same time act as a persona…

Open-Domain Question AnsweringQuestion Answering

Trick Me If You Can: Adversarial Writing of Trivia Challenge Questions

2018-07-01 · ACL 2018 7 · Eric Wallace, Jordan Boyd-Graber

Modern question answering systems have been touted as approaching human performance. However, existing question answering datasets are imperfect tests. Questions are written with humans in mind, not computers, and often …

Question Answering

Katecheo: A Portable and Modular System for Multi-Topic Question Answering

2019-07-01 · Shirish Hirekodi, Seban Sunny, Leonard Topno, Alwin Daniel 외

We introduce a modular system that can be deployed on any Kubernetes cluster for question answering via REST API. This system, called Katecheo, includes three configurable modules that collectively enable identification …

ArticlesQuestion AnsweringReading Comprehension

Integrating question answering and text-to-SQL in Portuguese

2022-02-08 · Marcos Menon José, Marcelo Archanjo José, Denis Deratani Mauá, Fábio Gagliardi Cozman

Deep learning transformers have drastically improved systems that automatically answer questions in natural language. However, different questions demand different answering techniques; here we propose, build and validat…

Question AnsweringText to SQLText-To-SQL

MRAG: A Modular Retrieval Framework for Time-Sensitive Question Answering

2024-12-20 · Zhang Siyue, Xue Yuxiang, Zhang Yiming, Wu Xiaobao 외

Understanding temporal relations and answering time-sensitive questions is crucial yet a challenging task for question-answering systems powered by large language models (LLMs). Existing approaches either update the para…

Question AnsweringRetrievalRetrieval-augmented Generation