Datasets:
Commit ·
5c80299
0
Parent(s):
Initial release
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +2 -0
- .gitignore +4 -0
- README.md +103 -0
- build_dataset_infos.py +109 -0
- dataset_infos.json +828 -0
- images/Animals_and_Creatures/Bat/Natural/1.jpg +3 -0
- images/Animals_and_Creatures/Bat/Natural/10.jpg +3 -0
- images/Animals_and_Creatures/Bat/Natural/10_2.png +3 -0
- images/Animals_and_Creatures/Bat/Natural/11.jpg +3 -0
- images/Animals_and_Creatures/Bat/Natural/11_2.png +3 -0
- images/Animals_and_Creatures/Bat/Natural/12.png +3 -0
- images/Animals_and_Creatures/Bat/Natural/12_2.jpg +3 -0
- images/Animals_and_Creatures/Bat/Natural/13.png +3 -0
- images/Animals_and_Creatures/Bat/Natural/13_2.jpg +3 -0
- images/Animals_and_Creatures/Bat/Natural/13_3.jpg +3 -0
- images/Animals_and_Creatures/Bat/Natural/14.png +3 -0
- images/Animals_and_Creatures/Bat/Natural/15.jpg +3 -0
- images/Animals_and_Creatures/Bat/Natural/15.png +3 -0
- images/Animals_and_Creatures/Bat/Natural/16.jpg +3 -0
- images/Animals_and_Creatures/Bat/Natural/2.jpg +3 -0
- images/Animals_and_Creatures/Bat/Natural/3.jpg +3 -0
- images/Animals_and_Creatures/Bat/Natural/3_2.png +3 -0
- images/Animals_and_Creatures/Bat/Natural/4.jpg +3 -0
- images/Animals_and_Creatures/Bat/Natural/5.jpg +3 -0
- images/Animals_and_Creatures/Bat/Natural/6.jpg +3 -0
- images/Animals_and_Creatures/Bat/Natural/6_2.png +3 -0
- images/Animals_and_Creatures/Bat/Natural/7.jpg +3 -0
- images/Animals_and_Creatures/Bat/Natural/7_2.png +3 -0
- images/Animals_and_Creatures/Bat/Natural/7_3.jpg +3 -0
- images/Animals_and_Creatures/Bat/Natural/8.png +3 -0
- images/Animals_and_Creatures/Bat/Natural/8_2.jpg +3 -0
- images/Animals_and_Creatures/Bat/Natural/9.jpg +3 -0
- images/Animals_and_Creatures/Bat/Natural/9_2.png +3 -0
- images/Animals_and_Creatures/Bat/Natural/9_3.jpg +3 -0
- images/Animals_and_Creatures/Bat/Natural/9_4.jpg +3 -0
- images/Animals_and_Creatures/Bat/Tactile/1.jpeg +3 -0
- images/Animals_and_Creatures/Bat/Tactile/10.jpeg +3 -0
- images/Animals_and_Creatures/Bat/Tactile/11.jpeg +3 -0
- images/Animals_and_Creatures/Bat/Tactile/12.jpeg +3 -0
- images/Animals_and_Creatures/Bat/Tactile/13.jpeg +3 -0
- images/Animals_and_Creatures/Bat/Tactile/2.jpeg +3 -0
- images/Animals_and_Creatures/Bat/Tactile/3.jpeg +3 -0
- images/Animals_and_Creatures/Bat/Tactile/4.jpeg +3 -0
- images/Animals_and_Creatures/Bat/Tactile/5.png +3 -0
- images/Animals_and_Creatures/Bat/Tactile/6.jpeg +3 -0
- images/Animals_and_Creatures/Bat/Tactile/7.jpeg +3 -0
- images/Animals_and_Creatures/Bat/Tactile/8.jpeg +3 -0
- images/Animals_and_Creatures/Bat/Tactile/9.jpeg +3 -0
- images/Animals_and_Creatures/Bee/Natural/Bee_1.jpg +3 -0
- images/Animals_and_Creatures/Bee/Natural/Bee_10.jpg +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
images/** filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
processed/plots/*.png filter=lfs diff=lfs merge=lfs -text
|
.gitignore
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
.DS_Store
|
| 2 |
+
__pycache__/
|
| 3 |
+
*.ipynb_checkpoints
|
| 4 |
+
*.log
|
README.md
ADDED
|
@@ -0,0 +1,103 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
pretty_name: TactileEval
|
| 6 |
+
size_categories:
|
| 7 |
+
- 10K<n<100K
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# TactileEval Dataset
|
| 11 |
+
|
| 12 |
+
TactileEval decomposes tactile-graphic quality into five BANA-aligned quality
|
| 13 |
+
dimensions (view, parts, background, texture, line quality) across six object
|
| 14 |
+
families, yielding 30 task families and 14,095 option-level annotations. Each
|
| 15 |
+
record corresponds to a natural photo / tactile drawing pair and a specific
|
| 16 |
+
quality option with majority-vote label, vote counts, and provenance metadata.
|
| 17 |
+
|
| 18 |
+
## Repository layout
|
| 19 |
+
|
| 20 |
+
```
|
| 21 |
+
images/
|
| 22 |
+
<Family>/<Object>/<Natural|Tactile>/*.{jpg,png}
|
| 23 |
+
processed/
|
| 24 |
+
records_full.jsonl
|
| 25 |
+
splits/{train,val,test}.jsonl
|
| 26 |
+
family_splits/F{1..6}/{train,val,test}.jsonl
|
| 27 |
+
dataset_summary.{csv,json}
|
| 28 |
+
```
|
| 29 |
+
|
| 30 |
+
JSONL fields:
|
| 31 |
+
|
| 32 |
+
| Field | Description |
|
| 33 |
+
|-------|-------------|
|
| 34 |
+
| `pair_id` | `NaturalRel::TactileRel` identifier |
|
| 35 |
+
| `task_family` | Task code (e.g., F1QL) |
|
| 36 |
+
| `option_id` | Option identifier (e.g., `too_thick`) |
|
| 37 |
+
| `option_description` | Plain-language description |
|
| 38 |
+
| `natural_image`, `tactile_image` | Paths relative to `images/` |
|
| 39 |
+
| `votes_total`, `positives`, `negatives` | Vote stats |
|
| 40 |
+
| `label` | Majority label (0/1) |
|
| 41 |
+
| `vote_fraction` | positives / total |
|
| 42 |
+
| `status_counts` | counts of approved/submitted ballots |
|
| 43 |
+
|
| 44 |
+
## Splits
|
| 45 |
+
|
| 46 |
+
- `splits/train.jsonl` (11,348 records)
|
| 47 |
+
- `splits/val.jsonl` (1,341 records)
|
| 48 |
+
- `splits/test.jsonl` (1,406 records)
|
| 49 |
+
|
| 50 |
+
`family_splits/` mirrors these splits per object family.
|
| 51 |
+
|
| 52 |
+
## Usage
|
| 53 |
+
|
| 54 |
+
```python
|
| 55 |
+
from datasets import load_dataset
|
| 56 |
+
|
| 57 |
+
ds = load_dataset("Adnank1998/TactileEval", name="full", split="train")
|
| 58 |
+
family = load_dataset("Adnank1998/TactileEval", name="family_f1", split="train")
|
| 59 |
+
example = ds[0]
|
| 60 |
+
print(example["natural_image"], example["label"])
|
| 61 |
+
```
|
| 62 |
+
|
| 63 |
+
Images are stored under `images/`; join the relative path returned in
|
| 64 |
+
`natural_image`/`tactile_image` with the local dataset root to load the files.
|
| 65 |
+
|
| 66 |
+
Available configurations:
|
| 67 |
+
- `full`: All families (default).
|
| 68 |
+
- `family_f1` through `family_f6`: Per-family subsets matching the paper splits.
|
| 69 |
+
|
| 70 |
+
Each split lives in `processed/`, enabling the Hugging Face dataset viewer via
|
| 71 |
+
the bundled `dataset_infos.json`.
|
| 72 |
+
|
| 73 |
+
Available configurations:
|
| 74 |
+
- `full`: All families (default).
|
| 75 |
+
- `family_f1` … `family_f6`: Per-family subsets matching the paper splits.
|
| 76 |
+
|
| 77 |
+
Each split lives in `processed/`, so the Hugging Face dataset viewer can load the files directly via the bundled `dataset_infos.json`.
|
| 78 |
+
|
| 79 |
+
|
| 80 |
+
## Citation
|
| 81 |
+
|
| 82 |
+
```
|
| 83 |
+
@misc{khan2026tactileevalstepautomatedfinegrained,
|
| 84 |
+
title={TactileEval: A Step Towards Automated Fine-Grained Evaluation and Editing of Tactile Graphics},
|
| 85 |
+
author={Adnan Khan and Abbas Akkasi and Majid Komeili},
|
| 86 |
+
year={2026},
|
| 87 |
+
eprint={2604.19829},
|
| 88 |
+
archivePrefix={arXiv},
|
| 89 |
+
primaryClass={cs.CV},
|
| 90 |
+
url={https://arxiv.org/abs/2604.19829}
|
| 91 |
+
}
|
| 92 |
+
```
|
| 93 |
+
|
| 94 |
+
## Contact
|
| 95 |
+
|
| 96 |
+
Questions? Open an issue or email adnankhan5@cmail.carleton.ca.
|
| 97 |
+
|
| 98 |
+
## Acknowledgements
|
| 99 |
+
|
| 100 |
+
This work was supported in part by MITACS and the Digital Alliance of Canada.
|
| 101 |
+
We thank the student volunteers at the Intelligent Machines Lab (iML), Carleton
|
| 102 |
+
University, for their contributions, and Joshua Olojede and Hoda Vafaeesefat
|
| 103 |
+
for their help with the AMT annotation environment.
|
build_dataset_infos.py
ADDED
|
@@ -0,0 +1,109 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from __future__ import annotations
|
| 2 |
+
|
| 3 |
+
import json
|
| 4 |
+
from pathlib import Path
|
| 5 |
+
|
| 6 |
+
from datasets import Features, Sequence, Value
|
| 7 |
+
|
| 8 |
+
ROOT = Path(__file__).parent
|
| 9 |
+
|
| 10 |
+
FEATURES = Features(
|
| 11 |
+
{
|
| 12 |
+
"pair_id": Value("string"),
|
| 13 |
+
"task_family": Value("string"),
|
| 14 |
+
"task_id": Value("string"),
|
| 15 |
+
"option_id": Value("string"),
|
| 16 |
+
"option_description": Value("string"),
|
| 17 |
+
"natural_image": Value("string"),
|
| 18 |
+
"tactile_image": Value("string"),
|
| 19 |
+
"votes_total": Value("int32"),
|
| 20 |
+
"positives": Value("int32"),
|
| 21 |
+
"negatives": Value("int32"),
|
| 22 |
+
"vote_fraction": Value("float32"),
|
| 23 |
+
"label": Value("int32"),
|
| 24 |
+
"source_assignments": Value("int32"),
|
| 25 |
+
"status_counts": Sequence(
|
| 26 |
+
Features({
|
| 27 |
+
"status": Value("string"),
|
| 28 |
+
"count": Value("int32"),
|
| 29 |
+
})
|
| 30 |
+
),
|
| 31 |
+
"used_consensus": Value("bool"),
|
| 32 |
+
}
|
| 33 |
+
)
|
| 34 |
+
|
| 35 |
+
CONFIGS = {
|
| 36 |
+
"full": {
|
| 37 |
+
"description": "All families and options with the official splits.",
|
| 38 |
+
"data_files": {
|
| 39 |
+
"train": "processed/splits/train.jsonl",
|
| 40 |
+
"validation": "processed/splits/val.jsonl",
|
| 41 |
+
"test": "processed/splits/test.jsonl",
|
| 42 |
+
},
|
| 43 |
+
},
|
| 44 |
+
}
|
| 45 |
+
|
| 46 |
+
for family in ["F1", "F2", "F3", "F4", "F5", "F6"]:
|
| 47 |
+
CONFIGS[f"family_{family.lower()}"] = {
|
| 48 |
+
"description": f"Family {family} only.",
|
| 49 |
+
"data_files": {
|
| 50 |
+
"train": f"processed/family_splits/{family}/train.jsonl",
|
| 51 |
+
"validation": f"processed/family_splits/{family}/val.jsonl",
|
| 52 |
+
"test": f"processed/family_splits/{family}/test.jsonl",
|
| 53 |
+
},
|
| 54 |
+
}
|
| 55 |
+
|
| 56 |
+
|
| 57 |
+
def count_examples(path: Path) -> int:
|
| 58 |
+
with path.open("r", encoding="utf-8") as handle:
|
| 59 |
+
return sum(1 for _ in handle)
|
| 60 |
+
|
| 61 |
+
|
| 62 |
+
def build_split_info(rel_path: str) -> tuple[int, int]:
|
| 63 |
+
path = ROOT / rel_path
|
| 64 |
+
num_bytes = path.stat().st_size
|
| 65 |
+
num_examples = count_examples(path)
|
| 66 |
+
return num_examples, num_bytes
|
| 67 |
+
|
| 68 |
+
|
| 69 |
+
def build_config_entry(name: str, data_files: dict) -> dict:
|
| 70 |
+
splits = {}
|
| 71 |
+
dataset_size = 0
|
| 72 |
+
for split_name, rel_path in data_files.items():
|
| 73 |
+
num_examples, num_bytes = build_split_info(rel_path)
|
| 74 |
+
dataset_size += num_bytes
|
| 75 |
+
splits[split_name] = {
|
| 76 |
+
"name": split_name,
|
| 77 |
+
"num_examples": num_examples,
|
| 78 |
+
"num_bytes": num_bytes,
|
| 79 |
+
}
|
| 80 |
+
return {
|
| 81 |
+
"description": CONFIGS[name]["description"],
|
| 82 |
+
"citation": """@misc{khan2026tactileevalstepautomatedfinegrained, title={TactileEval: A Step Towards Automated Fine-Grained Evaluation and Editing of Tactile Graphics}, author={Adnan Khan and Abbas Akkasi and Majid Komeili}, year={2026}, eprint={2604.19829}, archivePrefix={arXiv}, primaryClass={cs.CV}, url={https://arxiv.org/abs/2604.19829}}""",
|
| 83 |
+
"homepage": "https://tactileeval.github.io/",
|
| 84 |
+
"license": "mit",
|
| 85 |
+
"features": FEATURES.to_dict(),
|
| 86 |
+
"splits": splits,
|
| 87 |
+
"download_size": dataset_size,
|
| 88 |
+
"dataset_size": dataset_size,
|
| 89 |
+
"config_name": name,
|
| 90 |
+
"data_files": {
|
| 91 |
+
split: [{"filename": rel_path}] for split, rel_path in data_files.items()
|
| 92 |
+
},
|
| 93 |
+
"default_validation_split": "validation" if "validation" in data_files else None,
|
| 94 |
+
}
|
| 95 |
+
|
| 96 |
+
|
| 97 |
+
def main() -> None:
|
| 98 |
+
info = {
|
| 99 |
+
name: build_config_entry(name, cfg["data_files"])
|
| 100 |
+
for name, cfg in CONFIGS.items()
|
| 101 |
+
}
|
| 102 |
+
output_path = ROOT / "dataset_infos.json"
|
| 103 |
+
with output_path.open("w", encoding="utf-8") as handle:
|
| 104 |
+
json.dump(info, handle, indent=2)
|
| 105 |
+
print(f"Wrote {output_path}")
|
| 106 |
+
|
| 107 |
+
|
| 108 |
+
if __name__ == "__main__":
|
| 109 |
+
main()
|
dataset_infos.json
ADDED
|
@@ -0,0 +1,828 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"full": {
|
| 3 |
+
"description": "All families and options with the official splits.",
|
| 4 |
+
"citation": "@misc{khan2026tactileevalstepautomatedfinegrained, title={TactileEval: A Step Towards Automated Fine-Grained Evaluation and Editing of Tactile Graphics}, author={Adnan Khan and Abbas Akkasi and Majid Komeili}, year={2026}, eprint={2604.19829}, archivePrefix={arXiv}, primaryClass={cs.CV}, url={https://arxiv.org/abs/2604.19829}}",
|
| 5 |
+
"homepage": "https://tactileeval.github.io/",
|
| 6 |
+
"license": "mit",
|
| 7 |
+
"features": {
|
| 8 |
+
"pair_id": {
|
| 9 |
+
"dtype": "string",
|
| 10 |
+
"_type": "Value"
|
| 11 |
+
},
|
| 12 |
+
"task_family": {
|
| 13 |
+
"dtype": "string",
|
| 14 |
+
"_type": "Value"
|
| 15 |
+
},
|
| 16 |
+
"task_id": {
|
| 17 |
+
"dtype": "string",
|
| 18 |
+
"_type": "Value"
|
| 19 |
+
},
|
| 20 |
+
"option_id": {
|
| 21 |
+
"dtype": "string",
|
| 22 |
+
"_type": "Value"
|
| 23 |
+
},
|
| 24 |
+
"option_description": {
|
| 25 |
+
"dtype": "string",
|
| 26 |
+
"_type": "Value"
|
| 27 |
+
},
|
| 28 |
+
"natural_image": {
|
| 29 |
+
"dtype": "string",
|
| 30 |
+
"_type": "Value"
|
| 31 |
+
},
|
| 32 |
+
"tactile_image": {
|
| 33 |
+
"dtype": "string",
|
| 34 |
+
"_type": "Value"
|
| 35 |
+
},
|
| 36 |
+
"votes_total": {
|
| 37 |
+
"dtype": "int32",
|
| 38 |
+
"_type": "Value"
|
| 39 |
+
},
|
| 40 |
+
"positives": {
|
| 41 |
+
"dtype": "int32",
|
| 42 |
+
"_type": "Value"
|
| 43 |
+
},
|
| 44 |
+
"negatives": {
|
| 45 |
+
"dtype": "int32",
|
| 46 |
+
"_type": "Value"
|
| 47 |
+
},
|
| 48 |
+
"vote_fraction": {
|
| 49 |
+
"dtype": "float32",
|
| 50 |
+
"_type": "Value"
|
| 51 |
+
},
|
| 52 |
+
"label": {
|
| 53 |
+
"dtype": "int32",
|
| 54 |
+
"_type": "Value"
|
| 55 |
+
},
|
| 56 |
+
"source_assignments": {
|
| 57 |
+
"dtype": "int32",
|
| 58 |
+
"_type": "Value"
|
| 59 |
+
},
|
| 60 |
+
"status_counts": {
|
| 61 |
+
"status": {
|
| 62 |
+
"feature": {
|
| 63 |
+
"dtype": "string",
|
| 64 |
+
"_type": "Value"
|
| 65 |
+
},
|
| 66 |
+
"_type": "List"
|
| 67 |
+
},
|
| 68 |
+
"count": {
|
| 69 |
+
"feature": {
|
| 70 |
+
"dtype": "int32",
|
| 71 |
+
"_type": "Value"
|
| 72 |
+
},
|
| 73 |
+
"_type": "List"
|
| 74 |
+
}
|
| 75 |
+
},
|
| 76 |
+
"used_consensus": {
|
| 77 |
+
"dtype": "bool",
|
| 78 |
+
"_type": "Value"
|
| 79 |
+
}
|
| 80 |
+
},
|
| 81 |
+
"splits": {
|
| 82 |
+
"train": {
|
| 83 |
+
"name": "train",
|
| 84 |
+
"num_examples": 11348,
|
| 85 |
+
"num_bytes": 6564180
|
| 86 |
+
},
|
| 87 |
+
"validation": {
|
| 88 |
+
"name": "validation",
|
| 89 |
+
"num_examples": 1341,
|
| 90 |
+
"num_bytes": 773094
|
| 91 |
+
},
|
| 92 |
+
"test": {
|
| 93 |
+
"name": "test",
|
| 94 |
+
"num_examples": 1406,
|
| 95 |
+
"num_bytes": 812899
|
| 96 |
+
}
|
| 97 |
+
},
|
| 98 |
+
"download_size": 8150173,
|
| 99 |
+
"dataset_size": 8150173,
|
| 100 |
+
"config_name": "full",
|
| 101 |
+
"data_files": {
|
| 102 |
+
"train": [
|
| 103 |
+
{
|
| 104 |
+
"filename": "processed/splits/train.jsonl"
|
| 105 |
+
}
|
| 106 |
+
],
|
| 107 |
+
"validation": [
|
| 108 |
+
{
|
| 109 |
+
"filename": "processed/splits/val.jsonl"
|
| 110 |
+
}
|
| 111 |
+
],
|
| 112 |
+
"test": [
|
| 113 |
+
{
|
| 114 |
+
"filename": "processed/splits/test.jsonl"
|
| 115 |
+
}
|
| 116 |
+
]
|
| 117 |
+
},
|
| 118 |
+
"default_validation_split": "validation"
|
| 119 |
+
},
|
| 120 |
+
"family_f1": {
|
| 121 |
+
"description": "Family F1 only.",
|
| 122 |
+
"citation": "@misc{khan2026tactileevalstepautomatedfinegrained, title={TactileEval: A Step Towards Automated Fine-Grained Evaluation and Editing of Tactile Graphics}, author={Adnan Khan and Abbas Akkasi and Majid Komeili}, year={2026}, eprint={2604.19829}, archivePrefix={arXiv}, primaryClass={cs.CV}, url={https://arxiv.org/abs/2604.19829}}",
|
| 123 |
+
"homepage": "https://tactileeval.github.io/",
|
| 124 |
+
"license": "mit",
|
| 125 |
+
"features": {
|
| 126 |
+
"pair_id": {
|
| 127 |
+
"dtype": "string",
|
| 128 |
+
"_type": "Value"
|
| 129 |
+
},
|
| 130 |
+
"task_family": {
|
| 131 |
+
"dtype": "string",
|
| 132 |
+
"_type": "Value"
|
| 133 |
+
},
|
| 134 |
+
"task_id": {
|
| 135 |
+
"dtype": "string",
|
| 136 |
+
"_type": "Value"
|
| 137 |
+
},
|
| 138 |
+
"option_id": {
|
| 139 |
+
"dtype": "string",
|
| 140 |
+
"_type": "Value"
|
| 141 |
+
},
|
| 142 |
+
"option_description": {
|
| 143 |
+
"dtype": "string",
|
| 144 |
+
"_type": "Value"
|
| 145 |
+
},
|
| 146 |
+
"natural_image": {
|
| 147 |
+
"dtype": "string",
|
| 148 |
+
"_type": "Value"
|
| 149 |
+
},
|
| 150 |
+
"tactile_image": {
|
| 151 |
+
"dtype": "string",
|
| 152 |
+
"_type": "Value"
|
| 153 |
+
},
|
| 154 |
+
"votes_total": {
|
| 155 |
+
"dtype": "int32",
|
| 156 |
+
"_type": "Value"
|
| 157 |
+
},
|
| 158 |
+
"positives": {
|
| 159 |
+
"dtype": "int32",
|
| 160 |
+
"_type": "Value"
|
| 161 |
+
},
|
| 162 |
+
"negatives": {
|
| 163 |
+
"dtype": "int32",
|
| 164 |
+
"_type": "Value"
|
| 165 |
+
},
|
| 166 |
+
"vote_fraction": {
|
| 167 |
+
"dtype": "float32",
|
| 168 |
+
"_type": "Value"
|
| 169 |
+
},
|
| 170 |
+
"label": {
|
| 171 |
+
"dtype": "int32",
|
| 172 |
+
"_type": "Value"
|
| 173 |
+
},
|
| 174 |
+
"source_assignments": {
|
| 175 |
+
"dtype": "int32",
|
| 176 |
+
"_type": "Value"
|
| 177 |
+
},
|
| 178 |
+
"status_counts": {
|
| 179 |
+
"status": {
|
| 180 |
+
"feature": {
|
| 181 |
+
"dtype": "string",
|
| 182 |
+
"_type": "Value"
|
| 183 |
+
},
|
| 184 |
+
"_type": "List"
|
| 185 |
+
},
|
| 186 |
+
"count": {
|
| 187 |
+
"feature": {
|
| 188 |
+
"dtype": "int32",
|
| 189 |
+
"_type": "Value"
|
| 190 |
+
},
|
| 191 |
+
"_type": "List"
|
| 192 |
+
}
|
| 193 |
+
},
|
| 194 |
+
"used_consensus": {
|
| 195 |
+
"dtype": "bool",
|
| 196 |
+
"_type": "Value"
|
| 197 |
+
}
|
| 198 |
+
},
|
| 199 |
+
"splits": {
|
| 200 |
+
"train": {
|
| 201 |
+
"name": "train",
|
| 202 |
+
"num_examples": 2682,
|
| 203 |
+
"num_bytes": 1492281
|
| 204 |
+
},
|
| 205 |
+
"validation": {
|
| 206 |
+
"name": "validation",
|
| 207 |
+
"num_examples": 320,
|
| 208 |
+
"num_bytes": 177294
|
| 209 |
+
},
|
| 210 |
+
"test": {
|
| 211 |
+
"name": "test",
|
| 212 |
+
"num_examples": 288,
|
| 213 |
+
"num_bytes": 160078
|
| 214 |
+
}
|
| 215 |
+
},
|
| 216 |
+
"download_size": 1829653,
|
| 217 |
+
"dataset_size": 1829653,
|
| 218 |
+
"config_name": "family_f1",
|
| 219 |
+
"data_files": {
|
| 220 |
+
"train": [
|
| 221 |
+
{
|
| 222 |
+
"filename": "processed/family_splits/F1/train.jsonl"
|
| 223 |
+
}
|
| 224 |
+
],
|
| 225 |
+
"validation": [
|
| 226 |
+
{
|
| 227 |
+
"filename": "processed/family_splits/F1/val.jsonl"
|
| 228 |
+
}
|
| 229 |
+
],
|
| 230 |
+
"test": [
|
| 231 |
+
{
|
| 232 |
+
"filename": "processed/family_splits/F1/test.jsonl"
|
| 233 |
+
}
|
| 234 |
+
]
|
| 235 |
+
},
|
| 236 |
+
"default_validation_split": "validation"
|
| 237 |
+
},
|
| 238 |
+
"family_f2": {
|
| 239 |
+
"description": "Family F2 only.",
|
| 240 |
+
"citation": "@misc{khan2026tactileevalstepautomatedfinegrained, title={TactileEval: A Step Towards Automated Fine-Grained Evaluation and Editing of Tactile Graphics}, author={Adnan Khan and Abbas Akkasi and Majid Komeili}, year={2026}, eprint={2604.19829}, archivePrefix={arXiv}, primaryClass={cs.CV}, url={https://arxiv.org/abs/2604.19829}}",
|
| 241 |
+
"homepage": "https://tactileeval.github.io/",
|
| 242 |
+
"license": "mit",
|
| 243 |
+
"features": {
|
| 244 |
+
"pair_id": {
|
| 245 |
+
"dtype": "string",
|
| 246 |
+
"_type": "Value"
|
| 247 |
+
},
|
| 248 |
+
"task_family": {
|
| 249 |
+
"dtype": "string",
|
| 250 |
+
"_type": "Value"
|
| 251 |
+
},
|
| 252 |
+
"task_id": {
|
| 253 |
+
"dtype": "string",
|
| 254 |
+
"_type": "Value"
|
| 255 |
+
},
|
| 256 |
+
"option_id": {
|
| 257 |
+
"dtype": "string",
|
| 258 |
+
"_type": "Value"
|
| 259 |
+
},
|
| 260 |
+
"option_description": {
|
| 261 |
+
"dtype": "string",
|
| 262 |
+
"_type": "Value"
|
| 263 |
+
},
|
| 264 |
+
"natural_image": {
|
| 265 |
+
"dtype": "string",
|
| 266 |
+
"_type": "Value"
|
| 267 |
+
},
|
| 268 |
+
"tactile_image": {
|
| 269 |
+
"dtype": "string",
|
| 270 |
+
"_type": "Value"
|
| 271 |
+
},
|
| 272 |
+
"votes_total": {
|
| 273 |
+
"dtype": "int32",
|
| 274 |
+
"_type": "Value"
|
| 275 |
+
},
|
| 276 |
+
"positives": {
|
| 277 |
+
"dtype": "int32",
|
| 278 |
+
"_type": "Value"
|
| 279 |
+
},
|
| 280 |
+
"negatives": {
|
| 281 |
+
"dtype": "int32",
|
| 282 |
+
"_type": "Value"
|
| 283 |
+
},
|
| 284 |
+
"vote_fraction": {
|
| 285 |
+
"dtype": "float32",
|
| 286 |
+
"_type": "Value"
|
| 287 |
+
},
|
| 288 |
+
"label": {
|
| 289 |
+
"dtype": "int32",
|
| 290 |
+
"_type": "Value"
|
| 291 |
+
},
|
| 292 |
+
"source_assignments": {
|
| 293 |
+
"dtype": "int32",
|
| 294 |
+
"_type": "Value"
|
| 295 |
+
},
|
| 296 |
+
"status_counts": {
|
| 297 |
+
"status": {
|
| 298 |
+
"feature": {
|
| 299 |
+
"dtype": "string",
|
| 300 |
+
"_type": "Value"
|
| 301 |
+
},
|
| 302 |
+
"_type": "List"
|
| 303 |
+
},
|
| 304 |
+
"count": {
|
| 305 |
+
"feature": {
|
| 306 |
+
"dtype": "int32",
|
| 307 |
+
"_type": "Value"
|
| 308 |
+
},
|
| 309 |
+
"_type": "List"
|
| 310 |
+
}
|
| 311 |
+
},
|
| 312 |
+
"used_consensus": {
|
| 313 |
+
"dtype": "bool",
|
| 314 |
+
"_type": "Value"
|
| 315 |
+
}
|
| 316 |
+
},
|
| 317 |
+
"splits": {
|
| 318 |
+
"train": {
|
| 319 |
+
"name": "train",
|
| 320 |
+
"num_examples": 3846,
|
| 321 |
+
"num_bytes": 2266670
|
| 322 |
+
},
|
| 323 |
+
"validation": {
|
| 324 |
+
"name": "validation",
|
| 325 |
+
"num_examples": 462,
|
| 326 |
+
"num_bytes": 271470
|
| 327 |
+
},
|
| 328 |
+
"test": {
|
| 329 |
+
"name": "test",
|
| 330 |
+
"num_examples": 524,
|
| 331 |
+
"num_bytes": 307379
|
| 332 |
+
}
|
| 333 |
+
},
|
| 334 |
+
"download_size": 2845519,
|
| 335 |
+
"dataset_size": 2845519,
|
| 336 |
+
"config_name": "family_f2",
|
| 337 |
+
"data_files": {
|
| 338 |
+
"train": [
|
| 339 |
+
{
|
| 340 |
+
"filename": "processed/family_splits/F2/train.jsonl"
|
| 341 |
+
}
|
| 342 |
+
],
|
| 343 |
+
"validation": [
|
| 344 |
+
{
|
| 345 |
+
"filename": "processed/family_splits/F2/val.jsonl"
|
| 346 |
+
}
|
| 347 |
+
],
|
| 348 |
+
"test": [
|
| 349 |
+
{
|
| 350 |
+
"filename": "processed/family_splits/F2/test.jsonl"
|
| 351 |
+
}
|
| 352 |
+
]
|
| 353 |
+
},
|
| 354 |
+
"default_validation_split": "validation"
|
| 355 |
+
},
|
| 356 |
+
"family_f3": {
|
| 357 |
+
"description": "Family F3 only.",
|
| 358 |
+
"citation": "@misc{khan2026tactileevalstepautomatedfinegrained, title={TactileEval: A Step Towards Automated Fine-Grained Evaluation and Editing of Tactile Graphics}, author={Adnan Khan and Abbas Akkasi and Majid Komeili}, year={2026}, eprint={2604.19829}, archivePrefix={arXiv}, primaryClass={cs.CV}, url={https://arxiv.org/abs/2604.19829}}",
|
| 359 |
+
"homepage": "https://tactileeval.github.io/",
|
| 360 |
+
"license": "mit",
|
| 361 |
+
"features": {
|
| 362 |
+
"pair_id": {
|
| 363 |
+
"dtype": "string",
|
| 364 |
+
"_type": "Value"
|
| 365 |
+
},
|
| 366 |
+
"task_family": {
|
| 367 |
+
"dtype": "string",
|
| 368 |
+
"_type": "Value"
|
| 369 |
+
},
|
| 370 |
+
"task_id": {
|
| 371 |
+
"dtype": "string",
|
| 372 |
+
"_type": "Value"
|
| 373 |
+
},
|
| 374 |
+
"option_id": {
|
| 375 |
+
"dtype": "string",
|
| 376 |
+
"_type": "Value"
|
| 377 |
+
},
|
| 378 |
+
"option_description": {
|
| 379 |
+
"dtype": "string",
|
| 380 |
+
"_type": "Value"
|
| 381 |
+
},
|
| 382 |
+
"natural_image": {
|
| 383 |
+
"dtype": "string",
|
| 384 |
+
"_type": "Value"
|
| 385 |
+
},
|
| 386 |
+
"tactile_image": {
|
| 387 |
+
"dtype": "string",
|
| 388 |
+
"_type": "Value"
|
| 389 |
+
},
|
| 390 |
+
"votes_total": {
|
| 391 |
+
"dtype": "int32",
|
| 392 |
+
"_type": "Value"
|
| 393 |
+
},
|
| 394 |
+
"positives": {
|
| 395 |
+
"dtype": "int32",
|
| 396 |
+
"_type": "Value"
|
| 397 |
+
},
|
| 398 |
+
"negatives": {
|
| 399 |
+
"dtype": "int32",
|
| 400 |
+
"_type": "Value"
|
| 401 |
+
},
|
| 402 |
+
"vote_fraction": {
|
| 403 |
+
"dtype": "float32",
|
| 404 |
+
"_type": "Value"
|
| 405 |
+
},
|
| 406 |
+
"label": {
|
| 407 |
+
"dtype": "int32",
|
| 408 |
+
"_type": "Value"
|
| 409 |
+
},
|
| 410 |
+
"source_assignments": {
|
| 411 |
+
"dtype": "int32",
|
| 412 |
+
"_type": "Value"
|
| 413 |
+
},
|
| 414 |
+
"status_counts": {
|
| 415 |
+
"status": {
|
| 416 |
+
"feature": {
|
| 417 |
+
"dtype": "string",
|
| 418 |
+
"_type": "Value"
|
| 419 |
+
},
|
| 420 |
+
"_type": "List"
|
| 421 |
+
},
|
| 422 |
+
"count": {
|
| 423 |
+
"feature": {
|
| 424 |
+
"dtype": "int32",
|
| 425 |
+
"_type": "Value"
|
| 426 |
+
},
|
| 427 |
+
"_type": "List"
|
| 428 |
+
}
|
| 429 |
+
},
|
| 430 |
+
"used_consensus": {
|
| 431 |
+
"dtype": "bool",
|
| 432 |
+
"_type": "Value"
|
| 433 |
+
}
|
| 434 |
+
},
|
| 435 |
+
"splits": {
|
| 436 |
+
"train": {
|
| 437 |
+
"name": "train",
|
| 438 |
+
"num_examples": 856,
|
| 439 |
+
"num_bytes": 486193
|
| 440 |
+
},
|
| 441 |
+
"validation": {
|
| 442 |
+
"name": "validation",
|
| 443 |
+
"num_examples": 92,
|
| 444 |
+
"num_bytes": 52059
|
| 445 |
+
},
|
| 446 |
+
"test": {
|
| 447 |
+
"name": "test",
|
| 448 |
+
"num_examples": 102,
|
| 449 |
+
"num_bytes": 57859
|
| 450 |
+
}
|
| 451 |
+
},
|
| 452 |
+
"download_size": 596111,
|
| 453 |
+
"dataset_size": 596111,
|
| 454 |
+
"config_name": "family_f3",
|
| 455 |
+
"data_files": {
|
| 456 |
+
"train": [
|
| 457 |
+
{
|
| 458 |
+
"filename": "processed/family_splits/F3/train.jsonl"
|
| 459 |
+
}
|
| 460 |
+
],
|
| 461 |
+
"validation": [
|
| 462 |
+
{
|
| 463 |
+
"filename": "processed/family_splits/F3/val.jsonl"
|
| 464 |
+
}
|
| 465 |
+
],
|
| 466 |
+
"test": [
|
| 467 |
+
{
|
| 468 |
+
"filename": "processed/family_splits/F3/test.jsonl"
|
| 469 |
+
}
|
| 470 |
+
]
|
| 471 |
+
},
|
| 472 |
+
"default_validation_split": "validation"
|
| 473 |
+
},
|
| 474 |
+
"family_f4": {
|
| 475 |
+
"description": "Family F4 only.",
|
| 476 |
+
"citation": "@misc{khan2026tactileevalstepautomatedfinegrained, title={TactileEval: A Step Towards Automated Fine-Grained Evaluation and Editing of Tactile Graphics}, author={Adnan Khan and Abbas Akkasi and Majid Komeili}, year={2026}, eprint={2604.19829}, archivePrefix={arXiv}, primaryClass={cs.CV}, url={https://arxiv.org/abs/2604.19829}}",
|
| 477 |
+
"homepage": "https://tactileeval.github.io/",
|
| 478 |
+
"license": "mit",
|
| 479 |
+
"features": {
|
| 480 |
+
"pair_id": {
|
| 481 |
+
"dtype": "string",
|
| 482 |
+
"_type": "Value"
|
| 483 |
+
},
|
| 484 |
+
"task_family": {
|
| 485 |
+
"dtype": "string",
|
| 486 |
+
"_type": "Value"
|
| 487 |
+
},
|
| 488 |
+
"task_id": {
|
| 489 |
+
"dtype": "string",
|
| 490 |
+
"_type": "Value"
|
| 491 |
+
},
|
| 492 |
+
"option_id": {
|
| 493 |
+
"dtype": "string",
|
| 494 |
+
"_type": "Value"
|
| 495 |
+
},
|
| 496 |
+
"option_description": {
|
| 497 |
+
"dtype": "string",
|
| 498 |
+
"_type": "Value"
|
| 499 |
+
},
|
| 500 |
+
"natural_image": {
|
| 501 |
+
"dtype": "string",
|
| 502 |
+
"_type": "Value"
|
| 503 |
+
},
|
| 504 |
+
"tactile_image": {
|
| 505 |
+
"dtype": "string",
|
| 506 |
+
"_type": "Value"
|
| 507 |
+
},
|
| 508 |
+
"votes_total": {
|
| 509 |
+
"dtype": "int32",
|
| 510 |
+
"_type": "Value"
|
| 511 |
+
},
|
| 512 |
+
"positives": {
|
| 513 |
+
"dtype": "int32",
|
| 514 |
+
"_type": "Value"
|
| 515 |
+
},
|
| 516 |
+
"negatives": {
|
| 517 |
+
"dtype": "int32",
|
| 518 |
+
"_type": "Value"
|
| 519 |
+
},
|
| 520 |
+
"vote_fraction": {
|
| 521 |
+
"dtype": "float32",
|
| 522 |
+
"_type": "Value"
|
| 523 |
+
},
|
| 524 |
+
"label": {
|
| 525 |
+
"dtype": "int32",
|
| 526 |
+
"_type": "Value"
|
| 527 |
+
},
|
| 528 |
+
"source_assignments": {
|
| 529 |
+
"dtype": "int32",
|
| 530 |
+
"_type": "Value"
|
| 531 |
+
},
|
| 532 |
+
"status_counts": {
|
| 533 |
+
"status": {
|
| 534 |
+
"feature": {
|
| 535 |
+
"dtype": "string",
|
| 536 |
+
"_type": "Value"
|
| 537 |
+
},
|
| 538 |
+
"_type": "List"
|
| 539 |
+
},
|
| 540 |
+
"count": {
|
| 541 |
+
"feature": {
|
| 542 |
+
"dtype": "int32",
|
| 543 |
+
"_type": "Value"
|
| 544 |
+
},
|
| 545 |
+
"_type": "List"
|
| 546 |
+
}
|
| 547 |
+
},
|
| 548 |
+
"used_consensus": {
|
| 549 |
+
"dtype": "bool",
|
| 550 |
+
"_type": "Value"
|
| 551 |
+
}
|
| 552 |
+
},
|
| 553 |
+
"splits": {
|
| 554 |
+
"train": {
|
| 555 |
+
"name": "train",
|
| 556 |
+
"num_examples": 962,
|
| 557 |
+
"num_bytes": 580196
|
| 558 |
+
},
|
| 559 |
+
"validation": {
|
| 560 |
+
"name": "validation",
|
| 561 |
+
"num_examples": 116,
|
| 562 |
+
"num_bytes": 69675
|
| 563 |
+
},
|
| 564 |
+
"test": {
|
| 565 |
+
"name": "test",
|
| 566 |
+
"num_examples": 140,
|
| 567 |
+
"num_bytes": 84120
|
| 568 |
+
}
|
| 569 |
+
},
|
| 570 |
+
"download_size": 733991,
|
| 571 |
+
"dataset_size": 733991,
|
| 572 |
+
"config_name": "family_f4",
|
| 573 |
+
"data_files": {
|
| 574 |
+
"train": [
|
| 575 |
+
{
|
| 576 |
+
"filename": "processed/family_splits/F4/train.jsonl"
|
| 577 |
+
}
|
| 578 |
+
],
|
| 579 |
+
"validation": [
|
| 580 |
+
{
|
| 581 |
+
"filename": "processed/family_splits/F4/val.jsonl"
|
| 582 |
+
}
|
| 583 |
+
],
|
| 584 |
+
"test": [
|
| 585 |
+
{
|
| 586 |
+
"filename": "processed/family_splits/F4/test.jsonl"
|
| 587 |
+
}
|
| 588 |
+
]
|
| 589 |
+
},
|
| 590 |
+
"default_validation_split": "validation"
|
| 591 |
+
},
|
| 592 |
+
"family_f5": {
|
| 593 |
+
"description": "Family F5 only.",
|
| 594 |
+
"citation": "@misc{khan2026tactileevalstepautomatedfinegrained, title={TactileEval: A Step Towards Automated Fine-Grained Evaluation and Editing of Tactile Graphics}, author={Adnan Khan and Abbas Akkasi and Majid Komeili}, year={2026}, eprint={2604.19829}, archivePrefix={arXiv}, primaryClass={cs.CV}, url={https://arxiv.org/abs/2604.19829}}",
|
| 595 |
+
"homepage": "https://tactileeval.github.io/",
|
| 596 |
+
"license": "mit",
|
| 597 |
+
"features": {
|
| 598 |
+
"pair_id": {
|
| 599 |
+
"dtype": "string",
|
| 600 |
+
"_type": "Value"
|
| 601 |
+
},
|
| 602 |
+
"task_family": {
|
| 603 |
+
"dtype": "string",
|
| 604 |
+
"_type": "Value"
|
| 605 |
+
},
|
| 606 |
+
"task_id": {
|
| 607 |
+
"dtype": "string",
|
| 608 |
+
"_type": "Value"
|
| 609 |
+
},
|
| 610 |
+
"option_id": {
|
| 611 |
+
"dtype": "string",
|
| 612 |
+
"_type": "Value"
|
| 613 |
+
},
|
| 614 |
+
"option_description": {
|
| 615 |
+
"dtype": "string",
|
| 616 |
+
"_type": "Value"
|
| 617 |
+
},
|
| 618 |
+
"natural_image": {
|
| 619 |
+
"dtype": "string",
|
| 620 |
+
"_type": "Value"
|
| 621 |
+
},
|
| 622 |
+
"tactile_image": {
|
| 623 |
+
"dtype": "string",
|
| 624 |
+
"_type": "Value"
|
| 625 |
+
},
|
| 626 |
+
"votes_total": {
|
| 627 |
+
"dtype": "int32",
|
| 628 |
+
"_type": "Value"
|
| 629 |
+
},
|
| 630 |
+
"positives": {
|
| 631 |
+
"dtype": "int32",
|
| 632 |
+
"_type": "Value"
|
| 633 |
+
},
|
| 634 |
+
"negatives": {
|
| 635 |
+
"dtype": "int32",
|
| 636 |
+
"_type": "Value"
|
| 637 |
+
},
|
| 638 |
+
"vote_fraction": {
|
| 639 |
+
"dtype": "float32",
|
| 640 |
+
"_type": "Value"
|
| 641 |
+
},
|
| 642 |
+
"label": {
|
| 643 |
+
"dtype": "int32",
|
| 644 |
+
"_type": "Value"
|
| 645 |
+
},
|
| 646 |
+
"source_assignments": {
|
| 647 |
+
"dtype": "int32",
|
| 648 |
+
"_type": "Value"
|
| 649 |
+
},
|
| 650 |
+
"status_counts": {
|
| 651 |
+
"status": {
|
| 652 |
+
"feature": {
|
| 653 |
+
"dtype": "string",
|
| 654 |
+
"_type": "Value"
|
| 655 |
+
},
|
| 656 |
+
"_type": "List"
|
| 657 |
+
},
|
| 658 |
+
"count": {
|
| 659 |
+
"feature": {
|
| 660 |
+
"dtype": "int32",
|
| 661 |
+
"_type": "Value"
|
| 662 |
+
},
|
| 663 |
+
"_type": "List"
|
| 664 |
+
}
|
| 665 |
+
},
|
| 666 |
+
"used_consensus": {
|
| 667 |
+
"dtype": "bool",
|
| 668 |
+
"_type": "Value"
|
| 669 |
+
}
|
| 670 |
+
},
|
| 671 |
+
"splits": {
|
| 672 |
+
"train": {
|
| 673 |
+
"name": "train",
|
| 674 |
+
"num_examples": 1874,
|
| 675 |
+
"num_bytes": 1090186
|
| 676 |
+
},
|
| 677 |
+
"validation": {
|
| 678 |
+
"name": "validation",
|
| 679 |
+
"num_examples": 226,
|
| 680 |
+
"num_bytes": 130950
|
| 681 |
+
},
|
| 682 |
+
"test": {
|
| 683 |
+
"name": "test",
|
| 684 |
+
"num_examples": 230,
|
| 685 |
+
"num_bytes": 133534
|
| 686 |
+
}
|
| 687 |
+
},
|
| 688 |
+
"download_size": 1354670,
|
| 689 |
+
"dataset_size": 1354670,
|
| 690 |
+
"config_name": "family_f5",
|
| 691 |
+
"data_files": {
|
| 692 |
+
"train": [
|
| 693 |
+
{
|
| 694 |
+
"filename": "processed/family_splits/F5/train.jsonl"
|
| 695 |
+
}
|
| 696 |
+
],
|
| 697 |
+
"validation": [
|
| 698 |
+
{
|
| 699 |
+
"filename": "processed/family_splits/F5/val.jsonl"
|
| 700 |
+
}
|
| 701 |
+
],
|
| 702 |
+
"test": [
|
| 703 |
+
{
|
| 704 |
+
"filename": "processed/family_splits/F5/test.jsonl"
|
| 705 |
+
}
|
| 706 |
+
]
|
| 707 |
+
},
|
| 708 |
+
"default_validation_split": "validation"
|
| 709 |
+
},
|
| 710 |
+
"family_f6": {
|
| 711 |
+
"description": "Family F6 only.",
|
| 712 |
+
"citation": "@misc{khan2026tactileevalstepautomatedfinegrained, title={TactileEval: A Step Towards Automated Fine-Grained Evaluation and Editing of Tactile Graphics}, author={Adnan Khan and Abbas Akkasi and Majid Komeili}, year={2026}, eprint={2604.19829}, archivePrefix={arXiv}, primaryClass={cs.CV}, url={https://arxiv.org/abs/2604.19829}}",
|
| 713 |
+
"homepage": "https://tactileeval.github.io/",
|
| 714 |
+
"license": "mit",
|
| 715 |
+
"features": {
|
| 716 |
+
"pair_id": {
|
| 717 |
+
"dtype": "string",
|
| 718 |
+
"_type": "Value"
|
| 719 |
+
},
|
| 720 |
+
"task_family": {
|
| 721 |
+
"dtype": "string",
|
| 722 |
+
"_type": "Value"
|
| 723 |
+
},
|
| 724 |
+
"task_id": {
|
| 725 |
+
"dtype": "string",
|
| 726 |
+
"_type": "Value"
|
| 727 |
+
},
|
| 728 |
+
"option_id": {
|
| 729 |
+
"dtype": "string",
|
| 730 |
+
"_type": "Value"
|
| 731 |
+
},
|
| 732 |
+
"option_description": {
|
| 733 |
+
"dtype": "string",
|
| 734 |
+
"_type": "Value"
|
| 735 |
+
},
|
| 736 |
+
"natural_image": {
|
| 737 |
+
"dtype": "string",
|
| 738 |
+
"_type": "Value"
|
| 739 |
+
},
|
| 740 |
+
"tactile_image": {
|
| 741 |
+
"dtype": "string",
|
| 742 |
+
"_type": "Value"
|
| 743 |
+
},
|
| 744 |
+
"votes_total": {
|
| 745 |
+
"dtype": "int32",
|
| 746 |
+
"_type": "Value"
|
| 747 |
+
},
|
| 748 |
+
"positives": {
|
| 749 |
+
"dtype": "int32",
|
| 750 |
+
"_type": "Value"
|
| 751 |
+
},
|
| 752 |
+
"negatives": {
|
| 753 |
+
"dtype": "int32",
|
| 754 |
+
"_type": "Value"
|
| 755 |
+
},
|
| 756 |
+
"vote_fraction": {
|
| 757 |
+
"dtype": "float32",
|
| 758 |
+
"_type": "Value"
|
| 759 |
+
},
|
| 760 |
+
"label": {
|
| 761 |
+
"dtype": "int32",
|
| 762 |
+
"_type": "Value"
|
| 763 |
+
},
|
| 764 |
+
"source_assignments": {
|
| 765 |
+
"dtype": "int32",
|
| 766 |
+
"_type": "Value"
|
| 767 |
+
},
|
| 768 |
+
"status_counts": {
|
| 769 |
+
"status": {
|
| 770 |
+
"feature": {
|
| 771 |
+
"dtype": "string",
|
| 772 |
+
"_type": "Value"
|
| 773 |
+
},
|
| 774 |
+
"_type": "List"
|
| 775 |
+
},
|
| 776 |
+
"count": {
|
| 777 |
+
"feature": {
|
| 778 |
+
"dtype": "int32",
|
| 779 |
+
"_type": "Value"
|
| 780 |
+
},
|
| 781 |
+
"_type": "List"
|
| 782 |
+
}
|
| 783 |
+
},
|
| 784 |
+
"used_consensus": {
|
| 785 |
+
"dtype": "bool",
|
| 786 |
+
"_type": "Value"
|
| 787 |
+
}
|
| 788 |
+
},
|
| 789 |
+
"splits": {
|
| 790 |
+
"train": {
|
| 791 |
+
"name": "train",
|
| 792 |
+
"num_examples": 1128,
|
| 793 |
+
"num_bytes": 648654
|
| 794 |
+
},
|
| 795 |
+
"validation": {
|
| 796 |
+
"name": "validation",
|
| 797 |
+
"num_examples": 125,
|
| 798 |
+
"num_bytes": 71646
|
| 799 |
+
},
|
| 800 |
+
"test": {
|
| 801 |
+
"name": "test",
|
| 802 |
+
"num_examples": 122,
|
| 803 |
+
"num_bytes": 69929
|
| 804 |
+
}
|
| 805 |
+
},
|
| 806 |
+
"download_size": 790229,
|
| 807 |
+
"dataset_size": 790229,
|
| 808 |
+
"config_name": "family_f6",
|
| 809 |
+
"data_files": {
|
| 810 |
+
"train": [
|
| 811 |
+
{
|
| 812 |
+
"filename": "processed/family_splits/F6/train.jsonl"
|
| 813 |
+
}
|
| 814 |
+
],
|
| 815 |
+
"validation": [
|
| 816 |
+
{
|
| 817 |
+
"filename": "processed/family_splits/F6/val.jsonl"
|
| 818 |
+
}
|
| 819 |
+
],
|
| 820 |
+
"test": [
|
| 821 |
+
{
|
| 822 |
+
"filename": "processed/family_splits/F6/test.jsonl"
|
| 823 |
+
}
|
| 824 |
+
]
|
| 825 |
+
},
|
| 826 |
+
"default_validation_split": "validation"
|
| 827 |
+
}
|
| 828 |
+
}
|
images/Animals_and_Creatures/Bat/Natural/1.jpg
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bat/Natural/10.jpg
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bat/Natural/10_2.png
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bat/Natural/11.jpg
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bat/Natural/11_2.png
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bat/Natural/12.png
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bat/Natural/12_2.jpg
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bat/Natural/13.png
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bat/Natural/13_2.jpg
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bat/Natural/13_3.jpg
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bat/Natural/14.png
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bat/Natural/15.jpg
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bat/Natural/15.png
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bat/Natural/16.jpg
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bat/Natural/2.jpg
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bat/Natural/3.jpg
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bat/Natural/3_2.png
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bat/Natural/4.jpg
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bat/Natural/5.jpg
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bat/Natural/6.jpg
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bat/Natural/6_2.png
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bat/Natural/7.jpg
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bat/Natural/7_2.png
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bat/Natural/7_3.jpg
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bat/Natural/8.png
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bat/Natural/8_2.jpg
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bat/Natural/9.jpg
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bat/Natural/9_2.png
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bat/Natural/9_3.jpg
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bat/Natural/9_4.jpg
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bat/Tactile/1.jpeg
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bat/Tactile/10.jpeg
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bat/Tactile/11.jpeg
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bat/Tactile/12.jpeg
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bat/Tactile/13.jpeg
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bat/Tactile/2.jpeg
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bat/Tactile/3.jpeg
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bat/Tactile/4.jpeg
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bat/Tactile/5.png
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bat/Tactile/6.jpeg
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bat/Tactile/7.jpeg
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bat/Tactile/8.jpeg
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bat/Tactile/9.jpeg
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bee/Natural/Bee_1.jpg
ADDED
|
Git LFS Details
|
images/Animals_and_Creatures/Bee/Natural/Bee_10.jpg
ADDED
|
Git LFS Details
|