Skip to main content

Showing 1–15 of 15 results for author: Cornelio, C

.
  1. arXiv:2504.04578  [pdf, other

    cs.AI cs.LG cs.RO

    Hierarchical Planning for Complex Tasks with Knowledge Graph-RAG and Symbolic Verification

    Authors: Cristina Cornelio, Flavio Petruzzellis, Pietro Lio

    Abstract: Large Language Models (LLMs) have shown promise as robotic planners but often struggle with long-horizon and complex tasks, especially in specialized environments requiring external knowledge. While hierarchical planning and Retrieval-Augmented Generation (RAG) address some of these challenges, they remain insufficient on their own and a deeper integration is required for achieving more reliable s… ▽ More

    Submitted 6 April, 2025; originally announced April 2025.

  2. arXiv:2404.00756  [pdf, other

    cs.AI cs.LG cs.LO cs.RO

    Recover: A Neuro-Symbolic Framework for Failure Detection and Recovery

    Authors: Cristina Cornelio, Mohammed Diab

    Abstract: Recognizing failures during task execution and implementing recovery procedures is challenging in robotics. Traditional approaches rely on the availability of extensive data or a tight set of constraints, while more recent approaches leverage large language models (LLMs) to verify task steps and replan accordingly. However, these methods often operate offline, necessitating scene resets and incurr… ▽ More

    Submitted 31 March, 2024; originally announced April 2024.

  3. arXiv:2308.09474  [pdf, other

    cs.AI cs.SC math.OC

    Evolving Scientific Discovery by Unifying Data and Background Knowledge with AI Hilbert

    Authors: Ryan Cory-Wright, Cristina Cornelio, Sanjeeb Dash, Bachir El Khadir, Lior Horesh

    Abstract: The discovery of scientific formulae that parsimoniously explain natural phenomena and align with existing background theory is a key goal in science. Historically, scientists have derived natural laws by manipulating equations based on existing knowledge, forming new equations, and verifying them experimentally. In recent years, data-driven scientific discovery has emerged as a viable competitor… ▽ More

    Submitted 29 April, 2024; v1 submitted 18 August, 2023; originally announced August 2023.

    Comments: Revised version, including a significant number of new experiments+supplementary material in appendix, and a title change

    Journal ref: Nature Communications 15:5922, 2024

  4. arXiv:2211.15860  [pdf, other

    cs.LG stat.CO

    Bayesian Experimental Design for Symbolic Discovery

    Authors: Kenneth L. Clarkson, Cristina Cornelio, Sanjeeb Dash, Joao Goncalves, Lior Horesh, Nimrod Megiddo

    Abstract: This study concerns the formulation and application of Bayesian optimal experimental design to symbolic discovery, which is the inference from observational data of predictive models taking general functional forms. We apply constrained first-order methods to optimize an appropriate selection criterion, using Hamiltonian Monte Carlo to sample from the prior. A step for computing the predictive dis… ▽ More

    Submitted 28 November, 2022; originally announced November 2022.

  5. arXiv:2109.01634  [pdf, other

    cs.AI

    AI Descartes: Combining Data and Theory for Derivable Scientific Discovery

    Authors: Cristina Cornelio, Sanjeeb Dash, Vernon Austel, Tyler Josephson, Joao Goncalves, Kenneth Clarkson, Nimrod Megiddo, Bachir El Khadir, Lior Horesh

    Abstract: Scientists have long aimed to discover meaningful formulae which accurately describe experimental data. A common approach is to manually create mathematical models of natural phenomena using domain knowledge, and then fit these models to data. In contrast, machine-learning algorithms automate the construction of accurate data-driven models while consuming large amounts of data. The problem of inco… ▽ More

    Submitted 9 January, 2023; v1 submitted 3 September, 2021; originally announced September 2021.

  6. arXiv:2106.03906  [pdf, other

    cs.AI cs.LO

    Learning to Guide a Saturation-Based Theorem Prover

    Authors: Ibrahim Abdelaziz, Maxwell Crouse, Bassem Makni, Vernon Austil, Cristina Cornelio, Shajith Ikbal, Pavan Kapanipathi, Ndivhuwo Makondo, Kavitha Srinivas, Michael Witbrock, Achille Fokoue

    Abstract: Traditional automated theorem provers have relied on manually tuned heuristics to guide how they perform proof search. Recently, however, there has been a surge of interest in the design of learning mechanisms that can be integrated into theorem provers to improve their performance automatically. In this work, we introduce TRAIL, a deep learning-based approach to theorem proving that characterizes… ▽ More

    Submitted 7 June, 2021; originally announced June 2021.

  7. arXiv:2012.01707  [pdf, other

    cs.CL cs.AI

    Leveraging Abstract Meaning Representation for Knowledge Base Question Answering

    Authors: Pavan Kapanipathi, Ibrahim Abdelaziz, Srinivas Ravishankar, Salim Roukos, Alexander Gray, Ramon Astudillo, Maria Chang, Cristina Cornelio, Saswati Dana, Achille Fokoue, Dinesh Garg, Alfio Gliozzo, Sairam Gurajada, Hima Karanam, Naweed Khan, Dinesh Khandelwal, Young-Suk Lee, Yunyao Li, Francois Luus, Ndivhuwo Makondo, Nandana Mihindukulasooriya, Tahira Naseem, Sumit Neelam, Lucian Popa, Revanth Reddy , et al. (5 additional authors not shown)

    Abstract: Knowledge base question answering (KBQA)is an important task in Natural Language Processing. Existing approaches face significant challenges including complex question understanding, necessity for reasoning, and lack of large end-to-end training datasets. In this work, we propose Neuro-Symbolic Question Answering (NSQA), a modular KBQA system, that leverages (1) Abstract Meaning Representation (AM… ▽ More

    Submitted 2 June, 2021; v1 submitted 3 December, 2020; originally announced December 2020.

    Comments: Accepted to Findings of ACL

  8. arXiv:2006.06813  [pdf, other

    cs.LG stat.ML

    Symbolic Regression using Mixed-Integer Nonlinear Optimization

    Authors: Vernon Austel, Cristina Cornelio, Sanjeeb Dash, Joao Goncalves, Lior Horesh, Tyler Josephson, Nimrod Megiddo

    Abstract: The Symbolic Regression (SR) problem, where the goal is to find a regression function that does not have a pre-specified form but is any function that can be composed of a list of operators, is a hard problem in machine learning, both theoretically and computationally. Genetic programming based methods, that heuristically search over a very large space of functions, are the most commonly used meth… ▽ More

    Submitted 11 June, 2020; originally announced June 2020.

  9. arXiv:1911.09356  [pdf, other

    cs.DB cs.AI cs.IR

    Schemaless Queries over Document Tables with Dependencies

    Authors: Mustafa Canim, Cristina Cornelio, Arun Iyengar, Ryan Musa, Mariano Rodrigez Muro

    Abstract: Unstructured enterprise data such as reports, manuals and guidelines often contain tables. The traditional way of integrating data from these tables is through a two-step process of table detection/extraction and mapping the table layouts to an appropriate schema. This can be an expensive process. In this paper we show that by using semantic technologies (RDF/SPARQL and database dependencies) pair… ▽ More

    Submitted 21 November, 2019; originally announced November 2019.

  10. arXiv:1911.06904  [pdf, other

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

    Improving Graph Neural Network Representations of Logical Formulae with Subgraph Pooling

    Authors: Maxwell Crouse, Ibrahim Abdelaziz, Cristina Cornelio, Veronika Thost, Lingfei Wu, Kenneth Forbus, Achille Fokoue

    Abstract: Recent advances in the integration of deep learning with automated theorem proving have centered around the representation of logical formulae as inputs to deep learning systems. In particular, there has been a growing interest in adapting structure-aware neural methods to work with the underlying graph representations of logical expressions. While more effective than character and token-level app… ▽ More

    Submitted 5 June, 2020; v1 submitted 15 November, 2019; originally announced November 2019.

  11. arXiv:1911.02065  [pdf, other

    cs.AI cs.LG cs.LO

    A Deep Reinforcement Learning Approach to First-Order Logic Theorem Proving

    Authors: Maxwell Crouse, Ibrahim Abdelaziz, Bassem Makni, Spencer Whitehead, Cristina Cornelio, Pavan Kapanipathi, Kavitha Srinivas, Veronika Thost, Michael Witbrock, Achille Fokoue

    Abstract: Automated theorem provers have traditionally relied on manually tuned heuristics to guide how they perform proof search. Deep reinforcement learning has been proposed as a way to obviate the need for such heuristics, however, its deployment in automated theorem proving remains a challenge. In this paper we introduce TRAIL, a system that applies deep reinforcement learning to saturation-based theor… ▽ More

    Submitted 15 September, 2020; v1 submitted 5 November, 2019; originally announced November 2019.

  12. arXiv:1909.08996  [pdf, ps, other

    cs.LG cs.AI cs.GT cs.MA stat.ML

    Voting with Random Classifiers (VORACE): Theoretical and Experimental Analysis

    Authors: Cristina Cornelio, Michele Donini, Andrea Loreggia, Maria Silvia Pini, Francesca Rossi

    Abstract: In many machine learning scenarios, looking for the best classifier that fits a particular dataset can be very costly in terms of time and resources. Moreover, it can require deep knowledge of the specific domain. We propose a new technique which does not require profound expertise in the domain and avoids the commonly used strategy of hyper-parameter tuning and model selection. Our method is an i… ▽ More

    Submitted 24 May, 2021; v1 submitted 18 September, 2019; originally announced September 2019.

    Journal ref: Autonomous Agents and Multi-Agent Systems volume 35, Article number: 22 (2021)

  13. arXiv:1909.07095  [pdf, other

    cs.AI cs.LO

    RuDaS: Synthetic Datasets for Rule Learning and Evaluation Tools

    Authors: Cristina Cornelio, Veronika Thost

    Abstract: Logical rules are a popular knowledge representation language in many domains, representing background knowledge and encoding information that can be derived from given facts in a compact form. However, rule formulation is a complex process that requires deep domain expertise,and is further challenged by today's often large, heterogeneous, and incomplete knowledge graphs. Several approaches for le… ▽ More

    Submitted 12 February, 2020; v1 submitted 16 September, 2019; originally announced September 2019.

  14. arXiv:1901.02420  [pdf, other

    q-bio.TO cs.AI

    Using deceased-donor kidneys to initiate chains of living donor kidney paired donations: algorithms and experimentation

    Authors: Cristina Cornelio, Lucrezia Furian, Antonio Nicolo', Francesca Rossi

    Abstract: We design a flexible algorithm that exploits deceased donor kidneys to initiate chains of living donor kidney paired donations, combining deceased and living donor allocation mechanisms to improve the quantity and quality of kidney transplants. The advantages of this approach have been measured using retrospective data on the pool of donor/recipient incompatible and desensitized pairs at the Padua… ▽ More

    Submitted 17 December, 2018; originally announced January 2019.

    Comments: To be published in AIES 2019

  15. arXiv:1504.06374  [pdf, other

    cs.AI

    Logical Conditional Preference Theories

    Authors: Cristina Cornelio, Andrea Loreggia, Vijay Saraswat

    Abstract: CP-nets represent the dominant existing framework for expressing qualitative conditional preferences between alternatives, and are used in a variety of areas including constraint solving. Over the last fifteen years, a significant literature has developed exploring semantics, algorithms, implementation and use of CP-nets. This paper introduces a comprehensive new framework for conditional preferen… ▽ More

    Submitted 23 April, 2015; originally announced April 2015.

    Comments: 15 pages, 1 figure, submitted to CP 2015