---
title: "Teaching Large Language Models to Speak Spotify: How Semantic IDs Enable Personalization"
url: https://daily.dev/posts/teaching-large-language-models-to-speak-spotify-how-semantic-ids-enable-personalization-i4u6pcpnq
source_url: https://research.atspotify.com/2025/11/teaching-large-language-models-to-speak-spotify-how-semantic-ids-enable/
type: article
source: "Spotify Research"
published: 2025-11-25T15:49:46.981Z
updated: 2025-11-25T15:50:11.878Z
tags: ["machine-learning", "llm", "spotify", "recommendation-systems"]
reading_time: 15
upvotes: 1
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Teaching Large Language Models to Speak Spotify: How Semantic IDs Enable Personalization

**[Spotify Research](https://daily.dev/sources/spotify_research)** · 15 min read · 1 upvotes · 0 comments

## Summary

Spotify developed a method to adapt large language models for personalized content recommendations by introducing Semantic IDs—compact tokens that encode relationships between catalog items and user behaviors. The approach involves building catalog-native representations from textual and behavioral signals, aligning these with an open-weight LLM's vocabulary, and fine-tuning on personalization tasks. The domain-adapted 1B-parameter model achieved up to 1.96× improvement over baselines in episode recommendations, with multi-task training providing an additional 22% boost. The system enables explainable recommendations while maintaining real-time performance through efficient serving infrastructure using vLLM and Redis-backed key-value stores.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://research.atspotify.com/2025/11/teaching-large-language-models-to-speak-spotify-how-semantic-ids-enable/>

## Similar posts on daily.dev

- [Semantic IDs for Generative Search and Recommendation](https://daily.dev/posts/semantic-ids-for-generative-search-and-recommendation-1tgotgcsv) · Spotify Research · 0 upvotes · 0 comments
- [Describe What You See with Multimodal Large Language Models to Enhance Video Recommendations](https://daily.dev/posts/describe-what-you-see-with-multimodal-large-language-models-to-enhance-video-recommendations-wxtipsf8b) · Spotify Research · 0 upvotes · 0 comments
- [From Models to Products: LLMs for Recommendation at Spotify Scale](https://daily.dev/posts/from-models-to-products-llms-for-recommendation-at-spotify-scale-rnpxxwmdh) · Spotify Research · 0 upvotes · 0 comments

---

Tags: [#machine-learning](https://daily.dev/tags/machine-learning), [#llm](https://daily.dev/tags/llm), [#spotify](https://daily.dev/tags/spotify), [#recommendation-systems](https://daily.dev/tags/recommendation-systems)

[View this post on daily.dev](https://daily.dev/posts/teaching-large-language-models-to-speak-spotify-how-semantic-ids-enable-personalization-i4u6pcpnq)
