← Search

Michał Zawalski

5 accepted papers

2026

Detecting Data Contamination in LLMs via In-Context Learning

ICLR 2026poster

We present Contamination Detection via Context (CoDeC), a practical and accurate method to detect and quantify training data contamination in large language models. CoDeC distinguishes between data memorized during training and data outside the training distribution by measuring how in-context learn…

Cited by 0SourceScholar
2025

Contrastive Representations for Temporal Reasoning

NeurIPS 2025poster

In classical AI, perception relies on learning state-based representations, while planning --- temporal reasoning over action sequences --- is typically achieved through search. We study whether such reasoning can instead emerge from representations that capture both perceptual and temporal structu…

Cited by 0SourceScholar
2024

Robotic Control via Embodied Chain-of-Thought Reasoning

CoRL 2024poster

A key limitation of learned robot control policies is their inability to generalize outside their training data. Recent works on vision-language-action models (VLAs) have shown that the use of large, internet pre-trained vision-language models as the backbone of learned robot policies can substanti…

Cited by 58SourceScholar
2023

Fast and Precise: Adjusting Planning Horizon with Adaptive Subgoal Search

ICLR 2023top-5%

Complex reasoning problems contain states that vary in the computational cost required to determine the right action plan. To take advantage of this property, we propose Adaptive Subgoal Search (AdaSubS), a search method that adaptively adjusts the planning horizon. To this end, AdaSubS generates di…

2021

Subgoal Search For Complex Reasoning Tasks

NeurIPS 2021poster

Humans excel in solving complex reasoning tasks through a mental process of moving from one idea to a related one. Inspired by this, we propose Subgoal Search (kSubS) method. Its key component is a learned subgoal generator that produces a diversity of subgoals that are both achievable and closer to…