AICLIRLGDec 2, 2024

CPRM: A LLM-based Continual Pre-training Framework for Relevance Modeling in Commercial Search

arXiv:2412.01269v511 citationsh-index: 5NAACL
Originality Incremental advance
AI Analysis

This work addresses the problem of enhancing user experience in commercial search engines by improving query-item relevance modeling, though it appears incremental as it builds on existing LLM methods with domain-specific adaptations.

The paper tackles the problem of improving relevance modeling in commercial search by addressing limitations of foundational LLMs, such as lack of domain-specific knowledge and underutilization of structured data, through a continual pre-training framework called CPRM. The result is a model that shows convincing performance in offline experiments and online A/B testing compared to strong baselines.

Relevance modeling between queries and items stands as a pivotal component in commercial search engines, directly affecting the user experience. Given the remarkable achievements of large language models (LLMs) in various natural language processing (NLP) tasks, LLM-based relevance modeling is gradually being adopted within industrial search systems. Nevertheless, foundational LLMs lack domain-specific knowledge and do not fully exploit the potential of in-context learning. Furthermore, structured item text remains underutilized, and there is a shortage in the supply of corresponding queries and background knowledge. We thereby propose CPRM (Continual Pre-training for Relevance Modeling), a framework designed for the continual pre-training of LLMs to address these issues. Our CPRM framework includes three modules: 1) employing both queries and multi-field item to jointly pre-train for enhancing domain knowledge, 2) applying in-context pre-training, a novel approach where LLMs are pre-trained on a sequence of related queries or items, and 3) conducting reading comprehension on items to produce associated domain knowledge and background information (e.g., generating summaries and corresponding queries) to further strengthen LLMs. Results on offline experiments and online A/B testing demonstrate that our model achieves convincing performance compared to strong baselines.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes