Anime Semantle's similarity is not computed from genre tags. It comes from running each title's synopsis and structure through a sentence embedding model. Which means it disagrees with the tags more often than you'd expect.
And that disagreement is the most useful signal in the game. If you keep guessing the same genre and the score won't move, or a completely unrelated title suddenly returns 0.8, that isn't a bug — it means the model is looking at something else.
Here are those pairs, pulled from the actual data.
1. Zero shared tags, similarity above 0.76
Pairs that share not a single genre tag yet score 0.76 or higher. Same-franchise entries and sequels are excluded throughout.
| Sim. | Title A | Title B |
|---|---|---|
| 0.813 | The Fable Comedy / Suspense |
Great Pretender Action / Adventure / Mystery |
| 0.785 | Youkoso Jitsuryoku Shijou Shugi no Kyoushitsu e 2nd Season Drama / Suspense |
Ansatsu Kyoushitsu 2nd Season Action / Comedy |
| 0.779 | Kono Subarashii Sekai ni Shukufuku wo! Movie: Kurenai Densetsu Adventure / Comedy / Fantasy |
Kimetsu no Yaiba Movie: Mugen Ressha-hen Action / Supernatural |
| 0.770 | Sen to Chihiro no Kamikakushi Adventure / Award Winning / Fantasy |
Kobayashi-san Chi no Maid Dragon: Samishigariya no Ryuu Slice of Life / Supernatural |
| 0.768 | Yahari Ore no Seishun Love Comedy wa Machigatteiru. Zoku OVA Comedy / Romance |
Shouwa Genroku Rakugo Shinjuu Drama |
Why they cluster
The Fable ↔ Great Pretender (0.813) — by tag they look opposite: "comedy" versus "action." But both are stories about con artists running an elaborate scheme. The characters' occupations and the narrative structure are nearly identical. The model reads that structure, not the genre column.
Classroom of the Elite ↔ Assassination Classroom (0.785) — one is filed as psychological suspense, the other as action comedy. What they share is "a classroom governed by an unusual set of rules." Their synopses open with almost the same vocabulary, so the embeddings land close together.
Spirited Away ↔ Maid Dragon (0.770) — a Ghibli classic and a slice-of-life comedy. Yet both are stories about a human living alongside beings from another world. Completely different in tone, same skeleton.
2. Three shared tags, similarity below 0.35
The reverse case: pairs sharing three or more genre tags that still land under 0.35.
| Sim. | Title A | Title B | Shared tags |
|---|---|---|---|
| 0.260 | Fullmetal Alchemist: Brotherhood | Shangri-La Frontier: Kusoge Hunter, Kamige ni Idoman to su | Action / Adventure / Fantasy |
| 0.304 | Planetes | Cardcaptor Sakura Movie 2: Fuuin Sareta Card | Award Winning / Drama / Romance |
| 0.311 | Steel Ball Run: JoJo no Kimyou na Bouken | Mushishi Zoku Shou | Adventure / Mystery / Supernatural |
| 0.333 | Banana Fish | Shingeki no Kyojin: The Final Season - Kanketsu-hen | Action / Drama / Suspense |
| 0.336 | Death Parade | Re:Zero kara Hajimeru Isekai Seikatsu 2nd Season Part 2 | Drama / Fantasy / Suspense |
Fullmetal Alchemist: Brotherhood ↔ Shangri-La Frontier (0.260) is the starkest. They share action, adventure and fantasy, and 0.26 still means effectively unrelated. One is an epic about two brothers atoning for a mistake amid a national conspiracy; the other is about a player speedrunning deliberately terrible games. Tags record what appears in a show. Similarity reads how the story is told.
The short version — genre tags are labels attached to a title; similarity is a number extracted from its synopsis. Same label, different storytelling, and they drift apart. Different label, same structure, and they snap together.
3. How to use this in the game
When you get 0.7+ from a completely different genre — don't switch genres. What the model caught is narrative structure, not genre. Recall the plot of the title you just entered and look for other shows built on the same skeleton: "con artists," "a strange classroom," "living with something otherworldly."
When the same genre never breaks 0.4 — the genre may already be right. As the table above shows, three shared tags can still return 0.26. Drop the tags and switch to tone: serious or light, sprawling epic or short emotional piece.
When you stall at 0.5–0.65 — the broad family is right and the sub-family is wrong. The isekai & fantasy guide and the romance guide break that band down genre by genre.
4. Some low scores have a different cause
To be straightforward about it: some of the low-similarity pairs are low because of the data, not the shows.
Sort by lowest similarity and Chinese animation (donghua) shows up disproportionately. These titles often have short source synopses or shallow translations, so there simply isn't much text for the model to read. It's less that the works are genuinely unrelated and more that they're described too briefly.
If Chinese titles feel unusually hard to pin down when they're the answer, that isn't your imagination. How similarity is computed, and its limits, is documented with the underlying measurements on the about page.
Further reading
Every number here comes from the data the game actually runs on. Similar Anime Recommendations applies the same data to "what should I watch next," and the main strategy guide has the similarity band reference table and a full walkthrough. Each day's answer and its nearest neighbors accumulate in the past answers archive.