Boosting Long-Context Information Seeking via Query-Guided Activation Refilling
"Boosting Long-Context Information Seeking via Query-Guided Activation Refilling" addresses the challenge of efficiently processing long texts in information retrieval tasks using Large Language Models (LLMs).
This study overcomes the limitations of LLMs’ native context window and the computational burden from large-scale key-value (KV) activations.
Specifically, it proposes a novel Query-Guided Activation Refilling (ACRE) method to dynamically meet query-driven information needs in long-context information retrieval tasks.
By combining a two-layer KV cache with a query-guided refilling mechanism, it effectively leverages both global information and query-specific local details, resolving shortcomings of previous approaches.
Key novelties of this work include:
Important contributions are:
These findings show the method’s effectiveness in enhancing efficiency and performance for long-context information retrieval.
Additionally, ACRE is expected to play a significant role in specialized fields requiring expert knowledge, such as finance, law, and healthcare.
2025-08-08
This paper proposes a novel method, "Desiview," for automatically identifying desirable review comments (DRC) that lead to code changes in code reviews. By constructing a high-quality dataset using Desiview and fine-tuning and aligning the LLaMA model, we demonstrate a significant improvement in DRC generation capability. This approach is expected to greatly contribute to code review automation and software development support.
2025-08-08
This paper proposes a hybrid Top-k recommendation system that combines traditional recommendation methods with large language models (LLMs). Users are categorized as "active users" and "weak users," with LLMs employed to improve recommendation accuracy and fairness for the latter group. At the same time, the model controls LLM computational costs to ensure practical feasibility.
2025-08-09
Rork is an AI tool that generates native mobile apps from natural language descriptions and supports building and deploying them to the App Store and Google Play. In this article, we share the process and impressions from inputting the requirements of a home life management app into Rork and testing the flow from "generation → functional check → store preparation."