collaborators

14 papers

cs.SE2026

Cascaded Code Editing: Large-Small Model Collaboration for Effective and Efficient Code Editing

Chaozheng Wang, Zezhou Yang, Shuzheng Gao +7

Code editing constitutes a fundamental practice in software development, wherein developers modify existing codebases according to natural language requirements. Accurate code edit…

cs.SE2026

TypeScript Repository Indexing for Code Agent Retrieval

Junsong Pu, Yichen Li, Zhuangbin Chen

Graph-based code indexing can improve context retrieval for LLM-based code agents by preserving call chains and dependency relationships that keyword search and similarity retrieva…

cs.CR2026

Understanding Secret Leakage Risks in Code LLMs: A Tokenization Perspective

Meifang Chen, Zhe Yang, Huang Nianchen +4

Code secrets are sensitive assets for software developers, and their leakage poses significant cybersecurity risks. While the rapid development of AI code assistants powered by Cod…

cs.SE2026

Automated Logging Is Language-Sensitive: A Multilingual Benchmark and Empirical Study of LLMs

Renyi Zhong, Yichen Li, Yulun Wu +3

Logging statements are central to debugging, failure diagnosis, and production observability, yet writing them requires developers to decide where to place a logging statement, whi…

cs.SE2025

AutoLogger: A Multi-Agent Framework for the End-to-End Automated Logging

Renyi Zhong, Yintong Huo, Wenwei Gu +2

Software logging is critical for system observability, yet developers face a dual crisis of costly overlogging and risky underlogging. Existing automated logging tools often overlo…

cs.SE2025

Trace Sampling 2.0: Code Knowledge Enhanced Span-level Sampling for Distributed Tracing

Yulun Wu, Guangba Yu, Zhihan Jiang +2

Distributed tracing is an essential diagnostic tool in microservice systems, but the sheer volume of traces places a significant burden on backend storage. A common approach to mit…