Search:
Match:
2 results

Analysis

This paper introduces SPARK, a novel framework for personalized search using coordinated LLM agents. It addresses the limitations of static profiles and monolithic retrieval pipelines by employing specialized agents that handle task-specific retrieval and emergent personalization. The framework's focus on agent coordination, knowledge sharing, and continuous learning offers a promising approach to capturing the complexity of human information-seeking behavior. The use of cognitive architectures and multi-agent coordination theory provides a strong theoretical foundation.
Reference

SPARK formalizes a persona space defined by role, expertise, task context, and domain, and introduces a Persona Coordinator that dynamically interprets incoming queries to activate the most relevant specialized agents.

Analysis

This paper addresses the limitations of current information-seeking agents, which primarily rely on API-level snippet retrieval and URL fetching, by introducing a novel framework called NestBrowse. This framework enables agents to interact with the full browser, unlocking access to richer information available through real browsing. The key innovation is a nested structure that decouples interaction control from page exploration, simplifying agentic reasoning while enabling effective deep-web information acquisition. The paper's significance lies in its potential to improve the performance of information-seeking agents on complex tasks.
Reference

NestBrowse introduces a minimal and complete browser-action framework that decouples interaction control from page exploration through a nested structure.