RonniRodriguez commited on
Commit
001cd60
·
1 Parent(s): 62d4734

Update citation to correct arXiv paper

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -85,5 +85,18 @@ python src/benchmark.py
85
  python app.py
86
  ```
87
 
 
 
 
 
 
 
 
 
 
 
 
 
 
88
  ## License
89
  MIT
 
85
  python app.py
86
  ```
87
 
88
+ ## Citation
89
+
90
+ If you use this project or method, please cite the original paper:
91
+
92
+ ```bibtex
93
+ @article{yofo2025,
94
+ title={You Only Forward Once: An Efficient Compositional Judging Paradigm},
95
+ journal={arXiv preprint arXiv:2511.16600},
96
+ year={2025},
97
+ url={https://arxiv.org/abs/2511.16600}
98
+ }
99
+ ```
100
+
101
  ## License
102
  MIT