Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
## Summary
|
| 2 |
This dataset contains spectral classification tasks built for tool-using models.
|
| 3 |
Each example includes a full-spectrum image, a chat-style prompt, and ground-truth
|
|
@@ -54,3 +60,18 @@ Each example contains the following fields:
|
|
| 54 |
## Notes
|
| 55 |
- `images` contains the full-spectrum overview image for the example.
|
| 56 |
- `extra_info` provides raw arrays to recreate spectrum plots.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
arxiv: 2601.06498
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
|
| 7 |
## Summary
|
| 8 |
This dataset contains spectral classification tasks built for tool-using models.
|
| 9 |
Each example includes a full-spectrum image, a chat-style prompt, and ground-truth
|
|
|
|
| 60 |
## Notes
|
| 61 |
- `images` contains the full-spectrum overview image for the example.
|
| 62 |
- `extra_info` provides raw arrays to recreate spectrum plots.
|
| 63 |
+
|
| 64 |
+
## Citation
|
| 65 |
+
|
| 66 |
+
```bibtex
|
| 67 |
+
@misc{Jia2026SpecO3,
|
| 68 |
+
author = {Minghui Jia and Qichao Zhang and Ali Luo and Linjing Li and Shuo Ye and Hailing Lu and Wen Hou and Dongbin Zhao},
|
| 69 |
+
title = {Spec-o3: A Tool-Augmented Vision-Language Agent for Rare Celestial Object Candidate Vetting via Automated Spectral Inspection},
|
| 70 |
+
eprint = {2601.06498},
|
| 71 |
+
archivePrefix= {arXiv},
|
| 72 |
+
primaryClass = {cs.CL},
|
| 73 |
+
year = {2026},
|
| 74 |
+
url = {https://arxiv.org/abs/2601.06498},
|
| 75 |
+
doi = {10.48550/arXiv.2601.06498}
|
| 76 |
+
}
|
| 77 |
+
```
|