View: session overviewtalk overview
Title: Semantic Data Interoperability in Practice: Lessons from Public Administration and Beyond
Abstract: Digital transformation in the public sector increasingly depends on the ability to exchange, interpret, and reuse data across organizational and technological boundaries. While the promise of interoperable and machine-actionable public data has been discussed for decades, practical implementation remains challenging. This keynote reflects on the Czech experience with semantic interoperability and Linked Open Data (LOD), examining obstacles encountered and approaches taken.
Beyond technical data exchange lies a closely related challenge: achieving a shared understanding of what data actually means, i.e. semantic interoperability. Although Semantic Web technologies are well established, their application in cross-border and cross-domain data exchange continues to raise new organizational and methodological challenges.
The second part of the keynote will focus on semantic data specifications in the context of the European Union and the Common European Data Spaces, addressing how such specifications can be reused consistently across national and domain-specific contexts. This will be illustrated through the example of DCAT-AP, the Interoperable Europe solution for metadata exchange.
The keynote will conclude with reflections on how the development and adoption of semantic interoperability solutions may be supported by AI, and conversely, how semantic technologies and structured knowledge may provide essential foundations for AI systems.
Object-Process Methodology (OPM, ISO 19450:2024): Redefining Systems Engineering in the AI Era
The rise of advanced artificial intelligence and Large Language Models (LLMs) introduces new challenges in systems engineering. Consequently, managing semantic alignment across multidisciplinary human-AI teams requires new approaches. Object-Process Methodology (OPM) addresses this complexity through a native bimodal framework that unifies graphical diagrams with structured text-based sentences.
Furthermore, OPM explicitly embeds teleology by modeling the system’s purpose and its beneficiary at the very beginning of system development. This initial model of purpose encapsulates the essence of the entire solution, which, although not yet realized, is already fully present in the mind of its creator. Consequently, further system development, with some methodological exaggeration, merely involves describing internal technical details through progressive and syntactically controlled decomposition into detailed sub-models. This precise focus on unified, multi-level decomposition remains unsupported by traditional modeling languages.
Moreover, OPM models act as formal conceptual structures that can be dynamically simulated and verified. This capability provides a significant advantage, as it allows domain experts and systems engineers to verify and validate the evolving model through visual inspection and simulation. Consequently, the human remains the final arbiter within this AI-supported systems engineering ecosystem.
In this light, OPM can be understood not simply as another modeling notation, but rather as a significant qualitative leap in systems thinking. For half a century, the traditional object-oriented paradigm and modeling languages like UML have subordinated dynamic behavior to static data structures by making processes (methods) the strict property of a single object class. In contrast, OPM is based on an entirely different modeling paradigm with deep philosophical foundations. This innovative approach establishes a symmetric ontology in which objects and processes exist as completely equal entities that mutually define each other through interconnected links.
Advancing Agility and Shared Understanding in Digital Ecosystem Design using Digital Twins: The Scene2Model Approach
The increasing complexity of digital ecosystems continues to challenge the development and extension of information systems. Managing change across multidisciplinary teams and enabling innovation at scale requires approaches that foster both agility and shared understanding. Design thinking plays a crucial role in this context, supporting agile ideation, prototyping, and testing through collaborative exploration.
However, traditional design thinking approaches are often constrained by synchronous collaboration, reliance on physical artifacts, and limited scalability. This tutorial introduces the Scene2Model approach developed within OMiLAB, which enables the transformation of design thinking artifacts into digital twins. These digital representations can be shared, refined, and semantically enriched across distributed environments, supporting reuse and integration with business assets.
By combining conceptual modeling with design thinking, Scene2Model bridges informal design artifacts and formal abstractions used in information systems development. The approach enhances co-creation, supports shared understanding, and facilitates the transition from early ideation to structured system design.
Applicability of an anonymous e-mail system ABSTRACT. TAmail is a system and a service that enables sending of anonymous e-mails with the possibility of being responded to. Because TAmail aims at being broadly adopted as a publicly available, operational service, a study that evaluated its applicability potential was carried out. This paper presents the results of the analysis. |
Monolith vs. Microservices: A Preliminary Performance Analysis Across Java, .NET, and Python ABSTRACT. Context: The adoption of microservice architectures is often driven by organizational benefits like team autonomy and independent deployability, which align well with agile methods. However, this choice is frequently contested due to concerns about performance overhead from inter-service communication. Objective: This paper empirically investigates this performance trade-off across different technology ecosystems. We present a comparative analysis of monolithic and microservice architectures implemented in Java (Spring Boot), .NET (ASP.NET Core), and Python (Flask/FastAPI). Method: A containerized route-planning benchmark with identical REST APIs was implemented in six variants. Each variant was subjected to controlled load tests using Locust, with performance evaluated based on response time percentiles (p50, p95) and throughput. Results: Our findings reveal that for Java and .NET, the choice of architecture has a negligible impact on performance. In contrast, the Python implementation exhibited severe performance degradation as a monolith, though regardless of the architectural choice, remained significantly slower than Java and .NET. Conclusion: These results challenge the axiom that microservices inherently introduce a significant performance penalty. This finding suggests that agile teams can adopt microservices to leverage key organizational advantages without being hindered by performance concerns. |
An Expert-Based Composite Index for ICT Risk Assessment in Adversarial Organizational Contexts ABSTRACT. This poster introduces Cx, an expert-based composite index for assessing ICT-related risk in adversarial organizational contexts. The index estimates an organization's defensive capability against cyber adversaries by combining technical, organizational, and attacker-oriented factors in a weighted scoring model. The method was developed through a literature-informed design process and an expert-panel refinement stage. The paper describes factor definitions, scoring rules, weighting logic, and interpretation ranges, and positions Cx as a decision-support tool for managers and information systems governance. A compact illustrative comparison shows how Cx supports structured comparison and communication of assessment results. The poster positions Cx as a preliminary methodological artifact requiring empirical validation. |
Automation-Induced Technical Debt in Sustainable IS Development: Implications of AutoML Adoption ABSTRACT. The increasing use of Automated Machine Learning (AutoML) in information systems development shortens development cycles and improves the short-term efficiency of analytical components, while delegating key design decisions to automated mechanisms. This paper argues that this practice may create a distinct form of technical debt: automation-induced technical debt. A lifecycle-oriented conceptual framework is proposed, identifying four dimensions of this debt: data, model opacity, governance, and integration, and its accumulation across successive phases of the system life cycle. The framework supports systematic debt management in AutoML projects and sustainable AI-driven systems. |
Chunk-Wise Evaluation of Unsupervised and Error-Based Concept Drift Detectors for AI-Enabled Information Systems ABSTRACT. AI-enabled information systems often operate on nonstationary data streams, where changes in data distribution may reduce the quality of automated decisions. This study presents a compact chunk-wise evaluation framework for comparing unsupervised and error-based concept drift detectors. The study focuses on two feature-space detectors, Walsh–Hadamard Drift Detector (WHDD) and One-Class Drift Detector (OCDD), and three error-based baselines: ADWIN, DDM, and EDDM. The detectors are evaluated on controlled synthetic streams with abrupt and gradual drifts. Besides the commonly used distance-based metrics D1 and D2, we include the count-consistency index R, which captures excessive or insufficient alarm generation. The results show that low D2 values alone may be misleading, because oversensitive detectors can cover true drift locations while producing unstable alarm patterns. WHDD provides a more balanced profile, combining competitive drift coverage with better alarm-count consistency. The study demonstrates that reliable detector assessment should jointly consider alarm localization, drift coverage, and alarm stability. |
Comparison of Supply Chain Management Machine Learning Methods ABSTRACT. This work investigates the application of machine learning to demand forecasting in Supply Chain Management. Using the M5 Forecasting-Accuracy dataset, we develop a forecasting pipeline comprising a baseline and an enhanced feature-rich variant. A unified framework is used to train and evaluate diverse forecasting approaches, including linear models, neural networks, and Transformer-based architectures, in both univariate and multivariate settings. Results highlight the importance of data representation. On the baseline dataset, classical methods such as ARIMA achieve the best performance in univariate forecasting, while Transformers perform poorly. On the enhanced dataset, TimesFM 1.0 attains the lowest mean absolute error across all horizons, with linear models and shallow RNNs providing competitive, computationally efficient alternatives. Additional covariates generally offer limited benefits and, for Transformer-based models, often lead to substantial performance degradation. |
Reconstruction Error-Based Detection of Structural Anomalies in Scanned Documents Using Autoencoders and CNNs ABSTRACT. Verification of scanned document authenticity is important for digital archiving, information security, and forensic analysis. This paper proposes a reconstruction error-based method for detecting structural anomalies in scanned documents. A convolutional autoencoder is trained on authentic document patches and used to generate reconstruction error maps. These maps are then classified by a CNN to distinguish the original scans from the reproduced samples. Experiments on a controlled dataset show that reconstruction error maps provide discriminative information for detecting artefacts introduced by document reproduction. The results should be interpreted as a proof of concept for controlled reproduction detection rather than as a complete solution for all real-world forgery scenarios. |
User-Driven Information Systems Development in Living Lab Contexts: Evidence from the SynAir-G Case ABSTRACT. Information Systems Development (ISD) increasingly occurs in socio-technical environments, where systems are developed and evaluated in real-life contexts involving diverse stakeholders. Living Labs provide a setting in which stakeholder engagement and experimentation can shape the evolution of systems during development. This research examines the SynAir-G project digital sentinel system as a case of user-driven ISD in a Living Lab context. Using an interpretive case research approach, the study analyses how iterative testing, field experimentation, and stakeholder interaction influenced the development of interconnected system components, including a mobile application, monitoring dashboard, and supporting services. The findings show that engagement cycles and real-life experimentation function as mechanisms through which system requirements, design decisions, and governance arrangements evolve. The paper discusses implications for organising ISD processes in multi-stakeholder real-world environments. |
Holistic Quantum Integration for Quantum Enhanced Security Systems ABSTRACT. Quantum key distribution or QKD is entering early network implementation while integration with classical information systems remains difficult. This poster paper presents Holistic Quantum Integration as an ontology based requirements engineering framework for QKD based security systems. The study combines a PRISMA guided review of 48 studies, thematic analysis of 26 high quality studies, tradeoff analysis, and semi structured interviews with 26 practitioners. The resulting framework includes four requirement facets and a 47 item questionnaire for structured elicitation. The contribution addresses ISD researchers and practitioners integrating quantum security into organizational and technical environments. |
An Interpretable Neuro-Fuzzy System with Feature Selection for Photovoltaic Power Forecasting ABSTRACT. Photovoltaic (PV) power forecasting is important for renewable-energy planning and decision support. Besides accuracy, interpretability is relevant because it helps explain how meteorological variables influence the forecasted PV output. This paper presents an interpretable neuro-fuzzy forecasting model based on feature selection, feature weighting, shared fuzzy sets, and population-based optimization. Input variables are selected using three complementary methods: correlation-based ranking, Random Forest importance, and an ANOVA-based univariate test. The resulting weights are incorporated into a Takagi-Sugeno-Kang Zero-Order system. The results show that the proposed method should be interpreted as an accuracy-interpretability trade-off: selected XGBoost baselines achieve slightly lower MSE values, while the neuro-fuzzy model provides competitive accuracy with explicit fuzzy rules and readable fuzzy sets. |
Digital Transformation Strategies of Micro and Small Enterprises. Findings from Literature Review and Research Concept ABSTRACT. Digital transformation strategies (DTS) in the micro and small enterprise (MSE) sector remain underexplored in the existing literature. Moreover, the level of digitalization within this sector is largely unknown, as European Commission reports provide data only for the broader small and medium-sized enterprise (SME) category. This paper presents the results of a literature review conducted using the Scopus database, focusing on DTS in the MSE sector. The findings of this review informed the design of a primary empirical study that the author intends to conduct among MSEs in Poland. The goal of the planned research is to assess the level of digital intensity across different MSE industries and to identify best practices in the implementation of DTS. The study will encompass key dimensions such as digital strategies, success factors, applied technologies, implementation barriers, and the impact of digital transformation on the functioning and performance of MSEs. |
Digital Transformation and Cybercrime: Improving Media Reporting of Victim Organisations ABSTRACT. Digital transformation has become a critical success factor for organisations to survive in this highly-competitive and technology-driven world. However, the adoption and expansion of digital infrastructures have increased organisations’ exposure to cyber threats. Cybercrime is a complex and evolving phenomenon that requires collective effort across multiple stakeholders to effectively address it. The basic premise of this paper is that media reporting of cybercrime, and specifically its victim organisations, plays an important role in shaping organisational and societal responses to cybercrime. This research-in-progress work examines UK media reporting of cybercrime incidents involving organisational victims, with preliminary findings identifying seven emerging frames that capture the dominant narratives through which these incidents are portrayed. The ultimate aim of this work is to develop recommendations for constructive media reporting that strengthens cyber resilience and supports digital transformation. |
A Novel Approach for Analyzing Disjoint Hierarchical Multi-Block Data ABSTRACT. In this paper, we propose a novel approach for the analysis of hierarchical multi-block data based on fuzzy techniques. The proposed method enables the identification of significant relationships within and between data blocks, while ensuring interpretability of the hierarchical multi-block structure. Empirical validation of the method on data from the ESG4PMChange and SPM² projects, assessing Sustainable Project Management and Environmental, Social, and Governance competencies, demonstrates the method's ability to uncover interpretable hierarchical dependencies that are robust to different aggregation strategies. |
Toward a Holistic Socio‑Technical Framework for Critical Infrastructure Cybersecurity and Privacy Protection: Insights from Smart Grids ABSTRACT. This study addresses the need for resilient critical‑infrastructure protection amid rapid digital transformation. While technological advances improve efficiency and connectivity, they also introduce complex cybersecurity and privacy risks. To overcome fragmented treatments of cybersecurity and cyberprivacy, we employ a multidisciplinary, interpretative approach grounded in socio‑technical systems theory to develop a unified framework synthesizing models, standards, and strategies across governance, risk analysis, socio‑technical factors, interdependencies, cyberprivacy and data governance, protection and mitigation, and evaluation and continuous improvement. Theoretically, it bridges technical controls and organizational behavior; practically, it offers a holistic basis for risk management and adaptable protection strategies. Although developed using the energy sector as a reference, the framework’s abstraction supports cross‑sector application. |
AI-Augmented Process Mining: A Framework for Accelerating Digital Transformation in Public Administration ABSTRACT. Public administration processes often suffer from hidden bottlenecks and complex procedural heterogeneity. While traditional process mining discovers workflow mappings, it struggles to provide contextual prescriptive solutions. We propose a Neuro-Symbolic dual-pipeline architecture. The first pipeline utilizes predictive machine learning, applying Strict Temporal Splitting, to classify delayed cases without data leakage. The second introduces a Multi-Agent Large Language Model (LLM) ensemble utilizing Bottleneck-Anchored Context Windowing (BACW). By standardizing semantic milestones and deterministically bounding contexts within event logs, the system autonomously synthesizes evidence-based root-cause hypotheses. Evaluated on the BPIC 2015 dataset, this architecture bridges the gap between predictive monitoring and actionable process redesign, significantly reducing LLM hallucinations compared to full-trace baselines. |
The geography of AI research in economics and finance: knowledge hubs and specialisation patterns shaping European competitiveness ABSTRACT. Rapid growth in AI research has increased the need to understand its development across Europe, particularly at the intersection of economics and finance. This paper identifies the main European knowledge hubs in this area and examines whether countries follow different patterns of thematic specialisation. Using OpenAlex metadata for 2000–2025, it analyses publications by researchers affiliated with European universities through fractional counting, citation-weighted indicators, and topic modelling, identifying 12 latent topics. The results reveal strong publication growth, a hierarchical but increasingly multipolar geography of knowledge, and national specialisations. Countries’ competitive positions depend not only on research output, but also on the internationalisation and network integration of their scientific systems. |
Reference-Aware Design Choices for IMU-UWB Wearable Motion Analytics ABSTRACT. Reliable IMU-UWB motion estimation depends on upstream analytical choices, not only on predictor design. We frame wearable motion estimation as a reference-aware problem involving UWB-derived reference construction, IMU sensor selection, and temporal context. The proposed workflow reconstructs and cleans 2D UWB trajectories, aligns them with IMU streams, and creates learning-ready inputs for supervised speed estimation. On 619 indoor sessions from 73 participants, these choices affected accuracy and robustness. The best subject-disjoint configuration achieved RMSE 0.401 and Pearson correlation 0.791; excluding magnetometer channels improved robustness under unseen conditions. |
Artificial empathy as a tool for teaching artificial intelligence with no code ABSTRACT. Educating the younger generation about AI capabilities and its responsible use is crucial. Still, the high entrance threshold of basic programming skills and the domain complexity is disen- couraging for both students and teacher. This paper presents a no-code concept for teaching AI through artificial empathy. It shows how reinforcement learning, multi-agent systems, neural networks, and artificial empathy can be introduced through a non-scripted, adaptive swarm of mobile robots. The robots communicate visually, allowing students to observe behaviors and dynamics real time, in classroom environment. The paper presents early results, a prototype platform, and an exemplary research scenario. |
New research on a virtual escape room for mathematics ABSTRACT. This text presents new research on the educational benefits of using a deeply immersive and highly engaging virtual escape room based on mathematical puzzles. It consists of a hall and three themed rooms containing 13 puzzles that develop mathematical thinking and was implemented on the Unity platform by three students of the authors for a CAVE-type installation in the Immersive 3D Visualization Lab located at the Gdańsk University of Technology. The new experiment involved inviting students to an escape room before they started their first year of studies and testing whether solving puzzles in the escape room resulted in higher grades in the Linear Algebra course. The students were divided into five-person groups, each of which had an escape room at their disposal for 90 min. Before and after playing in the escape room, they completed fettle-satisfaction surveys and knowledge tests. After the Linear Algebra exam, it was checked whether the results of the students participating in the experiment differed from the other students’ results. |
From Search to Synthesis: Trust, Risk, and Responsibility in Google and ChatGPT as First-Contact Health Advisors ABSTRACT. People increasingly use Google and ChatGPT to obtain health information before consulting healthcare professionals. This study compares the two platforms across accessibility, clarity, trustworthiness, empathy, accuracy, and risk. It also introduces the TRUST framework (Traceability, Realism, Understandability, Safety Orientation, and Timeliness) for evaluating digital health information systems. The findings show that Google provides broad and verifiable information, while ChatGPT improves understanding through conversational interaction. The study highlights the potential of combining both approaches to support safer and more reliable digital healthcare. |
Defining Metrics for Agile Development of Big Data Analytics Systems ABSTRACT. The goal of this paper is to propose a set of metrics for evaluating the development of Big Data projects using Agile methods. The paper identifies a gap in the lack of integrated approaches that combine Agile practices with Big Data Analytics Systems, which are inherently data driven. Based on a survey conducted, several issues were identified, including the main factors contributing to project failure. These findings led to the development of a proposed three-layer framework with metrics for such projects. |
Cybersecurity in Public Administration. A Survey. ABSTRACT. In the context of the information society and the digital economy, cybersecurity is becoming an integral part of public administration. Given the rapid changes in technology, implementing appropriate procedures and recommended best practices in cybersecurity is particularly important for ensuring the security of public administration. This article aims to determine the impact of implementing security procedures, organizational standards, and systematically improving employee competencies on ensuring cybersecurity in public administration. The results suggest that a comprehensive cybersecurity management approach, incorporating organizational and educational elements, may be inadequate in the face of current threats. |
Measures of Strategic Success and Types of Strategies of IT companies in Europe ABSTRACT. An analysis of the strategies and measures of strategic success of IT companies, viewed from the perspective of their competitive position, allows us to identify the factors behind their success. Based on a study conducted in 2024 and 2025 among European IT companies and green ICT developers, respectively, we identify the dominant strategic approaches among formal, behavioral, and hybrid. We also highlight the dominant measures of strategic success. The results indicate that behavioral strategies dominate the IT sector, although companies also widely use formal and hybrid approaches. Product quality and profit remain the most used measures of strategic success. Companies with a strong market position focus on quality, market value, and international expansion. |
Transformation of OntoUML Events into Object-Process Methodology ABSTRACT. Constructing models is a common practice in software engineering that establishes understanding between various actors involved in building a software system. To address dynamic behavior within the problem domain, process models are used. Various languages that support behavioral modeling exist. Each language defines different types of elements and concepts, which impairs model interoperability. In this paper, we focus on OntoUML and the Object-Process Methodology (OPM) and introduce a transformation of OntoUML models of events into OPM. We describe the rules of the transformation and perform a case study to validate it. |
Digital Financial Inclusion Among Older Adults: Use of Financial Products and Online Banking Services ABSTRACT. Digital financial inclusion has become an increasingly important issue in ageing societies, where access to financial products and services is increasingly provided through digital channels. This article examines the role of electronic banking in digital financial inclusion among older adults in Poland. The analysis is based on survey data collected in the fourth quarter of 2023 from 380 households of older adults. The study compares the use of financial products and services by electronic banking users and non-users. The findings indicate that electronic banking users demonstrate a higher level of activity in the financial services market, particularly in relation to online payments, payment cards, and insurance products. Some older adults, despite holding a bank account, do not use electronic banking, which may limit their participation in the digital financial market and increase the risk of digital financial exclusion. Electronic banking may act as a gateway technology, enabling broader use of digital financial services. From an information systems perspective, promoting technology adoption requires reducing barriers such as technology anxiety, perceived risk, lack of trust, and interface complexity. The study contributes to the literature on digital financial inclusion and provides practical implications for designing accessible, trustworthy, and senior-friendly digital financial services. |
Single-Task vs Multi-Task Learning for Toxicity Prediction: A Study on Tox21 ABSTRACT. This study investigates machine learning approaches for toxicity prediction using the Tox21 dataset, which contains 11,760 chemical molecules represented as SMILES sequences and 12 binary toxicity prediction tasks. The dataset is characterized by class imbalance and missing labels, making toxicity prediction particularly challenging. Two approaches were evaluated: a single-task transformer-based model (ChemBERTa) and a multi-task multilayer perceptron (MLP) using Morgan fingerprints. The experiments were conducted using stratified 5-fold cross-validation, with ROC-AUC as the primary evaluation metric. The results indicate that the multi-task approach achieved higher predictive performance (ROC-AUC = 0.8623) than the single-task ChemBERTa model (ROC-AUC = 0.8488), while requiring substantially lower computational resources. Additionally, for the evaluated SR-HSE task, partial fine-tuning of ChemBERTa reduced the number of trainable parameters from 44.1M to 14.8M with only a moderate decrease in predictive performance. |
Tracking AI Trends Across Subdisciplines: A Multi‑Year Analysis of Industry Conference Content ABSTRACT. This exploratory study investigates AI-related discourse in practitioner-oriented IT conferences. The analysis covers presentations from six conferences in Poland and the United States between 2018 and 2025. AI-related presentations were identified and classified into seven AI subdisciplines using a hybrid text classification approach. The results show a strong increase in AI-related topics after 2022, with higher levels of interest observed in the United States. Machine Learning emerged as the dominant subdiscipline and the central element of the AI ecosystem. The findings demonstrate that industry conferences can provide valuable insights into technological trends and the evolution of AI within professional communities. |
AI risk management in social media: implications for organisations and directions for the information systems development ABSTRACT. The rapid development of artificial intelligence is having a significant impact on and transforming the way organisations operate on social media – particularly in terms of the significant technological, social and reputational risks it poses. This applies to the creation of content shared on social media, its moderation, and its consequences – namely, user behaviour. Current research on the use of AI in social media focuses on phenomena such as disinformation, deepfakes and algorithmic content personalisation. Despite the growing use of AI in digital communication, however, the issue of systemic risk management remains insufficiently researched. This exploratory article identifies key risk categories and proposes a conceptual model for managing these risks – the AISMRF (AI Social Media Risk Management Framework) – which can support Information Systems Development. |
The Double Exclusion Barrier: Older Adults, Smart Environments and the Limits of Inclusive Information Systems ABSTRACT. This article examines the double exclusion experienced by older adults: digital and energy-related within the context of inclusive information systems and smart environments. The study aims to assess the extent to which scientific literature conceptualizes the coexistence of these two forms of exclusion. An analysis of 302 publications in Scopus revealed that despite growing interest in both energy poverty and digital exclusion, the literature rarely addresses these phenomena in an integrated manner, particularly in relation to older adults and information system design. The findings highlight the need for interdisciplinary research and design approaches that combine technological accessibility with users' material living conditions, enabling a more realistic and contextual understanding of inclusivity in information systems. |
Scene2Model as a Platform for Digital Design Thinking ABSTRACT. Design thinking enables collaborative innovation by supporting stakeholders in externalizing knowledge through haptic artifacts. However, these artifacts remain informal and are difficult to integrate into conceptual modeling and AI-supported information systems development. This paper positions Scene2Model as a platform for digital design thinking, in which multimodal inputs are transformed into adaptive conceptual models. These models represent digital twins of design thinking that evolve from informal artifacts into processable knowledge representations. In contrast to predefined modeling approaches, Scene2Model supports the adaptation of modeling constructs during runtime. By utilizing conceptual models for information retrieval and AI-based processing, they act as an interface between human-centered design and machine-processable knowledge. The platform perspective further enables the reuse and integration of modeling capabilities across application contexts. Illustrative cases demonstrate the potential for linking co-creative design with model-driven and AI-driven information systems development. |
Design and Validation of a RACI Matrix for Responsibility Management in Matrix Project Organisations ABSTRACT. This paper presents the design, implementation and validation of the RACI matrix as an artefact supporting the management of responsibilities in a matrix structure in an international delivery organization. The study was conducted according to the Design Science Research (DSR) approach, which aims to create useful and scientifically grounded solutions. The RACI matrix was implemented in three project portfolios in 2023 and validated and iteratively refined in 2024. The study contributes to both the theory and practice of project management by providing a validated artefact that can be applied to complex organisational structures. |
AI for Budget Deviation Prediction in ERP Project Management ABSTRACT. In the era of intensive development of artificial intelligence, its methods are increasingly used to solve complex business problems. One such area is the implementation of ERP systems, which are characterized by high variability and the risk of budget overruns. The aim of this paper is to investigate whether AI methods can be used to forecast deviations between planned and actual budget values. To this end, three predictive models are evaluated based on real-world data from 77 implementations carried out over a 10-year period by a company ERP Serwis sp. z o.o. sp. k. The performance of the models was evaluated using standard regression measures and interpretability analysis. The results indicate a limited but meaningful predictive ability of machine learning models to identify the risk of budget overruns. |
Strategy-Aware Multimodal Late Fusion for Three-Class Cognitive State Classification ABSTRACT. Accurate differentiation between cognitively unimpaired individuals, mild cognitive impairment (MCI), and dementia remains challenging, particularly when heterogeneous data must be integrated within a single predictive framework. This study proposes a strategy-aware multimodal late-fusion approach for three-class classification using 2D MRI, 3D MRI, and tabular clinical data, explicitly accounting for different diagnostic priorities at the fusion stage. The best results were obtained by a balanced late-fusion configuration based on ResNet-18 for both imaging branches and Random Forest for tabular classification and fusion, achieving 0.96 accuracy, 0.97 macro-precision, 0.96 macro-recall, and 0.96 macro-F1, with strong recognition of the clinically challenging MCI class. |
An Analytical Framework for Characterizing Information Systems Project Management Research ABSTRACT. Information systems project management (ISPM) research is fragmented across diverse topics, methods, and publication venues, making it difficult to assess its development and identify research gaps. This paper proposes an analytical framework for characterizing ISPM research through three key dimensions: bibliometric, research techniques, and project-management-specific aspects. The framework supports the systematic analysis of research corpora across national, institutional, and thematic contexts. Its application is illustrated using a corpus of publications authored by researchers affiliated with Portuguese organizations. The results highlight a predominance of technology-oriented and project-level studies, frequent use of surveys and case studies, and a strong interest in PM tools, agile and hybrid approaches, and the evaluation of project success. The framework provides a basis for research assessment at different levels and for future agenda-setting. |
Behavioral Indicators of Response Credibility in Map-Based Surveys: A Paradata-Driven Approach ABSTRACT. Research on the credibility of responses to online surveys has thus far omitted geo-questionnaires, which are web-based surveys which involve participants with an interactive map. This paper proposes a heuristic credibility assessment model for online geo-questionnaires, based on ten behavioral indicators derived from paradata, including response time, zoom interactions, inactivity periods, and geometric consistency of drawn routes. The model was implemented in an online geo-survey platform and evaluated on data collected from 44 university students, who completed a geo-questionnaire about the city of Gda´nsk with engagement control questions. Results show that the proposed indicators effectively distinguish between low-knowledge and low-engagement respondents, and that credibility-based filtering can increase average respondent scores by up to 12.1%. The findings confirm that paradata-driven credibility assessment can serve as a practical quality filtering mechanism in geo-questionnaire analysis. |
Towards Crowdfunding Platforms as Digital Financial Ecosystems: A Preliminary Information Systems Perspective ABSTRACT. Crowdfunding platforms are usually discussed as alternative financial mechanisms. However, from an information systems (IS) perspective, they can also be understood as digital ecosystems that integrate users, data flows, platform architectures, and regulatory governance. This paper proposes a preliminary conceptual reframing of European crowdfunding platforms in terms of digital financial ecosystems rather than purely financial intermediaries. Drawing on selected IS literature and institutional reports from ESMA, OECD, and the Cambridge Centre for Alternative Finance, the paper develops a dual financial/IS interpretation of crowdfunding platforms. The main contribution is a comparative framework that translates financial characteristics of crowdfunding into IS concepts such as data flows, network nodes, distributed participation, system interactions, and governance layers. The paper also outlines a path for future empirical research aimed at validating and extending this conceptual framework through document analysis and semi-structured interviews with platform operators, regulators, and other ecosystem actors. |
Vishing Detection using Statistical Analysis and Machine Learning Methods ABSTRACT. Through the infrastructure of our partner Next Mobile P.S.A. around 150-170 million unfiltered connection attempts are transferred every month. The data of 3.3 million phone numbers from August 2024 was divided into 21 classes. Then, the research used several machine learning and artificial intelligence methods, e.g. k-means, LSTM, SVM, decision tree (Fine Tree), optimized decision tree, Gaussian Naive Bayes, KNN, and Random Forest. The best approach was to use in the first step unsupervised methods, then compare the numbers with the online opinion even if it is limited to around 200 thousand numbers, and use supervised methods at the end with classes as cluster numbers. We have received the accuracy around 99.4% with true positive and true negative rates 99% as well for the chosen group numbers. Our final solution, which is a blend of machine learning and statistical analysis, is the final tool to spot suspicious numbers. |
Mobile Applications in Urban Cycling Mobility: A Society 5.0 Perspective ABSTRACT. Mobile applications support travel planning, navigation, and access to urban transport services. Within the Society 5.0 paradigm, such technologies should improve quality of life through user-centered solutions. However, limited evidence is available on how cyclists with different levels of cycling activity use navigation, ticketing, and city applications. The study examines mobile application use among regular cyclists, occasional cyclists, and non-cyclists in Poland. The findings show that more than half of the respondents use a bicycle in urban mobility and that application use varies according to cycling activity and application type. Navigation applications are used most frequently, whereas more general city applications are used less often. The findings suggest that the adoption of digital mobility tools is associated with their practical relevance and ability to support users during everyday travel. |
UAV Delivery Business Models within U-Space: Empirical Evidence from Institutional Adoption Readiness in a Medium-Sized Polish City PRESENTER: Sebastian Matysik ABSTRACT. The objective of this study is to identify sectoral adoption patterns and value proposition drivers among institutional decision-makers, and to propose an empirically grounded business model configuration for UAV delivery services in medium-sized cities operating within the European U-Space framework. Drawing on a CATI survey of 183 institutional entities in Stargard, Poland (approx. 67,000 inhabitants), we analyze adoption readiness across NACE sectors and differentiating factors between interested and uninterested entities. Safety perception and expected benefits emerge as the primary adoption drivers, with the highest interest rates in health and social work (36.36%), transport and storage (30.00%), and manufacturing (25.00%). We propose a five-component business model configuration integrating empirical demand patterns with U-Space operational requirements and discuss implications for digital platform ecosystems within U-Space infrastructure. |
Infrastructure as Code in Distributed Data Centre Information Systems: An Automation Framework Based on Ansible, NETCONF, and Model-Driven Configuration ABSTRACT. Modern data centres constitute the physical substrate of modern information systems (IS), yet their operational management often relies on fragile, manual workflows. This poster presents a hybrid NetDevOps automation framework designed to resolve the structural vulnerabilities of purely stateless Infrastructure as Code (IaC) pipelines. The architecture introduces a model-driven mathematical schema that deterministically derives expansive routing identifiers (e.g., 4-byte ASN, loopbacks, and 24-bit VNIs) directly from topological semantics. Simultaneously, it integrates NetBox as a stateful Single Source of Truth (SSoT) exclusively for constrained resources (e.g., VLANs), effectively preventing index-shift anomalies. The orchestration layer combines Ansible playbooks, Jinja2 templates, and the NETCONF protocol to enable transactional, idempotent provisioning of Juniper network devices. Validated in a dual-site EVPN-VXLAN emulation environment, the framework acts as a strict procedural enforcer, eliminating configuration drift and elevating network management into a reproducible, declarative, and auditable engineering discipline. |
Multi-Tenant Environment Isolation in Data Centre Information Systems: A Comparative Study of Commercial and Open-Source Load Balancers PRESENTER: Arkadiusz Niedziela ABSTRACT. This work compares two approaches to multi-tenant isolation and load balancing on a single-site, IPv6-only testbed: (1) F5 BIG-IP LTM with routing domains and administrative partitions and (2) HAProxy Community with Keepalived and Linux VRF. They are assessed across data plane isolation, management plane isolation, high availability, and operational characteristics; load-balancer takeover was measurable only for the open-source stack. Both approaches blocked all tested cross-tenant traffic through separate routing contexts and showed similar behaviour after pool-member failure. Their main difference is the management plane: F5 provides native partition-scoped administration, whereas the tested open-source stack requires additional controls. |
The Unnoticeable Effect of Using LLMs in Computer Science Education ABSTRACT. Large language models (LLMs) are increasingly used as on-demand assistants for software tasks, yet their educational value under everyday, unguided use remains uncertain. This study tests whether unrestricted LLM access improves beginners’ code comprehension. In a controlled classroom experiment, undergraduate novices practiced comprehension tasks in Python, SQL, and HTML/CSS either with unrestricted access to a public LLM or without AI support. Matched pre- and post-tests measured learning gains, with LLM access disabled during testing. Both groups improved modestly; however, mean gains did not differ significantly between conditions across languages, and effect sizes were small. The results indicate that LLM availability alone is insufficient to measurably improve novice code comprehension without instructional scaffolding, and they motivate governance and training approaches for sustainable AI-assisted information systems development. |
Measuring the adoption of artificial intelligence in seaports: a proposal for the AAIS indicator ABSTRACT. The utilisation of artificial intelligence (AI) is progressively becoming imperative for port managers. However, the extent of its implementation remains challenging to ascertain due to the absence of a universally adopted instrument within extant literature. The objective of the present article is to address the extant research gap by proposing a composite indicator with the capacity to determine the extent of AI implementation in ports. The conceptual framework of the article is predicated on an analysis of extant research, which indicates that the measurement of the degree of AI adoption should be a complex process, i.e. it should encompass multiple elements. The AI Adoption Index for Seaports (AAIS), as outlined in the article, has the potential to serve as a foundation for comparative analyses and the identification of implementation gaps in seaports. |
Modeling and prediction methods in discrete-time survival analysis using fuzzy techniques ABSTRACT. This paper presents a fuzzy relational approach to discrete-time survival analysis based on fuzzy relational inequalities for modeling and predicting hazard probabilities over time. The proposed method combines data fuzzification with interval-specific fuzzy relational models, providing both accurate prediction and an interpretable description of the relationships between predictors and the risk of failure. Three fuzzification methods (sigmoid, Gaussian, and Gaussian smoothing) and four t-norms (minimum, product, Lukasiewicz, and Fodor) were investigated. The proposed approach was evaluated on three benchmark datasets. The experimental results demonstrate that both the fuzzification method and the choice of t-norm affect prediction performance, with Gaussian smoothing and the Lukasiewicz t-norm providing the best overall results. The proposed framework offers a flexible and interpretable tool for discrete-time survival analysis, particularly for datasets characterized by uncertainty, gradual transitions, or nonlinear relationships. |
Explanation of Public Transport Delay Predictions ABSTRACT. This paper aims to analyse the interpretability of public transport delay predictions using post-hoc model interpretability methods. Using Gradient Boosted Machines and the Shapley Additive Explanations (SHAP) method, we identify the factors with the greatest impact on predicted delays. The results were presented as a list of the most important factors contributing to the delay, along with a spatial analysis of the results for individual public transport lines and the entire urban area. The tests were performed on monthly data from streamed localisations of public transportation means in the City of Warsaw, amounting to more than 66 million records. The proposed solution increases the transparency of predictive models and can support public transport operators in making operational and planning decisions. |
An MLOps Framework for Managing AI Components in Clinical Information Systems ABSTRACT. Clinical Decision Support Systems (CDSS) increasingly rely on AI components to support diagnostic processes. However, existing studies primarily focus on predictive performance, while lifecycle management, reproducibility, and operational aspects of AI deployment remain less explored. This paper proposes an MLOps-based framework for managing and evaluating AI-enabled decision services within clinical information systems. The framework integrates model versioning, experiment tracking, monitoring, and lifecycle management. As a proof-of-concept implementation, a compact Vision Transformer (ViT-like) architecture was applied to brain MRI classification. Experimental results demonstrate high predictive performance (99.31\% accuracy), stable training behavior, and operational feasibility of the proposed framework. The findings highlight the importance of evaluating AI components not only in terms of accuracy but also with respect to reproducibility, traceability, and operational feasibility. |
Dual-Criterion Anomaly Detection in Heterogeneous Medical Images Using Adversarial Autoencoders ABSTRACT. Medical anomaly detection is challenged by subtle pathologies, limited abnormal training samples, and modality heterogeneity. Reconstruction-based autoencoders are widely used in anomaly detection, but may fail when anomalous inputs are reconstructed too accurately. In this paper, we propose a dual-criterion anomaly detection approach that combines image-space reconstruction evidence with latent-space deviation, using Adversarial Autoencoders. The approach was validated on seven heterogeneous benchmark datasets covering 2D and 3D medical images. Comparative evaluation against alternative autoencoder variants showed that AAE achieved the strongest average performance, with an aggregate score of 0.723. These results support the use of adversarially regularized autoencoders as a suitable foundation for dual-criterion anomaly detection in heterogeneous medical images. |
Spatio-temporal imputation of missing air quality data using a hybrid GCN–KAN model ABSTRACT. Missing observations in air quality sensor networks can reduce the reliability of environmental monitoring systems. This paper proposes GCN-KAN, a hybrid model combining graph convolutional networks and Kolmogorov–Arnold Networks for PM data imputation by exploiting spatial and nonlinear temporal dependencies. Experiments conducted on multiple missing-data scenarios demonstrate improved reconstruction accuracy and robustness compared with baseline methods. |
Geographic Information System for Sustainable Cities: Assessing the „15-Minute City” Concept in Szczecin ABSTRACT. This study proposes a Geographic Information System (GIS)-based approach for assessing accessibility to urban facilities in the context of the “15-Minute City” concept. The study was related to the case of Szczecin (Poland). GIS network analysis was employed to generate 15-minute isochrones, enabling assessment of spatial accessibility to facilities across the study area. The analysis covered twelve types of facilities, grouped into three main categories: administration and retail, education, health. The results indicated a high concentration of facilities in the two central districts (on the left and right banks of the city), with lower densities in the outskirts. The findings also reveal discrepancies between the quantity and the diversity of services. Furthermore, the study demonstrates how GIS-based analytics can support the digital transformation of urban governance by providing data-driven accessibility assessments and spatial decision support. |
Reliability and Validity of LLM-Based Text Annotation ABSTRACT. Large language models (LLMs) are increasingly used to detect and evaluate sentiment in unstructured text. Configuring an LLM annotation pipeline requires researchers to make numerous design choices, raising the question of how sensitive annotation outputs are to these researcher degrees of freedom. This study investigates the reliability and validity of LLM annotations by systematically varying five pipeline parameters across four open-weight models, 150 multilingual hotel reviews, and six service quality attributes, producing over 61,000 annotation data points. Results show that annotations are highly reliable and largely insensitive to pipeline configuration, with internal consistency well above acceptability thresholds (Krippendorff’s α =0.839–0.944). Criterion validity is also high, with LLM composite scores correlating with external ratings at ρ = 0.816–0.874, significantly outperforming both VADER and multilingual BERT baselines. |
Reference Time Series as a Controlled Laboratory Environment for Testing Classical and Machine Learning Forecasting Algorithms ABSTRACT. A controlled laboratory environment is proposed for evaluating classical and machine-learning-based forecasting algorithms. The paper argues that conclusions drawn from real-world data may be systematically biased because the true data-generating structure is unknown. The study therefore constructs 15,768 reference time series with controlled length, noise, trend, seasonality and integer-valued structure. Eight forecasting methods are compared using RMSE and within-series rankings. Linear regression and ETS achieve the best overall accuracy, while Random Forest and XGBoost are competitive only in specific structural settings. The results show that algorithm selection should depend on identified demand characteristics rather than on aggregate benchmark accuracy alone. |
Designing Maintainable Hybrid Generative Systems: A Quantum-Inspired Approach to Automated Music Harmony Generation ABSTRACT. This paper presents the design and evaluation of a maintainable hybrid generative architecture for automated music harmony generation from melody. The proposed system combines quantum-inspired candidate exploration over overlapping melodic contexts with explicit rule-based optimization to balance generative flexibility and structural control. The architecture is evaluated using explicit and reproducible metrics covering structural coherence, functional agreement, harmonic similarity, and robustness. The results show that the proposed approach produces harmonizations that preserve tonal structure and cadential behavior while allowing multiple valid harmonic realizations. Furthermore, the optimization layer improves structural coherence, stability, and predictability without requiring a training corpus. The study demonstrates that transparent and controllable hybrid generative systems can be systematically designed and evaluated within the context of Information Systems Development. |
A CAVE-Based Virtual Reality Simulator for Closed-Ended Procedural Training of Engineering Students in Milling Machine Operation ABSTRACT. Training engineering students in correct machine operation procedures is challenging due to safety constraints, limited access to laboratory equipment, and the high cost of operating the equipment, especially in the event of user errors. While virtual reality (VR) is increasingly used in engineering education, many VR training systems emphasize open-ended interaction and visualization, offering limited support for enforcing procedural correctness. The paper presents a VR simulator for closed-ended procedural training of milling machine operation, developed for a CAVE-type (Cave Automatic Virtual Environment) installation. The simulator integrates a virtual milling machine, CNC (Computer Numerical Control) control terminal, tooling components, and instructional elements. Procedural correctness is enforced by dynamically constraining user interactions according to the active training scenario. A representative machine preparation scenario was implemented and evaluated through a user study conducted with eight students in the CAVE environment. The results indicate that the proposed approach is usable and perceived as beneficial for supporting structured procedural training in an immersive educational setting. |
The use of a CAVE-type VR system in research on the impact of colors on people with visual impairments ABSTRACT. This study investigates how different color combinations affect individuals under simulated visual impairments using virtual reality (VR). The experiment involved participants with normal vision as well as participants with minor visual disorders; however, all participants were treated uniformly and experienced simulated visual impairments within the CAVE-type (Cave Automatic Virtual Environment) installation. Participants performed everyday tasks under various color combinations, while task completion time was measured automatically from task initiation to completion. The study was conducted for architects to help them understand how different color combinations can affect the perception of the environment and the performance of everyday tasks by people with visual impairments. The results indicate that most of the color combinations do not provide measurable benefits (black-blue, black-yellow, green-white, redyellow), while the red-white color combination possibly retard task performance. |
Handless Interaction with Technology: Improving Fixation Point Estimate with Multi-MobileViT and Gaze Dynamics ABSTRACT. Identifying a fixation is a crucial step of an eye-tracking pipeline, especially for scenarios where a user might need to operate a device hands-free, either due to mobility impairments or because they are in a situation where manual operation is not feasible. However, distinguishing between a prolonged fixation and a random eye movement is often done arbitrarily, with fixed thresholds applied to the gaze points. Our work proposes a user-tailored fixation identification method, calculating the gaze's dispersion and velocity to effectively discriminate between fixations and saccades. To do so, a solid gaze estimation is needed: we fine tuned a multi-Mobile Vision Transformer model on the GazeCapture dataset, obtaining lower errors than the reference iTracker model. Finally, we adapted the standard 13-points calibration procedure to incorporate the computation of the dispersion and velocity of the gaze points based on the I-VT and I-DT algorithms, obtaining calibration errors as low as 0.51±0.12 cm. |
Human Users vs. LLMs: An Empirical Study of Requirements Elicitation for Creativity Enhancement App ABSTRACT. Requirements elicitation is a resource-intensive task that artificial intelligence (AI) can potentially streamline. This paper aims to compare large language model (LLM)-generated aggregated response distributions with requirements from human participants for an app designed to enhance creativity during training sessions. The exploratory research is based on: a questionnaire administered to human respondents, results from the same survey across LLMs - GPT, Gemini, Grok, Mistral, Claude; and a comparative analysis of results. The results show that LLMs can mimic preferences for minimalistic and intuitive interfaces. However, for more detailed aspects, differences emerge between human responses and LLM-generated aggregated response distributions. This study contributes to practice by demonstrating that LLMs can support the identification of general user preferences, but should not replace human users due to systematic biases. |
Advancing the Measurement of Big Data Quality in Web Sources ABSTRACT. The aim of this paper is to propose a framework addressing Big Data quality aspects in the context of Web data. The identified research gap, based on a review of existing literature, is that Big Data quality is typically evaluated using broad and general dimensions, such as data consistency, without providing detailed methodologies for measurement or specifying metrics suitable for continuous quality monitoring. This paper focuses on challenges identified in case studies involving the use of Web data, particularly in the context of large-scale web scraping, to derive information about enterprise characteristics. |
More Than Meets The Eye: An Automated Color Vision Deficiency Detection System For Patient Self-Monitoring PRESENTER: Maciej Laskowski ABSTRACT. Acquired color vision deficiencies may provide useful functional information in monitoring of various diseases. This paper presents a revised, more conservative architecture and baseline evaluation of the Interactive Detection of Color Vision Disorders (idCVD) system. While the current implementation of idCVD focuses on generating randomized color-pair decisions along protan, deutan, and tritan confusion axes and on recording both response correctness and time, in this paper a Bayesian adaptive layer is proposed for selecting subsequent stimuli according to expected information gain. This layer is treated as a design target rather than an empirically validated component. The evaluation covers 317 completed studies from 287 participants, producing 39,447 decision events. The observed trial-level accuracy was 97.79% with rare timeout responses (0.19%). Response time captured information not reducible to accuracy alone, proving that adding a Bayesian layer to the diagnostic methos forms a solid research agenda for clinically validated adaptive self-monitoring of color vision. |
From the set cover problem to the decision: minimizing patterns for knowledge representation in information systems ABSTRACT. This paper addresses three closely related optimization problems: the set cover problem, the decision rule length minimization problem, and the maximum rule length minimization problem within a complete system of decision rules. New algorithms for the set cover problem are proposed and applied to the decision rules domain. |
Enabling Reliable Legal Information Systems with LLMs and generative AI: A Structured Approach ABSTRACT. Generative artificial intelligence, particularly large language models (LLMs), offers significant potential for improving access to legal information and supporting decision-making. However, integrating these technologies into legal information systems introduces challenges related to reliability, explainability, jurisdictional constraints, and the temporal validity of legal knowledge. This paper examines these challenges and how they shape the architecture and functionality of legal information systems. To address them, we introduce JurisGraph, a conceptual model that captures structured legal knowledge. By combining structured representations of legal concepts and relationships with LLMs and retrieval-augmented generation, supported by multi-agent orchestration, such systems can improve the transparency, consistency, and trustworthiness of their outputs. The paper highlights the importance of combining unstructured generative capabilities with structured domain knowledge in the design of reliable AI-driven legal systems. |
Evaluating Prompt-Level Defenses Against Injection in Voice-Based LLM Systems ABSTRACT. This work analyzes the vulnerability of Large Language Models (LLMs) deployed in voice-based conversational systems. While most prior research focuses on text-based interfaces, less attention has been given to voice-based assistants, where user input is transcribed from speech and responses must conform to structured output constraints. We compare a simple, intuitively written prompt with a prompt engineered according to best practices identified in prior research. We also evaluate the impact of incorporating additional behavioral policies directly into the prompt. Our results show that increasing prompt template complexity significantly improves structured-output compliance and reduces injection attack success rates. For language-forcing attacks, the attack's success rate decreased from 56.7% for a simple prompt without policies to 14.2% for a complex prompt with embedded policies. However, some format-override attacks remain highly successful, highlighting the limitations of prompt-only defense mechanisms. |
AI Ethics Maturity Models: a Systematic Literature Review and Research Agenda ABSTRACT. In recent years, Artificial Intelligence (AI) has advanced rapidly, becoming a routine part of people's lives worldwide. Despite its many benefits, it has also been associated with negative incidents. In response, governments, international organizations, and companies have released documents outlining principles or guidelines for ethical AI. However, the literature also reports ongoing challenges in their practical implementation. In parallel, maturity models have also been developed to assess and guide the implementation of ethical requirements for the development and use of AI systems. This study presents a systematic literature review to understand the state of the art in maturity models focused on ethics in AI and to identify remaining gaps. We found and analyzed 10 such maturity models and concluded that none were sufficiently validated or comprehensive. These findings point to the need for further research on maturity models focused on AI Ethics. |
Contextual Effects of Emotionally Valenced Feedback Prompts on LLM Response Style: A Pilot Study ABSTRACT. Large language models (LLMs) are increasingly deployed in interactive settings where users provide feedback in natural language, often with an emotional component. This paper examines whether such feedback is associated with systematic changes in LLM outputs. Using 42 Polish prompts across six everyday domains and 20 additional feedback prompts, we compare responses from GPT-4o mini, Mistral Small 24B Instruct, and Phi-4 before and after emotionally valenced contextual prompting. We analyze response length, type-token ratio, syllables per word, and Jaccard similarity. A survey of 50 participants evaluates perceived changes in tone, structure, and usefulness. Results provide preliminary evidence that emotionally valenced feedback modulates verbosity and lexical diversity, and that human raters prefer output produced after feedback. We interpret these findings as behavioral modulation driven by context rather than adaptation at the parameter level and discuss implications for information systems design. |
Identifying Required Freelancers’ Skills: Insights from a Multi-country Study ABSTRACT. In the light of the growing popularity of the freelance market and numerous challenges posed by this fast-changing market, the current study aims to identify freelancers’ skills required on the market. In so doing, the study builds on the preliminary research conducted in multiple countries: Indonesia, Poland, Romania, Serbia, Spain, and Ukraine. During the study, semi-structured interviews have been conducted with professionals and companies operating on the freelancer market. The data analysis allowed us to identify the most important factors and areas for freelancers that require improvement. The analysis also allowed us to gain insight into the role of culture and socioeconomic development. The main findings illustrate the paramount role of freelancer’s personal attributes such as self-organization and assertiveness, and also suggest the growing importance of soft skills relative to the level of the country’s socioeconomic development. |
Hands-on AI Education with Humanoid Robots: A Platform for Teaching Local LLM-Based Speech Interfaces for Unitree G1 ABSTRACT. Robotics is currently developing dynamically, bringing the first commercial humanoid units to the market. One of the key functionalities of humanoid robots is verbal communication, resulting from their intended role in human interaction. The aim of this work is to design and evaluate the feasibility of implementing a local speech interface for a humanoid robot, operating without cloud services, with consideration of the target NVIDIA Jetson Orin platform. The paper presents a system based on open-source large language models, whose textual responses are converted into speech using built-in audio devices. The work focuses on implementation and validation in a test environment as a preparatory stage for deployment on the robot. The results confirm the feasibility of a local speech processing pipeline in a resource-constrained environment. The proposed solution serves as an educational platform for embedded AI systems. |
Analysis of the Efficiency of Polish Medical Terminology Recognition by Whisper ASR System Depending on the Selected Audio Codecs ABSTRACT. Telemedicine systems rely on AI-based Automatic Speech Recogniton (ASR) modules for clinical documentation, yet audio codec selection, a frequently overlooked infrastructure decision, can silently degrade transcription accuracy. Framed as a design science study, this work introduces a codec admissibility framework: a prescriptive Information Systems (IS) artefact that classifies audio codecs by their measured impact on Whisper large-v3 transcription of Polish medical speech. Using 2,000 annotated recordings across seven medical domains, we computed bootstrapped 95% confidence intervals for ΔWord Error Rate (WER) under three normalization strategies. AAC, MP3, Opus, and ADPCM cause no statistically significant degradation, while G.723, Speex, and the neural codec produce significant increases in ΔWER of up to 0.230 (95% bootstrapped Confidence Intervals (CI): [0.181, 0.230]) The resulting codec selection decision table provides concrete non-functional requirements for IS architects designing ASR-integrated telemedicine platforms. |
References to AI concepts within EU projects in years 2007-2025 ABSTRACT. The primary objective of the study was to analyse the connections between projects carried out under the three European Union framework programmes and concepts in the field of artificial intelligence. To address this problem, a method for identifying artificial intelligence concepts in project descriptions was developed. This method considers all concepts from the “Computer Science Ontology” that are related to artificial intelligence. The correspondence between AI concepts and project descriptions was determined using semantic similarity measures. The analysis covered all projects implemented between 2007 and 2025 as parts of FP7, Horizon 2020 and Horizon Europe frameworks (more than 80,000 projects). All analyses were conducted by the authors using Python programmes developed specifically for this study. |
CLI2me: AI-Enabled Command-Line Skills Training ABSTRACT. Practical command-line skills are essential in computing education, yet the ability to operate in AI-restricted, terminal-based environments remains underdeveloped by traditional teaching methods. This paper presents CLI2me, a command-line, text-based, and distraction-free educational system designed to promote documentation-driven, AI-assisted learning through structured, hands-on exercises in an isolated environment. Trainees solve tasks by consulting on-host manual pages within a personal virtual machine, and submit answers for automated evaluation inside a namespace-based sandbox. An AI feedback mechanism provides contextual explanations upon task completion, without interrupting the learning flow or requiring the trainee to leave the system. The system was deployed in a controlled academic environment, giving trainees full administrative access to their virtual machines, while the CLI2me session enforces a controlled, restricted and distraction-free environment. |
Adversarial Resilience and Performance of Unsupervised Anomaly Detection Models: A Comparative Analysis Using Masked Fast Gradient Sign Method ABSTRACT. As Network Intrusion Detection Systems (IDS) increasingly adopt unsupervised paradigms to detect zero-day threats, their vulnerability to adversarial evasion remains a critical security gap. We evaluate the robustness of three unsupervised models against a domain-restricted Masked FGSM attack, together with their inference latency. By enforcing categorical feature masks and discrete integer rounding, we craft protocol-valid adversarial samples. On UNSW-NB15 and CIC-IDS2017 all models prove susceptible, but the adversarially-learned latent space of the AnoGAN family can be more resilient than reconstruction-based Autoencoders; for the fast f-AnoGAN this advantage is strongly initialization-dependent, despite its inference time matching the Autoencoder, which was the most performant. These preliminary results suggest f-AnoGAN is a promising but unstable candidate for Network Intrusion Detection Systems and Next-Generation Firewalls. |
Investigating Stakeholders in ICT-supported Active and Healthy Ageing: Learning from Polish and Swedish Seniors ABSTRACT. This study explores the stakeholders and their roles in ICT-supported active and healthy ageing (AHA) from the perspective of seniors. The study builds on 60 in-depth interviews with seniors in Poland and Sweden and employs analysis considering differences in socioeconomic context. Our preliminary findings revealed seventeen stakeholders that were categorized into four domains related to social network, care system, information technology, and institutions and organizations. Compared with prior research, the study provides a more nuanced understanding of the AHA ecosystem. Our findings also suggest that as socioeconomic development increases, the role and awareness of technology might grow, while the importance of people remains unchangeably high. |
GIS based analysis for bus stop accessibility assessment in example European city– the case of service provision for older adults ABSTRACT. This paper presents a preliminary GIS-based analysis of public transport accessibility with a focus on older adults in a mid-sized European city, using Greifswald as a case study. The study applies network-based methods, including walking-time and walking-distance isochrones, to assess access to bus stops in relation to the spatial distribution of residents aged 65 and over. Results indicate generally good coverage, with most residential areas accessible within a 5-minute walk or 300–600 meters distance. However, specific gaps in service provision were identified, particularly in peripheral seaside areas. The findings highlight the usefulness of GIS tools for identifying accessibility inequalities and supporting data-driven improvements in public transport planning for aging populations. |
Generative Artificial Intelligence in Information Systems: Adoption and Perceived Risk: Findings from a Regional Study in Poland ABSTRACT. The dynamic development of generative artificial intelligence (Gen AI) is increasingly influencing information systems and user interactions with digital technologies. However, despite the growing availability of these tools, the extent of their practical use and associated risk perception remains unclear. This paper aims to analyse the adoption and use of generative artificial intelligence, as well as perceived risks, based on a quantitative survey of 429 participants at a regional job fair in the West Pomeranian Voivodeship, Poland. The findings indicate a high level of awareness of Gen AI, accompanied by a clear difference between private and professional use. While it is widely used in everyday activities, its application in professional environments remains limited. At the same time, most respondents perceive risks related to its development and express a need for further education. From an information systems perspective, the results highlight the importance of aligning AI-based solutions with users’ knowledge, trust, and risk perception, as these factors may influence their further development and implementation. |
Parallel e-Fold Halving Grid Search Method for Hyperparameter Optimization of Tree-based Models ABSTRACT. Hyperparameter optimization (HPO) for tree-based machine learning models remains computationally expensive due to exhaustive search and repeated cross-validation. This paper proposes a parallel e-fold Halving Grid Search (e-fold HGS) framework that integrates successive halving, adaptive e-fold cross-validation, and parallel execution to reduce evaluation cost. Experiments conducted with Random Forest and XGboost on six benchmark datasets show that e-fold HGS achieves statistically equivalent predictive performance to exhaustive Grid Search and original HGS, with all performance differences falling within overlapping 95% confidence intervals. At the same time, e-fold HGS delivers a substantial reduction in average execution time, achieving up to 37.5% and 46.64% in Random Forest and XGboost, respectively, with statistically significant improvements observed across the six datasets. These results demonstrate that e-fold HGS provides an efficient alternative for hyperparameter optimization without compromising predictive accuracy. |
The Application of AI in Variable Cost Budgeting in SMEs: An Experiment Using ChatGPT and Spreadsheets ABSTRACT. This study analyses the potential applications of artificial intelligence in supporting variable cost budgeting in small and medium-sized enterprises using spreadsheet-based systems. An exploratory experimental approach was adopted in the study to assess whether an AI tool can derive mathematical functions that accurately reflect the relationship between variable costs and quantity, considering various patterns of cost variability. The results of the study indicate that the quadratic functions generated by AI exhibit varying degree of fit, suggesting their potential usefulness in budgeting processes. AI has the potential to reduce the labour intensity and improve the responsiveness of budgeting; however, its results require careful validation prior to implementation. |
Longitudinal Trend Analysis of Data Science, Analytics and AI Skills in Job Ads ABSTRACT. The dynamic nature of skill requirements poses challenges for educators, job seekers, policymakers, and employers. Advancements in AI hinder the timely tracking of skill needs and the forecasting of future trends. This study analyzes the evolution of skill demands using job advertisements from 2021 onward for data science, analytics, and AI roles in Poland. For AI roles, the findings indicate a rapid rise in LLM and Generative AI skills, along with a shift from model-centric work to system-level AI integration, architectures, APIs, and workflows within organizational information systems. Across data and analytics professions, the persistence of core competencies such as Python and data infrastructure suggests that foundational technical skills remain stable, with AI complementing existing capabilities. The decreasing emphasis on GDPR, security, and data quality in some professions raises concerns. The study provides insights and skill-frequency data to support curriculum development, workforce planning, and future research on AI-driven labor-market transformation. |
Simulation of a Fixed-Magnitude Data Poisoning Attack in a Federated Learning Distributed Model ABSTRACT. The abstract summarizes a Proof of Concept (PoC) of measuring the impact of stealth data poisoning with a fixed magnitude on a federated machine learning model. The model is created in Tensorflow Lite and is used to predict the strength of the mobile network. It operates on four physical mobile devices running the Android operating system, each representing a different mobile network. The experiment demonstrates the hardware and software setup (including limitations applied), initial results of accuracy and loss measurements, and indicates potential improvements for the future. |
From Generative Co-Design to Agentic Co-Delivery: A Conceptual Framework for Managing AI Process Debt in Scrum ABSTRACT. Earlier pilot work on Scrum teams using AI-assisted HCI design reported that generative co-design tools compress sprint feedback loops but introduce a hidden cost “AI process debt” that slows later iterations when model opacity is left unmanaged. That study proposed two lightweight practices (a daily model-state check and an explainability-extended Definition of Done) without formalising them. This poster offers a conceptual extension rather than new empirical data. Recent quantitative work on process debt in agile teams by Gustavsson et al. provides the missing empirical anchor, and the rise of agentic AI coding assistants amplifies rather than replaces the opacity problem identified for generative prototyping. We consolidate both safeguards into a single framework, AID-Scrum (AI-Debt-aware Scrum), built from four interlocking artefacts: an AI Process Debt Ledger, a model-state traffic-light protocol for Daily Scrum, an XAI-extended Definition of Done, and a five-level maturity model. We close with five falsifiable propositions to guide empirical validation. The contribution is a research agenda and a set of ready-to-pilot artefacts for Scrum teams moving from generative co-design to agentic co-delivery. |
On the Dual Nature of Sinusoidal Rough Inclusion Classifiers: From Structural Immunity to Parametric Optimization ABSTRACT. This paper studies sinusoidal modulation in rough inclusion classifiers. Attribute contributions are controlled by three interpretable parameters: amplitude, period, and vertical shift. The revised formulation normalizes the sinusoidal phase with respect to the number of attributes, making the period parameter directly interpretable. Experiments on five benchmark datasets with MCCV-10 validation show that random sinusoidal perturbations usually preserve baseline behavior, while targeted tuning improves balanced accuracy. |