ryanjosephkamp/ars-magna-greatest-hits
Ars Magna Greatest Hits The funniest and most apt anagrams of people, companies, products, titles, places and phrases, found by Ars Magna and kept by hand. Every row is a real anagram: the words use exactly the input's letters, checked against a pinned revision of English OpenList (368bf0e4460461c985fca8bde49e4062d56c1516), and every word is in the tier the row names. Accented letters fold to their base letter, so Beyoncé has three e's. Nothing typed is ever replaced by… See the full description on the dataset page: https://huggingface.co/datasets/ryanjosephkamp/ars-magna-greatest-hits.
Ars Magna Greatest Hits
The funniest and most apt anagrams of people, companies, products, titles, places and phrases, found by Ars Magna and kept by hand.
Every row is a real anagram: the words use exactly the input's letters, checked against a pinned revision of English OpenList (368bf0e4460461c985fca8bde49e4062d56c1516), and every word is in the tier the row names. Accented letters fold to their base letter, so Beyoncé has three e's. Nothing typed is ever replaced by something else (the literal rule): a number is never read as its name, and a symbol never as a letter or a word. A number or a symbol of the set @ $ & % + # (and ! or ? inside a word) is left out of the letters, and the row says so (reading).
Subsets
A category with no rows yet is listed here but not offered as a config until it has one.
from datasets import load_dataset
people = load_dataset("ryanjosephkamp/ars-magna-greatest-hits", "people")Fields
How rows get here
- Inputs are gathered without a model: hand-picked, or taken from the day's most-viewed Wikipedia articles and classified through Wikidata.
- The Ars Magna engine enumerates every anagram.
- A deterministic prefilter keeps phrases made of everyday words, in their best reading order.
- A language model scores each phrase's relation to its input against a fixed rubric (v2).
- The pipeline places each phrase on a shelf by that score.
- A person approves by merging. Greatest Hits are chosen by hand.
The pipeline, the schemas and the rubric are in the repository.
Changelog
- 2026-09-21: 288 rows across 6 categories, dictionary
368bf0e44604, rubric v2.
