Search papers, labs, and topics across Lattice.
This paper introduces PIANO, a personalized listwise re-ranking framework designed to optimize music search by aligning current user queries with long-term preferences while simultaneously enhancing Click-Through Rate (CTR) and Conversion Rate (CVR). The framework addresses limitations in existing methods by incorporating a Query-Driven Interest Refiner (QDIR) that utilizes cross-attention over historical queries and an Information Aggregation Node (IAN) that predicts CTR and CVR at the list level. Experimental results demonstrate PIANO's effectiveness, achieving significant improvements in CTR and CVR during online A/B testing on a major music streaming platform.
PIANO achieves a remarkable 4.45% increase in conversion rates by effectively aligning user intent with historical preferences in music search.
Unlike short-video content, music tracks have long lifecycles and lasting value. Effective music search re-ranking must therefore align the user's current query with long-term preferences while jointly optimizing Click-Through Rate (CTR) and Conversion Rate (CVR). However, existing methods suffer from two limitations: (1) sequential methods rely on item-interaction history and therefore cannot use historical search queries to tell which past preferences match the user's current search intent; (2) most listwise models optimize a single objective (e.g., CTR only), and conventional multi-objective methods balance click and conversion at the item level, ignoring how these trade-offs play out across the whole ranked list. To address these limitations, we propose PIANO, a personalized listwise re-ranking framework with two key components: (i) the Query-Driven Interest Refiner (QDIR) uses cross-attention over historical queries to align past intents with the current one; (ii) the Information Aggregation Node (IAN), a learnable [CLS]-style token, aggregates the candidate list and predicts CTR/CVR at the list level. Extensive experiments on public and industrial datasets show consistent gains over strong baselines. In online A/B tests on NetEase Cloud Music, a leading music streaming platform, PIANO achieves statistically significant improvements in CTR (+0.62%) and CVR (+4.45%).