← Search

Ilia Sucholutsky

13 accepted papers

2025

Large Language Models Assume People are More Rational than We Really are

ICLR 2025poster

In order for AI systems to communicate effectively with people, they must understand how we make decisions. However, people's decisions are not always rational, so the implicit internal models of human decision-making in Large Language Models (LLMs) must account for this. Previous empirical evidence…

2025

Mind Your Step (by Step): Chain-of-Thought can Reduce Performance on Tasks where Thinking Makes Humans Worse

ICML 2025poster

Chain-of-thought (CoT) prompting has become a widely used strategy for improving large language and multimodal model performance. However, it is still an open question under which settings CoT systematically reduces performance. In this paper, we seek to identify the characteristics of tasks where…

Cited by 21SourcePDFScholar
2025

Quantifying Knowledge Distillation using Partial Information Decomposition

AISTATS 2025poster

Knowledge distillation deploys complex machine learning models in resource-constrained environments by training a smaller student model to emulate internal representations of a complex teacher model. However, the teacher's representations can also encode nuisance or additional information not releva…

Cited by 0SourceScholar
2024

Adaptive Language-Guided Abstraction from Contrastive Explanations

CoRL 2024poster

Many approaches to robot learning begin by inferring a reward function from a set of human demonstrations. To learn a good reward, it is necessary to determine which features of the environment are relevant before determining how these features should be used to compute reward. In particularly compl…

Cited by 4SourceScholar
2024

Characterizing Similarities and Divergences in Conversational Tones in Humans and LLMs by Sampling with People

ACL 2024long

Conversational tones — the manners and attitudes in which speakers communicate — are essential to effective communication. As Large Language Models (LLMs) become increasingly popular, it is necessary to characterize the divergences in their conversational tones relative to humans. Prior research rel…

2024

Learning Human-like Representations to Enable Learning Human Values

NeurIPS 2024poster

How can we build AI systems that can learn any set of individual human values both quickly and safely, avoiding causing harm or violating societal standards for acceptable behavior during the learning process? We explore the effects of representational alignment between humans and AI agents on learn…

Cited by 4SourcePDFScholar
2024

Learning with Language-Guided State Abstractions

ICLR 2024poster

We describe a framework for using natural language to design state abstractions for imitation learning. Generalizable policy learning in high-dimensional observation spaces is facilitated by well-designed state representations, which can surface important features of an environment and hide irreleva…

Cited by 13SourcePDFScholar
2023

Alignment with human representations supports robust few-shot learning

NeurIPS 2023spotlight

Should we care whether AI systems have representations of the world that are similar to those of humans? We provide an information-theoretic analysis that suggests that there should be a U-shaped relationship between the degree of representational alignment with humans and performance on few-shot le…

Cited by 47SourcePDFScholar
2023

Analyzing Diffusion as Serial Reproduction

ICML 2023poster

Diffusion models are a class of generative models that learn to synthesize samples by inverting a diffusion process that gradually maps data into noise. While these models have enjoyed great success recently, a full theoretical understanding of their observed properties is still lacking, in particul…

Cited by 3SourcePDFScholar
2023

Human-in-the-Loop Mixup

UAI 2023poster

Aligning model representations to humans has been found to improve robustness and generalization. However, such methods often focus on standard observational data. Synthetic data is proliferating and powering many advances in machine learning; yet, it is not always clear whether synthetic labels are…

2023

On the informativeness of supervision signals

UAI 2023poster

Supervised learning typically focuses on learning transferable representations from training examples annotated by humans. While rich annotations (like soft labels) carry more information than sparse annotations (like hard labels), they are also more expensive to collect. For example, while hard lab…

Cited by 17SourcePDFScholar
2023

Words are all you need? Language as an approximation for human similarity judgments

ICLR 2023poster

Human similarity judgments are a powerful supervision signal for machine learning applications based on techniques such as contrastive learning, information retrieval, and model alignment, but classical methods for collecting human similarity judgments are too expensive to be used at scale. Recent m…

Cited by 21SourcePDFScholar
2021

‘Less Than One’-Shot Learning: Learning N Classes From M < N Samples

AAAI 2021technical

Deep neural networks require large training sets but suffer from high computational cost and long training times. Training on much smaller training sets while maintaining nearly the same accuracy would be very beneficial. In the few-shot learning setting, a model must learn a new class given only a…