ameliechatelain commited on
Commit
8b9ba80
·
verified ·
1 Parent(s): 89284e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -235,4 +235,15 @@ Qwen3.5 chat templates enable thinking by default; without `enable_thinking: Fal
235
  | [LightOn-rerank-PW-4B](https://huggingface.co/lightonai/LightOn-rerank-PW-4B) | Qwen3.5-4B | pointwise | 59.80 |
236
  | [LightOn-rerank-LW-4B](https://huggingface.co/lightonai/LightOn-rerank-LW-4B) | Qwen3.5-4B | listwise | **64.69** |
237
 
238
- 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
  | [LightOn-rerank-PW-4B](https://huggingface.co/lightonai/LightOn-rerank-PW-4B) | Qwen3.5-4B | pointwise | 59.80 |
236
  | [LightOn-rerank-LW-4B](https://huggingface.co/lightonai/LightOn-rerank-LW-4B) | Qwen3.5-4B | listwise | **64.69** |
237
 
238
+ 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.
239
+
240
+ ## Citation
241
+
242
+ ```
243
+ @misc{ananya2026lightonrerank,
244
+   title={One Adapter, Both Modalities: Field Notes from Building and Serving a Multimodal Reranker},
245
+   author={Ananya, Ishrat Jahan and Chatelain, Amelie},
246
+   year={2026},
247
+   howpublished={\url{https://huggingface.co/blog/lightonai/lighton-rerank}},
248
+ }
249
+ ```