Spotify Top 200 · week of 2026-03-05 · 8 regions · lyrics translated & emotion-scored
Do song lyrics in different regions emphasize different emotional and thematic patterns? A full pipeline from ingestion to NLP classification, region by region.
We pulled the Spotify Top 200 for eight regional charts — Argentina, Colombia, Japan, Singapore, Spain, Taiwan, the USA, and the Global 200 — for the week of March 5, 2026, fetched their lyrics, translated everything to English, and ran each song through an emotion classifier tuned for lyrics: love, longing, joy, heartbreak, grief, despair, hope, lonely, sensual, anger.
The first result looked like a bug.
01 — The Illusion
532 of 1,471 songs — 36% — have longing as their single dominant emotion, more than the next two labels (sensual, love) combined. It's the top raw score in every one of the eight regions. If you stopped here, the headline writes itself: "global pop is wistful."
But look at how close together the regions actually sit. This is each region's average longing score, plotted on the classifier's full 0–1 scale:
Eight regions, eight different cultures, eight different languages of origin — and the entire spread is 0.092 points wide, all bunched at the top of the scale. A zero-shot classifier forced to score every label independently will lean on whichever label it's least stingy with, and it turns out that's longing, everywhere, regardless of what the song is actually about. Raw scores here don't compare regions. They compare a shared classifier bias against itself, eight times.
02 — Flattening the Mix
Think of it like a mixing board. Every region's lyrics run hot on the same few frequencies — sensual, longing — because those are just loud in pop songwriting generally, everywhere, always. That's the shared mix. It drowns out what makes any one region distinct.
So we flatten it: take each region's average score per emotion and subtract the eight-region global average for that same emotion. What's left isn't "how sensual is this region" — it's "how much more sensual than everyone else." Positive means a region leans into that emotion harder than the global pool. Negative means it leans away.
That's the chart in every section below. Same ten emotions, same scale, every time — so a longer amber bar in Japan really is a bigger deviation than a shorter one in Colombia.
03 — Side A, Track 1
Japan, Singapore, and Taiwan all break the same direction — toward hope, love, and joy, and hardest away from anger of anywhere on the chart.
04 — Side A, Track 2
The USA pulls hardest toward despair and heartbreak, away from love. The Global chart leans the same direction — toward longing, heartbreak, and grief — just far more mildly, which tracks: it's an aggregate of everywhere else.
05 — Side A, Track 3
Spain, Colombia, and Argentina all spike hardest on anger, well past anywhere else on the chart — Spain and Colombia's charts share a Latin-market reggaetón overlap (literally the same songs some weeks), and Argentina's chart leans the same way even without that overlap.
06 — The Full Mix
The same deviation-from-average measure, every region and every emotion at once. Read down a column to see which regions push an emotion hardest; read across a row to see a region's whole emotional signature in one line.
07 — Two Ears, Two Verdicts
Everything above comes from a zero-shot NLI model (facebook/bart-large-mnli) judging each song against ten hand-picked, lyric-specific labels. As a sanity check, the same 1,105 songs were also run through GoEmotions, a classifier trained on 28 labels from Reddit comments — a completely different taxonomy, model, and scoring mechanism.
Restricted to the four labels both share — love, joy, grief, anger — here's how much they actually agree:
Coverage is identical now — both classifiers are held to the same "no scoreable lyrics" rule for unclassified, so that's no longer a place for a difference to hide. Dominant-emotion disagreement is mostly a taxonomy mismatch, not a real disagreement: zero-shot's sensual, longing, heartbreak, and lonely — the vocabulary that actually fits a love song — don't exist in GoEmotions at all, so a song zero-shot calls "heartbreak" collapses into GoEmotions' nearest bucket, usually just love or sadness.
The one number that matters more than the rest: z-score each classifier's regional averages on the four shared labels and ask whether the two draw the same map of which region leans which way. They don't — r = 0.15 overall, and on joy and grief specifically the two classifiers are telling close to opposite stories (r = −0.03 and r = −0.40). love is the one label where they mostly agree (r = 0.67). Every regional claim on this page comes from the zero-shot classifier — read it as that classifier's read on the charts, not as a classifier-agnostic fact.
04.1 · bart-large-mnli
04.2 · roberta-go_emotions
Neither is "more correct" — there's no labeled ground truth for song emotion to check either against. Zero-shot trades speed for a vocabulary that actually fits the medium; GoEmotions trades vocabulary for a faster, validated model. Every regional pattern on this page is a product of that first choice.
08 — Liner Notes
09 — Outro
Raw emotion scores told us pop music is wistful, everywhere, always — technically true and completely useless. It took one subtraction to get somewhere real: Japan, Singapore, and Taiwan's charts lean hopeful, the USA's leans toward despair and heartbreak, Spain, Colombia, and Argentina run hot with anger. None of that shows up until you stop asking "how much" and start asking "how much more than everyone else" — and even then, it's one classifier's read: a second classifier trained on a different taxonomy draws a visibly different regional map on two of the four labels it shares with this one (§07).