← Search

Didier Chételat

9 accepted papers

2026

A Balanced Neuro-Symbolic Approach for Commonsense Abductive Logic

ICLR 2026poster

Although Large Language Models (LLMs) have demonstrated impressive formal reasoning abilities, they often break down when problems require complex proof planning. One promising approach for improving LLM reasoning abilities involves translating problems into formal logic and using a logic solver. Al…

Cited by 0SourceScholar
2026

Abductive Reasoning with Probabilistic Commonsense

ICML 2026poster

Recent efforts to improve the reasoning abilities of Large Language Models (LLMs) have focused on integrating formal logic solvers within neurosymbolic frameworks. A key challenge is that formal solvers lack commonsense world knowledge, preventing them from making reasoning steps that humans find ob…

Cited by 0SourceScholar
2026

One Step Forward and K Steps Back: Better Reasoning with Denoising Recursion Models

ICML 2026poster

Looped transformers scale computational depth independent of parameter count by repeatedly applying the same layer. However, training these models over long horizons creates significant optimization challenges. Specifically, it is difficult for looped transformers that start from noise to steer towa…

Cited by 0SourceScholar
2025

InnerThoughts: Disentangling Representations and Predictions in Large Language Models

AISTATS 2025poster

Large language models (LLMs) contain substantial factual knowledge which is commonly elicited by multiple-choice question-answering prompts. Internally, such models process the prompt through multiple transformer layers, building varying representations of the problem within its hidden states. Ultim…

Cited by 0SourceScholar
2025

The Graph’s Apprentice: Teaching an LLM Low-Level Knowledge for Circuit Quality Estimation

IJCAI 2025

Logic synthesis is a crucial phase in the circuit design process, responsible for transforming hardware description language (HDL) designs into optimized netlists. However, traditional logic synthesis methods are computationally intensive, restricting their iterative use in refining chip designs. Re

2024

Exploring the Power of Graph Neural Networks in Solving Linear Optimization Problems

AISTATS 2024poster

Recently, machine learning, particularly message-passing graph neural networks (MPNNs), has gained traction in enhancing exact optimization algorithms. For example, MPNNs speed up solving mixed-integer optimization problems by imitating computational intensive heuristics like strong branching, which…

2022

Learning to Branch with Tree MDPs

NeurIPS 2022accept

State-of-the-art Mixed Integer Linear Programming (MILP) solvers combine systematic tree search with a plethora of hard-coded heuristics, such as branching rules. While approaches to learn branching strategies have received increasing attention and have shown very promising results, most of the lite…

2022

Learning to Compare Nodes in Branch and Bound with Graph Neural Networks

NeurIPS 2022accept

Branch-and-bound approaches in integer programming require ordering portions of the space to explore next, a problem known as node comparison. We propose a new siamese graph neural network model to tackle this problem, where the nodes are represented as bipartite graphs with attributes. Similar to p…

2021

Combinatorial Optimization and Reasoning with Graph Neural Networks

IJCAI 2021poster

Combinatorial optimization is a well-established area in operations research and computer science. Until recently, its methods have mostly focused on solving problem instances in isolation, ignoring the fact that they often stem from related data distributions in practice. However, recent years have…

Cited by 473SourcePDFScholar