← Search

Tom Kwiatkowski

6 accepted papers

2024

From RAG to Riches: Retrieval Interlaced with Sequence Generation

EMNLP 2024main

We present RICHES, a novel approach that interleaves retrieval with sequence generation tasks. RICHES offers an alternative to conventional RAG systems by eliminating the need for separate retriever and generator. It retrieves documents by directly decoding their contents, constrained on the corpus.…

Cited by 6SourcePDFScholar
2023

Evaluating and Modeling Attribution for Cross-Lingual Question Answering

EMNLP 2023long main

Trustworthy answer content is abundant in many high-resource languages and is instantly accessible through question answering systems — yet this content can be hard to access for those that do not speak these languages. The leap forward in cross-lingual modeling quality offered by generative languag…

Cited by 0SourceScholar
2023

NAIL: Lexical Retrieval Indices with Efficient Non-Autoregressive Decoders

EMNLP 2023long main

Neural document rerankers are extremely effective in terms of accuracy. However, the best models require dedicated hardware for serving, which is costly and often not feasible. To avoid this servingtime requirement, we present a method of capturing up to 86% of the gains of a Transformer cross-atten…

Cited by 0SourceScholar
2021

MOLEMAN: Mention-Only Linking of Entities with a Mention Annotation Network

ACL 2021short

We present an instance-based nearest neighbor approach to entity linking. In contrast to most prior entity retrieval systems which represent each entity with a single vector, we build a contextualized mention-encoder that learns to place similar mentions of the same entity closer in vector space tha…

2018

Multi-Mention Learning for Reading Comprehension with Neural Cascades

ICLR 2018poster

Reading comprehension is a challenging task, especially when executed across longer or across multiple evidence documents, where the answer is likely to reoccur. Existing neural architectures typically do not scale to the entire evidence, and hence, resort to selecting a single passage in the docume…

Cited by 41SourcePDFScholar