← Search

Ravid Shwartz-Ziv

18 accepted papers

2026

Antislop: A Comprehensive Framework for Identifying and Eliminating Repetitive Patterns in Language Models

ICLR 2026poster

Repetitive lexical patterns in LLM output, termed "slop," degrade writing quality through over-use and make AI-generated text immediately recognizable. We present Antislop, a comprehensive framework providing tools to both detect and eliminate these overused patterns. Our approach combines three inn…

Cited by 0SourcecodeScholar
2026

Attention Sinks and Compression Valleys in LLMs are Two Sides of the Same Coin

ICLR 2026poster

Attention sinks and compression valleys have attracted significant attention as two puzzling phenomena in large language models, but have been studied in isolation. In this work, we present a surprising connection between attention sinks and compression valleys, tracing both to the formation of mass…

Cited by 0SourceScholar
2026

From Tokens to Thoughts: How LLMs and Humans Trade Compression for Meaning

ICLR 2026poster

Humans organize knowledge into compact categories that balance compression with semantic meaning preservation. Large Language Models (LLMs) demonstrate striking linguistic abilities, yet whether they achieve this same balance remains unclear. We apply the Information Bottleneck principle to quantita…

Cited by 0SourceScholar
2025

Fine-Tuning with Uncertainty-Aware Priors Makes Vision and Language Foundation Models More Reliable

AISTATS 2025poster

Fine-tuning off-the-shelf pre-trained neural networks has become the default starting point for a wide range of challenging prediction tasks—especially in computer vision and natural language processing, where pre-trained models trained on millions or even billions of data points are publicly availa…

Cited by 0SourceScholar
2025

Layer by Layer: Uncovering Hidden Representations in Language Models

ICML 2025oral

From extracting features to generating text, the outputs of large language models (LLMs) typically rely on their final layers, following the conventional wisdom that earlier layers capture only low-level cues. However, our analysis shows that intermediate layers can encode even richer representation…

Cited by 5SourcePDFScholar
2025

LiveBench: A Challenging, Contamination-Limited LLM Benchmark

ICLR 2025spotlight

Test set contamination, wherein test data from a benchmark ends up in a newer model's training set, is a well-documented obstacle for fair LLM evaluation and can quickly render benchmarks obsolete. To mitigate this, many recent benchmarks crowdsource new prompts and evaluations from human or LLM jud…

2025

Rate-In: Information-Driven Adaptive Dropout Rates for Improved Inference-Time Uncertainty Estimation

CVPR 2025poster

Accurate uncertainty estimation is crucial for deploying neural networks in risk-sensitive applications such as medical diagnosis. Monte Carlo Dropout is a widely used technique for approximating predictive uncertainty by performing stochastic forward passes with dropout during inference. However, u…

2025

Seq-VCR: Preventing Collapse in Intermediate Transformer Representations for Enhanced Reasoning

ICLR 2025poster

Decoder-only Transformers often struggle with complex reasoning tasks, particularly arithmetic reasoning requiring multiple sequential operations. In this work, we identify representation collapse in the model’s intermediate layers as a key factor limiting their reasoning capabilities. To address th…

2025

The Illusion of Progress: Re-evaluating Hallucination Detection in LLMs

EMNLP 2025

Large language models (LLMs) have revolutionized natural language processing, yet their tendency to hallucinate poses serious challenges for reliable deployment. Despite numerous hallucination detection methods, their evaluations often rely on ROUGE, a metric based on lexical overlap that misaligns

Cited by 0SourcePDFScholar
2025

Turning Up the Heat: Min-p Sampling for Creative and Coherent LLM Outputs

ICLR 2025oral

Large Language Models (LLMs) generate text by sampling the next token from a probability distribution over the vocabulary at each decoding step. Popular sampling methods like top-p (nucleus sampling) often struggle to balance quality and diversity, especially at higher temperatures which lead to inc…

Cited by 8SourcePDFScholar
2024

OpenDebateEvidence: A Massive-Scale Argument Mining and Summarization Dataset

NeurIPS 2024poster

We introduce OpenDebateEvidence, a comprehensive dataset for argument mining and summarization sourced from the American Competitive Debate community. This dataset includes over 3.5 million documents with rich metadata, making it one of the most extensive collections of debate evidence. OpenDebateEv…

Cited by 1SourcePDFScholar
2024

Sudden Drops in the Loss: Syntax Acquisition, Phase Transitions, and Simplicity Bias in MLMs

ICLR 2024spotlight

Most interpretability research in NLP focuses on understanding the behavior and features of a fully trained model. However, certain insights into model behavior may only be accessible by observing the trajectory of the training process. We present a case study of syntax acquisition in masked languag…

2024

The Entropy Enigma: Success and Failure of Entropy Minimization

ICML 2024poster

Entropy minimization (EM) is frequently used to increase the accuracy of classification models when they're faced with new data at test time. EM is a self-supervised learning method that optimizes classifiers to assign even higher probabilities to their top predicted classes. In this paper, we analy…

2023

An Information Theory Perspective on Variance-Invariance-Covariance Regularization

NeurIPS 2023poster

Variance-Invariance-Covariance Regularization (VICReg) is a self-supervised learning (SSL) method that has shown promising results on a variety of tasks. However, the fundamental mechanisms underlying VICReg remain unexplored. In this paper, we present an information-theoretic perspective on the VIC…

Cited by 8SourcePDFScholar
2023

How Much Data Are Augmentations Worth? An Investigation into Scaling Laws, Invariance, and Implicit Regularization

ICLR 2023poster

Despite the clear performance benefits of data augmentations, little is known about why they are so effective. In this paper, we disentangle several key mechanisms through which data augmentations operate. Establishing an exchange rate between augmented and additional real data, we find that in out-…

2023

Reverse Engineering Self-Supervised Learning

NeurIPS 2023poster

Understanding the learned representation and underlying mechanisms of Self-Supervised Learning (SSL) often poses a challenge. In this paper, we ‘reverse engineer’ SSL, conducting an in-depth empirical analysis of its learned internal representations, encompassing diverse models, architectures, and h…

2023

Simplifying Neural Network Training Under Class Imbalance

NeurIPS 2023poster

Real-world datasets are often highly class-imbalanced, which can adversely impact the performance of deep learning models. The majority of research on training neural networks under class imbalance has focused on specialized loss functions and sampling techniques. Notably, we demonstrate that simply…

2022

Pre-Train Your Loss: Easy Bayesian Transfer Learning with Informative Priors

NeurIPS 2022accept

Deep learning is increasingly moving towards a transfer learning paradigm whereby large foundation models are fine-tuned on downstream tasks, starting from an initialization learned on the source task. But an initialization contains relatively little information about the source task, and does not r…