paper-with-me

Papers

Hyperbolic Representation Learning for Fast and Efficient Neural Question Answering

2017-07-25 · Yi Tay, Luu Anh Tuan, Siu Cheung Hui

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.

📄 PDF Abstract BibTeX arXiv:1707.07847

Code (1)

vanzytay/WSDM2018_HyperQA tf

Tasks

Efficient Neural NetworkFeature EngineeringQuestion AnsweringRepresentation LearningRetrieval

Similar Papers 제목 키워드 기반

HypEHR: Hyperbolic Modeling of Electronic Health Records for Efficient Question Answering

2026-04-22 · Yuyu Liu, Sarang Rajendra Patil, Mengjia Xu, Tengfei Ma arxiv

Electronic health record (EHR) question answering is often handled by LLM-based pipelines that are costly to deploy and do not explicitly leverage the hierarchical structure of clinical data. Motivated by evidence that m…

Question Answering

Multi-Hop Reasoning for Question Answering with Hyperbolic Representations

2025-07-04 · Simon Welz, Lucie Flek, Akbar Karimi arxiv

Hyperbolic representations are effective in modeling knowledge graph data which is prevalently used to facilitate multi-hop reasoning. However, a rigorous and detailed comparison of the two spaces for this task is lackin…

Question Answering

Hyperbolic Attention Networks

2018-05-24 · ICLR 2019 5 · Caglar Gulcehre, Misha Denil, Mateusz Malinowski, Ali Razavi 외

We introduce hyperbolic attention networks to endow neural networks with enough capacity to match the complexity of data with hierarchical and power-law structure. A few recent approaches have successfully demonstrated t…

Machine TranslationQuestion AnsweringTranslationVisual Question Answering+1

HAC: Parameter-Efficient Hyperbolic Adaptation of CLIP for Zero-Shot VQA

2026-04-26 · Francesco Dibitonto, Cigdem Beyan, Vittorio Murino arxiv

Recent advances in representation learning have shown that hyperbolic geometry can offer a more expressive alternative to the Euclidean embeddings used in CLIP models, capturing hierarchical structures and leading to bet…

Visual Question AnsweringRepresentation Learning

Neural Natural Logic Inference for Interpretable Question Answering

2021-11-01 · EMNLP 2021 11 · Jihao Shi, Xiao Ding, Li Du, Ting Liu 외

Many open-domain question answering problems can be cast as a textual entailment task, where a question and candidate answers are concatenated to form hypotheses. A QA system then determines if the supporting knowledge b…

Multiple-choiceNatural Language InferenceOpen-Domain Question AnsweringQuestion Answering