PulseAugur
实时 07:12:18
English(EN) Search-E1: Self-Distillation Drives Self-Evolution in Search-Augmented Reasoning

AI代理通过新框架获得高级推理和个性化能力

研究人员开发了两个新颖的框架,用于增强AI代理在信息检索和推理方面的能力。第一个框架SPARK利用协调的基于角色的LLM代理,通过在定义的角色空间中对用户需求进行建模,提供特定任务的检索和涌现的个性化。第二个框架LLM-Wiki通过将外部知识构建成一个自我进化的Wiki格式来操作“检索即推理”范式,使代理能够比传统的RAG系统更有效地搜索、阅读和遍历信息。 AI

影响 这些框架推进了AI代理的推理和个性化能力,可能改进搜索系统和复杂任务的执行。

排序理由 两篇研究论文介绍了用于AI代理检索和推理的新颖框架。

在 arXiv cs.IR (Information Retrieval) 阅读 →

AI 生成摘要 · Google Gemini · 来自 8 个来源。 我们如何撰写摘要 →

报道来源 [8]

  1. arXiv cs.AI TIER_1 English(EN) · Melissa Z. Pan, Negar Arabzadeh, Mathew Jacob, Fiodar Kazhamiaka, Esha Choukse, Matei Zaharia ·

    Natural Language Query to Configuration for Retrieval Agents

    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…

  2. arXiv cs.AI TIER_1 English(EN) · Hao Wang, Jialun Zhong, Changcheng Wang, Zhujun Nie, Zheng Li, Shunyu Yao, Yanzeng Li, Xinchi Li ·

    SEAL: Self-Evolving Agentic Learning for Conversational Question Answering over Knowledge Graphs

    arXiv:2512.04868v2 Announce Type: replace-cross Abstract: Knowledge-based conversational question answering (KBCQA) confronts persistent challenges in resolving coreference, modeling contextual dependencies, and executing complex logical reasoning. Existing approaches often suffe…

  3. arXiv cs.AI TIER_1 English(EN) · Matei Zaharia ·

    Natural Language Query to Configuration for Retrieval Agents

    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…

  4. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Xuanjing Huang ·

    Rethinking Agentic RAG: Toward LLM-Driven Logical Retrieval Beyond Embeddings

    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…

  5. arXiv cs.AI TIER_1 English(EN) · Gaurab Chhetri, Subasish Das, Tausif Islam Chowdhury ·

    SPARK:通过代理驱动的检索和知识共享实现个性化搜索

    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…

  6. arXiv cs.CL TIER_1 English(EN) · Haoliang Ming, Feifei Li, Xiaoqing Wu, Wenhui Que ·

    检索即推理:通过LLM-Wiki实现自演进的Agent原生检索

    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…

  7. arXiv cs.CL TIER_1 English(EN) · Wenhui Que ·

    检索即推理:通过LLM-Wiki实现自演进的Agent原生检索

    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…

  8. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Lingtao Mao ·

    Search-E1: Self-Distillation Drives Self-Evolution in Search-Augmented Reasoning

    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…