← Search

Dimitris Papailiopoulos

44 accepted papers

2026

Not All Bits Are Equal: How Model Scale Changes Memory-Optimal Reasoning

ICLR 2026poster

While 4-bit quantization has emerged as a memory-optimal choice for non-reasoning models and zero-shot tasks across scales, we show that this universal prescription fails for reasoning models, where KV cache rather than model size can dominate memory. Through systematic experiments on mathematical,…

Cited by 0SourcecodeScholar
2026

ReJump: A Tree-Jump Representation for Analyzing and Improving LLM Reasoning

ICML 2026poster

Large Reasoning Models (LRMs) are Large Language Models (LLMs) explicitly trained to generate long-form Chain-of-Thoughts (CoTs), achieving impressive success on challenging tasks like math and programming. However, their underlying reasoning "algorithms" remain poorly understood. To investigate thi…

Cited by 0SourceScholar
2026

Sample More to Think Less: Group Filtered Policy Optimization for Concise Reasoning

ICLR 2026poster

Large language models trained with reinforcement learning on verifiable rewards often inflate response length—trading brevity for accuracy. While longer reasoning can help on hard problems, many extra tokens are filler: verbose text making little progress. We introduce GFPO (Group Filtered Policy Op…

Cited by 0SourcecodeScholar
2026

Wait, Wait, Wait... Why Do Reasoning Models Loop?

ICML 2026spotlight

Reasoning models (e.g., DeepSeek-R1) generate long chains of thought to solve harder problems, but they often loop, repeating the same text at low temperatures or with greedy decoding. We study why this happens and what role temperature plays. With open reasoning models, we find that looping is comm…

Cited by 0SourceScholar
2025

Everything Everywhere All at Once: LLMs can In-Context Learn Multiple Tasks in Superposition

ICML 2025spotlight

Large Language Models (LLMs) have demonstrated remarkable in-context learning (ICL) capabilities. In this study, we explore a surprising phenomenon related to ICL: LLMs can perform multiple, computationally distinct ICL tasks simultaneously, during a single inference call, a capability we term task…

Cited by 3SourcePDFScholar
2025

Extrapolation by Association: Length Generalization Transfer In Transformers

NeurIPS 2025spotlight

Transformer language models have demonstrated impressive generalization capabilities in natural language domains, yet we lack a fine-grained understanding of how such generalization arises. In this paper, we investigate length generalization—the ability to extrapolate from shorter to longer inputs—t…

Cited by 0SourceScholar
2025

From Artificial Needles to Real Haystacks: Improving Retrieval Capabilities in LLMs by Finetuning on Synthetic Data

ICLR 2025poster

Recent studies have shown that Large Language Models (LLMs) struggle to accurately retrieve information and maintain reasoning capabilities when processing long-context inputs. To address these limitations, we propose a finetuning approach utilizing a carefully designed synthetic dataset comprising…

2025

How Well Can Transformers Emulate In-Context Newton's Method?

AISTATS 2025poster

Transformer-based models have demonstrated remarkable in-context learning capabilities, prompting extensive research into its underlying mechanisms. Recent studies have suggested that Transformers can implement first-order optimization algorithms for in-context learning and even second order ones fo…

Cited by 0SourceScholar
2025

Lexico: Extreme KV Cache Compression via Sparse Coding over Universal Dictionaries

ICML 2025poster

We introduce Lexico, a novel KV cache compression method that leverages sparse coding with a universal dictionary. Our key finding is that key-value cache in modern LLMs can be accurately approximated using sparse linear combination from a small, input-agnostic dictionary of ~4k atoms, enabling effi…

2025

Self-Improving Transformers Overcome Easy-to-Hard and Length Generalization Challenges

ICML 2025poster

Large language models often struggle with length generalization and solving complex problem instances beyond their training distribution. We present a self-improvement approach where models iteratively generate and learn from their own solutions, progressively tackling harder problems while maintain…

Cited by 2SourcePDFScholar
2025

VersaPRM: Multi-Domain Process Reward Model via Synthetic Reasoning Data

ICML 2025oral

Process Reward Models (PRMs) have proven effective at enhancing mathematical reasoning for Large Language Models (LLMs) by leveraging increased inference-time computation. However, they are predominantly trained on mathematical data and their generalizability to non-mathematical domains has not been…

Cited by 4SourcePDFScholar
2024

CHAI: Clustered Head Attention for Efficient LLM Inference

ICML 2024poster

Large Language Models (LLMs) with hundreds of billions of parameters have transformed the field of machine learning. However, serving these models at inference time is both compute and memory intensive, where a single request can require multiple GPUs and tens of Gigabytes of memory. Multi-head atte…

2024

Can Mamba Learn How To Learn? A Comparative Study on In-Context Learning Tasks

ICML 2024poster

State-space models (SSMs), such as Mamba (Gu & Dao, 2023), have been proposed as alternatives to Transformer networks in language modeling, incorporating gating, convolutions, and input-dependent token selection to mitigate the quadratic cost of multi-head attention. Although SSMs exhibit competitiv…

2024

Looped Transformers are Better at Learning Learning Algorithms

ICLR 2024poster

Transformers have demonstrated effectiveness in in-context solving data-fitting problems from various (latent) models, as reported by Garg et al. (2022). However, the absence of an inherent iterative structure in the transformer architecture presents a challenge in emulating the iterative algorithms…

2024

Teaching Arithmetic to Small Transformers

ICLR 2024poster

Large language models like GPT-4 exhibit emergent capabilities across general-purpose tasks, such as basic arithmetic, when trained on extensive text data, even though these tasks are not explicitly encoded by the unsupervised, next-token prediction objective. This study investigates how even small…

2023

Dissecting Chain-of-Thought: Compositionality through In-Context Filtering and Learning

NeurIPS 2023poster

Chain-of-thought (CoT) is a method that enables language models to handle complex reasoning tasks by decomposing them into simpler steps. Despite its success, the underlying mechanics of CoT are not yet fully understood. In an attempt to shed light on this, our study investigates the impact of CoT o…

2023

Looped Transformers as Programmable Computers

ICML 2023poster

We present a framework for using transformer networks as universal computers by programming them with specific weights and placing them in a loop. Our input sequence acts as a punchcard, consisting of instructions and memory for data read/writes. We demonstrate that a constant number of encoder laye…

Cited by 110SourcePDFScholar
2023

Prompted LLMs as Chatbot Modules for Long Open-domain Conversation

ACL 2023findings

In this paper, we propose MPC (Modular Prompted Chatbot), a new approach for creating high-quality conversational agents without the need for fine-tuning. Our method utilizes pre-trained large language models (LLMs) as individual modules for long-term consistency and flexibility, by using techniques…

2023

Transformers as Algorithms: Generalization and Stability in In-context Learning

ICML 2023poster

In-context learning (ICL) is a type of prompting where a transformer model operates on a sequence of (input, output) examples and performs inference on-the-fly. In this work, we formalize in-context learning as an algorithm learning problem where a transformer model implicitly constructs a hypothesi…

2022

Finding Nearly Everything within Random Binary Networks

AISTATS 2022poster

A recent work by Ramanujan et al. (2020) provides significant empirical evidence that sufficiently overparameterized, random neural networks contain untrained subnetworks that achieve state-of-the-art accuracy on several predictive tasks. A follow-up line of theoretical work provides justification o…

Cited by 9SourcePDFScholar
2022

GenLabel: Mixup Relabeling using Generative Models

ICML 2022spotlight

Mixup is a data augmentation method that generates new data points by mixing a pair of input data. While mixup generally improves the prediction performance, it sometimes degrades the performance. In this paper, we first identify the main causes of this phenomenon by theoretically and empirically an…

Cited by 20SourcePDFScholar
2022

LIFT: Language-Interfaced Fine-Tuning for Non-language Machine Learning Tasks

NeurIPS 2022accept

Fine-tuning pretrained language models (LMs) without making any architectural changes has become a norm for learning various language downstream tasks. However, for non-language downstream tasks, a common practice is to employ task-specific designs for input, output layers, and loss functions. For i…

2022

Rare Gems: Finding Lottery Tickets at Initialization

NeurIPS 2022accept

Large neural networks can be pruned to a small fraction of their original size, with little loss in accuracy, by following a time-consuming "train, prune, re-train" approach. Frankle & Carbin conjecture that we can avoid this by training lottery tickets, i.e., special sparse subnetworks found at ini…

2022

Utilizing Language-Image Pretraining for Efficient and Robust Bilingual Word Alignment

EMNLP 2022finding

Word translation without parallel corpora has become feasible, rivaling the performance of supervised methods. Recent findings have shown the improvement in accuracy and robustness of unsupervised word translation (UWT) by utilizing visual observations, which are universal representations across lan…

2021

An Exponential Improvement on the Memorization Capacity of Deep Threshold Networks

NeurIPS 2021poster

It is well known that modern deep neural networks are powerful enough to memorize datasets even when the labels have been randomized. Recently, Vershynin(2020) settled a long standing question by Baum(1988), proving that deep threshold networks can memorize $n$ points in $d$ dimensions using $\widet…

Cited by 21SourcePDFScholar
2020

Attack of the Tails: Yes, You Really Can Backdoor Federated Learning

NeurIPS 2020poster

Due to its decentralized nature, Federated Learning (FL) lends itself to adversarial attacks in the form of backdoors during training. The goal of a backdoor is to corrupt the performance of the trained model on specific sub-tasks (e.g., by classifying green cars as frogs). A range of FL backdoor at…

2020

Bad Global Minima Exist and SGD Can Reach Them

NeurIPS 2020poster

Several works have aimed to explain why overparameterized neural networks generalize well when trained by Stochastic Gradient Descent (SGD). The consensus explanation that has emerged credits the randomized nature of SGD for the bias of the training process towards low-complexity models and, thus,…

2020

Closing the convergence gap of SGD without replacement

ICML 2020poster

Stochastic gradient descent without replacement sampling is widely used in practice for model training. However, the vast majority of SGD analyses assumes data is sampled with replacement, and when the function minimized is strongly convex, an $\mathcal{O}\left(\frac{1}{T}\right)$ rate can be establ…

2020

Federated Learning with Matched Averaging

ICLR 2020talk

Federated learning allows edge devices to collaboratively learn a shared model while keeping the training data on device, decoupling the ability to do model training from the need to store the data in the cloud. We propose Federated matched averaging (FedMA) algorithm designed for federated learning…

Cited by 1489SourcecodeScholar
2020

Optimal Lottery Tickets via Subset Sum: Logarithmic Over-Parameterization is Sufficient

NeurIPS 2020spotlight

The strong lottery ticket hypothesis (LTH) postulates that one can approximate any target neural network by only pruning the weights of a sufficiently over-parameterized random network. A recent work by Malach et al. [MYSS20] establishes the first theoretical analysis for the strong LTH: one can pr…

2019

A Geometric Perspective on the Transferability of Adversarial Directions

AISTATS 2019poster

State-of-the-art machine learning models frequently misclassify inputs that have been perturbed in an adversarial manner. Adversarial perturbations generated for a given input and a specific classifier often seem to be effective on other inputs and even different classifiers. In other words, adversa…

Cited by 24SourcePDFScholar
2019

DETOX: A Redundancy-based Framework for Faster and More Robust Gradient Aggregation

NeurIPS 2019poster

To improve the resilience of distributed training to worst-case, or Byzantine node failures, several recent methods have replaced gradient averaging with robust aggregation methods. Such techniques can have high computational costs, often quadratic in the number of compute nodes, and only have limi…

2019

Does Data Augmentation Lead to Positive Margin?

ICML 2019oral

Data augmentation (DA) is commonly used during model training, as it significantly improves test error and model robustness. DA artificially expands the training set by applying random noise, rotations, crops, or even adversarial perturbations to the input data. Although DA is widely used, its capac…

Cited by 48SourcePDFScholar
2018

ATOMO: Communication-efficient Learning via Atomic Sparsification

NeurIPS 2018poster

Distributed model training suffers from communication overheads due to frequent gradient updates transmitted between compute nodes. To mitigate these overheads, several studies propose the use of sparsified stochastic gradients. We argue that these are facets of a general sparsification method that…

2018

DRACO: Byzantine-resilient Distributed Training via Redundant Gradients

ICML 2018oral

Distributed model training is vulnerable to byzantine system failures and adversarial compute nodes, i.e., nodes that use malicious updates to corrupt the global model stored at a parameter server (PS). To guarantee some form of robustness, recent work suggests using variants of the geometric median…

2018

Gradient Diversity: a Key Ingredient for Scalable Distributed Learning

AISTATS 2018poster

It has been experimentally observed that distributed implementations of mini-batch stochastic gradient descent (SGD) algorithms exhibit speedup saturation and decaying generalization ability beyond a particular batch-size. In this work, we present an analysis hinting that high similarity between con…

Cited by 0SourcePDFScholar
2018

Stability and Generalization of Learning Algorithms that Converge to Global Optima

ICML 2018oral

We establish novel generalization bounds for learning algorithms that converge to global minima. We derive black-box stability results that only depend on the convergence of a learning algorithm and the geometry around the minimizers of the empirical risk function. The results are shown for non-conv…

Cited by 198SourcePDFScholar
2018

The Effect of Network Width on the Performance of Large-batch Training

NeurIPS 2018poster

Distributed implementations of mini-batch stochastic gradient descent (SGD) suffer from communication overheads, attributed to the high frequency of gradient updates inherent in small-batch training. Training with large batches can reduce these overheads; however it besets the convergence of the al…

Cited by 24SourcePDFScholar
2016

Bipartite Correlation Clustering: Maximizing Agreements

AISTATS 2016poster

In Bipartite Correlation Clustering (BCC) we are given a complete bipartite graph G with ’+’ and ’-’ edges, and we seek a vertex clustering that maximizes the number of agreements: the number of all ’+’ edges within clusters plus all ’-’ edges cut across clusters. BCC is known to be NP-hard [5]. W…

Cited by 11SourcePDFScholar
2016

Cyclades: Conflict-free Asynchronous Machine Learning

NeurIPS 2016poster

We present Cyclades, a general framework for parallelizing stochastic optimization algorithms in a shared memory setting. Cyclades is asynchronous during model updates, and requires no memory locking mechanisms, similar to Hogwild!-type algorithms. Unlike Hogwild!, Cyclades introduces no conflicts d…

2015

Orthogonal NMF through Subspace Exploration

NeurIPS 2015poster

Orthogonal Nonnegative Matrix Factorization {(ONMF)} aims to approximate a nonnegative matrix as the product of two $k$-dimensional nonnegative factors, one of which has orthonormal columns. It yields potentially useful data representations as superposition of disjoint parts, while it has been shown…

Cited by 47SourcePDFScholar
2015

Parallel Correlation Clustering on Big Graphs

NeurIPS 2015poster

Given a similarity graph between items, correlation clustering (CC) groups similar items together and dissimilar ones apart. One of the most popular CC algorithms is KwikCluster: an algorithm that serially clusters neighborhoods of vertices, and obtains a 3-approximation ratio. Unfortunately, in pr…

2015

Sparse PCA via Bipartite Matchings

NeurIPS 2015poster

We consider the following multi-component sparse PCA problem:given a set of data points, we seek to extract a small number of sparse components with \emph{disjoint} supports that jointly capture the maximum possible variance.Such components can be computed one by one, repeatedly solving the single-c…

Cited by 38SourcePDFScholar