ameliechatelain commited on
Commit
8711f8f
·
verified ·
1 Parent(s): 62752c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -238,4 +238,15 @@ Full-page document images can exceed 8k tokens, so keep `--max-model-len` at 163
238
  | [LightOn-rerank-PW-4B](https://huggingface.co/lightonai/LightOn-rerank-PW-4B) | Qwen3.5-4B | pointwise | 59.80 |
239
  | [LightOn-rerank-LW-4B](https://huggingface.co/lightonai/LightOn-rerank-LW-4B) | Qwen3.5-4B | listwise | **64.69** |
240
 
241
- 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.
 
 
 
 
 
 
 
 
 
 
 
 
238
  | [LightOn-rerank-PW-4B](https://huggingface.co/lightonai/LightOn-rerank-PW-4B) | Qwen3.5-4B | pointwise | 59.80 |
239
  | [LightOn-rerank-LW-4B](https://huggingface.co/lightonai/LightOn-rerank-LW-4B) | Qwen3.5-4B | listwise | **64.69** |
240
 
241
+ 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.
242
+
243
+ ## Citation
244
+
245
+ ```
246
+ @misc{ananya2026lightonrerank,
247
+   title={One Adapter, Both Modalities: Field Notes from Building and Serving a Multimodal Reranker},
248
+   author={Ananya, Ishrat Jahan and Chatelain, Amelie},
249
+   year={2026},
250
+   howpublished={\url{https://huggingface.co/blog/lightonai/lighton-rerank}},
251
+ }
252
+ ```