ASE 2025
Sun 16 - Thu 20 November 2025 Seoul, South Korea

This program is tentative and subject to change.

Modern code generation tools, powered by Large Language Models (LLMs), typically rely on file-level context and often ignore structural information and dependencies distributed across an entire code repository. This limitation leads to inaccurate code suggestions, especially in real-world projects where cross-file relationships are important. To address this gap, we propose a graph-based Retrieval-Augmented Code Generation (GRACG) framework that leverages repository-level context. Our approach models the repository as a heterogeneous graph of files, classes, and functions. A Graph Neural Network (GNN) is used to generate node embeddings that incorporate information from connected nodes. These embeddings are precomputed and serve as an efficient index, allowing us to retrieve context for user queries without re-running the GNN. Retrieved nodes are then used to construct prompts for LLMs to perform repositoryaware function generation. We evaluate retrieval performance on a benchmark where the goal is to identify functions likely to be called based on a natural language description. For end-toend evaluation, we use pass@k, which measures the percentage of tasks where at least one of the top-k generated solutions passes the associated test cases. Our results show that graphbased retrieval outperforms classical methods, highlighting it as a promising direction for future research. However, in terms of end to-end code generation, we did not observe significant improvements in the metrics, even when using target-relevant functions. Importantly, the modular nature of our framework also makes it suitable as a building block in multi-agent settings, where specialized components for retrieval, generation, and verification can collaborate around repository-level knowledge.

This program is tentative and subject to change.

Sun 16 Nov

Displayed time zone: Seoul change

11:00 - 12:00
Session 2: Retrieval-Augmented Intelligence and Code GenerationMAS-GAIN at Grand Hall 6
Chair(s): Vittoriano Muttillo University of Teramo
11:00
20m
Full-paper
Multi-Agent Systems for Improved Information Retrieval - Leveraging Autonomous Agents and LLM Models
MAS-GAIN
Aneta Poniszewska-Maranda Institute of Information Technology, Lodz University of Technology, Maciej Kopa Lodz University of Technology, Bozena Borowska Institute of Information Technology, Lodz University of Technology
11:20
20m
Full-paper
GRACG: Graph Retrieval Augmented Code Generation
MAS-GAIN
Konstantin Fedorov Innopolis University, Boris Zarubin Innopolis University, Vladimir Ivanov
11:40
15m
Short-paper
Bridging the Prototype-Production Gap: A Multi-Agent System for Notebooks Transformation
MAS-GAIN
Hanya Elhashemy Siemens AG, Youssef Lotfy Technical University of Munich (TUM) / Siemens AG, Yongjian Tang Siemens AG, Germany