paper-with-me

홈 › Papers

Baleen: Robust Multi-Hop Reasoning at Scale via Condensed Retrieval

2021-01-02 · NeurIPS 2021 12 · Omar Khattab, Christopher Potts, Matei Zaharia

Multi-hop reasoning (i.e., reasoning across two or more documents) is a key ingredient for NLP models that leverage large corpora to exhibit broad knowledge. To retrieve evidence passages, multi-hop models must contend with a fast-growing search space across the hops, represent complex queries that combine multiple information needs, and resolve ambiguity about the best order in which to hop between training passages. We tackle these problems via Baleen, a system that improves the accuracy of multi-hop retrieval while learning robustly from weak training signals in the many-hop setting. To tame the search space, we propose condensed retrieval, a pipeline that summarizes the retrieved passages after each hop into a single compact context. To model complex queries, we introduce a focused late interaction retriever that allows different parts of the same query representation to match disparate relevant passages. Lastly, to infer the hopping dependencies among unordered training passages, we devise latent hop ordering, a weak-supervision strategy in which the trained retriever itself selects the sequence of hops. We evaluate Baleen on retrieval for two-hop question answering and many-hop claim verification, establishing state-of-the-art performance.

📄 PDF Abstract BibTeX arXiv:2101.00436

Code (2)

stanford-futuredata/Baleen 공식 구현
stanford-futuredata/ColBERT 공식 구현 pytorch

Tasks

Claim VerificationQuestion AnsweringRetrieval

Similar Papers 제목 키워드 기반

Enhancing Large Language Models with Domain-Specific Knowledge: The Case in Topological Materials

2024-09-10 · HuangChao Xu, Baohua Zhang, Zhong Jin, Tiannian Zhu 외

Large language models (LLMs), such as ChatGPT, have demonstrated impressive performance in the text generation task, showing the ability to understand and respond to complex instructions. However, the performance of naiv…

Language ModellingLarge Language ModelPrompt LearningRelational Reasoning+2

WhaleVAD-BPN: Improving Baleen Whale Call Detection with Boundary Proposal Networks and Post-processing Optimisation

2025-10-24 · Christiaan M. Geldenhuys, Günther Tonitz, Thomas R. Niesler arxiv

While recent sound event detection (SED) systems can identify baleen whale calls in marine audio, challenges related to false positive and minority-class detection persist. We propose the boundary proposal network (BPN),…

Sound Event DetectionObject Detection

Condensed Movies: Story Based Retrieval with Contextual Embeddings

2020-05-08 · Max Bain, Arsha Nagrani, Andrew Brown, Andrew Zisserman

Our objective in this work is long range understanding of the narrative structure of movies. Instead of considering the entire movie, we propose to learn from the `key scenes' of the movie, providing a condensed look at …

RetrievalText to Video RetrievalVideo Retrieval

Structure-free Graph Condensation: From Large-scale Graphs to Condensed Graph-free Data

2023-06-05 · NeurIPS 2023 11 · Xin Zheng, Miao Zhang, Chunyang Chen, Quoc Viet Hung Nguyen 외

Graph condensation, which reduces the size of a large-scale graph by synthesizing a small-scale condensed graph as its substitution, has immediate benefits for various graph learning tasks. However, existing graph conden…

Graph Learning

LongViTU: Instruction Tuning for Long-Form Video Understanding

2025-01-09 · Rujie Wu, Xiaojian Ma, Hai Ci, Yue Fan 외

This paper introduces LongViTU, a large-scale (~121k QA pairs, ~900h videos), automatically generated dataset for long-form video understanding. We propose a systematic approach that organizes videos into a hierarchical …

EgoSchemaFormInstruction FollowingVideo Understanding