>szia.ai_
About
The >szia.ai_ blog is a resource for leaders executing AI transformation and service augmentation projects. It is also written for anyone who wants to understand how AI actually works and what to realistically expect from it. For me, writing here is a way to explore new concepts and deepen my understanding of the many connected areas in this field.
I write this as a data science leader specializing in applied Generative AI. My focus is on moving beyond "out-of-the-box" applications to build fast, reliable, and accurate enterprise solutions - often by customizing models with graph theory and traditional data science methods.
Marton Szel (<<X>>, <<LinkedIn>>)
Project Highlights
08
[ 2025, Singapore] Agentic Applications for Interactive Analytics

Talk to Your Data systems enable users to query databases and documents via natural language, delivering context-aware answers ranging from raw stats to PowerPoint-ready summaries. Acting as an intelligent partner, it guides analysts through end-to-end investigations, suggesting next steps and uncovering deep connections. Under the hood, it utilizes a knowledge graph with a novel retrieval method to deliver exceptional accuracy.
Promptable Feedback Segmentation introduces a novel approach to classifying free-text comments by projecting embeddings into custom spaces based on natural language prompts. Users simply describe how they want the data separated, and the system delivers instant clustering that can be iteratively refined with further instructions.
07
[ 2024/25, Singapore] LynxScribe: A Flexible Framework for Enterprise-Grade GenAI

Participation in building LynxScribe, a modular toolkit for creating enterprise GenAI applications from reusable building blocks. The framework was designed for easy integration into existing enterprise environments and daily workflows, with full compatibility across clouds, services, and on-prem LLMs.
It enables high customizability per use case to improve accuracy, and provides plug-and-play components for chatbots, RAG pipelines, agent workflows, and orchestration layers - with support for fast LLM switching and private hosting. A trainable Graph RAG memory underpins most applications, enhancing response quality and ensuring more reliable, context-aware outputs.
06
[ 2023/24, Singapore] Generative AI for Mathematical Theorem Proving

Participation in developing reasoning systems using large language models and hybrid intelligent methods, including graph-based approaches, to assist in formalized mathematical theorem proving. Multiple strategies were explored to help LLMs navigate formal proofs: step-by-step proof generation, heuristic guidance, integration with search and reinforcement learning loops, and the creation of synthetic training data to enhance performance.
The work examined how generative AI can support symbolic reasoning - not only by identifying valid proof steps, but also by uncovering novel problem-solving approaches. Challenges included selecting theorems that open pathways for further work (e.g., Erdős-style problems) and addressing the demands of formalizing problems themselves. [picture source]
05
[ 2023/24, Singapore] Graph RAG for Multi Document Retrieval

Developed a graph-based Retrieval-Augmented Generation (RAG) system where document chunks form nodes and trainable edges propagate similarity across the graph. This structure retrieves all relevant documents with fewer queries, outperforming standard embedding-only RAG systems.
The first version was presented at the NVIDIA GTC 2024 RAG Special Event and deployed in copilot chatbots that learned from agent feedback to refine retrievals. This reduced average response times from six minutes to one while achieving >80% acceptance of answers without modification - a strong benchmark in 2023. The latest iteration integrates ontology-based connections and artificial nodes generated by LLMs, significantly improving multi-document reasoning on benchmarks like MultiHopRAG (~2,500 questions, 609 documents).
04
[ 2021/22, China & Global] Assortment Optimization for a Global Fashion Retailer

Developed an assortment optimization framework for a global fashion retailer to maximize store-level revenue within each market. Historical data and external sources were combined to model customer behavior and location context, capturing factors like weather patterns, luxury-brand clustering in premium malls, and the distinct shopping dynamics of city-edge outlets. These inputs shaped "store fingerprints" that guided assortment decisions and enabled accurate sales predictions even for products not previously stocked in a given store.
The optimization balanced multiple business constraints, such as limiting the number of assortments and ensuring minimum sales thresholds, while accounting for cross-product effects and addressing challenges in measuring performance during COVID recovery. The approach was first deployed in Chinese stores and later extended to US and EU markets following its success.
03
[ 2018, Germany] Fibre Network Extension Design with AlphaGo-Inspired Algorithms

Participation in developing an optimization framework for fibre network extension in Germany, targeting maximum expected revenue from new household connections while minimizing deployment costs. The problem was formalized as a Prize-Collecting Steiner Tree on a road network graph, with nodes representing intersections and edges representing streets with associated costs.
Early experiments applied Monte Carlo Tree Search (MCTS) techniques inspired by AlphaGo to explore the solution space. This was later replaced by a more effective dual ascent branch-and-bound method, introduced into LynxKite (the graph analytics tool of Lynx) as a new graph optimization function. Business constraints, such as clustering extensions to enable cost-effective equipment and team deployment, were incorporated into the design.
02
[ 2016, Hong Kong] Clustering SIM Cards into Households Using Graphs

Participation in developing graph-based algorithms to cluster SIM cards into single customer and household views for a telecom provider. Positive and negative edges were constructed to model relationships between MSISDNs, devices, and services - capturing links such as shared addresses, common night locations, frequent co-location patterns, and calling behaviors, while excluding impossible connections (e.g., simultaneous activity in different locations or self-calls).
The approach combined behavioral, geographic, and registration data to infer relationships ranging from individual customers to multi-generational households. An optimization process on the resulting graph refined these clusters, balancing weak and strong signals to produce the most probable groupings.
01
[ 2013/14, Hungary] Graph Models for VAT Fraud Detection
