Skip to main content

Showing 1–15 of 15 results for author: Tsamoura, E

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

    cs.AI cs.DB cs.LO

    Goal-Driven Query Answering over First- and Second-Order Dependencies with Equality

    Authors: Efthymia Tsamoura, Boris Motik

    Abstract: Query answering over data with dependencies plays a central role in most applications of dependencies. The problem is commonly solved by using a suitable variant of the chase algorithm to compute a universal model of the dependencies and the data and thus explicate all knowledge implicit in the dependencies. After this preprocessing step, an arbitrary conjunctive query over the dependencies and th… ▽ More

    Submitted 12 December, 2024; originally announced December 2024.

    Comments: 47 pages

    ACM Class: F.4.1; I.2.4

  2. arXiv:2410.22077  [pdf, other

    cs.AI

    Mapping the Neuro-Symbolic AI Landscape by Architectures: A Handbook on Augmenting Deep Learning Through Symbolic Reasoning

    Authors: Jonathan Feldstein, Paulius Dilkas, Vaishak Belle, Efthymia Tsamoura

    Abstract: Integrating symbolic techniques with statistical ones is a long-standing problem in artificial intelligence. The motivation is that the strengths of either area match the weaknesses of the other, and $\unicode{x2013}$ by combining the two $\unicode{x2013}$ the weaknesses of either method can be limited. Neuro-symbolic AI focuses on this integration where the statistical methods are in particular n… ▽ More

    Submitted 29 October, 2024; originally announced October 2024.

    Comments: 57 pages

  3. arXiv:2409.16238  [pdf, ps, other

    cs.AI

    Efficiently Learning Probabilistic Logical Models by Cheaply Ranking Mined Rules

    Authors: Jonathan Feldstein, Dominic Phillips, Efthymia Tsamoura

    Abstract: Probabilistic logical models are a core component of neurosymbolic AI and are important in their own right for tasks that require high explainability. Unlike neural networks, logical theories that underlie the model are often handcrafted using domain expertise, making their development costly and prone to errors. While there are algorithms that learn logical theories from data, they are generally… ▽ More

    Submitted 28 February, 2025; v1 submitted 24 September, 2024; originally announced September 2024.

    Comments: 21 pages

  4. arXiv:2407.10000  [pdf, other

    cs.LG stat.ML

    On Characterizing and Mitigating Imbalances in Multi-Instance Partial Label Learning

    Authors: Kaifu Wang, Efthymia Tsamoura, Dan Roth

    Abstract: *Multi-Instance Partial Label Learning* (MI-PLL) is a weakly-supervised learning setting encompassing *partial label learning*, *latent structural learning*, and *neurosymbolic learning*. Unlike supervised learning, in MI-PLL, the inputs to the classifiers at training-time are tuples of instances $\mathbf{x}$. At the same time, the supervision signal is generated by a function $σ$ over the (hidden… ▽ More

    Submitted 15 December, 2024; v1 submitted 13 July, 2024; originally announced July 2024.

  5. arXiv:2306.13796  [pdf, ps, other

    cs.LG stat.ML

    On Learning Latent Models with Multi-Instance Weak Supervision

    Authors: Kaifu Wang, Efthymia Tsamoura, Dan Roth

    Abstract: We consider a weakly supervised learning scenario where the supervision signal is generated by a transition function $σ$ of labels associated with multiple input instances. We formulate this problem as \emph{multi-instance Partial Label Learning (multi-instance PLL)}, which is an extension to the standard PLL problem. Our problem is met in different fields, including latent structural learning and… ▽ More

    Submitted 13 July, 2024; v1 submitted 23 June, 2023; originally announced June 2023.

  6. arXiv:2306.00480  [pdf, other

    cs.AI cs.CL

    Parallel Neurosymbolic Integration with Concordia

    Authors: Jonathan Feldstein, Modestas Jurčius, Efthymia Tsamoura

    Abstract: Parallel neurosymbolic architectures have been applied effectively in NLP by distilling knowledge from a logic theory into a deep model.However, prior art faces several limitations including supporting restricted forms of logic theories and relying on the assumption of independence between the logic and the deep network. We present Concordia, a framework overcoming the limitations of prior art. Co… ▽ More

    Submitted 14 June, 2023; v1 submitted 1 June, 2023; originally announced June 2023.

    Comments: Fortieth International Conference on Machine Learning, 16 pages (including appendix)

  7. Probabilistic Reasoning at Scale: Trigger Graphs to the Rescue

    Authors: Efthymia Tsamoura, Jaehun Lee, Jacopo Urbani

    Abstract: The role of uncertainty in data management has become more prominent than ever before, especially because of the growing importance of machine learning-driven applications that produce large uncertain databases. A well-known approach to querying such databases is to blend rule-based reasoning with uncertainty. However, techniques proposed so far struggle with large databases. In this paper, we add… ▽ More

    Submitted 11 April, 2023; originally announced April 2023.

  8. arXiv:2302.04599  [pdf, ps, other

    cs.AI

    Principled and Efficient Motif Finding for Structure Learning of Lifted Graphical Models

    Authors: Jonathan Feldstein, Dominic Phillips, Efthymia Tsamoura

    Abstract: Structure learning is a core problem in AI central to the fields of neuro-symbolic AI and statistical relational learning. It consists in automatically learning a logical theory from data. The basis for structure learning is mining repeating patterns in the data, known as structural motifs. Finding these patterns reduces the exponential search space and therefore guides the learning of formulas. D… ▽ More

    Submitted 18 June, 2023; v1 submitted 9 February, 2023; originally announced February 2023.

    Comments: Submitted to AAAI23. 9 pages. Appendix included

  9. arXiv:2209.02749  [pdf, other

    cs.LG cs.AI cs.CV

    Scalable Regularization of Scene Graph Generation Models using Symbolic Theories

    Authors: Davide Buffelli, Efthymia Tsamoura

    Abstract: Several techniques have recently aimed to improve the performance of deep learning models for Scene Graph Generation (SGG) by incorporating background knowledge. State-of-the-art techniques can be divided into two families: one where the background knowledge is incorporated into the model in a subsymbolic fashion, and another in which the background knowledge is maintained in symbolic form. Despit… ▽ More

    Submitted 6 September, 2022; originally announced September 2022.

  10. arXiv:2102.02753  [pdf, other

    cs.DB cs.AI

    Materializing Knowledge Bases via Trigger Graphs

    Authors: Efthymia Tsamoura, David Carral, Enrico Malizia, Jacopo Urbani

    Abstract: The chase is a well-established family of algorithms used to materialize Knowledge Bases (KBs), like Knowledge Graphs (KGs), to tackle important tasks like query answering under dependencies or data cleaning. A general problem of chase algorithms is that they might perform redundant computations. To counter this problem, we introduce the notion of Trigger Graphs (TGs), which guide the execution of… ▽ More

    Submitted 4 February, 2021; originally announced February 2021.

  11. arXiv:2010.11926  [pdf, ps, other

    cs.AI cs.LG

    Neural-Symbolic Integration: A Compositional Perspective

    Authors: Efthymia Tsamoura, Loizos Michael

    Abstract: Despite significant progress in the development of neural-symbolic frameworks, the question of how to integrate a neural and a symbolic system in a \emph{compositional} manner remains open. Our work seeks to fill this gap by treating these two systems as black boxes to be integrated as modules into a single architecture, without making assumptions on their internal structure and semantics. Instead… ▽ More

    Submitted 22 October, 2020; originally announced October 2020.

  12. arXiv:2006.00875  [pdf, ps, other

    cs.LO

    Balancing expressiveness and inexpressiveness in view design

    Authors: Michael Benedikt, Pierre Bourhis, Louis Jachiet, Efthymia Tsamoura

    Abstract: We study the design of data publishing mechanisms that allow a collection of autonomous distributed datasources to collaborate to support queries. A common mechanism for data publishing is via views: functions that expose derived data to users, usually specified as declarative queries. Our autonomy assumption is that the views must be on individual sources, but with the intention of supporting int… ▽ More

    Submitted 27 June, 2020; v1 submitted 1 June, 2020; originally announced June 2020.

  13. arXiv:1911.07750  [pdf, ps, other

    cs.AI

    Beyond the Grounding Bottleneck: Datalog Techniques for Inference in Probabilistic Logic Programs (Technical Report)

    Authors: Efthymia Tsamoura, Victor Gutierrez-Basulto, Angelika Kimmig

    Abstract: State-of-the-art inference approaches in probabilistic logic programming typically start by computing the relevant ground program with respect to the queries of interest, and then use this program for probabilistic inference using knowledge compilation and weighted model counting. We propose an alternative approach that uses efficient Datalog techniques to integrate knowledge compilation with forw… ▽ More

    Submitted 18 November, 2019; originally announced November 2019.

  14. arXiv:1903.09242  [pdf, other

    cs.DB

    Repairing mappings under policy views

    Authors: Angela Bonifati, Ugo Comignani, Efthymia Tsamoura

    Abstract: The problem of data exchange involves a source schema, a target schema and a set of mappings from transforming the data between the two schemas. We study the problem of data exchange in the presence of privacy restrictions on the source. The privacy restrictions are expressed as a set of policy views representing the information that is safe to expose over all instances of the source. We propose a… ▽ More

    Submitted 21 March, 2019; originally announced March 2019.

    Comments: 12 pages

  15. arXiv:1711.05227  [pdf, ps, other

    cs.AI

    Goal-Driven Query Answering for Existential Rules with Equality

    Authors: Michael Benedikt, Boris Motik, Efthymia Tsamoura

    Abstract: Inspired by the magic sets for Datalog, we present a novel goal-driven approach for answering queries over terminating existential rules with equality (aka TGDs and EGDs). Our technique improves the performance of query answering by pruning the consequences that are not relevant for the query. This is challenging in our setting because equalities can potentially affect all predicates in a dataset.… ▽ More

    Submitted 20 November, 2017; v1 submitted 14 November, 2017; originally announced November 2017.