Alba commited on
Commit ·
4ffae32
1
Parent(s): 658464a
Link paper to space using arxiv tag in README.md frontmatter
Browse files
README.md
CHANGED
|
@@ -6,22 +6,23 @@ colorTo: indigo
|
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
license: apache-2.0
|
| 9 |
-
short_description: '
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
-
#
|
| 13 |
|
| 14 |
-
This is the
|
| 15 |
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
|
|
|
|
|
|
|
|
|
| 23 |
}
|
| 24 |
```
|
| 25 |
-
|
| 26 |
-
# Website License
|
| 27 |
-
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
|
|
|
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
license: apache-2.0
|
| 9 |
+
short_description: 'Propose and Attend: Training-free MLLM Grounding Confidence'
|
| 10 |
+
arxiv: 2607.05978
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# Propose and Attend: Training-free MLLM Grounding Confidence via Multi-Token Localized Attention
|
| 14 |
|
| 15 |
+
This is the Hugging Face Space project page for **Propose and Attend (MTLA)**.
|
| 16 |
|
| 17 |
+
* **Paper (arXiv):** [https://arxiv.org/abs/2607.05978](https://arxiv.org/abs/2607.05978)
|
| 18 |
+
* **GitHub Repository:** [https://github.com/TalRemez/MTLA](https://github.com/TalRemez/MTLA)
|
| 19 |
+
|
| 20 |
+
## Citation
|
| 21 |
+
```bibtex
|
| 22 |
+
@article{shalam2026propose,
|
| 23 |
+
title={Propose and Attend: Training-free MLLM Grounding Confidence via Multi-Token Localized Attention},
|
| 24 |
+
author={Shalam, Daniel and Baruch, Emanuel Ben and Cohen, Avi Ben and Remez, Tal},
|
| 25 |
+
journal={arXiv preprint arXiv:2607.05978},
|
| 26 |
+
year={2026}
|
| 27 |
}
|
| 28 |
```
|
|
|
|
|
|
|
|
|