Add arXiv reference (2608.09276) to model card
Browse files
README.md
CHANGED
|
@@ -24,6 +24,8 @@ Flamingo-style gated cross-attention. The model writes natural-prose geological
|
|
| 24 |
of 51 x 67 km lunar surface tiles: units, processes, relative timing, quantitative image facts,
|
| 25 |
and crater-count model ages on mare surfaces.
|
| 26 |
|
|
|
|
|
|
|
| 27 |
Code, training pipeline, and evaluation: **[github.com/TechnicToms/SelenoVLM](https://github.com/TechnicToms/SelenoVLM)**
|
| 28 |
|
| 29 |
## Repository contents
|
|
@@ -95,4 +97,16 @@ Released under Apache-2.0. Upstream terms that apply in addition:
|
|
| 95 |
|
| 96 |
## Citation
|
| 97 |
|
| 98 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
of 51 x 67 km lunar surface tiles: units, processes, relative timing, quantitative image facts,
|
| 25 |
and crater-count model ages on mare surfaces.
|
| 26 |
|
| 27 |
+
Paper: **[Verifiably grounded machine interpretation of lunar geology](https://arxiv.org/abs/2608.09276)** (arXiv:2608.09276)
|
| 28 |
+
|
| 29 |
Code, training pipeline, and evaluation: **[github.com/TechnicToms/SelenoVLM](https://github.com/TechnicToms/SelenoVLM)**
|
| 30 |
|
| 31 |
## Repository contents
|
|
|
|
| 97 |
|
| 98 |
## Citation
|
| 99 |
|
| 100 |
+
If you use this model, please cite:
|
| 101 |
+
|
| 102 |
+
```bibtex
|
| 103 |
+
@misc{sander2026selenovlm,
|
| 104 |
+
title = {Verifiably grounded machine interpretation of lunar geology},
|
| 105 |
+
author = {Sander, Tom and Wohlfarth, Kay and W{\"o}hler, Christian},
|
| 106 |
+
year = {2026},
|
| 107 |
+
eprint = {2608.09276},
|
| 108 |
+
archivePrefix = {arXiv},
|
| 109 |
+
primaryClass = {cs.CL},
|
| 110 |
+
url = {https://arxiv.org/abs/2608.09276}
|
| 111 |
+
}
|
| 112 |
+
```
|