← Search

Pedro Rodriguez

7 accepted papers

2025

Byte Latent Transformer: Patches Scale Better Than Tokens

ACL 2025long

We introduce the Byte Latent Transformer (BLT), a new byte-level LLM architecture that, for the first time, matches tokenization-based LLM performance at scale with significant improvements in inference efficiency and robustness. BLT encodes bytes into dynamically sized patches, which serve as the p…

2024

Instruction-tuned Language Models are Better Knowledge Learners

ACL 2024long

In order for large language model (LLM)-based assistants to effectively adapt to evolving information needs, it must be possible to update their factual knowledge through continued training on new data. The standard recipe for doing so involves continued pre-training on new documents followed by ins…

2024

RA-DIT: Retrieval-Augmented Dual Instruction Tuning

ICLR 2024poster

Retrieval-augmented language models (RALMs) improve performance by accessing long-tail and up-to-date knowledge from external data stores, but are challenging to build. Existing approaches require either expensive retrieval-specific modifications to LM pre-training or use post-hoc integration of the…

Cited by 142SourcePDFScholar
2023

Reimagining Retrieval Augmented Language Models for Answering Queries

ACL 2023findings

We present a reality check on large language models and inspect the promise of retrieval-augmented language models in comparison. Such language models are semi-parametric, where models integrate model parameters and knowledge from external data sources to make their predictions, as opposed to the pa…

Cited by 5SourcePDFScholar
2023

SIMMC-VR: A Task-oriented Multimodal Dialog Dataset with Situated and Immersive VR Streams

ACL 2023long

Building an AI assistant that can seamlessly converse and instruct humans, in a user-centric situated scenario, requires several essential abilities:(1) spatial and temporal understanding of the situated and real-time user scenes,(2) capability of grounding the actively perceived visuals of users to…

2021

Evaluation Examples are not Equally Informative: How should that change NLP Leaderboards?

ACL 2021long

Leaderboards are widely used in NLP and push the field forward. While leaderboards are a straightforward ranking of NLP models, this simplicity can mask nuances in evaluation items (examples) and subjects (NLP models). Rather than replace leaderboards, we advocate a re-imagining so that they better…