English(EN)Search-E1: Self-Distillation Drives Self-Evolution in Search-Augmented Reasoning
AI代理通过新框架获得高级推理和个性化能力
作者PulseAugur 编辑部·[8 个来源]·
研究人员开发了两个新颖的框架,用于增强AI代理在信息检索和推理方面的能力。第一个框架SPARK利用协调的基于角色的LLM代理,通过在定义的角色空间中对用户需求进行建模,提供特定任务的检索和涌现的个性化。第二个框架LLM-Wiki通过将外部知识构建成一个自我进化的Wiki格式来操作“检索即推理”范式,使代理能够比传统的RAG系统更有效地搜索、阅读和遍历信息。
AI
arXiv:2605.27361v1 Announce Type: new Abstract: Modern retrieval agents expose many configuration choices -- LLM, retriever, number of documents, number of hops, and synthesis strategy -- each shaping both answer quality and serving cost. Today, these pipelines are typically hand…
Modern retrieval agents expose many configuration choices -- LLM, retriever, number of documents, number of hops, and synthesis strategy -- each shaping both answer quality and serving cost. Today, these pipelines are typically hand-tuned once per workload, leaving substantial pe…
Recent advances in RAG have shifted toward an agentic paradigm, where LLMs interact with retrieval systems over multiple turns and iteratively refine queries based on intermediate results. At the same time, LLMs have demonstrated a strong ability to construct structured queries t…
arXiv cs.AI
TIER_1English(EN)·Gaurab Chhetri, Subasish Das, Tausif Islam Chowdhury·
arXiv:2512.24008v3 Announce Type: replace Abstract: Personalized search demands the ability to model users' evolving, multi-dimensional information needs; a challenge for systems constrained by static profiles or monolithic retrieval pipelines. We present SPARK (Search Personaliz…
arXiv:2605.25480v1 Announce Type: new Abstract: LLM agents require retrieval to behave less like one-shot context fetching and more like reasoning: searching, reading, traversing, and deciding when evidence is sufficient. However, Retrieval-Augmented Generation (RAG) typically or…
LLM agents require retrieval to behave less like one-shot context fetching and more like reasoning: searching, reading, traversing, and deciding when evidence is sufficient. However, Retrieval-Augmented Generation (RAG) typically organizes external knowledge as flat chunks retrie…
Post-training has become the dominant recipe for turning a language model into a competent search-augmented reasoning agent. A line of recent work pushes its performance further by adding elaborate machinery on top of this standard pipeline. These augmentations import external su…