Skip to main content

Showing 1–31 of 31 results for author: Bartelt, C

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

    cs.PL cs.AI cs.LG

    Transductively Informed Inductive Program Synthesis

    Authors: Janis Zenkner, Tobias Sesterhenn, Christian Bartelt

    Abstract: Abstraction and reasoning in program synthesis has seen significant progress through both inductive and transductive paradigms. Inductive approaches generate a program or latent function from input-output examples, which can then be applied to new inputs. Transductive approaches directly predict output values for given inputs, effectively serving as the function themselves. Current approaches comb… ▽ More

    Submitted 20 May, 2025; originally announced May 2025.

  2. arXiv:2503.24365  [pdf, other

    cs.LG cs.AI

    Which LIME should I trust? Concepts, Challenges, and Solutions

    Authors: Patrick Knab, Sascha Marton, Udo Schlegel, Christian Bartelt

    Abstract: As neural networks become dominant in essential systems, Explainable Artificial Intelligence (XAI) plays a crucial role in fostering trust and detecting potential misbehavior of opaque models. LIME (Local Interpretable Model-agnostic Explanations) is among the most prominent model-agnostic approaches, generating explanations by approximating the behavior of black-box models around specific instanc… ▽ More

    Submitted 31 March, 2025; originally announced March 2025.

    Comments: Accepted at the 3rd World Conference on eXplainable Artificial Intelligence (XAI 2025)

  3. arXiv:2503.09159  [pdf, other

    cs.LG

    Unreflected Use of Tabular Data Repositories Can Undermine Research Quality

    Authors: Andrej Tschalzev, Lennart Purucker, Stefan Lüdtke, Frank Hutter, Christian Bartelt, Heiner Stuckenschmidt

    Abstract: Data repositories have accumulated a large number of tabular datasets from various domains. Machine Learning researchers are actively using these datasets to evaluate novel approaches. Consequently, data repositories have an important standing in tabular data research. They not only host datasets but also provide information on how to use them in supervised learning tasks. In this paper, we argue… ▽ More

    Submitted 12 March, 2025; originally announced March 2025.

  4. arXiv:2503.08738  [pdf, other

    cs.SE cs.LG cs.PL

    Shedding Light in Task Decomposition in Program Synthesis: The Driving Force of the Synthesizer Model

    Authors: Janis Zenkner, Tobias Sesterhenn, Christian Bartelt

    Abstract: Task decomposition is a fundamental mechanism in program synthesis, enabling complex problems to be broken down into manageable subtasks. ExeDec, a state-of-the-art program synthesis framework, employs this approach by combining a Subgoal Model for decomposition and a Synthesizer Model for program generation to facilitate compositional generalization. In this work, we develop REGISM, an adaptation… ▽ More

    Submitted 20 March, 2025; v1 submitted 11 March, 2025; originally announced March 2025.

    Comments: Accepted at ICLR 2025 Workshop Deep Learning for Code

  5. arXiv:2502.21068  [pdf, other

    cs.SE

    GUIDE: LLM-Driven GUI Generation Decomposition for Automated Prototyping

    Authors: Kristian Kolthoff, Felix Kretzer, Christian Bartelt, Alexander Maedche, Simone Paolo Ponzetto

    Abstract: GUI prototyping serves as one of the most valuable techniques for enhancing the elicitation of requirements and facilitating the visualization and refinement of customer needs. While GUI prototyping has a positive impact on the software development process, it simultaneously demands significant effort and resources. The emergence of Large Language Models (LLMs) with their impressive code generatio… ▽ More

    Submitted 28 February, 2025; originally announced February 2025.

  6. arXiv:2501.08925  [pdf, other

    cs.LG cs.AI cs.CL

    Disentangling Exploration of Large Language Models by Optimal Exploitation

    Authors: Tim Grams, Patrick Betz, Christian Bartelt

    Abstract: Exploration is a crucial skill for self-improvement and open-ended problem-solving. However, it remains unclear if large language models can effectively explore the state-space within an unknown environment. This work isolates exploration as the sole objective, tasking the agent with delivering information that enhances future returns. Within this framework, we argue that measuring agent returns i… ▽ More

    Submitted 3 February, 2025; v1 submitted 15 January, 2025; originally announced January 2025.

  7. arXiv:2501.06346  [pdf, other

    cs.CL

    Large Language Models Share Representations of Latent Grammatical Concepts Across Typologically Diverse Languages

    Authors: Jannik Brinkmann, Chris Wendler, Christian Bartelt, Aaron Mueller

    Abstract: Human bilinguals often use similar brain regions to process multiple languages, depending on when they learned their second language and their proficiency. In large language models (LLMs), how are multiple languages learned and encoded? In this work, we explore the extent to which LLMs share representations of morphsyntactic concepts such as grammatical number, gender, and tense across languages.… ▽ More

    Submitted 23 May, 2025; v1 submitted 10 January, 2025; originally announced January 2025.

  8. arXiv:2412.11576  [pdf, other

    cs.CV

    DCBM: Data-Efficient Visual Concept Bottleneck Models

    Authors: Katharina Prasse, Patrick Knab, Sascha Marton, Christian Bartelt, Margret Keuper

    Abstract: Concept Bottleneck Models (CBMs) enhance the interpretability of neural networks by basing predictions on human-understandable concepts. However, current CBMs typically rely on concept sets extracted from large language models or extensive image corpora, limiting their effectiveness in data-sparse scenarios. We propose Data-efficient CBMs (DCBMs), which reduce the need for large sample sizes durin… ▽ More

    Submitted 4 February, 2025; v1 submitted 16 December, 2024; originally announced December 2024.

  9. arXiv:2412.11328  [pdf, other

    cs.SE

    Zero-Shot Prompting Approaches for LLM-based Graphical User Interface Generation

    Authors: Kristian Kolthoff, Felix Kretzer, Lennart Fiebig, Christian Bartelt, Alexander Maedche, Simone Paolo Ponzetto

    Abstract: Graphical user interface (GUI) prototyping represents an essential activity in the development of interactive systems, which are omnipresent today. GUI prototypes facilitate elicitation of requirements and help to test, evaluate, and validate ideas with users and the development team. However, creating GUI prototypes is a time-consuming process and often requires extensive resources. While existin… ▽ More

    Submitted 15 December, 2024; originally announced December 2024.

  10. arXiv:2412.05114  [pdf, ps, other

    cs.AI

    A*Net and NBFNet Learn Negative Patterns on Knowledge Graphs

    Authors: Patrick Betz, Nathanael Stelzner, Christian Meilicke, Heiner Stuckenschmidt, Christian Bartelt

    Abstract: In this technical report, we investigate the predictive performance differences of a rule-based approach and the GNN architectures NBFNet and A*Net with respect to knowledge graph completion. For the two most common benchmarks, we find that a substantial fraction of the performance difference can be explained by one unique negative pattern on each dataset that is hidden from the rule-based approac… ▽ More

    Submitted 6 December, 2024; originally announced December 2024.

  11. Self-Elicitation of Requirements with Automated GUI Prototyping

    Authors: Kristian Kolthoff, Christian Bartelt, Simone Paolo Ponzetto, Kurt Schneider

    Abstract: Requirements Elicitation (RE) is a crucial activity especially in the early stages of software development. GUI prototyping has widely been adopted as one of the most effective RE techniques for user-facing software systems. However, GUI prototyping requires (i) the availability of experienced requirements analysts, (ii) typically necessitates conducting multiple joint sessions with customers and… ▽ More

    Submitted 24 September, 2024; originally announced September 2024.

  12. arXiv:2409.01713  [pdf, other

    cs.LG cs.AI

    Interpreting Outliers in Time Series Data through Decoding Autoencoder

    Authors: Patrick Knab, Sascha Marton, Christian Bartelt, Robert Fuder

    Abstract: Outlier detection is a crucial analytical tool in various fields. In critical systems like manufacturing, malfunctioning outlier detection can be costly and safety-critical. Therefore, there is a significant need for explainable artificial intelligence (XAI) when deploying opaque models in such environments. This study focuses on manufacturing time series data from a German automotive supply indus… ▽ More

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

    Comments: 14 pages, 8 figures, accepted at TempXAI @ ECML-PKDD, published in CEUR Workshop Proceedings, Vol. 3761. https://ceur-ws.org/Vol-3761/paper3.pdf

    Journal ref: Workshop on TempXAI, CEUR Workshop Proceedings, Vol. 3761, 2024

  13. arXiv:2408.14224  [pdf, other

    cs.AI

    Fact Probability Vector Based Goal Recognition

    Authors: Nils Wilken, Lea Cohausz, Christian Bartelt, Heiner Stuckenschmidt

    Abstract: We present a new approach to goal recognition that involves comparing observed facts with their expected probabilities. These probabilities depend on a specified goal g and initial state s0. Our method maps these probabilities and observed facts into a real vector space to compute heuristic values for potential goals. These values estimate the likelihood of a given goal being the true objective of… ▽ More

    Submitted 26 August, 2024; originally announced August 2024.

    Comments: Will be presented at ECAI 2024

  14. arXiv:2408.08761  [pdf, other

    cs.LG

    Mitigating Information Loss in Tree-Based Reinforcement Learning via Direct Optimization

    Authors: Sascha Marton, Tim Grams, Florian Vogt, Stefan Lüdtke, Christian Bartelt, Heiner Stuckenschmidt

    Abstract: Reinforcement learning (RL) has seen significant success across various domains, but its adoption is often limited by the black-box nature of neural network policies, making them difficult to interpret. In contrast, symbolic policies allow representing decision-making strategies in a compact and interpretable way. However, learning symbolic policies directly within on-policy methods remains challe… ▽ More

    Submitted 11 March, 2025; v1 submitted 16 August, 2024; originally announced August 2024.

  15. arXiv:2407.02112  [pdf, other

    cs.LG cs.AI

    A Data-Centric Perspective on Evaluating Machine Learning Models for Tabular Data

    Authors: Andrej Tschalzev, Sascha Marton, Stefan Lüdtke, Christian Bartelt, Heiner Stuckenschmidt

    Abstract: Tabular data is prevalent in real-world machine learning applications, and new models for supervised learning of tabular data are frequently proposed. Comparative studies assessing the performance of models typically consist of model-centric evaluation setups with overly standardized data preprocessing. This paper demonstrates that such model-centric evaluations are biased, as real-world modeling… ▽ More

    Submitted 18 December, 2024; v1 submitted 2 July, 2024; originally announced July 2024.

  16. arXiv:2407.01115  [pdf, other

    cs.LG stat.ML

    Enabling Mixed Effects Neural Networks for Diverse, Clustered Data Using Monte Carlo Methods

    Authors: Andrej Tschalzev, Paul Nitschke, Lukas Kirchdorfer, Stefan Lüdtke, Christian Bartelt, Heiner Stuckenschmidt

    Abstract: Neural networks often assume independence among input data samples, disregarding correlations arising from inherent clustering patterns in real-world datasets (e.g., due to different sites or repeated measurements). Recently, mixed effects neural networks (MENNs) which separate cluster-specific 'random effects' from cluster-invariant 'fixed effects' have been proposed to improve generalization and… ▽ More

    Submitted 1 July, 2024; originally announced July 2024.

  17. arXiv:2406.08120  [pdf, other

    cs.SE

    Interlinking User Stories and GUI Prototyping: A Semi-Automatic LLM-based Approach

    Authors: Kristian Kolthoff, Felix Kretzer, Christian Bartelt, Alexander Maedche, Simone Paolo Ponzetto

    Abstract: Interactive systems are omnipresent today and the need to create graphical user interfaces (GUIs) is just as ubiquitous. For the elicitation and validation of requirements, GUI prototyping is a well-known and effective technique, typically employed after gathering initial user requirements represented in natural language (NL) (e.g., in the form of user stories). Unfortunately, GUI prototyping ofte… ▽ More

    Submitted 12 June, 2024; originally announced June 2024.

  18. arXiv:2405.17514  [pdf, other

    cs.SE cs.AI cs.PL

    AbstractBeam: Enhancing Bottom-Up Program Synthesis using Library Learning

    Authors: Janis Zenkner, Lukas Dierkes, Tobias Sesterhenn, Chrisitan Bartelt

    Abstract: LambdaBeam is a state-of-the-art, execution-guided algorithm for program synthesis that utilizes higher-order functions, lambda functions, and iterative loops within a Domain-Specific Language (DSL). LambdaBeam generates each program from scratch but does not take advantage of the frequent recurrence of program blocks or subprograms commonly found in specific domains, such as loops for list traver… ▽ More

    Submitted 12 September, 2024; v1 submitted 27 May, 2024; originally announced May 2024.

  19. arXiv:2403.07733  [pdf, other

    cs.CV cs.AI

    Beyond Pixels: Enhancing LIME with Hierarchical Features and Segmentation Foundation Models

    Authors: Patrick Knab, Sascha Marton, Christian Bartelt

    Abstract: LIME (Local Interpretable Model-agnostic Explanations) is a popular XAI framework for unraveling decision-making processes in vision machine-learning models. The technique utilizes image segmentation methods to identify fixed regions for calculating feature importance scores as explanations. Therefore, poor segmentation can weaken the explanation and reduce the importance of segments, ultimately a… ▽ More

    Submitted 3 February, 2025; v1 submitted 12 March, 2024; originally announced March 2024.

  20. arXiv:2402.11917  [pdf, other

    cs.LG

    A Mechanistic Analysis of a Transformer Trained on a Symbolic Multi-Step Reasoning Task

    Authors: Jannik Brinkmann, Abhay Sheshadri, Victor Levoso, Paul Swoboda, Christian Bartelt

    Abstract: Transformers demonstrate impressive performance on a range of reasoning benchmarks. To evaluate the degree to which these abilities are a result of actual reasoning, existing work has focused on developing sophisticated benchmarks for behavioral studies. However, these studies do not provide insights into the internal mechanisms driving the observed capabilities. To improve our understanding of th… ▽ More

    Submitted 29 June, 2024; v1 submitted 19 February, 2024; originally announced February 2024.

  21. arXiv:2309.17130  [pdf, other

    cs.LG

    GRANDE: Gradient-Based Decision Tree Ensembles for Tabular Data

    Authors: Sascha Marton, Stefan Lüdtke, Christian Bartelt, Heiner Stuckenschmidt

    Abstract: Despite the success of deep learning for text and image data, tree-based ensemble models are still state-of-the-art for machine learning with heterogeneous tabular data. However, there is a significant need for tabular-specific gradient-based methods due to their high flexibility. In this paper, we propose $\text{GRANDE}$, $\text{GRA}$die$\text{N}$t-Based $\text{D}$ecision Tree $\text{E}$nsembles,… ▽ More

    Submitted 12 March, 2024; v1 submitted 29 September, 2023; originally announced September 2023.

  22. arXiv:2308.08168  [pdf, other

    cs.SE

    Emergent Software Service Platform and its Application in a Smart Mobility Setting

    Authors: Nils Wilken, Christoph Knieke, Eric Nyakam, Andreas Rausch, Christian Schindler, Christian Bartelt, Nikolaus Ziebura

    Abstract: The development dynamics of digital innovations for industry, business, and society are producing complex system conglomerates that can no longer be designed centrally and hierarchically in classic development processes. Instead, systems are evolving in DevOps processes in which heterogeneous actors act together on an open platform. Influencing and controlling such dynamically and autonomously cha… ▽ More

    Submitted 5 February, 2024; v1 submitted 16 August, 2023; originally announced August 2023.

    Comments: This paper was presented on The Fifteenth International Conference on Adaptive and Self-Adaptive Systems and Applications (ADAPTIVE 2023)

  23. arXiv:2308.01948  [pdf, other

    cs.CV

    A Multidimensional Analysis of Social Biases in Vision Transformers

    Authors: Jannik Brinkmann, Paul Swoboda, Christian Bartelt

    Abstract: The embedding spaces of image models have been shown to encode a range of social biases such as racism and sexism. Here, we investigate specific factors that contribute to the emergence of these biases in Vision Transformers (ViT). Therefore, we measure the impact of training data, model architecture, and training objectives on social biases in the learned representations of ViTs. Our findings ind… ▽ More

    Submitted 3 August, 2023; originally announced August 2023.

  24. Planning Landmark Based Goal Recognition Revisited: Does Using Initial State Landmarks Make Sense?

    Authors: Nils Wilken, Lea Cohausz, Christian Bartelt, Heiner Stuckenschmidt

    Abstract: Goal recognition is an important problem in many application domains (e.g., pervasive computing, intrusion detection, computer games, etc.). In many application scenarios, it is important that goal recognition algorithms can recognize goals of an observed agent as fast as possible. However, many early approaches in the area of Plan Recognition As Planning, require quite large amounts of computatio… ▽ More

    Submitted 10 November, 2023; v1 submitted 27 June, 2023; originally announced June 2023.

    Comments: Full publication: Wilken, N., Cohausz, L., Bartelt, C., Stuckenschmidt, H. (2023). Planning Landmark Based Goal Recognition Revisited: Does Using Initial State Landmarks Make Sense?. In: Seipel, D., Steen, A. (eds) KI 2023: Advances in Artificial Intelligence. KI 2023. Lecture Notes in Computer Science(), vol 14236. Springer, Cham. arXiv admin note: text overlap with arXiv:2301.10571

  25. arXiv:2305.03515  [pdf, other

    cs.LG cs.AI

    GradTree: Learning Axis-Aligned Decision Trees with Gradient Descent

    Authors: Sascha Marton, Stefan Lüdtke, Christian Bartelt, Heiner Stuckenschmidt

    Abstract: Decision Trees (DTs) are commonly used for many machine learning tasks due to their high degree of interpretability. However, learning a DT from data is a difficult optimization problem, as it is non-convex and non-differentiable. Therefore, common approaches learn DTs using a greedy growth algorithm that minimizes the impurity locally at each internal node. Unfortunately, this greedy procedure ca… ▽ More

    Submitted 19 August, 2024; v1 submitted 5 May, 2023; originally announced May 2023.

  26. arXiv:2301.10571  [pdf, other

    cs.AI

    Leveraging Planning Landmarks for Hybrid Online Goal Recognition

    Authors: Nils Wilken, Lea Cohausz, Johannes Schaum, Stefan Lüdtke, Christian Bartelt, Heiner Stuckenschmidt

    Abstract: Goal recognition is an important problem in many application domains (e.g., pervasive computing, intrusion detection, computer games, etc.). In many application scenarios it is important that goal recognition algorithms can recognize goals of an observed agent as fast as possible and with minimal domain knowledge. Hence, in this paper, we propose a hybrid method for online goal recognition that co… ▽ More

    Submitted 25 January, 2023; originally announced January 2023.

    Comments: 9 pages. Presented at SPARK 2022 (https://icaps22.icaps-conference.org/workshops/SPARK/)

  27. arXiv:2207.08414  [pdf, other

    cs.LG

    Outlier Explanation via Sum-Product Networks

    Authors: Stefan Lüdtke, Christian Bartelt, Heiner Stuckenschmidt

    Abstract: Outlier explanation is the task of identifying a set of features that distinguish a sample from normal data, which is important for downstream (human) decision-making. Existing methods are based on beam search in the space of feature subsets. They quickly becomes computationally expensive, as they require to run an outlier detection algorithm from scratch for each feature subset. To alleviate this… ▽ More

    Submitted 18 July, 2022; originally announced July 2022.

  28. Explaining Neural Networks without Access to Training Data

    Authors: Sascha Marton, Stefan Lüdtke, Christian Bartelt, Andrej Tschalzev, Heiner Stuckenschmidt

    Abstract: We consider generating explanations for neural networks in cases where the network's training data is not accessible, for instance due to privacy or safety issues. Recently, $\mathcal{I}$-Nets have been proposed as a sample-free approach to post-hoc, global model interpretability that does not require access to training data. They formulate interpretation as a machine learning task that maps netwo… ▽ More

    Submitted 10 June, 2022; originally announced June 2022.

    Journal ref: Machine Learning (2024)

  29. arXiv:2110.05165  [pdf, other

    cs.LG cs.AI stat.ML

    Exchangeability-Aware Sum-Product Networks

    Authors: Stefan Lüdtke, Christian Bartelt, Heiner Stuckenschmidt

    Abstract: Sum-Product Networks (SPNs) are expressive probabilistic models that provide exact, tractable inference. They achieve this efficiency by making use of local independence. On the other hand, mixtures of exchangeable variable models (MEVMs) are a class of tractable probabilistic models that make use of exchangeability of discrete random variables to render inference tractable. Exchangeability, which… ▽ More

    Submitted 28 April, 2022; v1 submitted 11 October, 2021; originally announced October 2021.

    Comments: accepted at IJCAI 2022

  30. arXiv:2012.06006  [pdf, other

    cs.AI cs.LG

    xRAI: Explainable Representations through AI

    Authors: Christiann Bartelt, Sascha Marton, Heiner Stuckenschmidt

    Abstract: We present xRAI an approach for extracting symbolic representations of the mathematical function a neural network was supposed to learn from the trained network. The approach is based on the idea of training a so-called interpretation network that receives the weights and biases of the trained network as input and outputs the numerical representation of the function the network was supposed to lea… ▽ More

    Submitted 10 December, 2020; originally announced December 2020.

    Comments: 8 pages, 6 figures, 3 tables

  31. Orchestration of Global Software Engineering Projects

    Authors: Christian Bartelt, Manfred Broy, Christoph Herrmann, Eric Knauss, Marco Kuhrmann, Andreas Rausch, Bernhard Rumpe, Kurt Schneider

    Abstract: Global software engineering has become a fact in many companies due to real necessity in practice. In contrast to co-located projects global projects face a number of additional software engineering challenges. Among them quality management has become much more difficult and schedule and budget overruns can be observed more often. Compared to co-located projects global software engineering is even… ▽ More

    Submitted 22 September, 2014; originally announced September 2014.

    Comments: 6 pages, 5 figures

    Journal ref: Proceedings of the Third International Workshop on Tool Support Development and Management in Distributed Software Projects, collocated with the Fourth IEEE International Conference on Global Software Engineering ICGSE 2009