← Search

Piotr Miłoś

20 accepted papers

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
2025

Joint MoE Scaling Laws: Mixture of Experts Can Be Memory Efficient

ICML 2025poster

Mixture of Experts (MoE) architectures have significantly increased computational efficiency in both research and real-world applications of large-scale machine learning models. However, their scalability and efficiency under memory constraints remain relatively underexplored. In this work, we prese…

Cited by 0SourcePDFScholar
2025

Since Faithfulness Fails: The Performance Limits of Neural Causal Discovery

ICML 2025poster

Neural causal discovery methods have recently improved in terms of scalability and computational efficiency. However, our systematic evaluation highlights significant room for improvement in their accuracy when uncovering causal structures. We identify a fundamental limitation: \textit{unavoidable…

Cited by 0SourcePDFScholar
2025

Structured Packing in LLM Training Improves Long Context Utilization

AAAI 2025technical

Recent advancements in long-context language modeling have attracted significant attention, yet their practical applications often suffer from suboptimal context utilization. To efficiently address this issue, we introduce the Structured Packing for Long Context, SPLiCe, a method that uses retrieval…

2024

Analysing The Impact of Sequence Composition on Language Model Pre-Training

ACL 2024long

Most language model pre-training frameworks concatenate multiple documents into fixed-length sequences and use causal masking to compute the likelihood of each token given its context; this strategy is widely adopted due to its simplicity and efficiency. However, to this day, the influence of the pr…

2024

Bigger, Regularized, Optimistic: scaling for compute and sample efficient continuous control

NeurIPS 2024spotlight

Sample efficiency in Reinforcement Learning (RL) has traditionally been driven by algorithmic enhancements. In this work, we demonstrate that scaling can also lead to substantial improvements. We conduct a thorough investigation into the interplay of scaling model capacity and domain-specific RL en…

2024

Fine-tuning Reinforcement Learning Models is Secretly a Forgetting Mitigation Problem

ICML 2024spotlight

Fine-tuning is a widespread technique that allows practitioners to transfer pre-trained capabilities, as recently showcased by the successful applications of foundation models. However, fine-tuning reinforcement learning (RL) models remains a challenge. This work conceptualizes one specific cause of…

2024

Magnushammer: A Transformer-Based Approach to Premise Selection

ICLR 2024poster

This paper presents a novel approach to premise selection, a crucial reasoning task in automated theorem proving. Traditionally, symbolic methods that rely on extensive domain knowledge and engineering effort are applied to this task. In contrast, this work demonstrates that contrastive training wit…

Cited by 44SourcePDFScholar
2024

Overestimation, Overfitting, and Plasticity in Actor-Critic: the Bitter Lesson of Reinforcement Learning

ICML 2024poster

Recent advancements in off-policy Reinforcement Learning (RL) have significantly improved sample efficiency, primarily due to the incorporation of various forms of regularization that enable more gradient update steps than traditional agents. However, many of these techniques have been tested in lim…

Cited by 22SourcePDFScholar
2024

Repurposing Language Models into Embedding Models: Finding the Compute-Optimal Recipe

NeurIPS 2024poster

Text embeddings are essential for tasks such as document retrieval, clustering, and semantic similarity assessment. In this paper, we study how to contrastively train text embedding models in a compute-optimal fashion, given a suite of pretrained decoder-only language models. Our innovation is an al…

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…

2023

Focused Transformer: Contrastive Training for Context Scaling

NeurIPS 2023poster

Large language models have an exceptional capability to incorporate new information in a contextual manner. However, the full potential of such an approach is often restrained due to a limitation in the effective context length. One solution to this issue is to endow an attention layer with access t…

2023

The Tunnel Effect: Building Data Representations in Deep Neural Networks

NeurIPS 2023poster

Deep neural networks are widely known for their remarkable effectiveness across various tasks, with the consensus that deeper networks implicitly learn more complex data representations. This paper shows that sufficiently deep networks trained for supervised image classification split into two disti…

Cited by 18SourcePDFScholar
2023

Trust Your $\nabla$: Gradient-based Intervention Targeting for Causal Discovery

NeurIPS 2023poster

Inferring causal structure from data is a challenging task of fundamental importance in science. Often, observational data alone is not enough to uniquely identify a system’s causal structure. The use of interventional data can address this issue, however, acquiring these samples typically demands a…

Cited by 6SourcePDFScholar
2022

Disentangling Transfer in Continual Reinforcement Learning

NeurIPS 2022accept

The ability of continual learning systems to transfer knowledge from previously seen tasks in order to maximize performance on new tasks is a significant challenge for the field, limiting the applicability of continual learning solutions to realistic scenarios. Consequently, this study aims to broad…

Cited by 40SourcePDFScholar
2022

Thor: Wielding Hammers to Integrate Language Models and Automated Theorem Provers

NeurIPS 2022accept

In theorem proving, the task of selecting useful premises from a large library to unlock the proof of a given conjecture is crucially important. This presents a challenge for all theorem provers, especially the ones based on language models, due to their relative inability to reason over huge volume…

Cited by 104SourcePDFScholar
2021

Catalytic Role Of Noise And Necessity Of Inductive Biases In The Emergence Of Compositional Communication

NeurIPS 2021poster

Communication is compositional if complex signals can be represented as a combination of simpler subparts. In this paper, we theoretically show that inductive biases on both the training framework and the data are needed to develop a compositional communication. Moreover, we prove that compositiona…

Cited by 23SourcePDFScholar
2021

Continual World: A Robotic Benchmark For Continual Reinforcement Learning

NeurIPS 2021poster

Continual learning (CL) --- the ability to continuously learn, building on previously acquired knowledge --- is a natural requirement for long-lived autonomous reinforcement learning (RL) agents. While building such agents, one needs to balance opposing desiderata, such as constraints on capacity an…

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…

2020

Simulation-Based Reinforcement Learning for Real-World Autonomous Driving

ICRA 2020poster

We use reinforcement learning in simulation to obtain a driving system controlling a full-size real-world vehicle. The driving policy takes RGB images from a single camera and their semantic segmentation as input. We use mostly synthetic data, with labelled real-world data appearing only in the trai…

Cited by 191SourceScholar