Search papers, labs, and topics across Lattice.
This paper introduces DataCOPE, an unsupervised skill discovery framework that enhances data-analytic agents by leveraging verifier-guided signals derived from unlabeled exploration. By coordinating a Data-Analytic Agent, an Unsupervised Verifier, and a Skill Manager, DataCOPE effectively identifies and distills reusable skills for both report-style and reasoning-style analyses. The framework demonstrates significant performance improvements, achieving an average score increase of 9.71% for report-style tasks and 32.30% for reasoning-style tasks compared to existing baselines.
Unsupervised skill discovery can boost data-analytic agent performance by over 30% without the need for labeled data.
Inference-time skill augmentation provides a lightweight way to improve data-analytic agents by injecting reusable procedural knowledge without updating model parameters. However, discovering effective skills for data analysis remains challenging, as reliable supervision is expensive and success criteria vary across analytical formats. This raises the key question of how to discover reusable data-analysis skills from unlabeled exploration alone. We propose DataCOPE, an unsupervised verifier-guided skill discovery framework for data-analytic agents. DataCOPE derives verifier signals from the exploration trajectories and uses them to characterize relative quality or aggreement among trajectories. It iteratively coordinates a Data-Analytic Agent for trajectory generation, an Unsupervised Verifier for signal extraction, and a Skill Manager for contrastive skill distillation. For report-style analysis, we instantiate the verifier as an Adaptive Checklist Verifier that derives task-specific criteria, scores reports by verifiable coverage, and iteratively refines the checklist. For reasoning-style analysis, we instantiate it as an Answer Agreement Verifier that groups trajectories by answer agreement and uses self-consistency as an auxiliary signal. We evaluate DataCOPE on report-style analysis from Deep Data Research and reasoning-style analysis from DABStep. Across both settings, DataCOPE consistently improves held-out performance over baselines. Averaged across four model settings, DataCOPE improves the mean score by 9.71% and 32.30% on report-style and reasoning-style tasks respectively.