Get in touch with us at behavior-in-the-wild@googlegroups.com
Real-world tasks often lack large labeled datasets, motivating extensive work on learning in low-data regimes. However, existing approaches such as few-shot prompting, instruction tuning, and synthetic data generation, continue to treat labeled or pseudo-labeled data as the primary learning signal. In contrast, human practitioners acquire expertise through repeated, self-directed interaction with the open web, progressively refining both domain knowledge and search strategies. We propose MEMENTO, a framework that treats the web as a learning signal rather than a stateless retrieval interface. MEMENTO operates at two levels: within each session, it conducts iterative web exploration via an Adaptive Exploration Tree (AET) that decomposes tasks into evolving questions and reflects on intermediate findings; across sessions, it accumulates experience through dual-channel memory, separating declarative knowledge (facts) from procedural knowledge (search strategies). This design enables agents to learn reusable research strategies and domain expertise from trajectories of web interaction without additional model training. We evaluate MEMENTO on two low-data professional domains: sales automation and legal research. Our empirical results show consistent improvements in performance over ReAct-based baselines (+25.6% on sales automation and +36.5% on legal research), demonstrating that the web can serve as a scalable learning source for acquiring task-specific expertise in data-scarce settings.
Within each session, the AET decomposes a research task into an initial set of sub-questions (Wave 1), answers each via web search, then reflects on accumulated findings to identify gaps and generates a new wave of queries. This cycle repeats under a fixed budget, building a session memory of discovered information that each reflective step can build upon.
Declarative Memory stores verified facts and contextual knowledge from prior sessions, allowing future tasks to build on established foundations. Procedural Memory distills high-utility query strategies, source credibility heuristics, and domain-specific research playbooks from prior trajectories — capturing how to approach a domain, not just what is known about it.
MEMENTO is evaluated on two low-data professional domains using ReAct-based agents as baselines:
| Method | Sales Automation (Qwen) | Legal Research (Qwen) |
|---|---|---|
| ReAct (baseline) | 0.461 | 0.592 |
| AET only | 0.552 (+19.7%) | 0.767 (+29.6%) |
| MEMENTO (full) | 0.579 (+25.6%) | 0.808 (+36.5%) |
@misc{memento2026,
author = {Ojha, Ashutosh and Aggarwal, Vinay and Srivastava, Ashutosh and Yedlapati, Siddharth and Singla, Yaman K and Ajmera, Jitendra},
title = {MEMENTO: Leveraging Web as a Learning Signal for Low-Data Domains},
year = {2026},
publisher = {Behavior in the Wild},
howpublished = {\url{https://behavior-in-the-wild.github.io/memento.html}},
}