Bi-CAT: Improving Robustness of LLM-Based Text Rankers to Conditional Distribution Shifts
- Source: Amazon Science publication page
- Venue: WWW 2024 workshop
- Affiliation: Amazon Science
- Topic area: Ranking for Search
- Ranking pipelines are cascades: retrieval, reranking, and generation each amplify upstream errors. A reranker that is brittle to conditional shift undermines the whole stack.
- LLM-based rankers amplify the risk: because they rely on instructions and in-context relevance signals, changes in input conditional structure can alter behavior in ways not captured by standard i.i.d. evaluation.
- Industrial constraints: robustness must be achieved within latency, cost, and safety budgets — not just offline benchmark gains.
- Deep Learning to Rank in Industrial Search Engines
- Generative re-ranking for list-level multi-objective optimization
- Cross-encoder vs. LLM comparisons for reranking SPLADE
- Adaptive neural ranking frameworks maximizing business goals
- How well do offline robustness gains transfer to online metrics (CTR, satisfaction)?
- What is the compute overhead of the robustness intervention at serving time?
- How does the method behave under cross-lingual or multimodal distribution shift?
- Bi-CAT: Improving robustness of LLM-based text rankers to conditional distribution shifts. Amazon Science, WWW 2024 workshop. Source
Overview
Bi-CAT targets a well-known failure mode of modern text ranking systems: conditional distribution shifts. LLM-based rankers are typically trained or calibrated on data whose conditional relationships (query → relevance judgment, context → preference) differ from what they see in production. When these conditional distributions drift — due to new domains, evolving user intent, or shifted query mixtures — ranking quality can degrade even when marginal statistics look stable.
Why It Matters
Context in the Literature
Neural ranking has evolved from BM25 through BERT cross-encoders and dense bi-encoders to late-interaction models and now LLM-based rerankers. Related indexed work includes:
Bi-CAT contributes to the thread of this literature concerned with robustness and generalization rather than pure benchmark accuracy.
Open Questions for Practitioners
Note on This Entry
This post is an index/summary entry based on the publication's title and metadata from Amazon Science. For exact methods, datasets, and quantitative results, consult the original paper via the source link above.