Alba commited on
Commit
4ffae32
·
1 Parent(s): 658464a

Link paper to space using arxiv tag in README.md frontmatter

Browse files
Files changed (1) hide show
  1. README.md +14 -13
README.md CHANGED
@@ -6,22 +6,23 @@ colorTo: indigo
6
  sdk: static
7
  pinned: false
8
  license: apache-2.0
9
- short_description: 'This is the model repository for: Propose and Attend'
 
10
  ---
11
 
12
- # Nerfies
13
 
14
- This is the repository that contains source code for the [Nerfies website](https://nerfies.github.io).
15
 
16
- If you find Nerfies useful for your work please cite:
17
- ```
18
- @article{park2021nerfies
19
- author = {Park, Keunhong and Sinha, Utkarsh and Barron, Jonathan T. and Bouaziz, Sofien and Goldman, Dan B and Seitz, Steven M. and Martin-Brualla, Ricardo},
20
- title = {Nerfies: Deformable Neural Radiance Fields},
21
- journal = {ICCV},
22
- year = {2021},
 
 
 
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
  ```