HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

Hyperbolic Representation Learning for Fast and Efficient Neural Question Answering

Yi Tay; Luu Anh Tuan; Siu Cheung Hui

Hyperbolic Representation Learning for Fast and Efficient Neural Question Answering

Abstract

The dominant neural architectures in question answer retrieval are based on recurrent or convolutional encoders configured with complex word matching layers. Given that recent architectural innovations are mostly new word interaction layers or attention-based matching mechanisms, it seems to be a well-established fact that these components are mandatory for good performance. Unfortunately, the memory and computation cost incurred by these complex mechanisms are undesirable for practical applications. As such, this paper tackles the question of whether it is possible to achieve competitive performance with simple neural architectures. We propose a simple but novel deep learning architecture for fast and efficient question-answer ranking and retrieval. More specifically, our proposed model, \textsc{HyperQA}, is a parameter efficient neural network that outperforms other parameter intensive models such as Attentive Pooling BiLSTMs and Multi-Perspective CNNs on multiple QA benchmarks. The novelty behind \textsc{HyperQA} is a pairwise ranking objective that models the relationship between question and answer embeddings in Hyperbolic space instead of Euclidean space. This empowers our model with a self-organizing ability and enables automatic discovery of latent hierarchies while learning embeddings of questions and answers. Our model requires no feature engineering, no similarity matrix matching, no complicated attention mechanisms nor over-parameterized layers and yet outperforms and remains competitive to many models that have these functionalities on multiple benchmarks.

Code Repositories

vanzytay/WSDM2018_HyperQA
tf
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
question-answering-on-semevalcqaHyperQA
MAP: 0.795
P@1: 0.809
question-answering-on-trecqaHyperQA
MAP: 0.770
MRR: 0.825
question-answering-on-wikiqaHyperQA
MAP: 0.712
MRR: 0.727
question-answering-on-yahoocqaHyperQA
MRR: 0.801
P@1: 0.683
question-answering-on-yahoocqaCNN
MRR: 0.632
P@1: 0.413
question-answering-on-yahoocqaLSTM
MRR: 0.669
P@1: 0.465

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Hyperbolic Representation Learning for Fast and Efficient Neural Question Answering | Papers | HyperAI