paper-with-me

Papers

An integrated Graphical User Interface for Debugging Answer Set Programs

2016-11-15 · Philip Gasteiger, Carmine Dodaro, Benjamin Musitsch, Kristian Reale, Francesco Ricca, Konstantin Schekotihin

Answer Set Programming (ASP) is an expressive knowledge representation and reasoning framework. Due to its rather simple syntax paired with high-performance solvers, ASP is interesting for industrial applications. However, to err is human and thus debugging is an important activity during the development process. Therefore, tools for debugging non-ground answer set programs are needed. In this paper, we present a new graphical debugging interface for non-ground answer set programs. The tool is based on the recently-introduced DWASP approach for debugging and it simplifies the interaction with the debugger. Furthermore, the debugging interface is integrated in ASPIDE, a rich IDE for answer set programs. With our extension ASPIDE turns into a full-fledged IDE by offering debugging support.

📄 PDF Abstract BibTeX arXiv:1611.04969

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Debugging Non-Ground ASP Programs: Technique and Graphical Tools

2018-08-01 · Carmine Dodaro, Philip Gasteiger, Kristian Reale, Francesco Ricca 외

Answer Set Programming (ASP) is one of the major declarative programming paradigms in the area of logic programming and non-monotonic reasoning. Despite that ASP features a simple syntax and an intuitive semantics, error…

Coding with Eyes: Visual Feedback Unlocks Reliable GUI Code Generating and Debugging

2026-03-14 · Zhilin Liu, Ye Huang, Ting Xie, Ruizhi Zhang 외 arxiv

Recent advances in Large Language Model (LLM)-based agents have shown remarkable progress in code generation. However, current agent methods mainly rely on text-output-based feedback (e.g. command-line outputs) for multi…

Code Generation

Interactive Instance-based Evaluation of Knowledge Base Question Answering

2018-11-01 · EMNLP 2018 11 · Daniil Sorokin, Iryna Gurevych

Most approaches to Knowledge Base Question Answering are based on semantic parsing. In this paper, we present a tool that aids in debugging of question answering systems that construct a structured semantic representatio…

Entity LinkingKnowledge Base Question AnsweringQuestion AnsweringSemantic Parsing

Comgra: A Tool for Analyzing and Debugging Neural Networks

2024-07-31 · Florian Dietz, Sophie Fellenz, Dietrich Klakow, Marius Kloft

Neural Networks are notoriously difficult to inspect. We introduce comgra, an open source python library for use with PyTorch. Comgra extracts data about the internal activations of a model and organizes it in a GUI (gra…

Stepwise Debugging of Answer-Set Programs

2017-05-18 · Johannes Oetsch, Jörg Pührer, Hans Tompits

We introduce a stepping methodology for answer-set programming (ASP) that allows for debugging answer-set programs and is based on the stepwise application of rules. Similar to debugging in imperative languages, where th…