paper-with-me

Papers

Question Answering on Knowledge Bases and Text using Universal Schema and Memory Networks

2017-04-27 · ACL 2017 7 · Rajarshi Das, Manzil Zaheer, Siva Reddy, Andrew McCallum

Existing question answering methods infer answers either from a knowledge base or from raw text. While knowledge base (KB) methods are good at answering compositional questions, their performance is often affected by the incompleteness of the KB. Au contraire, web text contains millions of facts that are absent in the KB, however in an unstructured form. {\it Universal schema} can support reasoning on the union of both structured KBs and unstructured text by aligning them in a common embedded space. In this paper we extend universal schema to natural language question answering, employing \emph{memory networks} to attend to the large body of facts in the combination of text and KB. Our models can be trained in an end-to-end fashion on question-answer pairs. Evaluation results on \spades fill-in-the-blank question answering dataset show that exploiting universal schema for question answering is better than using either a KB or text alone. This model also outperforms the current state-of-the-art by 8.5 $F_1$ points.\footnote{Code and data available in \url{https://rajarshd.github.io/TextKBQA}}

📄 PDF Abstract BibTeX arXiv:1704.08384

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

A Benchmark to Understand the Role of Knowledge Graphs on Large Language Model's Accuracy for Question Answering on Enterprise SQL Databases

2023-11-13 · Juan Sequeda, Dean Allemang, Bryon Jacob

Enterprise applications of Large Language Models (LLMs) hold promise for question answering on enterprise SQL databases. However, the extent to which LLMs can accurately respond to enterprise questions in such databases …

Knowledge GraphsQuestion AnsweringText to SQLText-To-SQL

Knowledge Base Completion using Web-Based Question Answering and Multimodal Fusion

2022-11-14 · Yang Peng, Daisy Zhe Wang

Over the past few years, large knowledge bases have been constructed to store massive amounts of knowledge. However, these knowledge bases are highly incomplete. To solve this problem, we propose a web-based question ans…

Knowledge Base CompletionQuestion Answering

VLC-BERT: Visual Question Answering with Contextualized Commonsense Knowledge

2022-10-24 · Sahithya Ravi, Aditya Chinchure, Leonid Sigal, Renjie Liao 외

There has been a growing interest in solving Visual Question Answering (VQA) tasks that require the model to reason beyond the content present in the image. In this work, we focus on questions that require commonsense re…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Question Answering over Knowledge Base using Language Model Embeddings

2020-10-17 · Sai Sharath Japa, Rekabdar Banafsheh

Knowledge Base, represents facts about the world, often in some form of subsumption ontology, rather than implicitly, embedded in procedural code, the way a conventional computer program does. While there is a rapid grow…

Knowledge Base Question AnsweringLanguage ModelingLanguage ModellingQuestion Answering

Transform-Retrieve-Generate: Natural Language-Centric Outside-Knowledge Visual Question Answering

2022-01-01 · CVPR 2022 1 · Feng Gao, Qing Ping, Govind Thattai, Aishwarya Reganti 외

Outside-knowledge visual question answering (OK-VQA) requires the agent to comprehend the image, make use of relevant knowledge from the entire web, and digest all the information to answer the question. Most previou…

Generative Question AnsweringImage to textPassage RetrievalQuestion Answering+3