paper-with-me

홈 › Papers

Template-based Question Answering using Recursive Neural Networks

2020-04-03 · Ram G Athreya, Srividya Bansal, Axel-Cyrille Ngonga Ngomo, Ricardo Usbeck

We propose a neural network-based approach to automatically learn and classify natural language questions into its corresponding template using recursive neural networks. An obvious advantage of using neural networks is the elimination of the need for laborious feature engineering that can be cumbersome and error-prone. The input question is encoded into a vector representation. The model is trained and evaluated on the LC-QuAD dataset (Large-scale Complex Question Answering Dataset). The LC-QuAD queries are annotated based on 38 unique templates that the model attempts to classify. The resulting model is evaluated against both the LC-QuAD dataset and the 7th Question Answering Over Linked Data (QALD-7) dataset. The recursive neural network achieves template classification accuracy of 0.828 on the LC-QuAD dataset and an accuracy of 0.618 on the QALD-7 dataset. When the top-2 most likely templates were considered the model achieves an accuracy of 0.945 on the LC-QuAD dataset and 0.786 on the QALD-7 dataset. After slot filling, the overall system achieves a macro F-score 0.419 on the LC-QuAD dataset and a macro F-score of 0.417 on the QALD-7 dataset.

📄 PDF Abstract BibTeX arXiv:2004.13843

Code (1)

ram-g-athreya/RNN-Question-Answering 공식 구현 pytorch

Tasks

Feature EngineeringQuestion Answeringslot-fillingSlot Filling

Similar Papers 제목 키워드 기반

Knowledge Base Question Answering through Recursive Hypergraphs

2021-04-01 · EACL 2021 2 · Naganand Yadati, Dayanidhi R S, Vaishnavi S, Indira K M 외

Knowledge Base Question Answering (KBQA) is the problem of predicting an answer for a factoid question over a given knowledge base (KB). Answering questions typically requires reasoning over multiple links in the given K…

Knowledge Base Question AnsweringQuestion Answering

REM-Net: Recursive Erasure Memory Network for Commonsense Evidence Refinement

2020-12-24 · Yinya Huang, Meng Fang, Xunlin Zhan, Qingxing Cao 외

When answering a question, people often draw upon their rich world knowledge in addition to the particular context. While recent works retrieve supporting facts/evidence from commonsense knowledge bases to supply additio…

Question AnsweringWorld Knowledge

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

Task-Driven and Experience-Based Question Answering Corpus for In-Home Robot Application in the House3D Virtual Environment

2022-06-01 · LREC 2022 6 · Zhuoqun Xu, Liubo Ouyang, Yang Liu

At present, more and more work has begun to pay attention to the long-term housekeeping robot scene. Naturally, we wonder whether the robot can answer the questions raised by the owner according to the actual situation a…

General KnowledgeQuestion Answering

RTQA : Recursive Thinking for Complex Temporal Knowledge Graph Question Answering with Large Language Models

2025-09-04 · Zhaoyan Gong, Juan Li, Zhiqiang Liu, Lei Liang 외 arxiv

Current temporal knowledge graph question answering (TKGQA) methods primarily focus on implicit temporal constraints, lacking the capability of handling more complex temporal queries, and struggle with limited reasoning …

Graph Question Answering