← Search

Gabriel Poesia

10 accepted papers

2025

Position: Formal Mathematical Reasoning—A New Frontier in AI

ICML 2025spotlight

AI for Mathematics (AI4Math) is intellectually intriguing and is crucial for AI-driven system design and verification. Extensive efforts on AI4Math have mirrored techniques in NLP, in particular, training large language models on carefully curated math datasets in text form. As a complementary yet l…

Cited by 0SourcePDFScholar
2025

h4rm3l: A Language for Composable Jailbreak Attack Synthesis

ICLR 2025poster

Despite their demonstrated valuable capabilities, state-of-the-art (SOTA) widely deployed large language models (LLMs) still have the potential to cause harm to society due to the ineffectiveness of their safety filters, which can be bypassed by prompt transformations called jailbreak attacks. Curre…

Cited by 0SourcePDFScholar
2024

Hypothesis Search: Inductive Reasoning with Language Models

ICLR 2024poster

Inductive reasoning is a core problem-solving capacity: humans can identify underlying principles from a few examples, which can then be robustly generalized to novel scenarios. Recent work has evaluated large language models (LLMs) on inductive reasoning tasks by directly prompting them yielding "i…

2024

Learning Formal Mathematics From Intrinsic Motivation

NeurIPS 2024oral

How did humanity coax mathematics from the aether? We explore the Platonic view that mathematics can be discovered from its axioms---a game of conjecture and proof. We describe an agent that jointly learns to pose challenging problems for itself (conjecturing) and solve them (theorem proving). Given…

2024

When Do Skills Help Reinforcement Learning? A Theoretical Analysis of Temporal Abstractions

ICML 2024poster

Skills are temporal abstractions that are intended to improve reinforcement learning (RL) performance through hierarchical RL. Despite our intuition about the properties of an environment that make skills useful, a precise characterization has been absent. We provide the first such characterization,…

2023

Parsel🐍: Algorithmic Reasoning with Language Models by Composing Decompositions

NeurIPS 2023spotlight

Despite recent success in large language model (LLM) reasoning, LLMs struggle with hierarchical multi-step reasoning tasks like generating complex programs. For these tasks, humans often start with a high-level algorithmic design and implement each part gradually. We introduce Parsel, a framework en…

2022

Synchromesh: Reliable Code Generation from Pre-trained Language Models

ICLR 2022poster

Large pre-trained language models have been used to generate code, providing a flexible interface for synthesizing programs from natural language specifications. However, they often violate syntactic and semantic rules of their output language, limiting their practical usability. In this paper, we p…

Cited by 255SourcePDFScholar
2021

Contrastive Reinforcement Learning of Symbolic Reasoning Domains

NeurIPS 2021poster

Abstract symbolic reasoning, as required in domains such as mathematics and logic, is a key component of human intelligence. Solvers for these domains have important applications, especially to computer-assisted education. But learning to solve symbolic problems is challenging for machine learning a…

2021

Open-domain clarification question generation without question examples

EMNLP 2021main

An overarching goal of natural language processing is to enable machines to communicate seamlessly with humans. However, natural language can be ambiguous or unclear. In cases of uncertainty, humans engage in an interactive process known as repair: asking questions and seeking clarification until th…