Skip to main content

Showing 1–38 of 38 results for author: Son, T C

.
  1. arXiv:2407.03525  [pdf, other

    cs.CL

    UnSeenTimeQA: Time-Sensitive Question-Answering Beyond LLMs' Memorization

    Authors: Md Nayem Uddin, Amir Saeidi, Divij Handa, Agastya Seth, Tran Cao Son, Eduardo Blanco, Steven R. Corman, Chitta Baral

    Abstract: This paper introduces UnSeenTimeQA, a novel time-sensitive question-answering (TSQA) benchmark that diverges from traditional TSQA benchmarks by avoiding factual and web-searchable queries. We present a series of time-sensitive event scenarios decoupled from real-world factual information. It requires large language models (LLMs) to engage in genuine temporal reasoning, disassociating from the kno… ▽ More

    Submitted 3 July, 2024; originally announced July 2024.

  2. arXiv:2406.04046  [pdf, other

    cs.CC cs.AI

    ActionReasoningBench: Reasoning about Actions with and without Ramification Constraints

    Authors: Divij Handa, Pavel Dolin, Shrinidhi Kumbhar, Chitta Baral, Tran Cao Son

    Abstract: Reasoning about actions and change (RAC) has historically driven the development of many early AI challenges, such as the frame problem, and many AI disciplines, including non-monotonic and commonsense reasoning. The role of RAC remains important even now, particularly for tasks involving dynamic environments, interactive scenarios, and commonsense reasoning. Despite the progress of Large Language… ▽ More

    Submitted 6 June, 2024; originally announced June 2024.

    Comments: 54 pages, 11 figures

  3. arXiv:2405.19229  [pdf, other

    cs.AI

    On Generating Monolithic and Model Reconciling Explanations in Probabilistic Scenarios

    Authors: Stylianos Loukas Vasileiou, William Yeoh, Alessandro Previti, Tran Cao Son

    Abstract: Explanation generation frameworks aim to make AI systems' decisions transparent and understandable to human users. However, generating explanations in uncertain environments characterized by incomplete information and probabilistic models remains a significant challenge. In this paper, we propose a novel framework for generating probabilistic monolithic explanations and model reconciling explanati… ▽ More

    Submitted 29 May, 2024; originally announced May 2024.

  4. arXiv:2403.12153  [pdf, other

    cs.AI cs.LO cs.SC

    Routing and Scheduling in Answer Set Programming applied to Multi-Agent Path Finding: Preliminary Report

    Authors: Roland Kaminski, Torsten Schaub, Tran Cao Son, Jiří Švancara, Philipp Wanko

    Abstract: We present alternative approaches to routing and scheduling in Answer Set Programming (ASP), and explore them in the context of Multi-agent Path Finding. The idea is to capture the flow of time in terms of partial orders rather than time steps attached to actions and fluents. This also abolishes the need for fixed upper bounds on the length of plans. The trade-off for this avoidance is that (parts… ▽ More

    Submitted 18 March, 2024; originally announced March 2024.

  5. Explanations for Answer Set Programming

    Authors: Mario Alviano, Ly Ly Trieu, Tran Cao Son, Marcello Balduccini

    Abstract: 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… ▽ More

    Submitted 30 August, 2023; originally announced August 2023.

    Comments: In Proceedings ICLP 2023, arXiv:2308.14898

    Journal ref: EPTCS 385, 2023, pp. 27-40

  6. arXiv:2306.14694  [pdf, ps, other

    cs.AI cs.HC cs.LO

    DR-HAI: Argumentation-based Dialectical Reconciliation in Human-AI Interactions

    Authors: Stylianos Loukas Vasileiou, Ashwin Kumar, William Yeoh, Tran Cao Son, Francesca Toni

    Abstract: We present DR-HAI -- a novel argumentation-based framework designed to extend model reconciliation approaches, commonly used in human-aware planning, for enhanced human-AI interaction. By adopting an argumentation-based dialogue paradigm, DR-HAI enables interactive reconciliation to address knowledge discrepancies between an explainer and an explainee. We formally describe the operational semantic… ▽ More

    Submitted 28 August, 2023; v1 submitted 26 June, 2023; originally announced June 2023.

  7. arXiv:2305.15374  [pdf, other

    cs.CL cs.AI cs.LG

    ASPER: Answer Set Programming Enhanced Neural Network Models for Joint Entity-Relation Extraction

    Authors: Trung Hoang Le, Hui** Cao, Tran Cao Son

    Abstract: A plethora of approaches have been proposed for joint entity-relation (ER) extraction. Most of these methods largely depend on a large amount of manually annotated training data. However, manual data annotation is time consuming, labor intensive, and error prone. Human beings learn using both data (through induction) and knowledge (through deduction). Answer Set Programming (ASP) has been a widely… ▽ More

    Submitted 24 May, 2023; originally announced May 2023.

  8. arXiv:2209.11967  [pdf, ps, other

    math.PR math-ph math.AP

    Rate of convergence in the Smoluchowski-Kramers approximation for mean-field stochastic differential equations

    Authors: T. C. Son, D. Q. Le, M. H. Duong

    Abstract: In this paper we study a second-order mean-field stochastic differential systems describing the movement of a particle under the influence of a time-dependent force, a friction, a mean-field interaction and a space and time-dependent stochastic noise. Using techniques from Malliavin calculus, we establish explicit rates of convergence in the zero-mass limit (Smoluchowski-Kramers approximation) in… ▽ More

    Submitted 7 October, 2022; v1 submitted 24 September, 2022; originally announced September 2022.

  9. arXiv:2208.03091  [pdf, other

    cs.LO cs.AI cs.DM cs.HC

    On Model Reconciliation: How to Reconcile When Robot Does not Know Human's Model?

    Authors: Ho Tuan Dung, Tran Cao Son

    Abstract: The Model Reconciliation Problem (MRP) was introduced to address issues in explainable AI planning. A solution to a MRP is an explanation for the differences between the models of the human and the planning agent (robot). Most approaches to solving MRPs assume that the robot, who needs to provide explanations, knows the human model. This assumption is not always realistic in several situations (e… ▽ More

    Submitted 5 August, 2022; originally announced August 2022.

    Comments: In Proceedings ICLP 2022, arXiv:2208.02685

    Journal ref: EPTCS 364, 2022, pp. 27-48

  10. arXiv:2202.05793  [pdf, other

    cs.AI

    Answer Set Planning: A Survey

    Authors: Tran Cao Son, Enrico Pontelli, Marcello Balduccini, Torsten Schaub

    Abstract: Answer Set Planning refers to the use of Answer Set Programming (ASP) to compute plans, i.e., solutions to planning problems, that transform a given state of the world to another state. The development of efficient and scalable answer set solvers has provided a significant boost to the development of ASP-based planning systems. This paper surveys the progress made during the last two and a half de… ▽ More

    Submitted 11 February, 2022; originally announced February 2022.

    Comments: 68 pages, 6 figures

  11. arXiv:2201.05710  [pdf, other

    cs.AI cs.LO

    Specifying and Reasoning about CPS through the Lens of the NIST CPS Framework

    Authors: Thanh Hai Nguyen, Matthew Bundas, Tran Cao Son, Marcello Balduccini, Kathleen Campbell Garwood, Edward R. Griffor

    Abstract: This paper introduces a formal definition of a Cyber-Physical System (CPS) in the spirit of the CPS Framework proposed by the National Institute of Standards and Technology (NIST). It shows that using this definition, various problems related to concerns in a CPS can be precisely formalized and implemented using Answer Set Programming (ASP). These include problems related to the dependency or conf… ▽ More

    Submitted 14 January, 2022; originally announced January 2022.

    Comments: Under consideration in Theory and Practice of Logic Programming (TPLP)

  12. exp(ASPc) : Explaining ASP Programs with Choice Atoms and Constraint Rules

    Authors: Ly Ly Trieu, Tran Cao Son, Marcello Balduccini

    Abstract: 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 i… ▽ More

    Submitted 16 September, 2021; originally announced September 2021.

    Comments: In Proceedings ICLP 2021, arXiv:2109.07914. In Proceedings the 37th International Conference on Logic Programming (ICLP 2021)

    Journal ref: EPTCS 345, 2021, pp. 155-161

  13. arXiv:2109.08288  [pdf, other

    cs.MA cs.DC cs.LO

    DMAPF: A Decentralized and Distributed Solver for Multi-Agent Path Finding Problem with Obstacles

    Authors: Poom Pianpak, Tran Cao Son

    Abstract: Multi-Agent Path Finding (MAPF) is a problem of finding a sequence of movements for agents to reach their assigned location without collision. Centralized algorithms usually give optimal solutions, but have difficulties to scale without employing various techniques - usually with a sacrifice of optimality; but solving MAPF problems with the number of agents greater than a thousand remains a challe… ▽ More

    Submitted 16 September, 2021; originally announced September 2021.

    Comments: In Proceedings ICLP 2021, arXiv:2109.07914

    Journal ref: EPTCS 345, 2021, pp. 99-112

  14. arXiv:2109.01811  [pdf, ps, other

    math.PR

    Weak convergence of delay SDEs with applications to Carathéodory approximation

    Authors: T. C. Son, N. T. Dung, N. V. Tan, T. M. Cuong, H. T. P. Thao, P. D. Tung

    Abstract: In this paper, we consider a fundamental class of stochastic differential equations with time delays. Our aim is to investigate the weak convergence with respect to delay parameter of the solutions. Based on the techniques of Malliavin calculus, we obtain an explicit estimate for the rate of convergence. An application to the Carathéodory approximation scheme of stochastic differential equations i… ▽ More

    Submitted 4 September, 2021; originally announced September 2021.

    Comments: 22 pages, to appear in Discrete & Continuous Dynamical Systems - B

  15. arXiv:2108.06405  [pdf, other

    cs.AI

    Planning with Incomplete Information in Quantified Answer Set Programming

    Authors: Jorge Fandinno, François Laferrière, Javier Romero, Torsten Schaub, Tran Cao Son

    Abstract: We present a general approach to planning with incomplete information in Answer Set Programming (ASP). More precisely, we consider the problems of conformant and conditional planning with sensing actions and assumptions. We represent planning problems using a simple formalism where logic programs describe the transition function between states, the initial states and the goal states. For solving p… ▽ More

    Submitted 13 August, 2021; originally announced August 2021.

    Comments: Under consideration for publication in Theory and Practice of Logic Programming (TPLP)

    ACM Class: D.1.6

  16. arXiv:2104.08963  [pdf, other

    cs.AI

    Generating explanations for answer set programming applications

    Authors: Ly Ly Trieu, Tran Cao Son, Enrico Pontelli, Marcello Balduccini

    Abstract: 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.

    Submitted 18 April, 2021; originally announced April 2021.

    Comments: Paper presented at SPIE 11746, Artificial Intelligence and Machine Learning for Multi-Domain Operations Applications III, 117461L (12 April 2021), 14 pages. arXiv admin note: text overlap with arXiv:2008.01253

  17. arXiv:2012.09938  [pdf, other

    cs.CL cs.AI

    Can Transformers Reason About Effects of Actions?

    Authors: Pratyay Banerjee, Chitta Baral, Man Luo, Arindam Mitra, Kuntal Pal, Tran C. Son, Neeraj Varshney

    Abstract: A recent work has shown that transformers are able to "reason" with facts and rules in a limited setting where the rules are natural language expressions of conjunctions of conditions implying a conclusion. Since this suggests that transformers may be used for reasoning with knowledge given in natural language, we do a rigorous evaluation of this with respect to a common form of knowledge and its… ▽ More

    Submitted 17 December, 2020; originally announced December 2020.

  18. arXiv:2011.09006  [pdf, ps, other

    cs.AI

    On the Relationship Between KR Approaches for Explainable Planning

    Authors: Stylianos Loukas Vasileiou, William Yeoh, Tran Cao Son

    Abstract: In this paper, we build upon notions from knowledge representation and reasoning (KR) to expand a preliminary logic-based framework that characterizes the model reconciliation problem for explainable planning. We also provide a detailed exposition on the relationship between similar KR techniques, such as abductive explanations and belief change, and their applicability to explainable planning.

    Submitted 16 December, 2020; v1 submitted 17 November, 2020; originally announced November 2020.

  19. arXiv:2008.01253  [pdf, other

    cs.AI

    An Application of ASP in Nuclear Engineering: Explaining the Three Mile Island Nuclear Accident Scenario

    Authors: B. N. Hanna, L. T. Trieu, T. C. Son, N. T. Dinh

    Abstract: The paper describes an ongoing effort in develo** a declarative system for supporting operators in the Nuclear Power Plant (NPP) control room. The focus is on two modules: diagnosis and explanation of events that happened in NPPs. We describe an Answer Set Programming (ASP) representation of an NPP, which consists of declarations of state variables, components, their connections, and rules encod… ▽ More

    Submitted 3 August, 2020; originally announced August 2020.

    Comments: Paper presented at the 36th International Conference on Logic Programming (ICLP 2019), University Of Calabria, Rende (CS), Italy, September 2020, 16 pages

  20. Natural Language Generation for Non-Expert Users

    Authors: Van Duc Nguyen, Tran Cao Son, Enrico Pontelli

    Abstract: Motivated by the difficulty in presenting computational results, especially when the results are a collection of atoms in a logical language, to users, who are not proficient in computer programming and/or the logical representation of the results, we propose a system for automatic generation of natural language descriptions for applications targeting mainstream users. Differently from many earlie… ▽ More

    Submitted 18 September, 2019; originally announced September 2019.

    Comments: In Proceedings ICLP 2019, arXiv:1909.07646

    Journal ref: EPTCS 306, 2019, pp. 280-294

  21. arXiv:1805.00185  [pdf, other

    cs.AI cs.LO cs.PL

    Phylotastic: An Experiment in Creating, Manipulating, and Evolving Phylogenetic Biology Workflows Using Logic Programming

    Authors: Thanh Hai Nguyen, Enrico Pontelli, Tran Cao Son

    Abstract: Evolutionary Biologists have long struggled with the challenge of develo** analysis workflows in a flexible manner, thus facilitating the reuse of phylogenetic knowledge. An evolutionary biology workflow can be viewed as a plan which composes web services that can retrieve, manipulate, and produce phylogenetic trees. The Phylotastic project was launched two years ago as a collaboration between e… ▽ More

    Submitted 1 May, 2018; originally announced May 2018.

    Comments: Paper presented at the 34th International Conference on Logic Programming (ICLP 2018), Oxford, UK, July 14 to July 17, 2018 17 pages, LaTeX, 10 PDF figures (arXiv:YYMM.NNNNN)

  22. arXiv:1804.10247  [pdf, other

    cs.AI

    Experimenting with robotic intra-logistics domains

    Authors: Martin Gebser, Philipp Obermeier, Thomas Otto, Torsten Schaub, Orkunt Sabuncu, Van Nguyen, Tran Cao Son

    Abstract: We introduce the asprilo [1] framework to facilitate experimental studies of approaches addressing complex dynamic applications. For this purpose, we have chosen the domain of robotic intra-logistics. This domain is not only highly relevant in the context of today's fourth industrial revolution but it moreover combines a multitude of challenging issues within a single uniform framework. This inclu… ▽ More

    Submitted 26 April, 2018; originally announced April 2018.

    Comments: Paper presented at the 34nd International Conference on Logic Programming (ICLP 2018), Oxford, UK, July 14 to July 17, 2018 18 pages, LaTeX, 8 PDF figures (arXiv:YYMM.NNNNN)

  23. arXiv:1705.03916  [pdf, other

    cs.MA cs.AI

    Solving Distributed Constraint Optimization Problems Using Logic Programming

    Authors: Tiep Le, Tran Cao Son, Enrico Pontelli, William Yeoh

    Abstract: This paper explores the use of Answer Set Programming (ASP) in solving Distributed Constraint Optimization Problems (DCOPs). The paper provides the following novel contributions: (1) It shows how one can formulate DCOPs as logic programs; (2) It introduces ASP-DPOP, the first DCOP algorithm that is based on logic programming; (3) It experimentally shows that ASP-DPOP can be up to two orders of mag… ▽ More

    Submitted 10 May, 2017; originally announced May 2017.

    Comments: Under consideration in Theory and Practice of Logic Programming (TPLP)

  24. arXiv:1704.00130  [pdf, ps, other

    math.DG

    The number of cusps of complete Riemannian manifolds with finite volume

    Authors: Nguyen Thac Dung, Nguyen Ngoc Khanh, Ta Cong Son

    Abstract: In this paper, we will count the number of cusps of complete Riemannian manifolds $M$ with finite volume. When $M$ is a complete smooth metric measure spaces, we show that the number of cusps in bounded by the volume $V$ of $M$ if some geometric conditions hold true. Moreover, we use the nonlinear theory of the $p$-Laplacian to give a upper bound of the number of cusps on complete Riemannian manif… ▽ More

    Submitted 1 April, 2017; originally announced April 2017.

    Comments: Comments are welcome

    MSC Class: Primary 53C23; Secondary 53C24; 58J0

  25. arXiv:1608.06910  [pdf, other

    cs.AI

    A Parallel Memory-efficient Epistemic Logic Program Solver: Harder, Better, Faster

    Authors: Patrick Thor Kahl, Anthony P. Leclerc, Tran Cao Son

    Abstract: As the practical use of answer set programming (ASP) has grown with the development of efficient solvers, we expect a growing interest in extensions of ASP as their semantics stabilize and solvers supporting them mature. Epistemic Specifications, which adds modal operators K and M to the language of ASP, is one such extension. We call a program in this language an epistemic logic program (ELP). So… ▽ More

    Submitted 13 October, 2016; v1 submitted 24 August, 2016; originally announced August 2016.

    Comments: Paper presented at the 9th Workshop on Answer Set Programming and Other Computing Paradigms (ASPOCP 2016), New York City, USA, 16 October 2016

  26. arXiv:1511.01960  [pdf, other

    cs.AI

    An Action Language for Multi-Agent Domains: Foundations

    Authors: Chitta Baral, Gregory Gelfond, Enrico Pontelli, Tran Cao Son

    Abstract: In multi-agent domains (MADs), an agent's action may not just change the world and the agent's knowledge and beliefs about the world, but also may change other agents' knowledge and beliefs about the world and their knowledge and beliefs about other agents' knowledge and beliefs about the world. The goals of an agent in a multi-agent world may involve manipulating the knowledge and beliefs of othe… ▽ More

    Submitted 26 December, 2020; v1 submitted 5 November, 2015; originally announced November 2015.

    Comments: 49 pages, 12 figures

  27. arXiv:1405.1734  [pdf, other

    cs.MA cs.AI

    Logic and Constraint Logic Programming for Distributed Constraint Optimization

    Authors: Tiep Le, Enrico Pontelli, Tran Cao Son, William Yeoh

    Abstract: The field of Distributed Constraint Optimization Problems (DCOPs) has gained momentum, thanks to its suitability in capturing complex problems (e.g., multi-agent coordination and resource allocation problems) that are naturally distributed and cannot be realistically addressed in a centralized manner. The state of the art in solving DCOPs relies on the use of ad-hoc infrastructures and ad-hoc cons… ▽ More

    Submitted 14 May, 2014; v1 submitted 7 May, 2014; originally announced May 2014.

    Comments: To appear in Theory and Practice of Logic Programming (TPLP)

    MSC Class: 68-06

  28. arXiv:1312.6138  [pdf, other

    cs.AI

    Query Answering in Object Oriented Knowledge Bases in Logic Programming: Description and Challenge for ASP

    Authors: Vinay K. Chaudhri, Stijn Heymans, Michael Wessel, Tran Cao Son

    Abstract: Research on develo** efficient and scalable ASP solvers can substantially benefit by the availability of data sets to experiment with. KB_Bio_101 contains knowledge from a biology textbook, has been developed as part of Project Halo, and has recently become available for research use. KB_Bio_101 is one of the largest KBs available in ASP and the reasoning with it is undecidable in general. We gi… ▽ More

    Submitted 20 December, 2013; originally announced December 2013.

    Comments: Proceedings of Answer Set Programming and Other Computing Paradigms (ASPOCP 2013), 6th International Workshop, August 25, 2013, Istanbul, Turkey

  29. Answer Sets for Logic Programs with Arbitrary Abstract Constraint Atoms

    Authors: E. Pontelli, T. C. Son, P. H. Tu

    Abstract: In this paper, we present two alternative approaches to defining answer sets for logic programs with arbitrary types of abstract constraint atoms (c-atoms). These approaches generalize the fixpoint-based and the level map** based answer set semantics of normal logic programs to the case of logic programs with arbitrary types of c-atoms. The results are four different answer set definitions which… ▽ More

    Submitted 10 October, 2011; originally announced October 2011.

    Journal ref: Journal Of Artificial Intelligence Research, Volume 29, pages 353-389, 2007

  30. Logic Programming for Finding Models in the Logics of Knowledge and its Applications: A Case Study

    Authors: Chitta Baral, Gregory Gelfond, Enrico Pontelli, Tran Cao Son

    Abstract: The logics of knowledge are modal logics that have been shown to be effective in representing and reasoning about knowledge in multi-agent domains. Relatively few computational frameworks for dealing with computation of models and useful transformations in logics of knowledge (e.g., to support multi-agent planning with knowledge actions and degrees of visibility) have been proposed. This paper exp… ▽ More

    Submitted 21 July, 2010; originally announced July 2010.

    Comments: 16 pages, 1 figure, International Conference on Logic Programming 2010

    Journal ref: Theory and Practice of Logic Programming, Volume 10, Special Issue 4-6, July 2010, pages 675-690

  31. arXiv:0812.0790  [pdf, ps, other

    cs.AI cs.PL

    Justifications for Logic Programs under Answer Set Semantics

    Authors: Enrico Pontelli, Tran Cao Son, Omar Elkhatib

    Abstract: The paper introduces the notion of off-line justification for Answer Set Programming (ASP). Justifications provide a graph-based explanation of the truth value of an atom w.r.t. a given answer set. The paper extends also this notion to provide justification of atoms during the computation of an answer set (on-line justification), and presents an integration of on-line justifications within the c… ▽ More

    Submitted 3 December, 2008; originally announced December 2008.

    Comments: 59 pages, 7 figures

  32. A State-Based Regression Formulation for Domains with Sensing Actions<br> and Incomplete Information

    Authors: Le-Chi Tuan, Chitta Baral, Tran Cao Son

    Abstract: We present a state-based regression function for planning domains where an agent does not have complete information and may have sensing actions. We consider binary domains and employ a three-valued characterization of domains with sensing actions to define the regression function. We prove the soundness and completeness of our regression formulation with respect to the definition of progression… ▽ More

    Submitted 1 October, 2006; v1 submitted 19 September, 2006; originally announced September 2006.

    Comments: 34 pages, 7 Figures

    ACM Class: I.2.4; I.2.8

    Journal ref: Logical Methods in Computer Science, Volume 2, Issue 4 (October 2, 2006) lmcs:2238

  33. arXiv:cs/0605038  [pdf, ps, other

    cs.SE cs.AI

    An Unfolding-Based Semantics for Logic Programming with Aggregates

    Authors: Tran Cao Son, Enrico Pontelli, Islam Elkabani

    Abstract: The paper presents two equivalent definitions of answer sets for logic programs with aggregates. These definitions build on the notion of unfolding of aggregates, and they are aimed at creating methodologies to translate logic programs with aggregates to normal logic programs or positive programs, whose answer set semantics can be used to defined the semantics of the original programs. The first… ▽ More

    Submitted 9 May, 2006; originally announced May 2006.

  34. arXiv:cs/0605017  [pdf, ps, other

    cs.AI

    Reasoning and Planning with Sensing Actions, Incomplete Information, and Static Causal Laws using Answer Set Programming

    Authors: Phan Huy Tu, Tran Cao Son, Chitta Baral

    Abstract: We extend the 0-approximation of sensing actions and incomplete information in [Son and Baral 2000] to action theories with static causal laws and prove its soundness with respect to the possible world semantics. We also show that the conditional planning problem with respect to this approximation is NP-complete. We then present an answer set programming based conditional planner, called ASCP, t… ▽ More

    Submitted 4 May, 2006; originally announced May 2006.

    Comments: 72 pages, 3 figures, a preliminary version of this paper appeared in the proceedings of the 7th International Conference on Logic Programming and Non-Monotonic Reasoning, 2004. To appear in Theory and Practice of Logic Programming

    ACM Class: I.2.3; I.2.4; I.2.8

  35. arXiv:cs/0601051  [pdf, ps, other

    cs.AI cs.LO cs.PL cs.SC

    A Constructive Semantic Characterization of Aggregates in ASP

    Authors: Tran Cao Son, Enrico Pontelli

    Abstract: This technical note describes a monotone and continuous fixpoint operator to compute the answer sets of programs with aggregates. The fixpoint operator relies on the notion of aggregate solution. Under certain conditions, this operator behaves identically to the three-valued immediate consequence operator $Φ^{aggr}_P$ for aggregate programs, independently proposed Pelov et al. This operator allo… ▽ More

    Submitted 8 February, 2006; v1 submitted 13 January, 2006; originally announced January 2006.

    Comments: 21 pages

    ACM Class: D.1.6; D.3.1; D.3.2; D.3.3

  36. arXiv:cs/0508132  [pdf, ps, other

    cs.AI

    Planning with Preferences using Logic Programming

    Authors: Tran Cao Son, Enrico Pontelli

    Abstract: We present a declarative language, PP, for the high-level specification of preferences between possible solutions (or trajectories) of a planning problem. This novel language allows users to elegantly express non-trivial, multi-dimensional preferences and priorities over such preferences. The semantics of PP allows the identification of most preferred trajectories for a given goal. We also provi… ▽ More

    Submitted 31 August, 2005; originally announced August 2005.

    Comments: 47 pages, to appear in TPLP

    ACM Class: F.4.1

  37. arXiv:cs/0405071  [pdf, ps, other

    cs.AI

    Regression with respect to sensing actions and partial states

    Authors: Le-Chi Tuan, Chitta Baral, Tran Cao Son

    Abstract: In this paper, we present a state-based regression function for planning domains where an agent does not have complete information and may have sensing actions. We consider binary domains and employ the 0-approximation [Son & Baral 2001] to define the regression function. In binary domains, the use of 0-approximation means using 3-valued states. Although planning using this approach is incomplet… ▽ More

    Submitted 21 May, 2004; originally announced May 2004.

    Comments: 38 pages

    ACM Class: I.2.4; I.2.8

  38. arXiv:cs/0207023  [pdf, ps, other

    cs.AI

    Domain-Dependent Knowledge in Answer Set Planning

    Authors: Tran Cao Son, Chitta Baral, Nam Tran, Sheila McIlraith

    Abstract: In this paper we consider three different kinds of domain-dependent control knowledge (temporal, procedural and HTN-based) that are useful in planning. Our approach is declarative and relies on the language of logic programming with answer set semantics (AnsProlog*). AnsProlog* is designed to plan without control knowledge. We show how temporal, procedural and HTN-based control knowledge can be… ▽ More

    Submitted 29 August, 2005; v1 submitted 7 July, 2002; originally announced July 2002.

    Comments: 70 pages, accepted for publication, TOCL Version with all proofs

    ACM Class: I.2.4; I.2.3; I.2.8