paper-with-me

Papers

Evolve: A Persistent Knowledge Lifecycle for Small Language Models

2026-04-25 · Dikran Hovagimian arxiv

Evolve pairs a small local language model with a persistent, teacher-compiled knowledge store -- refined through sleep consolidation and usage-driven refresh -- to deliver substantial accuracy gains over the model's parametric baseline while amortizing teacher costs through cross-query knowledge reuse. Rather than retrieving document fragments at query time, Evolve constructs a store of semantically coherent sections compiled by teacher models at natural conceptual boundaries; new sections are staged on acquisition, consolidated offline through teacher-mediated merging, and refreshed inline when expired. A 2B-parameter local model handles classification and generation; large teacher models are invoked only for knowledge operations. Across 750 benchmark queries spanning custom specialist questions, NaturalQuestions, and TriviaQA, the 2B model augmented by Evolve improves from 20-33% baseline accuracy to 60-84% (+40-52pp) while reducing teacher invocations by over 50% through reuse. Post-consolidation compresses the knowledge store by 31-33.5% across three independent benchmarks while preserving accuracy; section-based retrieval outperforms chunk-based retrieval by 5-9pp across every lifecycle condition. The architecture supports two generation modes over the same lifecycle -- suppress (strict section-only grounding, auditable) and augment (section-supplemented responses).

📄 PDF Abstract BibTeX arXiv:2604.23424

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AutoSci: A Memory-Centric Agentic System for the Full Scientific Research Lifecycle

2026-05-29 · Weitong Qian, Beicheng Xu, Zhongao Xie, Bowen Fan 외 arxiv

Scientific research has traditionally been human-intensive, requiring researchers to coordinate literature, ideas, experiments, manuscripts, and review responses across long project cycles. The rise of LLM-based scientif…

Practice Makes Unsafe: Skill Misevolution in Self-Improving LLM Agents

2026-08-13 · Xutao Mao, Liangjie Zhao, Xiang Zheng, Cong Wang arxiv

Self-improving LLM agents convert successful trajectories into persistent cross-task state. An unsafe success can thereby become reusable policy after its triggering input disappears. Skill evolution makes this failure m…

Skillware: A Software Ontology and Engineering Lifecycle for Persistent Behavioral Artifacts

2026-07-21 · Haodi Fan, Zucong Lan arxiv

Agent Skills have become persistent behavioral artifacts across independent AI agent systems. They combine natural-language task specifications with metadata and optional references, scripts, assets, hooks, package manif…

The Violation Situation Pattern: A Knowledge-Graph Pattern for Compliance Violations

2026-06-02 · Nima Kamali Lassem, Fuqi Song, Seyid Amjad Ali arxiv

Compliance pipelines detect violations as transient query results and do not keep the violation itself as a persistent graph object with review state, affected entities, or audit history. The Violation Situation Pattern …

WikiSkill: Compiling Agent Experience into Persistent Knowledge for Skill Evolution

2026-08-27 · Liyan Tang, Cyrus Rashtchian, Chun-Sung Ferng, Andrew Tomkins 외 hf

Agent skills package specialized knowledge and workflows into reusable resources that extend AI agent capabilities. Recent work automatically discovers such skills from agent experience, which enables agents to progressi…