7 papers
From Similarity to Structure: Training-free LLM Context Compression with Hybrid Graph Priors
Yitian Zhou, Chaoning Zhang, Jiaquan Zhang +6
Long-context large language models remain computationally expensive to run and often fail to reliably process very long inputs, which makes context compression an important compone…
Small Language Model Helps Resolve Semantic Ambiguity of LLM Prompt
Zhenzhen Huang, Chaoning Zhang, Fachrina Dewi Puspitasari +4
Large language models (LLMs) are increasingly utilized in various complex reasoning tasks due to their excellent instruction following capability. However, the model's performance…
Lightweight LLM Agent Memory with Small Language Models
Jiaquan Zhang, Chaoning Zhang, Shuxu Chen +9
Although LLM agents can leverage tools for complex tasks, they still need memory to maintain cross-turn consistency and accumulate reusable information in long-horizon interactions…
Dual-Enhancement Product Bundling: Bridging Interactive Graph and Large Language Model
Zhe Huang, Peng Wang, Yan Zheng +2
Product bundling boosts e-commerce revenue by recommending complementary item combinations. However, existing methods face two critical challenges: (1) collaborative filtering appr…
Transforming External Knowledge into Triplets for Enhanced Retrieval in RAG of LLMs
Xudong Wang, Chaoning Zhang, Qigan Sun +7
Retrieval-Augmented Generation (RAG) mitigates hallucination in large language models (LLMs) by incorporating external knowledge during generation. However, the effectiveness of RA…
TDA-RC: Task-Driven Alignment for Knowledge-Based Reasoning Chains in Large Language Models
Jiaquan Zhang, Qigan Sun, Chaoning Zhang +11
Enhancing the reasoning capability of large language models (LLMs) remains a core challenge in natural language processing. The Chain-of-Thought (CoT) paradigm dominates practical…