paper-with-me

Papers

Options-Aware Dense Retrieval for Multiple-Choice query Answering

2025-01-27 · Manish Singh, Manish Shrivastava

Long-context multiple-choice question answering tasks require robust reasoning over extensive text sources. Since most of the pre-trained transformer models are restricted to processing only a few hundred words at a time, successful completion of such tasks often relies on the identification of evidence spans, such as sentences, that provide supporting evidence for selecting the correct answer. Prior research in this domain has predominantly utilized pre-trained dense retrieval models, given the absence of supervision to fine-tune the retrieval process. This paper proposes a novel method called Options Aware Dense Retrieval (OADR) to address these challenges. ORDA uses an innovative approach to fine-tuning retrieval by leveraging query-options embeddings, which aim to mimic the embeddings of the oracle query (i.e., the query paired with the correct answer) for enhanced identification of supporting evidence. Through experiments conducted on the QuALITY benchmark dataset, we demonstrate that our proposed model surpasses existing baselines in terms of performance and accuracy.

📄 PDF Abstract BibTeX arXiv:2501.16111

Code (0)

등록된 구현이 없습니다.

Tasks

Multiple-choiceQuestion AnsweringRetrieval

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

Qwen Goes Brrr: Off-the-Shelf RAG for Ukrainian Multi-Domain Document Understanding

2026-05-11 · Anton Bazdyrev, Ivan Bashtovyi, Ivan Havlytskyi, Oleksandr Kharytonov 외 arxiv

We participated in the Fifth UNLP shared task on multi-domain document understanding, where systems must answer Ukrainian multiple-choice questions from PDF collections and localize the supporting document and page. We p…

Answer GenerationAnswer SelectionPassage Ranking

Corpus Prevalence of Multiple-Choice Question Options

2026-02-19 · Leonidas Zotos, Hedderik van Rijn, Malvina Nissim arxiv

In recent years, corpus-driven AI methods, such as Large Language Models (LLMs), have seen widespread use in education. While on the surface their abilities look promising for tasks ranging from generating assessment mat…

QOG:Question and Options Generation based on Language Model

2024-06-18 · Jincheng Zhou

Question-Options Generation (QOG) is a task that involves generating a set of question-options pairs given context. This task has various applications, including fine-tuning large models, information retrieval, and autom…

Information RetrievalLanguage ModelingLanguage ModellingLarge Language Model+5

Learning to Select from Multiple Options

2022-12-01 · Jiangshu Du, Wenpeng Yin, Congying Xia, Philip S. Yu

Many NLP tasks can be regarded as a selection problem from a set of options, such as classification tasks, multi-choice question answering, etc. Textual entailment (TE) has been shown as the state-of-the-art (SOTA) appro…

Entity TypingIntent DetectionNatural Language InferenceQuestion Answering

Beyond the Textual: Generating Coherent Visual Options for MCQs

2025-08-26 · Wanqiang Wang, Longzhu He, Wei Zheng arxiv

Multiple-choice questions (MCQs) play a crucial role in fostering deep thinking and knowledge integration in education. However, previous research has primarily focused on generating MCQs with textual options, but it lar…

Question Generation