paper-with-me

Papers

Microsoft AI Challenge India 2018: Learning to Rank Passages for Web Question Answering with Deep Attention Networks

2019-06-14 · Chaitanya Sai Alaparthi

This paper describes our system for The Microsoft AI Challenge India 2018: Ranking Passages for Web Question Answering. The system uses the biLSTM network with co-attention mechanism between query and passage representations. Additionally, we use self attention on embeddings to increase the lexical coverage by allowing the system to take union over different embeddings. We also incorporate hand-crafted features to improve the system performance. Our system achieved a Mean Reciprocal Rank (MRR) of 0.67 on eval-1 dataset.

📄 PDF Abstract BibTeX arXiv:1906.06056

Code (0)

등록된 구현이 없습니다.

Tasks

Deep AttentionLearning-To-RankQuestion Answering

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…

Similar Papers 제목 키워드 기반

Rider: Reader-Guided Passage Reranking for Open-Domain Question Answering

2021-01-01 · Yuning Mao, Pengcheng He, Xiaodong Liu, Yelong Shen 외

Current open-domain question answering systems often follow a Retriever-Reader architecture, where the retriever first retrieves relevant passages and the reader then reads the retrieved passages to form an answer. In th…

Natural QuestionsOpen-Domain Question AnsweringPassage RerankingQuestion Answering+3

Evidence Aggregation for Answer Re-Ranking in Open-Domain Question Answering

2017-11-14 · ICLR 2018 1 · Shuohang Wang, Mo Yu, Jing Jiang, Wei zhang 외

A popular recent approach to answering open-domain questions is to first search for question-related passages and then apply reading comprehension models to extract answers. Existing methods usually extract answers from …

Open-Domain Question AnsweringQuestion AnsweringReading ComprehensionReranking+2

Question Decomposition for Retrieval-Augmented Generation

2025-07-01 · Paul J. L. Ammann, Jonas Golde, Alan Akbik arxiv

Grounding large language models (LLMs) in verifiable external sources is a well-established strategy for generating reliable answers. Retrieval-augmented generation (RAG) is one such approach, particularly effective for …

Question AnsweringAnswer Generation

Joint Passage Ranking for Diverse Multi-Answer Retrieval

2021-04-17 · EMNLP 2021 11 · Sewon Min, Kenton Lee, Ming-Wei Chang, Kristina Toutanova 외

We study multi-answer retrieval, an under-explored problem that requires retrieving passages to cover multiple distinct answers for a given question. This task requires joint modeling of retrieved passages, as models sho…

Answer GenerationDiversityPassage RankingPassage Retrieval+3

GripRank: Bridging the Gap between Retrieval and Generation via the Generative Knowledge Improved Passage Ranking

2023-05-29 · Jiaqi Bai, Hongcheng Guo, Jiaheng Liu, Jian Yang 외

Retrieval-enhanced text generation has shown remarkable progress on knowledge-intensive language tasks, such as open-domain question answering and knowledge-enhanced dialogue generation, by leveraging passages retrieved …

Answer GenerationDialogue GenerationKnowledge DistillationLanguage Modelling+6