infgrad commited on
Commit
7c69689
·
verified ·
1 Parent(s): 6ec7b28

Add CrossEncoder integration

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -219,6 +219,22 @@ ce = CrossEncoder(MODEL_PATH, model_kwargs={"torch_dtype": torch.float32})
219
 
220
 
221
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
222
  ## Contact
223
 
224
  Dun Zhang — `dunnzhang0@gmail.com` (independent researcher).
 
219
 
220
 
221
 
222
+ ## Citation
223
+
224
+ If you use Prism-Reranker in your research, please cite:
225
+
226
+ ```bibtex
227
+ @misc{zhang2025prismreranker,
228
+ title = {Prism-Reranker: Beyond Relevance Scoring -- Jointly Producing Contributions and Evidence for Agentic Retrieval},
229
+ author = {Dun Zhang},
230
+ year = {2025},
231
+ eprint = {2604.23734},
232
+ archivePrefix = {arXiv},
233
+ primaryClass = {cs.IR},
234
+ url = {https://arxiv.org/abs/2604.23734},
235
+ }
236
+ ```
237
+
238
  ## Contact
239
 
240
  Dun Zhang — `dunnzhang0@gmail.com` (independent researcher).