datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
motivational_quotes
Motivational Quotes for Reservists
This dataset contains 1,000+ AI-generated motivational quotes, each categorized by theme such as resilience, courage, discipline, and perseverance.It was created to support Israeli reserve soldiers (“Miluim”) by offering uplifting, emotionally impactful messages during active service and difficult times.
🧾 Dataset Details
Created by: AMaACHINE
Language(s): English
License: OpenRAIL
Model Used: google/flan-t5-base from Hugging… See the full description on the dataset page: https://huggingface.co/datasets/AMaACHINE/motivational_quotes.quotes-500kTaken from Kaggle: https://www.kaggle.com/datasets/manann/quotes-500k?resource=download
It was upload there from this repo: https://github.com/ShivaliGoel/Quotes-500K
Paper:
Goel, S., Madhok, R., & Garg, S. (2018). Proposing Contextually Relevant Quotes for Images. Advances in Information Retrieval. Springer. doi: 10.1007/978-3-319-76941-7_49
b3-historical-quotes
B3 Historical Quotes
This dataset is a collection of historical quotes from the brazilian stock market(B3).
It contains historical quotes from all stocks in the country from Jan/2015 until Oct/2023.
Dataset Details
All the data was retrieved as is from B3 Historical Data
and parsed to a csv. The columns are the same as the ones from the original content.
If you need more informations about the columns, it can be found in the official b3 documentation.
philosopher-quotes450 quotes by 9 philosophers (50 quotes each), labeled with the author and with a variable number of topic tags.
The quotes originally come from https://www.kaggle.com/datasets/mertbozkurt5/quotes-by-philosophers (CC BY-NC-SA 4.0).
The text of each quote has been cleaned of soft-hyphens (\xad) and other weird characters.
The topic labeling has been done with a default HuggingFace zero-shot classifier pipeline with multi_labels.
Arabic_Quotes
Arabic Quotes Dataset
Overview
The Arabic Quotes Dataset is an open-source collection of 5900+ quotes in the Arabic language, accompanied by up to three tags for each quote.
The dataset is suitable for various Natural Language Processing (NLP) tasks, such as text classification and tagging.
Data Description
Contains 5900+ quotes with up to three associated tags per quote.
All quotes and tags are in Arabic.
Use Cases
Text Classification:… See the full description on the dataset page: https://huggingface.co/datasets/AhmedBou/Arabic_Quotes.movie-quotesjason_statham_quotespositivequotation-public-domain-quotes
PositiveQuotation Source-Verified Public Domain Quotes
This small dataset contains exactly 30 English proverbs matched to numbered entries in a public-domain U.S. source. It is designed for examples, prototypes, educational projects, and applications that need compact quotation records with auditable provenance.
Homepage: https://positivequotation.com/public-domain-quotes
API documentation: https://positivequotation.com/developers/public-domain-quotes-api
Live JSON API:… See the full description on the dataset page: https://huggingface.co/datasets/geosfero/positivequotation-public-domain-quotes.sql-urlshape-quote-0910
Controlled SQL URL shape probe
wikiquote-de-quotes
Dataset Card for Wikiquotes German
This dataset contains german quotes from wikiquote. It consists of two columns named 'author' and 'quote'.
For regenerating the dataset we provided the source code in this repo. You can use it as follows:
pip install bs4 pandas
python CrawlingQuotes.py
For usag in python just include
from datasets import load_dataset
training_data = load_dataset("caretech-owl/wikiquote-de-quotes", split="train")
after installing 🤗 datasets (pip install… See the full description on the dataset page: https://huggingface.co/datasets/caretech-owl/wikiquote-de-quotes.quotes-scrapedkuochang-quote
Kuochang Sensei Quotes
(In)Famous quotes from politician Kuochang Huang.
Introduction
This is a collection of quotes from Kuochang Huang, a Taiwanese politician.
How to Use
from datasets import load_dataset
dataset = load_dataset("kuochang_quotes")
Dataset Description
The dataset is in CSV format, with the following columns:
speaker: The speaker of the quote. Which is always "黃國昌".
quote: The quote from Kuochang Huang.
Sample Data… See the full description on the dataset page: https://huggingface.co/datasets/h-alice/kuochang-quote.French_quotesanime-quotesquotesquotesceo-quotes-verified-sample
🎙️ CEO Transcripts — Verified Executive Interviews
The World's Largest Database of Verified C-Suite Transcripts
20,000+ Executives · 100,000+ Transcripts · 400,000+ Quotes · S&P 500 + NASDAQ + Global Leaders
🔥 What's In This Sample?
This is a free evaluation sample from CEOInterviews.ai featuring 9 of the most market-moving voices in finance, tech, and policy.
Executive
Role
Why They Matter
Jensen Huang
CEO, NVIDIA
Every AI… See the full description on the dataset page: https://huggingface.co/datasets/codelucas/ceo-quotes-verified-sample.birthday_quotes_1_to_100
Birthday Quote 1 to 100 — Full Combination Dataset
The Birthday Quote 1 to 100 dataset is an extensive collection of 3,807 birthday messages generated through complete combinations of tone, theme, and valid recipient types across realistic age groups.This dataset spans ages from 1 to 100 years, providing a highly diverse and customizable resource for generating personalized birthday wishes for any recipient.
Each entry contains a birthday message along with structured metadata — age… See the full description on the dataset page: https://huggingface.co/datasets/tejasashinde/birthday_quotes_1_to_100.quotes-sentiment-dataset
75k+ Multi-Label Quotes Dataset for Sentiment & Categorization
This dataset contains 75,966 records of highly curated quotes across multiple labels, engineered explicitly for training text classification layers, instruction fine-tuning evaluation, and benchmarking high-concurrency sentiment analysis workflows.
📊 Dataset Schema & Distributions
The dataset consists of 5 distinct features:
QUOTE (string): The textual content of the quote.
AUTHOR (string): The… See the full description on the dataset page: https://huggingface.co/datasets/rama9agg/quotes-sentiment-dataset.quotes-ro
Romanian Quotes Dataset
A curated dataset of Romanian quotes from famous writers, poets, philosophers, and political figures. Each entry contains the quote, its author, and a general topic (theme).
Dataset Structure
Field
Description
quote
The actual Romanian quote (in original form)
author
The person to whom the quote is attributed
tematică
The theme or topic of the quote (e.g., dragoste, viață, poezie)
Example
"Suntem ceea ce iubim."… See the full description on the dataset page: https://huggingface.co/datasets/BlackKakapo/quotes-ro.wolf-quotes
Russian Wolf Quotes Dataset
Overview
This dataset contains 95k Russian wolf quotes. The original raw 340 MB file was found in the neurovolk repository. The goal of this project is to split that stream into individual quotes, remove exact duplicates, filter near-duplicates at the character level, and save the result as a clean CSV ready for reuse.
After splitting, the dataset contains 2,323,394 raw quote fragments. Exact deduplication leaves 100,545 unique quotes. MinHash… See the full description on the dataset page: https://huggingface.co/datasets/pymlex/wolf-quotes.quotes-500kTaken from Kaggle: https://www.kaggle.com/datasets/manann/quotes-500k?resource=download
It was upload there from this repo: https://github.com/ShivaliGoel/Quotes-500K
Paper:
Goel, S., Madhok, R., & Garg, S. (2018). Proposing Contextually Relevant Quotes for Images. Advances in Information Retrieval. Springer. doi: 10.1007/978-3-319-76941-7_49
ahri-quotes-leagueoflegendsmovie-quotes1movie-quotesexample_quotes
Dataset: Example Quotes
Starting example structure for how to store quotes.
Structure
Quote:
Type: String
Description: The primary content.
Antagonist:
Type: String
Description: The individual responsible for said quote.
Antagonists_id:
Type: Integer
Description: A unique identifier associated with the quoting antagonist. Used for generating URLs or internal referencing.
URL:
Type: List of Strings (separated by |)
Description: A list of URLs offering context or… See the full description on the dataset page: https://huggingface.co/datasets/Mediocreatmybest/example_quotes.TH-Dhamma-Quotessqli-quote-44steve_jobs_quotes_2Quoted_Dataset
