← Search

Christian Szegedy

14 accepted papers

2024

Don't Trust: Verify -- Grounding LLM Quantitative Reasoning with Autoformalization

ICLR 2024poster

Large language models (LLM), such as Google's Minerva and OpenAI's GPT families, are becoming increasingly capable of solving mathematical quantitative reasoning problems. However, they still make unjustified logical and computational errors in their reasoning steps and answers. In this paper, we le…

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
2022

Autoformalization with Large Language Models

NeurIPS 2022accept

Autoformalization is the process of automatically translating from natural language mathematics to formal specifications and proofs. A successful autoformalization system could advance the fields of formal verification, program synthesis, and artificial intelligence. While the long-term goal of auto…

Cited by 189SourcePDFScholar
2022

Hierarchical Transformers Are More Efficient Language Models

NAACL 2022findings

Transformer models yield impressive results on many NLP and sequence modeling tasks. Remarkably, Transformers can handle long sequences, which allows them to produce long coherent outputs: entire paragraphs produced by GPT-3 or well-structured images produced by DALL-E. These large language models a…

2021

LIME: Learning Inductive Bias for Primitives of Mathematical Reasoning

ICML 2021spotlight

While designing inductive bias in neural architectures has been widely studied, we hypothesize that transformer networks are flexible enough to learn inductive bias from suitable generic tasks. Here, we replace architecture engineering by encoding inductive bias in the form of datasets. Inspired by…

2021

Mathematical Reasoning via Self-supervised Skip-tree Training

ICLR 2021spotlight

We demonstrate that self-supervised language modeling applied to mathematical formulas enables logical reasoning. To measure the logical reasoning abilities of language models, we formulate several evaluation (downstream) tasks, such as inferring types, suggesting missing assumptions and completing…

Cited by 59SourcePDFScholar
2019

HOList: An Environment for Machine Learning of Higher Order Logic Theorem Proving

ICML 2019oral

We present an environment, benchmark, and deep learning driven automated theorem prover for higher-order logic. Higher-order interactive theorem provers enable the formalization of arbitrary mathematical theories and thereby present an interesting challenge for deep learning. We provide an open-sour…

Cited by 194SourcePDFScholar
2017

HolStep: A Machine Learning Dataset for Higher-order Logic Theorem Proving

ICLR 2017poster

Large computer-understandable proofs consist of millions of intermediate logical steps. The vast majority of such steps originate from manually selected and manually guided heuristics applied to intermediate goals. So far, machine learning has generally not been used to filter or generate these step…

Cited by 108SourceScholar
2016

DeepMath - Deep Sequence Models for Premise Selection

NeurIPS 2016poster

We study the effectiveness of neural sequence models for premise selection in automated theorem proving, a key bottleneck for progress in formalized mathematics. We propose a two stage approach for this task that yields good results for the premise selection task on the Mizar corpus while avoiding t…

2016

Rethinking the Inception Architecture for Computer Vision

CVPR 2016poster

Convolutional networks are at the core of most state-of-the-art computer vision solutions for a wide variety of tasks. Since 2014 very deep convolutional networks started to become mainstream, yielding substantial gains in various benchmarks. Although increased model size and computational cost tend…

Cited by 31597PDFScholar
2015

Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift

ICML 2015poster

Training Deep Neural Networks is complicated by the fact that the distribution of each layer’s inputs changes during training, as the parameters of the previous layers change. This slows down the training by requiring lower learning rates and careful parameter initialization, and makes it notoriousl…

Cited by 62227SourcePDFScholar
2015

Going Deeper With Convolutions

CVPR 2015poster

We propose a deep convolutional neural network architecture codenamed Inception that achieves the new state of the art for classification and detection in the ImageNet Large-Scale Visual Recognition Challenge 2014 (ILSVRC2014). The main hallmark of this architecture is the improved utilization of th…

Cited by 66966SourcePDFScholar