Evolution of Meituan Travel Search Recall Strategies

Meituan‑Dianping’s travel search team tackles cross‑region queries and noisy data by iteratively refining a four‑step, case‑driven pipeline that classifies intent, segments queries, ranks results with distance and term‑importance models, and employs multi‑stage, parallel recall to steadily boost purchase rate, CTR, and user satisfaction.

Meituan Technology Team
Meituan Technology Team
Meituan Technology Team
Evolution of Meituan Travel Search Recall Strategies

Background: Meituan‑Dianping's travel search faces challenges such as cross‑region queries, diverse user intents, and noisy data.

Evaluation metrics: The team uses purchase‑rate (visits to purchase UV), click‑through rate, no‑result rate, and user satisfaction scores to assess search quality.

Strategy iteration method: A case‑driven four‑step loop (quality evaluation, problem analysis, project development, experiment iteration) guides improvements.

Recall strategy evolution: From nationwide recall to modular result presentation, intent‑based recall, multi‑stage recall (first, second, third), and parallel task execution.

Intent classification: Queries are categorized into POI, administrative region, category, itinerary, tourism keywords, travel agency, ticket, and non‑travel intents, using chunk analysis and CRF models.

Chunk analysis: The query is segmented into chunks with BMES tags; a CRF model trained on labeled logs identifies chunk boundaries and tags.

Coarse ranking improvements: Distance segmentation, confidence‑weighted rating, new‑item sales smoothing, and multiplicative factor combination are introduced.

Text relevance enhancements: Revised BM25‑like formula reduces field length bias and uses max over fields with dynamic weights.

Term importance: A four‑level importance scheme (super important, required, important, unimportant) is learned with XGBoost using textual, statistical, language‑model, and chunk features.

Full‑field recall and final workflow: All POI fields are used for matching; the end‑to‑end recall pipeline includes preprocessing, tokenization, stop‑word removal, synonym rewrite, chunk‑based intent detection, term importance scoring, and multi‑stage recall.

Conclusion: Incremental, data‑driven iterations balance “no‑recall” and “mis‑recall”, steadily improving travel search quality.

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

machine learningrankingrecallintent classificationSearchTravel
Meituan Technology Team
Written by

Meituan Technology Team

Over 10,000 engineers powering China’s leading lifestyle services e‑commerce platform. Supporting hundreds of millions of consumers, millions of merchants across 2,000+ industries. This is the public channel for the tech teams behind Meituan, Dianping, Meituan Waimai, Meituan Select, and related services.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.