paper-with-me

Papers

Query-Reduction Networks for Question Answering

2016-06-14 · Minjoon Seo, Sewon Min, Ali Farhadi, Hannaneh Hajishirzi

In this paper, we study the problem of question answering when reasoning over multiple facts is required. We propose Query-Reduction Network (QRN), a variant of Recurrent Neural Network (RNN) that effectively handles both short-term (local) and long-term (global) sequential dependencies to reason over multiple facts. QRN considers the context sentences as a sequence of state-changing triggers, and reduces the original query to a more informed query as it observes each trigger (context sentence) through time. Our experiments show that QRN produces the state-of-the-art results in bAbI QA and dialog tasks, and in a real goal-oriented dialog dataset. In addition, QRN formulation allows parallelization on RNN's time axis, saving an order of magnitude in time complexity for training and inference.

📄 PDF Abstract BibTeX arXiv:1606.04582

Code (2)

uwnlp/qrn 공식 구현 tf
voicy-ai/DialogStateTracking tf

Tasks

Goal-Oriented DialogProcedural Text UnderstandingQuestion AnsweringSentence

Similar Papers 제목 키워드 기반

Active Learning for Visual Question Answering: An Empirical Study

2017-11-06 · Xiao Lin, Devi Parikh

We present an empirical study of active learning for Visual Question Answering, where a deep VQA model selects informative question-image pairs from a pool and queries an oracle for answers to maximally improve its perfo…

Active LearningVisual Question AnsweringVisual Question Answering (VQA)

LeanContext: Cost-Efficient Domain-Specific Question Answering Using LLMs

2023-09-02 · Md Adnan Arefeen, Biplob Debnath, Srimat Chakradhar

Question-answering (QA) is a significant application of Large Language Models (LLMs), shaping chatbot capabilities across healthcare, education, and customer service. However, widespread LLM integration presents a challe…

ArticlesChatbotQuestion Answering

Efficiency-aware Answering of Compositional Questions using Answer Type Prediction

2017-11-01 · IJCNLP 2017 11 · David Ziegler, Abdalghani Abujabal, Rishiraj Saha Roy, Gerhard Weikum

This paper investigates the problem of answering compositional factoid questions over knowledge bases (KB) under efficiency constraints. The method, called TIPI, (i) decomposes compositional questions, (ii) predicts answ…

Question AnsweringType predictionVocal Bursts Type Prediction

SPARQL query generation for complex question answering with BERT and BiLSTM-based model

2020-06-17 · Proceedings of the International Conference “Dialogue 2020” 2020 6 · Evseev D. A., Arkhipov M. Yu.

In this paper we describe question answering system for answering of complex questions over Wikidata knowledge base. Unlike simple questions, which require extraction of single fact from the knowledge base, complex quest…

Knowledge Base Question AnsweringQuestion AnsweringSemantic ParsingTriplet

Knowledge Base Question Answering by Case-based Reasoning over Subgraphs

2022-02-22 · Rajarshi Das, Ameya Godbole, Ankita Naik, Elliot Tower 외

Question answering (QA) over knowledge bases (KBs) is challenging because of the diverse, essentially unbounded, types of reasoning patterns needed. However, we hypothesize in a large KB, reasoning patterns required to a…

Knowledge Base Question AnsweringQuestion Answering