ameliechatelain commited on
Commit
5597c85
·
verified ·
1 Parent(s): 1eed8ec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -231,4 +231,15 @@ If a window has fewer than 4 candidates, pad it by repeating the last candidate
231
  | [LightOn-rerank-PW-4B](https://huggingface.co/lightonai/LightOn-rerank-PW-4B) | Qwen3.5-4B | pointwise | 59.80 |
232
  | [LightOn-rerank-LW-4B](https://huggingface.co/lightonai/LightOn-rerank-LW-4B) | Qwen3.5-4B | listwise | **64.69** |
233
 
234
- Rule of thumb: **LW** models are stronger at every size (and the gap grows with size); **PW** models are cheaper to serve and score candidates independently. For the best quality pick [LW-4B](https://huggingface.co/lightonai/LightOn-rerank-LW-4B); for the best quality/cost trade-off pick [LW-2B](https://huggingface.co/lightonai/LightOn-rerank-LW-2B); for maximum throughput on text-heavy workloads pick a PW model.
 
 
 
 
 
 
 
 
 
 
 
 
231
  | [LightOn-rerank-PW-4B](https://huggingface.co/lightonai/LightOn-rerank-PW-4B) | Qwen3.5-4B | pointwise | 59.80 |
232
  | [LightOn-rerank-LW-4B](https://huggingface.co/lightonai/LightOn-rerank-LW-4B) | Qwen3.5-4B | listwise | **64.69** |
233
 
234
+ Rule of thumb: **LW** models are stronger at every size (and the gap grows with size); **PW** models are cheaper to serve and score candidates independently. For the best quality pick [LW-4B](https://huggingface.co/lightonai/LightOn-rerank-LW-4B); for the best quality/cost trade-off pick [LW-2B](https://huggingface.co/lightonai/LightOn-rerank-LW-2B); for maximum throughput on text-heavy workloads pick a PW model.
235
+
236
+ ## Citation
237
+
238
+ ```
239
+ @misc{ananya2026lightonrerank,
240
+   title={One Adapter, Both Modalities: Field Notes from Building and Serving a Multimodal Reranker},
241
+   author={Ananya, Ishrat Jahan and Chatelain, Amelie},
242
+   year={2026},
243
+   howpublished={\url{https://huggingface.co/blog/lightonai/lighton-rerank}},
244
+ }
245
+ ```