Ly Ly Trieu

AI
h-index5
3papers
14citations
Novelty18%
AI Score19

3 Papers

3.9AIAug 30, 2023Code
Explanations for Answer Set Programming

Mario Alviano, Ly Ly Trieu, Tran Cao Son et al.

The paper presents an enhancement of xASP, a system that generates explanation graphs for Answer Set Programming (ASP). Different from xASP, the new system, xASP2, supports different clingo constructs like the choice rules, the constraints, and the aggregates such as #sum, #min. This work formalizes and presents an explainable artificial intelligence system for a broad fragment of ASP, capable of shrinking as much as possible the set of assumptions and presenting explanations in terms of directed acyclic graphs.

2.4AISep 17, 2021
exp(ASPc) : Explaining ASP Programs with Choice Atoms and Constraint Rules

Ly Ly Trieu, Tran Cao Son, Marcello Balduccini

We present an enhancement of exp(ASP), a system that generates explanation graphs for a literal l - an atom a or its default negation ~a - given an answer set A of a normal logic program P, which explain why l is true (or false) given A and P. The new system, exp(ASPc), differs from exp(ASP) in that it supports choice rules and utilizes constraint rules to provide explanation graphs that include information about choices and constraints.

4.5AIApr 18, 2021
Generating explanations for answer set programming applications

Ly Ly Trieu, Tran Cao Son, Enrico Pontelli et al.

We present an explanation system for applications that leverage Answer Set Programming (ASP). Given a program P, an answer set A of P, and an atom a in the program P, our system generates all explanation graphs of a which help explain why a is true (or false) given the program P and the answer set A. We illustrate the functionality of the system using some examples from the literature.