Lucy: edgerunning agentic web search on mobile with machine generated task vectors
Alan Dao (Gia Tuan Dao), Dinh Bach Vu, Alex Nguyen, Norapat Buppodom

TL;DR
Lucy introduces a novel approach where small language models dynamically construct and refine task vectors during reasoning, enabling efficient web search and achieving competitive accuracy with larger models.
Contribution
The paper presents a new paradigm of dynamic task vector construction in small language models, trained via RLVR, to enhance reasoning and web search capabilities.
Findings
Lucy achieves 78.3% accuracy on SimpleQA.
Small models can rival larger models with structured reasoning.
Dynamic reasoning improves performance in knowledge-intensive tasks.
Abstract
Small language models (SLMs) are inherently limited in knowledge-intensive tasks due to their constrained capacity. While test-time computation offers a path to enhanced performance, most approaches treat reasoning as a fixed or heuristic process. In this work, we propose a new paradigm: viewing the model's internal reasoning, delimited by <think> and </think> tags, as a dynamic task vector machine. Rather than treating the content inside these tags as a mere trace of thought, we interpret the generation process itself as a mechanism through which the model \textbf{constructs and refines its own task vectors} on the fly. We developed a method to optimize this dynamic task vector machine through RLVR and successfully trained an agentic web-search model. We present Lucy, a 1.7B-parameter SLM that leverages this dynamic reasoning mechanism with MCP integration to achieve 78.3% accuracy on…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Multimodal Machine Learning Applications · Natural Language Processing Techniques
