The viewer is disabled because this dataset repo requires arbitrary Python code execution. Please consider removing the loading script and relying on automated data support (you can use convert_to_parquet from the datasets library). If this is not possible, please open a discussion for direct help.

YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/datasets-cards)

Dataset Card for WineSensed

Dataset Summary

The dataset encompasses 897k images of wine labels and 824k reviews of wines curated from the Vivino platform. It has over 350k unique vintages, 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.

Hugging Face Datasets

use the following command to load the dataset in Hugging Face Datasets library:

dataset = load_dataset('Dakhoo/L2T-NeurIPS-2023', 'vintages')
dataset = load_dataset('Dakhoo/L2T-NeurIPS-2023', 'napping_participants')
dataset = load_dataset('Dakhoo/L2T-NeurIPS-2023', 'wt_session')
dataset = load_dataset('Dakhoo/L2T-NeurIPS-2023', 'small')
dataset = load_dataset('Dakhoo/L2T-NeurIPS-2023', 'all')

Dataset Structure

Data Fields

The dataset contains the file metadata.zip, consisting of the files participants.csv, which contains information connecting participants to annotations in the experiment, images_reviews_attributes.csv, which contains reviews, links to images, and wine attributes, and napping.csv, which contains the coordinates of each wine on the napping paper alongside information connecting each coordinate pair to the wine being annotated and the participant who annotated it. The chunk_.zip folders contain the images of the wines in the dataset in .jpg format.

napping.csv contains the following fields:

  • session_round_name: session number during the event_name, at most three sessions per event (maps to experiment_round in participants.csv)
  • event_name: name of the data collection event (maps to the same attribute in participants.csv)
  • experiment_no: which number the napping paper was in the list of papers returned for this session_round_name (maps to experiment_no in participants.csv)
  • experiment_id: id the wine being annotated was given in the experiment
  • coor1: x-axis coordinate on the napping paper
  • coor2: y-axis coordinate on the napping paper
  • color: color of the sticker used

participants.csv contains the following fields:

  • session_round_name: session number during the event_name, at most three sessions per event (maps to experiment_round in napping.csv)
  • event_name: name of data-collection event (maps to event_name in napping.csv)
  • experiment_no: which number the napping paper was in the list of papers returned for this session_round_name (maps to experiment_no in napping.csv)
  • round_id: round number (from 1-3)
  • participant_id: id the participant was given in the experiment

images_reviews_attributes.csv contains the following fields:

  • vintage_id: vintage id of the wine
  • image: image link (each .jpg in chunk_.zip can be mapped to a corresponding image link in this column by removing the /p prefix from the link).
  • review: user review of the wine
  • experiment_id: id the wine got during data collection (each experiment_id can be mapped to the same column in napping.csv)
  • year: year the wine was produced
  • winery_id: id of the winery that produced the wine
  • wine: name of the wine
  • alcohol: the wine's alcohol percentage
  • country: the country where the wine was produced
  • region: the region where the wine was produced
  • price: price of the wine in USD (collected 05/2023)
  • rating: average rating of the wine (collected 05/2023)
  • grape: the wine's grape composition, represented as a comma-separated list ordered in descending sequence of the percentage contribution of each grape variety to the overall blend.

Dataset Creation

Follow the instructions in this link to create the dataset.

Additional Information

Licensing Information

LICENSE AGREEMENT

  • WineSensed by Thoranna Bender, Simon Søresen, Alireza Kashani, Kristjan Eldjarn, Grethe Hyldig, Søren Hauberg, Serge Belongie, Frederik Warburg is licensed under a CC BY-NC-ND 4.0 Licence

Citation Information

 @article{bender2023learning,
  title={Learning to Taste: A Multimodal Wine Dataset},
  author={Bender, Thoranna and S{\o}rensen, Simon M{\o}e and Kashani, Alireza and Hjorleifsson, K Eldjarn and Hyldig, Grethe and Hauberg, S{\o}ren and Belongie, Serge and Warburg, Frederik},
  journal={arXiv preprint arXiv:2308.16900},
  year={2023}
Downloads last month
2