Papers by Yingli Zhang
RepoAgent: An LLM-Powered Open-Source Framework for Repository-level Code Documentation Generation (2024.emnlp-demo)
Copied to clipboard
Qinyu Luo, Yining Ye, Shihao Liang, Zhong Zhang, Yujia Qin, Yaxi Lu, Yesai Wu, Xin Cong, Yankai Lin, Yingli Zhang, Xiaoyin Che, Zhiyuan Liu, Maosong Sun
| Challenge: | Xia et al., 2018) demonstrate that a large language model can generate and maintain high-quality code documentation. |
| Approach: | They propose a large language model powered open-source framework for generating, maintaining, and updating code documentation. |
| Outcome: | The proposed framework generates high-quality documentation for the entire project. |
LiCoMemory: Lightweight and Cognitive Agentic Memory for Efficient Long-Term Reasoning (2026.findings-acl)
Copied to clipboard
Zhengjun Huang, Zhoujin Tian, Qintian Guo, Fangyuan Zhang, Yingli Zhou, Di Jiang, Zeying Xie, Xiaofang Zhou
| Challenge: | Large Language Models are constrained by limited context windows and lack of persistent memory . recent efforts address these limitations via external memory architectures . |
| Approach: | They propose an end-to-end agentic memory framework for real-time updating and retrieval that integrates hierarchical and temporal indexing layers. |
| Outcome: | The proposed framework outperforms established benchmarks in temporal reasoning, multi-session consistency, and retrieval efficiency. |
Breaking the Static Graph: Context-Aware Traversal for Graph-Based RAG (2026.findings-acl)
Copied to clipboard
| Challenge: | Recent advances in RAG focus on capturing multi-hop dependencies, but static Graphs fail to retrieve complete evidence chain. |
| Approach: | They propose a structure-aware approach to capture multi-hop dependencies using Knowledge Graphs and Personalized PageRank to capture semantic drift. |
| Outcome: | Experiments show that CatRAG outperforms state-of-the-art approaches . the proposed approach achieves substantial improvements in reasoning completeness . |