LockOnN commited on
Commit
f62f0dc
·
verified ·
1 Parent(s): f353739

Simplify upstream license table

Browse files
Files changed (1) hide show
  1. README.md +11 -32
README.md CHANGED
@@ -42,15 +42,14 @@ configs:
42
 
43
  OpenVisTool-Bench is a 559-example, five-domain benchmark for visual agents
44
  that can call inspection and editing tools. All five configurations use the
45
- `test` split. It is part of the
46
- [OpenVisTool collection](https://huggingface.co/collections/LockOnN/openvistool).
47
 
48
  ## Important provenance and overlap notice
49
 
50
  **The `visual_search` and `web_to_html` configurations are direct subsets of
51
  existing public datasets, not newly authored evaluation data.** Specifically,
52
  all 106 Visual Search examples come from
53
- [VisualProbe_Hard](https://mini-o3.github.io/), and all 100 Web-to-HTML tasks
54
  come from the `Vision2Web-webpage` portion of
55
  [Vision2Web](https://huggingface.co/datasets/zai-org/Vision2Web).
56
 
@@ -86,32 +85,12 @@ The `source_dataset` field preserves the source label for every example.
86
 
87
  ## Upstream source and license review
88
 
89
- Checked against the upstream project pages on 2026-08-01. This inventory is a
90
- release checklist, not legal advice and not a substitute for confirming the
91
- terms of the exact upstream revisions from which the packaged files came.
92
-
93
- | Source label | Canonical source | Published license/usage statement | Release treatment |
94
- |---|---|---|---|
95
- | `CharXiv` | https://huggingface.co/datasets/princeton-nlp/CharXiv | Dataset metadata and questions: CC BY-SA 4.0. The card limits the dataset to model evaluation and says chart copyright remains with the original paper authors. | Evaluation only. Preserve source attribution. Confirm redistribution rights for each selected chart or distribute a materialization script instead. |
96
- | `ChartMuseum` | https://huggingface.co/datasets/lytang/ChartMuseum | CC BY-SA 4.0; evaluation only; no pretraining or fine-tuning. Chart copyright remains with the original authors and sources. | Evaluation only. Preserve the source URL and attribution. Confirm asset redistribution rights or distribute a materialization script instead. |
97
- | `MMTBench` | https://huggingface.co/datasets/Kaining/MMT-Bench | Hugging Face metadata declares MIT. | Retain attribution and verify that the declared license covers the selected media, including media derived from other sources. |
98
- | `TableVQA-Bench` | https://github.com/naver-ai/tablevqabench | The repository publishes MIT terms. The benchmark is derived from WTQ, TabFact, and FinTabNet. | Retain the NAVER notice and separately review the terms of the underlying source datasets/assets. |
99
- | `VisualProbe_Hard` | https://mini-o3.github.io/ | Dataset: CC BY-NC 4.0, non-commercial research use; the project also references model/provider license constraints. | Research/non-commercial use only. Preserve attribution and confirm that the submission/repository purpose complies with all referenced upstream terms. |
100
- | `ScreenSpot-Pro` | https://huggingface.co/datasets/likaixin/ScreenSpot-Pro | Hugging Face metadata declares MIT. Screenshots visibly contain third-party software interfaces and content. | Retain attribution. Complete a privacy and third-party-content review of the selected screenshots before redistribution. |
101
- | `Vision2Web-webpage` | https://huggingface.co/datasets/zai-org/Vision2Web | The dataset-card body and official project README specify CC-BY-NC-SA-4.0 and academic-research-only use, while the Hugging Face YAML declares Apache-2.0. | Apply the stricter CC-BY-NC-SA-4.0 terms: research/non-commercial use only, preserve attribution and the license notice, indicate modifications, use the same license for adaptations, and review third-party website assets. |
102
-
103
- ### Aggregate release posture
104
-
105
- The aggregate dataset is therefore marked `license: other`. At minimum it
106
- must be restricted to research/evaluation use while the source-specific
107
- reviews remain unresolved. The code repository's MIT license does not license
108
- these data, screenshots, charts, websites, annotations, or model-generated
109
- trajectories.
110
-
111
- The clearest blockers for a public media upload are:
112
-
113
- 1. chart-level copyright and redistribution confirmation for CharXiv and
114
- ChartMuseum;
115
- 2. underlying-source review for MMT-Bench and TableVQA-Bench media;
116
- 3. visual privacy and third-party-content review for ScreenSpot-Pro and
117
- Vision2Web assets.
 
42
 
43
  OpenVisTool-Bench is a 559-example, five-domain benchmark for visual agents
44
  that can call inspection and editing tools. All five configurations use the
45
+ `test` split.
 
46
 
47
  ## Important provenance and overlap notice
48
 
49
  **The `visual_search` and `web_to_html` configurations are direct subsets of
50
  existing public datasets, not newly authored evaluation data.** Specifically,
51
  all 106 Visual Search examples come from
52
+ [VisualProbe_Hard](https://huggingface.co/datasets/Mini-o3/VisualProbe_Hard), and all 100 Web-to-HTML tasks
53
  come from the `Vision2Web-webpage` portion of
54
  [Vision2Web](https://huggingface.co/datasets/zai-org/Vision2Web).
55
 
 
85
 
86
  ## Upstream source and license review
87
 
88
+ | Source label | Canonical source | License |
89
+ |---|---|---|
90
+ | `CharXiv` | https://huggingface.co/datasets/princeton-nlp/CharXiv | CC BY-SA 4.0 |
91
+ | `ChartMuseum` | https://huggingface.co/datasets/lytang/ChartMuseum | CC BY-SA 4.0 |
92
+ | `MMTBench` | https://huggingface.co/datasets/Kaining/MMT-Bench | MIT |
93
+ | `TableVQA-Bench` | https://github.com/naver-ai/tablevqabench | MIT |
94
+ | `VisualProbe_Hard` | https://mini-o3.github.io/ | CC BY-NC 4.0 |
95
+ | `ScreenSpot-Pro` | https://huggingface.co/datasets/likaixin/ScreenSpot-Pro | MIT |
96
+ | `Vision2Web-webpage` | https://huggingface.co/datasets/zai-org/Vision2Web | CC BY-NC-SA 4.0 |