Skip to content

Author

Zhichao Hu

4 papers indexed here

We haven’t gathered this author’s papers yet. Follow them and we’ll fetch their work.

Not the right person? Other researchers publish under this name.

Preprint Aug 2026

RepoProbe: Benchmarking Architecture-Aware Repository Comprehension with Checklists

The integration of Large Language Models (LLMs) into software engineering has shifted the focus from function-level generation to repository-scale assistance. However, existing benchmarks largely rely on bug reports from GitHub Issues, which often allow models to bypass genuine understanding via pattern matching on error logs. This misalignment under-measures Edit Bias, which refers to premature generation, where models prematurely propose code modifications instead of understanding the existing repository architecture. Furthermore, current LLM-as-a-Judge scalar scoring suffers from high variance and low interpretability. This work introduces RepoProbe, a novel benchmark for evaluating repository-level code understanding through open-ended Q&A using GitHub Discussions, which focuses on open-ended architectural inquiries rather than defect reporting. To ensure rigorous evaluation, we propose a Checklist-Based Verification Protocol that decomposes answers into atomic, verifiable facts, thereby replacing subjective ratings with objective verification. Our evaluation of state-of-the-art (SOTA) LLMs reveals a persistent gap between high clarity and evidencegrounded technical correctness. It also quantitatively confirms the prevalence of edit bias, in which models prioritize code generation instead of architectural analysis. Finally, we demonstrate that our verification protocol significantly improves evaluation reliability compared to traditional evaluations with scalar scoring.

Yue Yang, Alyssa Wu, Ji Luo et al. · 0 citations
Preprint Aug 2026

Skill-Use: Can LLMs Actually Use Skills in Agentic Harnesses?

Large language model (LLM) agents increasingly rely on skills, structured documents that specify when to act, which procedure to follow, and which tools are allowed. Existing evaluations mostly judge the quality of a skill or its contribution to task success, leaving unexamined whether an agent can recognize a relevant skill and apply it on its own. We introduce Skill-Use, a benchmark that evaluates skill use under progressive disclosure, where an agent sees only a skill's name and short description and must retrieve the full procedure before following it. Skill-Use separates three facets of skill use. Trigger measures whether the agent invokes the relevant skill, Compliance measures how faithfully it follows the prescribed procedure, and Boundary measures whether it avoids forbidden operations. A Skill-Use (SU) score combines the three and credits execution only after the skill is triggered. Skill-Use pairs 79 real skills with 177 executable tasks across nine domains, each grounded in real files, run in an isolated Docker sandbox, and scored by a trajectory-based rubric. Evaluating eight LLMs under two agent harnesses, we find that reliable skill use remains out of reach, as the strongest configuration reaches an SU of only 0.613. Triggering and procedural compliance fail as independent bottlenecks, and both scores and model rankings shift with the harness, so skill use behaves as a capability conditioned on the harness rather than a fixed property of the model.

Jinyi Han, Yuanjian Xu, Ying Liao et al. · 1 citation
Aug 2026

Quantitative diagnosis of internal short circuits in lithium-ion batteries based on terminal voltage during the charging stage

Internal short-circuit (ISC) faults in lithium-ion batteries shorten service life and may cause severe safety issues such as thermal runaway. Therefore, this study proposes a purely data-driven method based on terminal voltage during charging. The analysis focuses on the stable mid-to-late stage of low-rate constant-current charging. Multiple discrete time instants within 4200 s–6000 s are selected, and the voltage difference between them is used as the diagnostic feature. A random forest (RF) model is developed, trained, and validated. To improve performance, Bayesian optimization tunes RF hyperparameters, and particle swarm optimization is applied for feature selection. Diagnostic thresholds are established based on model outputs to enable ISC fault identification and prediction. Support vector regression and Gaussian process regression are used for comparison. Results show that the optimized RF model achieves a mean relative error of 4.254%, a root mean square error of 32.688 Ω, and a coefficient of determination (R2) of 98.42%, significantly outperforming the comparison methods.

S. Duan, Yizhen Qu, Ye Liu et al. · 0 citations
Preprint Aug 2026

TRAJDEBUG: Tracing Error Lifecycle to Identify Critical Failures in Long-Horizon Agent Trajectories

TrajDebug is proposed, an error-lifecycle tracing framework that addresses long-trajectory error discovery with multi-granularity history compression and evidence-based error identification, and supports critical attribution by tracing each error's resolution status and terminal impact.

Yunjia Qi, Zehua Yin, Xin Shi et al. · 1 citation