← Search

Francois Charton

15 accepted papers

2026

Improving ML attacks on LWE with data repetition and stepwise regression

ICML 2026poster

ML attacks on Learning with Errors (LWE) with binary or small secrets only succeed on LWE settings with very simple secrets. For example, they can recover secrets with up to three non-zero bits when models are trained on not-reduced LWE data, and three non-zero bits in the ''cruel region'' [9] when …

Cited by 0SourceScholar
2025

Beyond Model Collapse: Scaling Up with Synthesized Data Requires Verification

ICLR 2025poster

Large Language Models (LLM) are increasingly trained on data generated by other LLMs, either because generated text and images become part of the pre-training corpus, or because synthetized data is used as a replacement for expensive human-annotation. This raises concerns about *model collapse*, a d…

Cited by 3SourcePDFScholar
2025

Diversification Catalyzes Language Models’ Instruction Generalization To Unseen Semantics

ACL 2025finding

Instruction-tuned language models excel in knowledge, reasoning, and instruction-following. While knowledge and reasoning are well-explored, the factors enabling generalization to unseen instructions remain underexplored due to challenges in isolating instruction-following dynamics.In this work, we…

2025

TAPAS: Datasets for Learning the Learning with Errors Problem

NeurIPS 2025poster

AI-powered attacks on Learning with Errors (LWE)—an important hard math problem in post-quantum cryptography—rival or outperform "classical" attacks on LWE under certain parameter settings. Despite the promise of this approach, a dearth of accessible data limits AI practitioners' ability to study an…

Cited by 0SourceScholar
2024

A Tale of Tails: Model Collapse as a Change of Scaling Laws

ICML 2024poster

As AI model size grows, neural *scaling laws* have become a crucial tool to predict the improvements of large models when increasing capacity and the size of original (human or natural) training data. Yet, the widespread use of popular models means that the ecosystem of online data and text will co-…

Cited by 58SourcePDFScholar
2024

Global Lyapunov functions: a long-standing open problem in mathematics, with symbolic transformers

NeurIPS 2024poster

Despite their spectacular progress, language models still struggle on complex reasoning tasks, such as advanced mathematics. We consider a long-standing open problem in mathematics: discovering a Lyapunov function that ensures the global stability of a dynamical system. This problem has no known gen…

Cited by 14SourcePDFScholar
2024

Iteration Head: A Mechanistic Study of Chain-of-Thought

NeurIPS 2024poster

Chain-of-Thought (CoT) reasoning is known to improve Large Language Models both empirically and in terms of theoretical approximation power. However, our understanding of the inner workings and conditions of apparition of CoT capabilities remains limited. This paper helps fill this gap by demonstrat…

2023

Code Translation with Compiler Representations

ICLR 2023top-25%

In this paper, we leverage low-level compiler intermediate representations (IR) code translation. Traditional transpilers rely on syntactic information and handcrafted rules, which limits their applicability and produces unnatural-looking code. Applying neural machine translation (NMT) approaches to…

Cited by 86SourcePDFScholar
2023

SALSA VERDE: a machine learning attack on LWE with sparse small secrets

NeurIPS 2023poster

Learning with Errors (LWE) is a hard math problem used in post-quantum cryptography. Homomorphic Encryption (HE) schemes rely on the hardness of the LWE problem for their security, and two LWE-based cryptosystems were recently standardized by NIST for digital signatures and key exchange (KEM). Thus…

Cited by 16SourcePDFScholar
2022

Deep symbolic regression for recurrence prediction

ICML 2022spotlight

Symbolic regression, i.e. predicting a function from the observation of its values, is well-known to be a challenging task. In this paper, we train Transformers to infer the function or recurrence relation underlying sequences of integers or floats, a typical task in human IQ tests which has hardly…

Cited by 29SourcePDFScholar
2022

End-to-end Symbolic Regression with Transformers

NeurIPS 2022accept

Symbolic regression, the task of predicting the mathematical expression of a function from the observation of its values, is a difficult task which usually involves a two-step procedure: predicting the "skeleton" of the expression up to the choice of numerical constants, then fitting the constants b…

2022

Leveraging Automated Unit Tests for Unsupervised Code Translation

ICLR 2022spotlight

With little to no parallel data available for programming languages, unsupervised methods are well-suited to source code translation. However, the majority of unsupervised machine translation approaches rely on back-translation, a method developed in the context of natural language translation and o…

Cited by 137SourcePDFScholar
2022

SALSA: Attacking Lattice Cryptography with Transformers

NeurIPS 2022accept

Currently deployed public-key cryptosystems will be vulnerable to attacks by full-scale quantum computers. Consequently, "quantum resistant" cryptosystems are in high demand, and lattice-based cryptosystems, based on a hard problem known as Learning With Errors (LWE), have emerged as strong contende…

Cited by 43SourcePDFScholar
2021

Learning advanced mathematical computations from examples

ICLR 2021poster

Using transformers over large generated datasets, we train models to learn mathematical properties of differential systems, such as local stability, behavior at infinity and controllability. We achieve near perfect prediction of qualitative characteristics, and good approximations of numerical featu…