Skip to main content

Showing 1–10 of 10 results for author: Zombori, Z

  1. arXiv:2307.00465  [pdf, other

    cs.LG cs.LO

    Towards Unbiased Exploration in Partial Label Learning

    Authors: Zsolt Zombori, Agapi Rissaki, Kristóf Szabó, Wolfgang Gatterbauer, Michael Benedikt

    Abstract: We consider learning a probabilistic classifier from partially-labelled supervision (inputs denoted with multiple possibilities) using standard neural architectures with a softmax as the final layer. We identify a bias phenomenon that can arise from the softmax layer in even simple architectures that prevents proper exploration of alternative options, making the dynamics of gradient descent overly… ▽ More

    Submitted 1 July, 2023; originally announced July 2023.

  2. Lemmas: Generation, Selection, Application

    Authors: Michael Rawson, Christoph Wernhard, Zsolt Zombori, Wolfgang Bibel

    Abstract: Noting that lemmas are a key feature of mathematics, we engage in an investigation of the role of lemmas in automated theorem proving. The paper describes experiments with a combined system involving learning technology that generates useful lemmas for automated theorem provers, demonstrating improvement for several representative systems and solving a hard problem not solved by any system for twe… ▽ More

    Submitted 24 July, 2023; v1 submitted 10 March, 2023; originally announced March 2023.

    Comments: Extended version of the TABLEAUX 2023 contribution

  3. arXiv:2303.00752  [pdf, other

    cs.AI

    Safety without alignment

    Authors: András Kornai, Michael Bukatin, Zsolt Zombori

    Abstract: Currently, the dominant paradigm in AI safety is alignment with human values. Here we describe progress on developing an alternative approach to safety, based on ethical rationalism (Gewirth:1978), and propose an inherently safe implementation path via hybrid theorem provers in a sandbox. As AGIs evolve, their alignment may fade, but their rationality can only increase (otherwise more rational one… ▽ More

    Submitted 18 March, 2023; v1 submitted 27 February, 2023; originally announced March 2023.

  4. arXiv:2107.05363  [pdf, other

    cs.AI

    Towards solving the 7-in-a-row game

    Authors: Domonkos Czifra, Endre Csóka, Zsolt Zombori, Géza Makay

    Abstract: Our paper explores the game theoretic value of the 7-in-a-row game. We reduce the problem to solving a finite board game, which we target using Proof Number Search. We present a number of heuristic improvements to Proof Number Search and examine their effect within the context of this particular game. Although our paper does not solve the 7-in-a-row game, our experiments indicate that we have made… ▽ More

    Submitted 5 July, 2021; originally announced July 2021.

  5. arXiv:2105.14706  [pdf, ps, other

    cs.AI cs.LG cs.LO

    The Role of Entropy in Guiding a Connection Prover

    Authors: Zsolt Zombori, Josef Urban, Miroslav Olšák

    Abstract: In this work we study how to learn good algorithms for selecting reasoning steps in theorem proving. We explore this in the connection tableau calculus implemented by leanCoP where the partial tableau provides a clean and compact notion of a state to which a limited number of inferences can be applied. We start by incorporating a state-of-the-art learning algorithm -- a graph neural network (GNN)… ▽ More

    Submitted 16 July, 2021; v1 submitted 31 May, 2021; originally announced May 2021.

  6. arXiv:2006.14350  [pdf, other

    cs.LG stat.ML

    Data-dependent Pruning to find the Winning Lottery Ticket

    Authors: Dániel Lévai, Zsolt Zombori

    Abstract: The Lottery Ticket Hypothesis postulates that a freshly initialized neural network contains a small subnetwork that can be trained in isolation to achieve similar performance as the full network. Our paper examines several alternatives to search for such subnetworks. We conclude that incorporating a data dependent component into the pruning criterion in the form of the gradient of the training los… ▽ More

    Submitted 25 June, 2020; originally announced June 2020.

  7. arXiv:2004.06997  [pdf, ps, other

    cs.LO cs.LG

    Prolog Technology Reinforcement Learning Prover

    Authors: Zsolt Zombori, Josef Urban, Chad E. Brown

    Abstract: We present a reinforcement learning toolkit for experiments with guiding automated theorem proving in the connection calculus. The core of the toolkit is a compact and easy to extend Prolog-based automated theorem prover called plCoP. plCoP builds on the leanCoP Prolog implementation and adds learning-guided Monte-Carlo Tree Search as done in the rlCoP system. Other components include a Python int… ▽ More

    Submitted 15 April, 2020; originally announced April 2020.

  8. arXiv:1905.13100  [pdf, other

    cs.LO cs.AI cs.LG

    Towards Finding Longer Proofs

    Authors: Zsolt Zombori, Adrián Csiszárik, Henryk Michalewski, Cezary Kaliszyk, Josef Urban

    Abstract: We present a reinforcement learning (RL) based guidance system for automated theorem proving geared towards Finding Longer Proofs (FLoP). Unlike most learning based approaches, we focus on generalising from very little training data and achieving near complete confidence. We use several simple, structured datasets with very long proofs to show that FLoP can successfully generalise a single trainin… ▽ More

    Submitted 29 June, 2021; v1 submitted 30 May, 2019; originally announced May 2019.

    Comments: 16 pages, 3 figures, published at TABLEAUX2021

  9. arXiv:1712.09936  [pdf, other

    cs.LG

    Gradient Regularization Improves Accuracy of Discriminative Models

    Authors: Dániel Varga, Adrián Csiszárik, Zsolt Zombori

    Abstract: Regularizing the gradient norm of the output of a neural network with respect to its inputs is a powerful technique, rediscovered several times. This paper presents evidence that gradient regularization can consistently improve classification accuracy on vision tasks, using modern deep neural networks, especially when the amount of training data is small. We introduce our regularizers as members o… ▽ More

    Submitted 24 May, 2018; v1 submitted 28 December, 2017; originally announced December 2017.

  10. arXiv:1112.3784  [pdf, ps, other

    cs.PL

    Using Constraint Handling Rules to Provide Static Type Analysis for the Q Functional Language

    Authors: János Csorba, Zsolt Zombori, Péter Szeredi

    Abstract: We describe an application of Prolog: a type checking tool for the Q functional language. Q is a terse vector processing language, a descendant of APL, which is getting more and more popular, especially in financial applications. Q is a dynamically typed language, much like Prolog. Extending Q with static typing improves both the readability of programs and programmer productivity, as type errors… ▽ More

    Submitted 16 December, 2011; originally announced December 2011.

    Comments: Online Proceedings of the 11th International Colloquium on Implementation of Constraint LOgic Programming Systems (CICLOPS 2011), Lexington, KY, U.S.A., July 10, 2011

    ACM Class: D.1.6; D.3