1 citations · 1 across the 3 of their papers we have counts for
7 papers
Zero-Mem: Zero-Token Memory Operations for LLM Agents
Yilin Xiao, Zhehan Zhu, Yujing Zhang +8
LLM agents need memory to act consistently over long interactions, yet many systems use additional LLM calls to operate that memory. Generating intermediate records and mediating t…
ErrorLLM: Modeling SQL Errors for Text-to-SQL Refinement
Zijin Hong, Hao Chen, Zheng Yuan +6
Despite the remarkable performance of large language models (LLMs) in text-to-SQL (SQL generation), correctly producing SQL queries remains challenging during initial generation. T…
Tool Retrieval Bridge: Aligning Vague Instructions with Retriever Preferences via Bridge Model
Kunfeng Chen, Luyao Zhuang, Fei Liao +3
Tool learning has emerged as a promising paradigm for large language models (LLMs) to address real-world challenges. Due to the extensive and irregularly updated number of tools, t…
Graph-based Agent Memory: Taxonomy, Techniques, and Applications
Chang Yang, Chuang Zhou, Yilin Xiao +15
Memory emerges as the core module in the Large Language Model (LLM)-based agents for long-horizon complex tasks (e.g., multi-turn dialogue, game playing, scientific discovery), whe…
LoSemB: Logic-Guided Semantic Bridging for Inductive Tool Retrieval
Luyao Zhuang, Qinggang Zhang, Huachi Zhou +2
Tool learning has emerged as a promising paradigm for large language models (LLMs) to solve many real-world tasks. Nonetheless, with the tool repository rapidly expanding, it is im…
LinearRAG: Linear Graph Retrieval Augmented Generation on Large-scale Corpora
Luyao Zhuang, Shengyuan Chen, Yilin Xiao +5
Retrieval-Augmented Generation (RAG) is widely used to mitigate hallucinations of Large Language Models (LLMs) by leveraging external knowledge. While effective for simple queries,…