paper-with-me

Papers

aNMM: Ranking Short Answer Texts with Attention-Based Neural Matching Model

2018-01-05 · Liu Yang, Qingyao Ai, Jiafeng Guo, W. Bruce Croft

As an alternative to question answering methods based on feature engineering, deep learning approaches such as convolutional neural networks (CNNs) and Long Short-Term Memory Models (LSTMs) have recently been proposed for semantic matching of questions and answers. To achieve good results, however, these models have been combined with additional features such as word overlap or BM25 scores. Without this combination, these models perform significantly worse than methods based on linguistic feature engineering. In this paper, we propose an attention based neural matching model for ranking short answer text. We adopt value-shared weighting scheme instead of position-shared weighting scheme for combining different matching signals and incorporate question term importance learning using question attention network. Using the popular benchmark TREC QA data, we show that the relatively simple aNMM model can significantly outperform other neural network models that have been used for the question answering task, and is competitive with models that are combined with additional features. When aNMM is combined with additional features, it outperforms all baselines.

📄 PDF Abstract BibTeX arXiv:1801.01641

Code (1)

yangliuy/aNMM-CIKM16 tf

Tasks

Feature EngineeringQuestion Answering

Similar Papers 제목 키워드 기반

MEENA (PersianMMMU): Multimodal-Multilingual Educational Exams for N-level Assessment

2025-08-24 · Omid Ghahroodi, Arshia Hemmat, Marzia Nouri, Seyed Mohammad Hadi Hosseini 외 arxiv

Recent advancements in large vision-language models (VLMs) have primarily focused on English, with limited attention given to other languages. To address this gap, we introduce MEENA (also known as PersianMMMU), the firs…

Learning to Focus when Ranking Answers

2018-08-08 · Dana Sagi, Tzoof Avny, Kira Radinsky, Eugene Agichtein

One of the main challenges in ranking is embedding the query and document pairs into a joint feature space, which can then be fed to a learning-to-rank algorithm. To achieve this representation, the conventional state of…

Feature EngineeringLearning-To-RankQuestion Answering

DSNDM: Deep Siamese Neural Discourse Model with Attention for Text Pairs Categorization and Ranking

2020-11-01 · EMNLP (CODI) 2020 11 · Alexander Chernyavskiy, Dmitry Ilvovsky

In this paper, the utility and advantages of the discourse analysis for text pairs categorization and ranking are investigated. We consider two tasks in which discourse structure seems useful and important: automatic ver…

Question Answering

Understanding the Behaviors of BERT in Ranking

2019-04-16 · Yifan Qiao, Chenyan Xiong, Zheng-Hao Liu, Zhiyuan Liu

This paper studies the performances and behaviors of BERT in ranking tasks. We explore several different ways to leverage the pre-trained BERT and fine-tune it on two ranking tasks: MS MARCO passage reranking and TREC We…

Document RankingPassage RankingPassage RerankingQuestion Answering+1

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 wor…

Efficient Neural NetworkFeature EngineeringQuestion AnsweringRepresentation Learning+1