← Search

Sabri Eyuboglu

10 accepted papers

2026

Cartridges: Lightweight and general-purpose long context representations via self-study

ICLR 2026poster

Large language models are often used to answer queries grounded in large text corpora (e.g. codebases, legal documents, or chat histories) by placing the entire corpus in the context window and leveraging in-context learning (ICL). Although current models support contexts of 100K-10M tokens, this se…

Cited by 0SourcecodeScholar
2025

Adaptive Rank Allocation: Speeding Up Modern Transformers with RaNA Adapters

ICLR 2025poster

Large Language Models (LLMs) are computationally intensive, particularly during inference. Neuron-adaptive techniques, which selectively activate neurons in Multi-Layer Perceptron (MLP) layers, offer some speedups but suffer from limitations in modern Transformers. These include reliance on sparse a…

2025

Cost-efficient Collaboration between On-device and Cloud Language Models

ICML 2025poster

We investigate an emerging setup in which a small, on-device language model (LM) with access to local data collaborates with a frontier, cloud-hosted LM to solve real-world tasks involving financial, medical, and scientific reasoning over long documents. *Can a local-remote collaboration reduce clo…

Cited by 0SourcePDFScholar
2024

Simple linear attention language models balance the recall-throughput tradeoff

ICML 2024spotlight

Recent work has shown that attention-based language models excel at "recall", the ability to ground generations in tokens previously seen in context. However, the efficiency of attention-based models is bottle-necked during inference by the KV-cache's aggressive memory consumption. In this work, we…

Cited by 72SourcePDFScholar
2024

Zoology: Measuring and Improving Recall in Efficient Language Models

ICLR 2024poster

Attention-free language models that combine gating and convolutions are growing in popularity due to their efficiency and increasingly competitive performance. To better understand these architectures, we pretrain a suite of 17 attention and gated-convolution language models, finding that SoTA gated…

2023

DataPerf: Benchmarks for Data-Centric AI Development

NeurIPS 2023poster

Machine learning research has long focused on models rather than datasets, and prominent datasets are used for common ML tasks without regard to the breadth, difficulty, and faithfulness of the underlying problems. Neglecting the fundamental importance of data has given rise to inaccuracy, bias, and…

2023

HAPI Explorer: Comprehension, Discovery, and Explanation on History of ML APIs

AAAI 2023technical

Machine learning prediction APIs offered by Google, Microsoft, Amazon, and many other providers have been continuously adopted in a plethora of applications, such as visual object detection, natural language comprehension, and speech recognition. Despite the importance of a systematic study and comp…

Cited by 1SourcePDFScholar
2023

Monarch Mixer: A Simple Sub-Quadratic GEMM-Based Architecture

NeurIPS 2023oral

Machine learning models are increasingly being scaled in both sequence length and model dimension to reach longer contexts and better performance. However, existing architectures such as Transformers scale quadratically along both these axes. We ask: are there performant architectures that can scale…

Cited by 59SourcePDFScholar
2022

Domino: Discovering Systematic Errors with Cross-Modal Embeddings

ICLR 2022oral

Machine learning models that achieve high overall accuracy often make systematic errors on important subsets (or slices) of data. Identifying underperforming slices is particularly challenging when working with high-dimensional inputs (e.g. images, audio), where important slices are often unlabeled.…

Cited by 160SourcePDFScholar
2022

HAPI: A Large-scale Longitudinal Dataset of Commercial ML API Predictions

NeurIPS 2022accept

Commercial ML APIs offered by providers such as Google, Amazon and Microsoft have dramatically simplified ML adoptions in many applications. Numerous companies and academics pay to use ML APIs for tasks such as object detection, OCR and sentiment analysis. Different ML APIs tackling the same task ca…