CoolFace
30 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01fancyzhx /amazon_polarity Dataset Card for Amazon Review Polarity Dataset Summary The Amazon reviews dataset consists of reviews from amazon. The data span a period of 18 years, including ~35 million reviews up to March 2013. Reviews include product and user information, ratings, and a plaintext review. Supported Tasks and Leaderboards text-classification, sentiment-classification: The dataset is mainly used for text classification: given the content and the title, predict the correct… See the full description on the dataset page: https://huggingface.co/datasets/fancyzhx/amazon_polarity.texttext-classification1M<n<10M51 likes16k downloads3y agoHugging Face02suvadityamuk /amazon-berkeley-objects Amazon Berkeley Objects (ABO) A Hugging Face packaging of the Amazon Berkeley Objects (ABO) dataset. The data content is the official CC BY 4.0 release from https://amazon-berkeley-objects.s3.amazonaws.com/index.html. This mirror changes only the packaging: files are grouped into typed Parquet shards, and every original media file is preserved byte-for-byte and never transcoded. Images use the datasets Image() feature, 3D product models use the native Mesh() feature (original… See the full description on the dataset page: https://huggingface.co/datasets/suvadityamuk/amazon-berkeley-objects.imageimage-classification1M<n<10M6 likes7.2k downloads1mo agoHugging Face03mteb /amazon_counterfactual AmazonCounterfactualClassification An MTEB dataset Massive Text Embedding Benchmark A collection of Amazon customer reviews annotated for counterfactual detection pair classification. Task category t2c Domains Reviews, Written Reference https://arxiv.org/abs/2104.06893 How to evaluate on this task You can evaluate an embedding model on this dataset using the following code: import mteb task = mteb.get_tasks(["AmazonCounterfactualClassification"])… See the full description on the dataset page: https://huggingface.co/datasets/mteb/amazon_counterfactual.texttext-classification10K<n<100K4 likes5.2k downloads7mo agoHugging Face04AmazonScience /SpIDER-Bench SpIDER-Bench Repository dependency graphs for software issue localization — the graph data behind SpIDER: Spatially Informed Dense Embedding Retrieval for Software Issue Localization (arXiv:2512.16956). Each benchmark instance gets one directed multigraph of its repository at the commit the issue was filed against. Nodes are directories, files, classes and functions carrying their source; edges are contains / imports / inherits / invokes relations between them. SpIDER uses these… See the full description on the dataset page: https://huggingface.co/datasets/AmazonScience/SpIDER-Bench.tabularfeature-extraction100M<n<1B2 likes2.4k downloads22d agoHugging Face05canrager /amazon_reviews_mcauley_1and5tabular100K<n<1M1 likes2.2k downloads2y agoHugging Face06mteb /amazon_polarity AmazonPolarityClassification An MTEB dataset Massive Text Embedding Benchmark Amazon Polarity Classification Dataset. Task category t2c Domains Reviews, Written Reference https://huggingface.co/datasets/amazon_polarity How to evaluate on this task You can evaluate an embedding model on this dataset using the following code: import mteb task = mteb.get_tasks(["AmazonPolarityClassification"]) evaluator = mteb.MTEB(task) model =… See the full description on the dataset page: https://huggingface.co/datasets/mteb/amazon_polarity.texttext-classification1M<n<10M7 likes1.7k downloads1y agoHugging Face07BarbaDLuca /amazon-reviews-2023-with-asin Amazon Reviews 2023 (with ASIN) A trimmed version of the McAuley-Lab/Amazon-Reviews-2023 dataset, retaining only the fields most relevant for NLP tasks while adding explicit product identification via parent_asin. What's Different from the Original The original dataset includes 10+ fields per review and requires a legacy loading script that is no longer supported by HuggingFace. This version: Keeps only 4 fields: rating, title, text, and parent_asin Is stored in… See the full description on the dataset page: https://huggingface.co/datasets/BarbaDLuca/amazon-reviews-2023-with-asin.text100M<n<1B0 likes1.7k downloads4mo agoHugging Face08amazon-agi /RealKIE-FCC-Verified RealKIE-FCC-Verified It is a test set with single and multi-page invoices sourced from the Federal Communications Commission (FCC) to evaluate key information extraction (KIE) performance. Task Extract information from the document in JSON format given the corresponding JSON schema. It contains 75 documents, with: a) image_files: Each document has multiple pages b) json_schema: A common JSON schema requiring extraction of specified information including line… See the full description on the dataset page: https://huggingface.co/datasets/amazon-agi/RealKIE-FCC-Verified.documentn<1K3 likes1.6k downloads10mo agoHugging Face09amazon-sagemaker /model-mappingtextn<1K0 likes1.5k downloads3d agoHugging Face10amazon /music-off-policy-evaluation-benchmark Music Off-Policy Evaluation Dataset Music Off-Policy Evaluation Dataset is a dataset designed for Off-Policy Evaluation (OPE) research. It contains logged interactions from the home page of Amazon Music. Use cases: Benchmarking OPE estimators Evaluating counterfactual ranking policies offline License Music Off-Policy Evaluation Benchmark © 2026 by Amazon is licensed under Creative Commons Attribution-NonCommercial 4.0 International.… See the full description on the dataset page: https://huggingface.co/datasets/amazon/music-off-policy-evaluation-benchmark.1M<n<10M0 likes1.4k downloads2mo agoHugging Face11smartcat /Amazon_Sample_Metadata_2023 Dataset Card for Dataset Name Original datasets can be found on: https://amazon-reviews-2023.github.io/ Dataset Details This dataset was made as sample of several datasets from the link above. Dataset Description This dataset is a curated sample derived from seven filtered Amazon product category datasets(Amazon All Beauty, Amazon Fashion, Sports and Outdoors, Health and Personal Care, Amazon Clothing Shoes and Jewlery, Baby Products and Beauty and Personal… See the full description on the dataset page: https://huggingface.co/datasets/smartcat/Amazon_Sample_Metadata_2023.tabular1M<n<10M1 likes1.3k downloads2y agoHugging Face12bagadbilla /amazon-reviews-2023-trimmed Amazon Product Reviews 2023 (Trimmed, 34 Categories) This dataset is a trimmed and restructured version of the Amazon Product Reviews 2023 dataset by Julian McAuley and the UCSD Computer Science department. It includes 34 product categories, each stored as a folder containing multiple sharded Parquet files for scalable access. Only three fields are retained: rating — The numerical review score (originally overall) title — The review title (from summary) text — The full review body… See the full description on the dataset page: https://huggingface.co/datasets/bagadbilla/amazon-reviews-2023-trimmed.texttext-classification100M<n<1B1 likes1.2k downloads1y agoHugging Face13amazon /ConfBench FCC Invoices Verified Augmented Dataset Description FCC Invoices Verified Augmented is a document understanding benchmark dataset consisting of 75 real-world Federal Communications Commission (FCC) invoice documents, each augmented with up to 18 distinct document degradation pipelines. The dataset is designed to support confidence calibration research, OCR robustness evaluation, and key information extraction (KIE) under realistic noise conditions. Each document… See the full description on the dataset page: https://huggingface.co/datasets/amazon/ConfBench.documentdocument-question-answering1K<n<10K1 likes1.1k downloads2mo agoHugging Face14mteb /AmazonReviewsClassification AmazonReviewsClassification An MTEB dataset Massive Text Embedding Benchmark A collection of Amazon reviews specifically designed to aid research in multilingual text classification. Task category t2c Domains Reviews, Written Reference https://arxiv.org/abs/2010.02573 How to evaluate on this task You can evaluate an embedding model on this dataset using the following code: import mteb task = mteb.get_tasks(["AmazonReviewsClassification"]) evaluator =… See the full description on the dataset page: https://huggingface.co/datasets/mteb/AmazonReviewsClassification.texttext-classification1M<n<10M1 likes974 downloads1y agoHugging Face15sentence-transformers /amazon-reviews Dataset Card for Amazon Reviews 2018 This dataset is a collection of title-review pairs collected from Amazon, as collected in Ni et al.. See Amazon Reviews 2018 for additional information. This dataset can be used directly with Sentence Transformers to train embedding models. Dataset Subsets pair subset Columns: "title", "review" Column types: str, str Examples:{ 'title': "It doesn't fit my machine. I can't seem to ...", 'review': "It doesn't fit my… See the full description on the dataset page: https://huggingface.co/datasets/sentence-transformers/amazon-reviews.textfeature-extraction10M<n<100M0 likes926 downloads2y agoHugging Face16Pandeymp29 /Amazon-Fashion-Training-Data-2023 Amazon Reviews 2023 Please also visit amazon-reviews-2023.github.io/ for more details, loading scripts, and preprocessed benchmark files. [April 7, 2024] We add two useful files: all_categories.txt: 34 lines (33 categories + "Unknown"), each line contains a category name. asin2category.json: A mapping between parent_asin (item ID) to its corresponding category name. This is a large-scale Amazon Reviews dataset, collected in 2023 by McAuley Lab, and it includes rich features… See the full description on the dataset page: https://huggingface.co/datasets/Pandeymp29/Amazon-Fashion-Training-Data-2023.tabular1M<n<10M0 likes813 downloads8mo agoHugging Face17amazon /AmazonQAC AmazonQAC: A Large-Scale, Naturalistic Query Autocomplete Dataset Train Dataset Size: 395 million samplesTest Dataset Size: 20k samplesSource: Amazon Search LogsFile Format: ParquetCompression: Snappy If you use this dataset, please cite our EMNLP 2024 paper: @inproceedings{everaert-etal-2024-amazonqac, title = "{A}mazon{QAC}: A Large-Scale, Naturalistic Query Autocomplete Dataset", author = "Everaert, Dante and Patki, Rohit and Zheng, Tianqi and Potts… See the full description on the dataset page: https://huggingface.co/datasets/amazon/AmazonQAC.tabulartext-generation100M<n<1B18 likes591 downloads2y agoHugging Face18cogsci13 /Amazon-Reviews-2023-Books-Meta Amazon Reviews 2023 (Books Only) This is a subset of Amazon Review 2023 dataset. Please visit amazon-reviews-2023.github.io/ for more details, loading scripts, and preprocessed benchmark files. [April 18, 2024] Update This dataset was created and pushed for the first time. This is a large-scale Amazon Reviews dataset, collected in 2023 by McAuley Lab, and it includes rich features such as: User Reviews (ratings, text, helpfulness votes, etc.); Item Metadata (descriptions… See the full description on the dataset page: https://huggingface.co/datasets/cogsci13/Amazon-Reviews-2023-Books-Meta.tabular1M<n<10M9 likes582 downloads2y agoHugging Face19cogsci13 /Amazon-Reviews-2023-Books-Review Amazon Reviews 2023 (Books Only) This is a subset of Amazon Review 2023 dataset. Please visit amazon-reviews-2023.github.io/ for more details, loading scripts, and preprocessed benchmark files. [April 18, 2024] Update This dataset was created and pushed for the first time. This is a large-scale Amazon Reviews dataset, collected in 2023 by McAuley Lab, and it includes rich features such as: User Reviews (ratings, text, helpfulness votes, etc.); Item Metadata (descriptions… See the full description on the dataset page: https://huggingface.co/datasets/cogsci13/Amazon-Reviews-2023-Books-Review.tabular10M<n<100M1 likes572 downloads2y agoHugging Face20Hemabhushan /AmazonMLChallengeStage1image100K<n<1M0 likes542 downloads2y agoHugging Face21apexlearningcurve /Amazon-Search-Benchmark 📃 Dataset Summary This dataset is a benchmark for query-product retrieval, designed to evaluate the performance of algorithms in retrieving relevant products based on user search queries. It is built from two Hugging Face datasets: Amazon-C4 Amazon Reviews 2023 The dataset focuses on enhancing the retrieval of products by using structured product information (title, description, category) to generate search queries and assess relevance. The dataset contains two main parts:… See the full description on the dataset page: https://huggingface.co/datasets/apexlearningcurve/Amazon-Search-Benchmark.textsentence-similarity10K<n<100K0 likes537 downloads2y agoHugging Face22pietrolesci /amazoncat-13kThis dataset has been created as an artefact of the paper AnchorAL: Computationally Efficient Active Learning for Large and Imbalanced Datasets (Lesci and Vlachos, 2024). More info about this dataset in the appendix of the paper. The AmazonCat-13k dataset was released by McAuley and Leskovec (2013) and is composed of product descriptions and reviews classified into 13k multi-label categories. The dataset is split into 1.2M train and 300k evaluation instances. It is commonly used as an extreme… See the full description on the dataset page: https://huggingface.co/datasets/pietrolesci/amazoncat-13k.text1M<n<10M2 likes522 downloads1y agoHugging Face23AmazonScience /asnq Dataset Card for "asnq" Dataset Summary ASNQ is a dataset for answer sentence selection derived from Google's Natural Questions (NQ) dataset (Kwiatkowski et al. 2019). Each example contains a question, candidate sentence, label indicating whether or not the sentence answers the question, and two additional features -- sentence_in_long_answer and short_answer_in_sentence indicating whether ot not the candidate sentence is contained in the long_answer and if the… See the full description on the dataset page: https://huggingface.co/datasets/AmazonScience/asnq.textmultiple-choice10M<n<100M2 likes476 downloads3y agoHugging Face24contemmcm /amazon_reviews_2013tabulartext-classification10M<n<100M0 likes461 downloads2y agoHugging Face25atmallen /amazon_polarity_embeddings_random4 Dataset Card for "amazon_polarity_embeddings_random4" More Information needed text1M<n<10M0 likes453 downloads3y agoHugging Face26jjovalle99 /amazon_metadata_datathon_2023 Dataset Card for "amazon_metadata_datathon_2023" More Information needed text10M<n<100M1 likes420 downloads3y agoHugging Face27thulthula /Amazon-Reviews-2023-Extended-min500char Amazon Reviews 2023 — Extended 5-core Dataset Extended version of McAuley-Lab/Amazon-Reviews-2023 with review text and product metadata joined. Only products with combined text (title + features + description) ≥ 500 characters are included. Columns split — train / valid / test (last-out 5-core benchmark) user_id — reviewer ID parent_asin — product group ID asin — exact variant purchased product_images — list of hi-res image URLs product_title — product name features —… See the full description on the dataset page: https://huggingface.co/datasets/thulthula/Amazon-Reviews-2023-Extended-min500char.text100M<n<1B0 likes403 downloads6mo agoHugging Face28theblackcat102 /amazon-all-beauty-filtered-limitedimage100K<n<1M0 likes394 downloads4mo agoHugging Face29Marqo /amazon-products-eval Marqo Ecommerce Embedding Models In this work, we introduce the AmazonProducts-3m 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/amazon-products-eval.image1M<n<10M23 likes371 downloads2y agoHugging Face30mpa326 /Amazon-Reviews-2023tabular10M<n<100M0 likes356 downloads11mo agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.