paper-with-me

홈 › Papers

Evaluating Architectural Choices for Deep Learning Approaches for Question Answering over Knowledge Bases

2018-12-06 · Sherzod Hakimov, Soufian Jebbara, Philipp Cimiano

The task of answering natural language questions over knowledge bases has received wide attention in recent years. Various deep learning architectures have been proposed for this task. However, architectural design choices are typically not systematically compared nor evaluated under the same conditions. In this paper, we contribute to a better understanding of the impact of architectural design choices by evaluating four different architectures under the same conditions. We address the task of answering simple questions, consisting in predicting the subject and predicate of a triple given a question. In order to provide a fair comparison of different architectures, we evaluate them under the same strategy for inferring the subject, and compare different architectures for inferring the predicate. The architecture for inferring the subject is based on a standard LSTM model trained to recognize the span of the subject in the question and on a linking component that links the subject span to an entity in the knowledge base. The architectures for predicate inference are based on i) a standard softmax classifier ranging over all predicates as output, iii) a model that predicts a low-dimensional encoding of the property given entity representation and question, iii) a model that learns to score a pair of subject and predicate given the question as well as iv) a model based on the well-known FastText model. The comparison of architectures shows that FastText provides better results than other architectures.

📄 PDF Abstract BibTeX arXiv:1812.02536

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
fastText fastText embeddings exploit subword information to construct word embeddings. Representations are learnt of character $n$-grams, and words represented as the sum of the…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Unsupervised Multiple Choices Question Answering: Start Learning from Basic Knowledge

2020-10-21 · EMNLP (MRQA) 2021 11 · Chi-Liang Liu, Hung-Yi Lee

In this paper, we study the possibility of almost unsupervised Multiple Choices Question Answering (MCQA). Starting from very basic knowledge, MCQA model knows that some choices have higher probabilities of being correct…

Question Answering

Cross Domain Evaluation of Multimodal Chain-of-Thought Reasoning of different datasets into the Amazon CoT Framework

2025-11-24 · Nitya Tiwari, Parv Maheshwari, Vidisha Agarwal arxiv

While recent work has extended CoT to multimodal settings, achieving state-of-the-art results on science question answering benchmarks like ScienceQA, the generalizability of these approaches across diverse domains remai…

Science Question AnsweringDomain GeneralizationMultimodal Reasoning

Using Natural Language Relations between Answer Choices for Machine Comprehension

2020-12-31 · NAACL 2019 6 · Rajkumar Pujari, Dan Goldwasser

When evaluating an answer choice for Reading Comprehension task, other answer choices available for the question and the answers of related questions about the same paragraph often provide valuable information. In this p…

Natural Language InferenceQuestion AnsweringReading Comprehension

Whispers of Doubt Amidst Echoes of Triumph in NLP Robustness

2023-11-16 · Ashim Gupta, Rishanth Rajendhran, Nathan Stringham, Vivek Srikumar 외

Do larger and more performant models resolve NLP's longstanding robustness issues? We investigate this question using over 20 models of different sizes spanning different architectural choices and pretraining objectives.…

From Message-Passing to Linearized Graph Sequence Models

2026-05-12 · Joël Mathys, Basil Rohner, Saku Peltonen, Roger Wattenhofer arxiv

Message-passing based approaches form the default backbone of most learning architectures on graph-structured data. However, the rapid progress of modern deep learning architectures in other domains, particularly sequenc…

Graph Learning