Skip to main content

Showing 1–20 of 20 results for author: Gauthier, T

Searching in archive cs. Search in all archives.
.
  1. arXiv:2406.14971  [pdf, other

    cs.CL cs.AI cs.LG

    Domain Adaptation of Llama3-70B-Instruct through Continual Pre-Training and Model Merging: A Comprehensive Evaluation

    Authors: Shamane Siriwardhana, Mark McQuade, Thomas Gauthier, Lucas Atkins, Fernando Fernandes Neto, Luke Meyers, Anneketh Vij, Tyler Odenthal, Charles Goddard, Mary MacCarthy, Jacob Solawetz

    Abstract: We conducted extensive experiments on domain adaptation of the Meta-Llama-3-70B-Instruct model on SEC data, exploring its performance on both general and domain-specific benchmarks. Our focus included continual pre-training (CPT) and model merging, aiming to enhance the model's domain-specific capabilities while mitigating catastrophic forgetting. Through this study, we evaluated the impact of int… ▽ More

    Submitted 21 June, 2024; originally announced June 2024.

    Comments: 8 pages, 6 figures

  2. arXiv:2404.01761  [pdf, other

    cs.LO math.CO

    A Formal Proof of R(4,5)=25

    Authors: Thibault Gauthier, Chad E. Brown

    Abstract: In 1995, McKay and Radziszowski proved that the Ramsey number R(4,5) is equal to 25. Their proof relies on a combination of high-level arguments and computational steps. The authors have performed the computational parts of the proof with different implementations in order to reduce the possibility of an error in their programs. In this work, we prove this theorem in the interactive theorem prover… ▽ More

    Submitted 12 June, 2024; v1 submitted 2 April, 2024; originally announced April 2024.

  3. arXiv:2403.04017  [pdf, ps, other

    cs.AI cs.LG cs.LO cs.NE cs.SC

    Learning Guided Automated Reasoning: A Brief Survey

    Authors: Lasse Blaauwbroek, David Cerna, Thibault Gauthier, Jan Jakubův, Cezary Kaliszyk, Martin Suda, Josef Urban

    Abstract: Automated theorem provers and formal proof assistants are general reasoning systems that are in theory capable of proving arbitrarily hard theorems, thus solving arbitrary problems reducible to mathematics and logical reasoning. In practice, such systems however face large combinatorial explosion, and therefore include many heuristics and choice points that considerably influence their performance… ▽ More

    Submitted 6 March, 2024; originally announced March 2024.

  4. arXiv:2304.02986  [pdf, ps, other

    cs.LO

    A Mathematical Benchmark for Inductive Theorem Provers

    Authors: Thibault Gauthier, Chad E. Brown, Mikolas Janota, Josef Urban

    Abstract: We present a benchmark of 29687 problems derived from the On-Line Encyclopedia of Integer Sequences (OEIS). Each problem expresses the equivalence of two syntactically different programs generating the same OEIS sequence. Such programs were conjectured by a learning-guided synthesis system using a language with loo** operators. The operators implement recursion, and thus many of the proofs requi… ▽ More

    Submitted 6 April, 2023; originally announced April 2023.

  5. arXiv:2301.11479  [pdf, other

    cs.AI cs.LG cs.LO cs.NE math.NT

    Alien Coding

    Authors: Thibault Gauthier, Miroslav Olšák, Josef Urban

    Abstract: We introduce a self-learning algorithm for synthesizing programs for OEIS sequences. The algorithm starts from scratch initially generating programs at random. Then it runs many iterations of a self-learning loop that interleaves (i) training neural machine translation to learn the correspondence between sequences and the programs discovered so far, and (ii) proposing many new programs for each OE… ▽ More

    Submitted 30 August, 2023; v1 submitted 26 January, 2023; originally announced January 2023.

  6. arXiv:2206.12738  [pdf, other

    cs.CV cs.LG

    Self-Supervised 3D Monocular Object Detection by Recycling Bounding Boxes

    Authors: Sugirtha T, Sridevi M, Khailash Santhakumar, Hao Liu, B Ravi Kiran, Thomas Gauthier, Senthil Yogamani

    Abstract: Modern object detection architectures are moving towards employing self-supervised learning (SSL) to improve performance detection with related pretext tasks. Pretext tasks for monocular 3D object detection have not yet been explored yet in literature. The paper studies the application of established self-supervised bounding box recycling by labeling random windows as the pretext task. The classif… ▽ More

    Submitted 25 June, 2022; originally announced June 2022.

    Comments: Published at ICCVW-SSLAD 2021. arXiv admin note: substantial text overlap with arXiv:2104.10786

  7. arXiv:2206.03481  [pdf, other

    cs.CR cs.DC

    Topos: A Secure, Trustless, and Decentralized Interoperability Protocol

    Authors: Théo Gauthier, Sébastien Dan, Monir Hadji, Antonella Del Pozzo, Yackolley Amoussou-Guenou

    Abstract: Topos is an open interoperability protocol designed to reduce as much as possible trust assumptions by replacing them with cryptographic constructions and decentralization while exhibiting massive scalability. The protocol does not make use of a central blockchain, nor uses consensus to ensure consistent delivery of messages across a heterogeneous ecosystem of public and private blockchains, named… ▽ More

    Submitted 8 February, 2023; v1 submitted 7 June, 2022; originally announced June 2022.

  8. arXiv:2202.11908  [pdf, ps, other

    cs.AI cs.SC

    Learning Program Synthesis for Integer Sequences from Scratch

    Authors: Thibault Gauthier, Josef Urban

    Abstract: We present a self-learning approach for synthesizing programs from integer sequences. Our method relies on a tree search guided by a learned policy. Our system is tested on the On-Line Encyclopedia of Integer Sequences. There, it discovers, on its own, solutions for 27987 sequences starting from basic operators and without human-written training examples.

    Submitted 29 November, 2022; v1 submitted 24 February, 2022; originally announced February 2022.

  9. arXiv:2202.02666  [pdf, other

    cs.CV cs.LG

    Simulation-to-Reality domain adaptation for offline 3D object annotation on pointclouds with correlation alignment

    Authors: Weishuang Zhang, B Ravi Kiran, Thomas Gauthier, Yanis Mazouz, Theo Steger

    Abstract: Annotating objects with 3D bounding boxes in LiDAR pointclouds is a costly human driven process in an autonomous driving perception system. In this paper, we present a method to semi-automatically annotate real-world pointclouds collected by deployment vehicles using simulated data. We train a 3D object detector model on labeled simulated data from CARLA jointly with real world pointclouds from ou… ▽ More

    Submitted 26 February, 2022; v1 submitted 5 February, 2022; originally announced February 2022.

    Comments: Accepted at IMPROVE 2022

  10. Learned Provability Likelihood for Tactical Search

    Authors: Thibault Gauthier

    Abstract: We present a method to estimate the provability of a mathematical formula. We adapt the tactical theorem prover TacticToe to factor in these estimations. Experiments over the HOL4 library show an increase in the number of theorems re-proven by TacticToe thanks to this additional guidance. This amelioration in performance together with concurrent updates to the TacticToe framework lead to an improv… ▽ More

    Submitted 6 September, 2021; originally announced September 2021.

    Comments: In Proceedings SCSS 2021, arXiv:2109.02501

    ACM Class: I.2.3

    Journal ref: EPTCS 342, 2021, pp. 78-85

  11. arXiv:2104.10786  [pdf, other

    cs.CV cs.RO

    Exploring 2D Data Augmentation for 3D Monocular Object Detection

    Authors: Sugirtha T, Sridevi M, Khailash Santhakumar, B Ravi Kiran, Thomas Gauthier, Senthil Yogamani

    Abstract: Data augmentation is a key component of CNN based image recognition tasks like object detection. However, it is relatively less explored for 3D object detection. Many standard 2D object detection data augmentation techniques do not extend to 3D box. Extension of these data augmentations for 3D object detection requires adaptation of the 3D geometry of the input scene and synthesis of new viewpoint… ▽ More

    Submitted 21 April, 2021; originally announced April 2021.

  12. arXiv:2009.01827  [pdf, ps, other

    cs.NE

    Tree Neural Networks in HOL4

    Authors: Thibault Gauthier

    Abstract: We present an implementation of tree neural networks within the proof assistant HOL4. Their architecture makes them naturally suited for approximating functions whose domain is a set of formulas. We measure the performance of our implementation and compare it with other machine learning predictors on the tasks of evaluating arithmetical expressions and estimating the truth of propositional formula… ▽ More

    Submitted 3 September, 2020; originally announced September 2020.

  13. arXiv:1912.01525  [pdf, ps, other

    cs.AI cs.LO

    Self-Learned Formula Synthesis in Set Theory

    Authors: Chad E. Brown, Thibault Gauthier

    Abstract: A reinforcement learning algorithm accomplishes the task of synthesizing a set-theoretical formula that evaluates to given truth values for given assignments.

    Submitted 3 December, 2019; originally announced December 2019.

  14. arXiv:1910.11797  [pdf, ps, other

    cs.AI cs.LO

    Deep Reinforcement Learning for Synthesizing Functions in Higher-Order Logic

    Authors: Thibault Gauthier

    Abstract: The paper describes a deep reinforcement learning framework based on self-supervised learning within the proof assistant HOL4. A close interaction between the machine learning modules and the HOL4 library is achieved by the choice of tree neural networks (TNNs) as machine learning models and the internal use of HOL4 terms to represent tree structures of TNNs. Recursive improvement is possible when… ▽ More

    Submitted 24 April, 2020; v1 submitted 25 October, 2019; originally announced October 2019.

  15. GRUNGE: A Grand Unified ATP Challenge

    Authors: Chad E. Brown, Thibault Gauthier, Cezary Kaliszyk, Geoff Sutcliffe, Josef Urban

    Abstract: This paper describes a large set of related theorem proving problems obtained by translating theorems from the HOL4 standard library into multiple logical formalisms. The formalisms are in higher-order logic (with and without type variables) and first-order logic (possibly with multiple types, and possibly with type variables). The resultant problem sets allow us to run automated theorem provers t… ▽ More

    Submitted 19 November, 2019; v1 submitted 6 March, 2019; originally announced March 2019.

    Comments: CADE 27 -- 27th International Conference on Automated Deduction

  16. TacticToe: Learning to Prove with Tactics

    Authors: Thibault Gauthier, Cezary Kaliszyk, Josef Urban, Ramana Kumar, Michael Norrish

    Abstract: We implement a automated tactical prover TacticToe on top of the HOL4 interactive theorem prover. TacticToe learns from human proofs which mathematical technique is suitable in each proof situation. This knowledge is then used in a Monte Carlo tree search algorithm to explore promising tactic-level proof paths. On a single CPU, with a time limit of 60 seconds, TacticToe proves 66.4 percent of the… ▽ More

    Submitted 1 December, 2021; v1 submitted 2 April, 2018; originally announced April 2018.

    Journal ref: J. Automated Reasoning 65(2): 257-286, 2021

  17. Learning to Reason with HOL4 tactics

    Authors: Thibault Gauthier, Cezary Kaliszyk, Josef Urban

    Abstract: Techniques combining machine learning with translation to automated reasoning have recently become an important component of formal proof assistants. Such "hammer" tech- niques complement traditional proof assistant automation as implemented by tactics and decision procedures. In this paper we present a unified proof assistant automation approach which attempts to automate the selection of appropr… ▽ More

    Submitted 2 April, 2018; originally announced April 2018.

    Comments: LPAR-21. 21st International Conference on Logic for Programming, Artificial Intelligence and Reasoning. EasyChair 2017

  18. Premise Selection and External Provers for HOL4

    Authors: Thibault Gauthier, Cezary Kaliszyk

    Abstract: Learning-assisted automated reasoning has recently gained popularity among the users of Isabelle/HOL, HOL Light, and Mizar. In this paper, we present an add-on to the HOL4 proof assistant and an adaptation of the HOLyHammer system that provides machine learning-based premise selection and automated reasoning also for HOL4. We efficiently record the HOL4 dependencies and extract features from the t… ▽ More

    Submitted 11 September, 2015; originally announced September 2015.

  19. arXiv:1509.03527  [pdf, ps, other

    cs.AI

    Sharing HOL4 and HOL Light proof knowledge

    Authors: Thibault Gauthier, Cezary Kaliszyk

    Abstract: New proof assistant developments often involve concepts similar to already formalized ones. When proving their properties, a human can often take inspiration from the existing formalized proofs available in other provers or libraries. In this paper we propose and evaluate a number of methods, which strengthen proof automation by learning from proof libraries of different provers. Certain conjectur… ▽ More

    Submitted 11 September, 2015; originally announced September 2015.

  20. arXiv:1405.3906  [pdf, ps, other

    cs.LO

    Matching concepts across HOL libraries

    Authors: Thibault Gauthier, Cezary Kaliszyk

    Abstract: Many proof assistant libraries contain formalizations of the same mathematical concepts. The concepts are often introduced (defined) in different ways, but the properties that they have, and are in turn formalized, are the same. For the basic concepts, like natural numbers, matching them between libraries is often straightforward, because of mathematical naming conventions. However, for more advan… ▽ More

    Submitted 15 May, 2014; originally announced May 2014.