SERank: Optimize Sequencewise Learning to Rank Using Squeeze-and-Excitation Network
RuiXing Wang, Kuan Fang, RiKang Zhou, Zhan Shen, LiWen Fan

TL;DR
SERank introduces a sequencewise learning-to-rank model utilizing Squeeze-and-Excitation networks to leverage cross-document information, achieving significant improvements in ranking performance with efficiency suitable for large-scale web search systems.
Contribution
The paper proposes SERank, a novel sequencewise ranking model using Squeeze-and-Excitation networks to effectively incorporate cross-document information while maintaining computational efficiency.
Findings
Significant improvement in ranking accuracy on benchmark datasets.
Enhanced online performance demonstrated through A/B testing at Zhihu.
Efficient model structure suitable for large-scale real-world search systems.
Abstract
Learning-to-rank (LTR) is a set of supervised machine learning algorithms that aim at generating optimal ranking order over a list of items. A lot of ranking models have been studied during the past decades. And most of them treat each query document pair independently during training and inference. Recently, there are a few methods have been proposed which focused on mining information across ranking candidates list for further improvements, such as learning multivariant scoring function or learning contextual embedding. However, these methods usually greatly increase computational cost during online inference, especially when with large candidates size in real-world web search systems. What's more, there are few studies that focus on novel design of model structure for leveraging information across ranking candidates. In this work, we propose an effective and efficient method named as…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsText and Document Classification Technologies · Advanced Graph Neural Networks · Expert finding and Q&A systems
