File size: 1,864 Bytes
5baf5ae
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bc75691
5baf5ae
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---

title: Trace Task Explorer
emoji: 🔎
colorFrom: blue
colorTo: indigo
sdk: gradio
sdk_version: 6.20.0
python_version: "3.12"
app_file: app.py
pinned: false
license: apache-2.0
short_description: Generate and inspect 1,000 grounded visual-reasoning tasks.
suggested_hardware: cpu-basic
models:
  - maveryn/trace-qwen2.5-vl-3b
  - maveryn/trace-qwen2.5-vl-7b
datasets:
  - maveryn/trace
tags:
  - visual-reasoning
  - synthetic-data
  - reinforcement-learning
  - rlvr
  - multimodal
---


# Trace Task Explorer

This Space generates any of Trace's 1,000 deterministic, grounded
visual-reasoning tasks. Select a domain, scene, task, and seed to inspect the
rendered image, answer-mode prompt, typed supervision, public annotation
overlay, exact reward contract, and sanitized public execution trace.

The Space is CPU-only and may need a short cold start. It accepts no uploads and
stores no generated examples. The package dependency is pinned to the exact
source revision shown in the **Reproduce** tab.

- [Source repository](https://github.com/maveryn/trace)
- [Documentation](https://maveryn.github.io/trace/)
- [Paper](https://arxiv.org/abs/2607.19790)
- [Dataset](https://huggingface.co/datasets/maveryn/trace)
- [Hugging Face collection](https://huggingface.co/collections/maveryn/trace-6a604291b4be4ed6399b9f24)
- [3B checkpoint](https://huggingface.co/maveryn/trace-qwen2.5-vl-3b)
- [7B checkpoint](https://huggingface.co/maveryn/trace-qwen2.5-vl-7b)

## Citation

```bibtex

@misc{alam2026trace,

  title         = {Trace: A Taxonomy-Guided Environment for Multidomain Visual Reasoning},

  author        = {Alam, Md Tanvirul},

  year          = {2026},

  eprint        = {2607.19790},

  archivePrefix = {arXiv},

  primaryClass  = {cs.CV},

  url           = {https://arxiv.org/abs/2607.19790}

}

```