shopping
Datasets
All datasets matching “shopping”MERL_Shopping_Dataset
Dataset Card for MERL Shopping Dataset
This is a FiftyOne dataset with 41 samples.
Installation
If you haven't already, install FiftyOne:
pip install -U fiftyone
Usage
import fiftyone as fo
from fiftyone.utils.huggingface import load_from_hub
# Load the dataset
# Note: other available arguments include 'max_samples', etc
dataset = load_from_hub("Voxel51/MERL_Shopping_Dataset")
# Launch the App
session = fo.launch_app(dataset)
Dataset Details… See the full description on the dataset page: https://huggingface.co/datasets/Voxel51/MERL_Shopping_Dataset.baghdad_shoppinggoogle-shopping-general-eval
Marqo Ecommerce Embedding Models
In this work, we introduce the GoogleShopping-1m dataset for evaluation. This dataset comes with the release of our state-of-the-art embedding models for ecommerce products: Marqo-Ecommerce-B and Marqo-Ecommerce-L.
Released Content:
Marqo-Ecommerce-B and Marqo-Ecommerce-L embedding models
GoogleShopping-1m and AmazonProducts-3m for evaluation
Evaluation Code
The benchmarking results show that the… See the full description on the dataset page: https://huggingface.co/datasets/Marqo/google-shopping-general-eval.shopping-list-recipesShopping-companion
Shopping Companion
Shopping Companion is a benchmark and training resource for long-horizon,
preference-grounded e-commerce agents. It evaluates whether a tool-using agent
can recover a user's preferences from cross-session conversation history and
apply those preferences while searching and inspecting a large real-world
product catalog.
The benchmark contains two task types:
Single-product recommendation: retrieve the relevant long-term preference
and find one product that… See the full description on the dataset page: https://huggingface.co/datasets/yuzhan2205/Shopping-companion.amazon-shopping-queries-dataset
Amazon Shopping Queries Dataset
This dataset contains Amazon shopping queries and product information for training product ranking models.
Dataset Files
shopping_queries_dataset_examples.parquet: Query-product pairs with ESCI labels
shopping_queries_dataset_products.parquet: Product catalog with titles and descriptions
shopping_queries_dataset_sources.csv: Source metadata
Usage
from huggingface_hub import hf_hub_download
import pandas as pd
# Download files… See the full description on the dataset page: https://huggingface.co/datasets/khanmu2003/amazon-shopping-queries-dataset.
