paper-with-me

홈 › Papers

Detect, Retrieve, Comprehend: A Flexible Framework for Zero-Shot Document-Level Question Answering

2022-10-04 · Tavish McDonald, Brian Tsan, Amar Saini, Juanita Ordonez, Luis Gutierrez, Phan Nguyen, Blake Mason, Brenda Ng

Researchers produce thousands of scholarly documents containing valuable technical knowledge. The community faces the laborious task of reading these documents to identify, extract, and synthesize information. To automate information gathering, document-level question answering (QA) offers a flexible framework where human-posed questions can be adapted to extract diverse knowledge. Finetuning QA systems requires access to labeled data (tuples of context, question and answer). However, data curation for document QA is uniquely challenging because the context (i.e. answer evidence passage) needs to be retrieved from potentially long, ill-formatted documents. Existing QA datasets sidestep this challenge by providing short, well-defined contexts that are unrealistic in real-world applications. We present a three-stage document QA approach: (1) text extraction from PDF; (2) evidence retrieval from extracted texts to form well-posed contexts; (3) QA to extract knowledge from contexts to return high-quality answers -- extractive, abstractive, or Boolean. Using QASPER for evaluation, our detect-retrieve-comprehend (DRC) system achieves a +7.19 improvement in Answer-F1 over existing baselines while delivering superior context selection. Our results demonstrate that DRC holds tremendous promise as a flexible framework for practical scientific document QA.

📄 PDF Abstract BibTeX arXiv:2210.01959

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringRetrieval

Similar Papers 제목 키워드 기반

Transform-Retrieve-Generate: Natural Language-Centric Outside-Knowledge Visual Question Answering

2022-01-01 · CVPR 2022 1 · Feng Gao, Qing Ping, Govind Thattai, Aishwarya Reganti 외

Outside-knowledge visual question answering (OK-VQA) requires the agent to comprehend the image, make use of relevant knowledge from the entire web, and digest all the information to answer the question. Most previou…

Generative Question AnsweringImage to textPassage RetrievalQuestion Answering+3

PointAD: Comprehending 3D Anomalies from Points and Pixels for Zero-shot 3D Anomaly Detection

2024-10-01 · Qihang Zhou, Jiangtao Yan, Shibo He, Wenchao Meng 외

Zero-shot (ZS) 3D anomaly detection is a crucial yet unexplored field that addresses scenarios where target 3D training samples are unavailable due to practical concerns like privacy protection. This paper introduces Poi…

3D Anomaly DetectionAnomaly DetectionRepresentation Learning

A Thousand Words Are Worth More Than a Picture: Natural Language-Centric Outside-Knowledge Visual Question Answering

2022-01-14 · Feng Gao, Qing Ping, Govind Thattai, Aishwarya Reganti 외

Outside-knowledge visual question answering (OK-VQA) requires the agent to comprehend the image, make use of relevant knowledge from the entire web, and digest all the information to answer the question. Most previous wo…

Generative Question AnsweringImage to textPassage RetrievalQuestion Answering+3

I Know What You Meme, Even If it Emerged Today: Understanding Evolving Memes through Open-World Knowledge Acquisition

2026-06-03 · Shanhong Liu, Rui Cao, Pai Chet Ng, De Wen Soh arxiv

Multimodal memes are dynamic and often require up to date background knowledge for interpretation. Existing methods often overlook such knowledge or rely on fixed parametric knowledge of pretrained models that may be inc…

RALLM-POI: Retrieval-Augmented LLM for Zero-shot Next POI Recommendation with Geographical Reranking

2025-09-21 · Kunrong Li, Kwan Hui Lim arxiv

Next point-of-interest (POI) recommendation predicts a user's next destination from historical movements. Traditional models require intensive training, while LLMs offer flexible and generalizable zero-shot solutions but…