
Mapping Flavor Compound Relationships Across 20 World Cuisines
2026-05-13
How do ingredient patterns reveal the relationships, uniqueness, and hidden connections between world cuisines??
39,774 recipes × 20 cuisines × 6,703 ingredients.
| Tab | What it answers |
|---|---|
| Cuisine Overview | Dataset summary, TF-IDF signature grid, interactive heatmap |
| Cuisine Family Tree | UPGMA dendrogram, surprise scores, cross-tab navigation |
| Cuisine Explorer | Profile (radar, donut) + comparison (TF-IDF, shared ingredients) |
| How Ingredients Connect | Flavor compound network (visNetwork) |
| Ingredient Explorer | Single-ingredient search with auto-fill chips |
| Global Cuisine Map | Clickable choropleth (leaflet + rnaturalearth) |


Finds ingredients that are frequent in a cuisine but rare elsewhere:
\[\text{TF-IDF}(i,c) = \underbrace{\frac{\text{count}(i,c)}{\text{total}(c)}}_{\text{TF}} \times \underbrace{\log\!\left(\frac{20}{\text{cuisines using } i}\right)}_{\text{IDF}}\]
Each cuisine = a binary set of ingredients (present/absent):
\[J(A,B) = \frac{|A \cap B|}{|A \cup B|}\]
INFO 3312 — The Genomics of Cuisine