← Search

Ori Ram

7 accepted papers

2024

Making Retrieval-Augmented Language Models Robust to Irrelevant Context

ICLR 2024poster

Retrieval-augmented language models (RALMs) hold promise to produce language understanding systems that are are factual, efficient, and up-to-date. An important desideratum of RALMs, is that retrieved information helps model performance when it is relevant, and does not harm performance when it is n…

2023

Parallel Context Windows for Large Language Models

ACL 2023long

When applied to processing long text, Large Language Models (LLMs) are limited by their context window. Existing efforts to address this limitation involve training specialized architectures, and cannot be easily applied to off- the-shelf LLMs. We present Parallel Context Windows (PCW), a method tha…

2023

What Are You Token About? Dense Retrieval as Distributions Over the Vocabulary

ACL 2023long

Dual encoders are now the dominant architecture for dense retrieval. Yet, we have little understanding of how they represent text, and why this leads to good performance. In this work, we shed light on this question via distributions over the vocabulary. We propose to interpret the vector representa…

2022

Learning to Retrieve Passages without Supervision

NAACL 2022long

Dense retrievers for open-domain question answering (ODQA) have been shown to achieve impressive performance by training on large datasets of question-passage pairs. In this work we ask whether this dependence on labeled data can be reduced via unsupervised pretraining that is geared towards ODQA. W…

2022

Transformer Language Models without Positional Encodings Still Learn Positional Information

EMNLP 2022finding

Causal transformer language models (LMs), such as GPT-3, typically require some form of positional encoding, such as positional embeddings. However, we show that LMs without any explicit positional encoding are still competitive with standard models and that this phenomenon is robust across differen…

2021

Few-Shot Question Answering by Pretraining Span Selection

ACL 2021long

In several question answering benchmarks, pretrained models have reached human parity through fine-tuning on an order of 100,000 annotated questions and answers. We explore the more realistic few-shot setting, where only a few hundred training examples are available, and observe that standard models…