Update README: real arXiv link (2605.27858) + add citation

#1
by dipta007 - opened
Files changed (1) hide show
  1. README.md +12 -4
README.md CHANGED
@@ -18,12 +18,12 @@ tags:
18
  # DecomposeRL-7B
19
 
20
  <p align="center">
21
- <a href="https://arxiv.org/abs/0000.00000">
22
- <img src="https://img.shields.io/badge/%F0%9F%93%84_Paper-Coming_Soon-b12a00?style=for-the-badge&labelColor=ffb300" alt="Paper Coming Soon">
23
  </a>
24
  </p>
25
 
26
- [![Paper](https://img.shields.io/badge/arXiv-coming--soon-red)](https://arxiv.org/abs/0000.00000)
27
  [![Project Page](https://img.shields.io/badge/Project-Page-green)](https://dipta007.github.io/DecomposeRL/)
28
  [![Dataset](https://img.shields.io/badge/HuggingFace-Dataset-yellow)](https://huggingface.co/datasets/dipta007/decomposeRL)
29
  [![Models](https://img.shields.io/badge/HuggingFace-Models-orange)](https://huggingface.co/collections/dipta007/decomposerl)
@@ -309,7 +309,15 @@ The model is trained to say *"I don't know"* when the evidence document is silen
309
  ## Citation
310
 
311
  ```bibtex
312
-
 
 
 
 
 
 
 
 
313
  ```
314
 
315
  ## License
 
18
  # DecomposeRL-7B
19
 
20
  <p align="center">
21
+ <a href="https://arxiv.org/abs/2605.27858v1">
22
+ <img src="https://img.shields.io/badge/%F0%9F%93%84_Paper-arXiv-b12a00?style=for-the-badge&labelColor=ffb300" alt="Paper">
23
  </a>
24
  </p>
25
 
26
+ [![Paper](https://img.shields.io/badge/arXiv-2605.27858-red)](https://arxiv.org/abs/2605.27858v1)
27
  [![Project Page](https://img.shields.io/badge/Project-Page-green)](https://dipta007.github.io/DecomposeRL/)
28
  [![Dataset](https://img.shields.io/badge/HuggingFace-Dataset-yellow)](https://huggingface.co/datasets/dipta007/decomposeRL)
29
  [![Models](https://img.shields.io/badge/HuggingFace-Models-orange)](https://huggingface.co/collections/dipta007/decomposerl)
 
309
  ## Citation
310
 
311
  ```bibtex
312
+ @article{dipta2025decomposerl,
313
+ title={DecomposeRL: Learning to Ask Useful, Informative, and Diverse Questions for Semi-Supervised, Traceable Claim Verification},
314
+ author={Shubhashis Roy Dipta and Ankur Padia and Francis Ferraro},
315
+ year={2025},
316
+ eprint={2605.27858},
317
+ archivePrefix={arXiv},
318
+ primaryClass={cs.CL},
319
+ url={https://arxiv.org/abs/2605.27858v1},
320
+ }
321
  ```
322
 
323
  ## License