← Search

Siddhant Garg

10 accepted papers

2025

Memory-QA: Answering Recall Questions Based on Multimodal Memories

EMNLP 2025

We introduce Memory-QA, a novel real-world task that involves answering recall questions about visual content from previously stored multimodal memories. This task poses unique challenges, including the creation of task-oriented memories, the effective utilization of temporal and location informatio

2024

Measuring Retrieval Complexity in Question Answering Systems

ACL 2024findings

In this paper, we investigate which questions are challenging for retrieval-based Question Answering (QA). We (i) propose retrieval complexity (RC), a novel metric conditioned on the completeness of retrieved documents, which measures the difficulty of answering questions, and (ii) propose an unsupe…

Cited by 2SourcePDFScholar
2024

Towards Improved Multi-Source Attribution for Long-Form Answer Generation

NAACL 2024long

Teaching large language models (LLMs) to generate text with attribution to evidence sources can reduce hallucinations, improve verifiability in question answering systems (QA), and increase reliability of retrieval augmented LLMs. Despite gaining increasing popularity for usage in QA systems and sea…

Cited by 2SourcePDFScholar
2023

Context-Aware Transformer Pre-Training for Answer Sentence Selection

ACL 2023short

Answer Sentence Selection (AS2) is a core component for building an accurate Question Answering pipeline. AS2 models rank a set of candidate sentences based on how likely they answer a given question. The state of the art in AS2 exploits pre-trained transformers by transferring them on large annotat…

2023

Learning Answer Generation using Supervision from Automatic Question Answering Evaluators

ACL 2023long

Recent studies show that sentence-level extractive QA, i.e., based on Answer Sentence Selection (AS2), is outperformed by Generation-based QA (GenQA) models, which generate answers using the top-k answer sentences ranked by AS2 models (a la retrieval-augmented generation style). In this paper, we pr…

Cited by 5SourcePDFScholar
2022

Knowledge Transfer from Answer Ranking to Answer Generation

EMNLP 2022main

Recent studies show that Question Answering (QA) based on Answer Sentence Selection (AS2) can be improved by generating an improved answer from the top-k ranked answer sentences (termed GenQA). This allows for synthesizing the information from multiple candidates into a concise, natural-sounding ans…

Cited by 9SourcePDFScholar
2022

Paragraph-based Transformer Pre-training for Multi-Sentence Inference

NAACL 2022long

Inference tasks such as answer sentence selection (AS2) or fact verification are typically solved by fine-tuning transformer-based models as individual sentence-pair classifiers. Recent studies show that these tasks benefit from modeling dependencies across multiple candidate sentences jointly. In t…

2022

Pre-training Transformer Models with Sentence-Level Objectives for Answer Sentence Selection

EMNLP 2022main

An important task for designing QA systems is answer sentence selection (AS2): selecting the sentence containing (or constituting) the answer to a question from a set of retrieved relevant documents. In this paper, we propose three novel sentence-level transformer pre-training objectives that incorp…

2021

Will this Question be Answered? Question Filtering via Answer Model Distillation for Efficient Question Answering

EMNLP 2021main

In this paper we propose a novel approach towards improving the efficiency of Question Answering (QA) systems by filtering out questions that will not be answered by them. This is based on an interesting new finding: the answer confidence scores of state-of-the-art QA systems can be approximated wel…

2020

Functional Regularization for Representation Learning: A Unified Theoretical Perspective

NeurIPS 2020poster

Unsupervised and self-supervised learning approaches have become a crucial tool to learn representations for downstream prediction tasks. While these approaches are widely used in practice and achieve impressive empirical gains, their theoretical understanding largely lags behind. Towards bridging t…