Summary (Overview)

  • Paradigm shift: The paper introduces Agentic Data Tailoring, elevating data processing from passive heuristic rules to a learnable capability that actively filters, reasons, and reorganizes raw multimodal streams into intent-aligned structured outputs.
  • Two-stage pipeline: A scalable automated construction pipeline first extracts deterministic Factual Anchors (e.g., object states, temporal boundaries) using lightweight experts, then uses strong VLMs for top-down semantic synthesis, producing 34,717 cross-domain training samples.
  • DataClaw 0 model: A 9B VLM (Qwen3.5-9B base) trained with Supervised Fine-Tuning (SFT) followed by Group Relative Policy Optimization (GRPO) with rule-driven rewards (format compliance, factual grounding, efficiency). Two deployment paradigms: Omni (unified model) and Expert (domain-decoupled) agents.
  • New benchmark: Introduces DataClaw 0 -val (including a Fuzzy intent subset) for systematic evaluation of structured data refinement, revealing deficiencies in existing general VLMs.
  • Downstream validation: DataClaw 0 -generated data significantly improves performance on GUI navigation, action video generation, and spatio-temporal VQA under the same data budget, achieving up to 33.2% overall accuracy (vs. 9.8% zero-shot) and 51.2 Contact mAP (vs. 18.5% zero-shot).

Introduction and Theoretical Foundation

Raw multimodal streams (e.g., long tutorial videos, embodied trajectories, GUI logs) contain dense procedural knowledge but suffer from high data entropy – noise, redundancy, weak structure. Existing passive annotation (heuristic rules, coarse captioning, direct VLM prompting) is costly and fails for long streams requiring temporal reasoning and spatial consistency.

The authors propose Agentic Data Tailoring: given a high-level user intent II and raw data XrawX_{\text{raw}}, an agent actively filters task-critical evidence and reorganizes it into structured, verifiable outputs YstructY_{\text{struct}} conforming to a schema Φ\Phi. This recasts data production as a learnable, high-order capability rather than a static annotation process.

The optimization objective is defined as:

θ=argmaxθ(Xraw,I,Ystruct)DlogP(YstructXraw,I;θ)I(YstructΦ)\theta^* = \arg\max_\theta \sum_{(X_{\text{raw}}, I, Y_{\text{struct}}) \in \mathcal{D}} \log P(Y_{\text{struct}} | X_{\text{raw}}, I; \theta) \cdot \mathbb{I}(Y_{\text{struct}} \in \Phi)

where I()\mathbb{I}(\cdot) enforces structural schema compliance. Two core agentic capabilities are required: (1) information filtering (removing redundancy from long streams) and (2) structural reorganization (generating schema-conforming output).

Methodology

3.1 Problem Formulation

Input: raw multimodal stream Xraw={x1,x2,,xT}X_{\text{raw}} = \{x_1, x_2, \ldots, x_T\} (e.g., video frames) and intent II. Output: structured asset Ystruct={y1,y2,,yL}Y_{\text{struct}} = \{y_1, y_2, \ldots, y_L\} strictly adhering to schema Φ\Phi.

3.2 Data Construction Pipeline

A two-stage pipeline generates training triplets (Xraw,I,Ystruct)(X_{\text{raw}}, I, Y_{\text{struct}}).

Stage 1 – Factual Anchor Extraction: A lightweight expert ensemble HH extracts deterministic anchors from raw data:

A=H(Xraw)={ak=(tk,pk,ck)}k=1KA = H(X_{\text{raw}}) = \{a_k = (t_k, p_k, c_k)\}_{k=1}^K

where each anchor records timestamp tkt_k, spatial position pkp_k, and local semantic content ckc_k (e.g., object states, OCR text, GUI events). These provide reliable grounding to reduce hallucinations.

Stage 2 – Generative Semantic Synthesis: A strong VLM SS produces structured supervision conditioned on raw input, extracted anchors, and domain intent:

Ystruct=S(Xraw,A,Idomain)Y_{\text{struct}} = S(X_{\text{raw}}, A, I_{\text{domain}})

The resulting corpus covers five domains: daily life (46.4%), embodied (21.3%), GUI (16.5%), education (9.3%), and AIGC (6.5%).

3.3 Rule-Driven Reinforcement Learning via GRPO

After SFT, DataClaw 0 is further optimized with Group Relative Policy Optimization (GRPO) using deterministic rewards (no separate reward model):

R(Y)=λ1Rformat(Y,Φ)+λ2Ranchor(Y,A)+λ3Reff(Y)R(Y) = \lambda_1 R_{\text{format}}(Y, \Phi) + \lambda_2 R_{\text{anchor}}(Y, A) + \lambda_3 R_{\text{eff}}(Y)
  • RformatR_{\text{format}}: checks schema compliance.
  • RanchorR_{\text{anchor}}: measures alignment with extracted factual anchors.
  • ReffR_{\text{eff}}: penalizes overly verbose reasoning.

For a group of sampled outputs, advantages are normalized:

A^(g)=R(g)μRσR\hat{A}^{(g)} = \frac{R^{(g)} - \mu_R}{\sigma_R}

The policy is updated with a clipped objective and KL regularizer against the reference model.

3.4 Deployment Paradigms

  • DataClaw 0 -O (Omni): Single unified model for all domains; simple but suffers from task interference.
  • DataClaw 0 -E (Expert): Decoupled domain-specific experts; routing ensures specialization and better performance.

3.5 Benchmark

DataClaw 0 -val: 200 diversity-sampled examples + DataClaw 0 -Intent (fuzzy/ambiguous requests). Evaluated hierarchically: JSON validity → schema-field correctness → semantic alignment → trajectory-shape similarity.

Empirical Validation / Results

4.2 Main Results: Specialist vs. Generalist

Table 1 compares DataClaw 0 against proprietary (Claude-Sonnet-4, GPT-4o, Gemini-3.1-Pro) and open-source (MiniMax-M2.7, Qwen3.6-plus, Qwen3.5-9B) models. Metrics: Field (schema completeness), Semantic (content correctness), Sequence (ordering/structural consistency).

ModelMetricGUIEmbodiedAIGCDailyEducationFuzzyOverall
DataClaw 0 -E [Ours]Field100.00100.00100.00100.00100.0085.1797.53
Semantic89.1882.9375.3649.7276.4376.2874.94
Sequence96.3371.6015.2642.5919.7550.3148.86
DataClaw 0 -O [Ours]Field100.00100.0085.0092.5070.0078.4287.65
Semantic80.0163.3755.7062.6145.7167.3562.46
Sequence85.7067.0123.9035.0517.4139.8444.82
GPT-4oField100.00100.00100.00100.00100.0083.6197.27
Semantic84.8187.5569.3854.5880.2174.3975.15
Sequence80.6946.3346.9529.3350.7142.5749.43
Gemini-3.1-ProField100.00100.00100.00100.00100.0088.7498.12
Semantic90.0189.1775.2654.5154.5179.6373.85
Sequence99.6767.9733.1451.4851.4847.2558.50
  • DataClaw 0 -E matches proprietary models on Field scores (97.53 vs. 98.12 for Gemini) and achieves best Sequence on Embodied (71.60) and Fuzzy (50.31).
  • Expert routing (DataClaw 0 -E) significantly outperforms Omni (DataClaw 0 -O) on all metrics, confirming domain specialization benefits.

4.3 Downstream Application: Targeted Refinement & Efficiency

Table 2 compares models fine-tuned on data from different annotators (same base models, same data volume). Tasks: GUI navigation (AgentNet), action video generation (Ego4D → Wan2.2-I2V-5B), spatio-temporal VQA (ReMoT).

Data SourceGUI (SSR↑, TSR↑)Video Generation (FVD↓, Consis.↑, Contact mAP↑)VQA (Partial↑, Overall↑)
Zero-shot12.4, 1.2385.2, 68.4, 18.528.3, 9.8
Base Model16.8, 3.5362.1, 69.1, 24.233.5, 14.2
Gemini-3.1-Pro39.5, 14.2295.4, 76.2, 48.553.4, 31.5
DataClaw 038.2, 15.6288.6, 75.8, 51.252.1, 33.2
  • DataClaw 0 -generated data yields competitive or superior results to Gemini, especially on end-to-end metrics (TSR 15.6%, Overall Accuracy 33.2%, Contact mAP 51.2%).
  • This demonstrates DataClaw 0 ’s high-utility data even under strict volume alignment.

4.4 Scaling Laws and Emergent Diversity

  • DataClaw 0 -O shows unstable scaling due to task interference; DataClaw 0 -E mitigates this via expert routing, achieving stable gains with more data.
  • Feature-space analysis shows DataClaw 0 improves semantic diversity beyond simple pattern replication.

4.5 Ablation Studies

Table 3a – Reward design (on Embodied+GUI subset):

VariantFieldSemanticSequence
Minimal Init.82.5036.7945.40
SFT Only100.0082.5470.83
GRPO w/o RanchorR_{\text{anchor}}100.0083.3270.11
GRPO w/ RanchorR_{\text{anchor}}100.0082.3671.96
  • Adding the factual anchor reward RanchorR_{\text{anchor}} improves sequence consistency without damaging semantic performance, confirming the importance of explicit spatio-temporal grounding.

Table 3b – Expert routing (correct vs. forced wrong):

Domain (Expert)FieldSemanticSequence
Embodied (GUI)0.000.0050.00
Embodied (Emb)96.5074.2163.48
GUI (GUI)100.0084.9376.41
GUI (Emb)0.0052.550.00
  • Cross-domain misrouting severely degrades performance, validating the need for accurate expert selection.

4.6 Qualitative Analysis

Figure 4 demonstrates DataClaw 0 -E correctly identifies hesitation loops in robot manipulation videos, selects temporally consistent evidence, and outputs structured JSON with task, question, answer, and chain-of-thought. Baseline VLMs produce missing fields, incorrect clip ranges, or unstructured outputs.

Theoretical and Practical Implications

  • Paradigm shift: Formalizes data processing as an active, learnable, intent-driven capability rather than a passive annotation task. This opens the door for scalable, high-quality data curation for multimodal model training.
  • Scalable data construction: The two-stage pipeline (factual anchors + generative synthesis) provides a blueprint for generating large-scale, grounded training data without expensive human annotation, reducing hallucinations and improving spatio-temporal consistency.
  • Reinforcement learning for data quality: GRPO with rule-driven rewards (format, factual grounding, efficiency) proves effective for aligning small models to produce structured, high-utility outputs, demonstrating that compact 9B agents can rival proprietary annotators.
  • Downstream efficiency: DataClaw 0 enables “Targeted Refinement” – producing compact, task-relevant training subsets that outperform full-scale conventional datasets at drastically reduced computational costs. This addresses both data scarcity and training efficiency bottlenecks.
  • Domain specialization matters: The Expert paradigm (domain-decoupled agents) substantially outperforms a unified model, indicating that heterogeneous multimodal streams require specialized processing. This informs future deployment strategies.

Conclusion

DataClaw 0 presents a structured multimodal data tailoring framework that transforms raw, high-entropy streams into schema-aligned, high-quality training data. By combining deterministic factual anchors, generative synthesis via strong VLMs, and reinforcement learning (SFT+GRPO), the 9B model achieves structured generation quality competitive with proprietary models (GPT-4o, Gemini-3.1-Pro) while offering superior controllability and domain specialization. Downstream experiments across GUI navigation, video generation, and VQA show that DataClaw 0 -generated data significantly improves task performance under limited data budgets.

Future directions: Scaling the framework to more domains (e.g., 3D, audio), exploring model-free anchor extraction, and further improving the robustness of expert routing for real-time, diverse user intents. The project page is available at https://czjdsg.github.io/MakeAnyData.

Related papers