Papers › Learning to Taste: A Multimodal Wine Dataset

Learning to Taste: A Multimodal Wine Dataset

31 Aug 2023NeurIPS 2023 11arXiv:2308.16900archive 2025-07-28

Thoranna Bender, Simon Moe Sørensen, Alireza Kashani, K. Eldjarn Hjorleifsson, Grethe Hyldig, Søren Hauberg, Serge Belongie, Frederik Warburg

We present WineSensed, a large multimodal wine dataset for studying the relations between visual perception, language, and flavor. The dataset encompasses 897k images of wine labels and 824k reviews of wines curated from the Vivino platform. It has over 350k unique bottlings, annotated with year, region, rating, alcohol percentage, price, and grape composition. We obtained fine-grained flavor annotations on a subset by conducting a wine-tasting experiment with 256 participants who were asked to rank wines based on their similarity in flavor, resulting in more than 5k pairwise flavor distances. We propose a low-dimensional concept embedding algorithm that combines human experience with automatic machine similarity kernels. We demonstrate that this shared concept embedding space improves upon separate embedding spaces for coarse flavor classification (alcohol percentage, country, grape, price, rating) and aligns with the intricate human perception of flavor.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2308.16900")

Code

Syntology Ran 16 of 24 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 2 ran · honoured contract; 2 ran · violated contract; 10 ran · our draft was wrong; 2 ran with no contract checked.

By repository: official repository: 24 samples from 1 repository, 16 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

thoranna/learning_to_taste officialmentioned in paperpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

24 samples harvested; 16 ran; 2 honoured the contract we drafted; 8 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · honoured contract
2ran · violated contract
10ran · our draft was wrong
2ran
8unverified

Licence: 0 of the 24 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from thoranna/learning_to_taste. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Hbeta_torch thoranna/learning_to_taste/packages/snack/embedding/snack.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · f9b4d12a4256de7d · report
SGDOptimizer thoranna/learning_to_taste/packages/snack/embedding/snack.py official repository ran MIT (permissive) · 9bc3af06e5e3e28e · report
TSNEMomentum thoranna/learning_to_taste/packages/snack/embedding/snack.py official repository ran MIT (permissive) · b0391dea6581cd12 · report
agreement_ratio thoranna/learning_to_taste/run_tar.py official repository ran · our draft was wrong MIT (permissive) · 769ee08ca6503fd7 · report
cauchy_kernel thoranna/learning_to_taste/packages/snack/embedding/snack.py official repository ran · violated contract fingerprinted MIT (permissive) · 5195032635d77a97 · report
create_csv_row thoranna/learning_to_taste/run_classification.py official repository ran · our draft was wrong MIT (permissive) · 03a76b0fce352fd0 · report
create_filename thoranna/learning_to_taste/run_classification.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · a047ccab6f9c4aff · report
distance_squared thoranna/learning_to_taste/packages/snack/embedding/snack.py official repository ran · honoured contract fingerprinted MIT (permissive) · 4004276e21ebc8b1 · report
euclidean_distance_squared thoranna/learning_to_taste/packages/snack/embedding/snack.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · f38cebd817cfb5b7 · report
generate_triplets thoranna/learning_to_taste/run_tar.py official repository ran · violated contract MIT (permissive) · ebb669eeb4a45fb2 · report
pca_torch thoranna/learning_to_taste/packages/snack/embedding/snack.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 7bde4220c6c6a540 · report
prevent_values_being_too_low thoranna/learning_to_taste/packages/snack/embedding/snack.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 5601079a75b6d3d8 · report
split_triplets thoranna/learning_to_taste/run_tar.py official repository ran · our draft was wrong MIT (permissive) · 68c5885c507f441b · report
summed_unscaled_student_t_prop_density thoranna/learning_to_taste/packages/snack/embedding/snack.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · f4a1ce2474c5840e · report
to_torch_and_device thoranna/learning_to_taste/packages/snack/embedding/snack.py official repository ran · honoured contract MIT (permissive) · 6e0ae4db41d4863b · report
x2p_torch thoranna/learning_to_taste/packages/snack/embedding/snack.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · fb5a7c4584323b40 · report
Metrics thoranna/learning_to_taste/packages/snack/embedding/snack.py official repository unverified MIT (permissive) · b5de6eaefa46be1f · report
SNaCK thoranna/learning_to_taste/packages/snack/embedding/snack.py official repository unverified MIT (permissive) · b5a24cf839401e60 · report
TSNE thoranna/learning_to_taste/packages/snack/embedding/snack.py official repository unverified MIT (permissive) · 08b21f949118ae89 · report
TSNEGrad thoranna/learning_to_taste/packages/snack/embedding/snack.py official repository unverified MIT (permissive) · 7faca9bb65c7713d · report
TSTE thoranna/learning_to_taste/packages/snack/embedding/snack.py official repository unverified MIT (permissive) · afd2ef80f5a8dbf5 · report
post_hoc_metric_given_embedding_and_triplets thoranna/learning_to_taste/packages/snack/embedding/snack.py official repository unverified MIT (permissive) · 82cb229ff8fb81f7 · report
set_distance_to_own_point_to_zero thoranna/learning_to_taste/packages/snack/embedding/snack.py official repository unverified MIT (permissive) · a4b6c55059c3a4a1 · report
set_seed thoranna/learning_to_taste/packages/snack/embedding/snack.py official repository unverified MIT (permissive) · 0cd10d6b47310313 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections