datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
znanio-documents
Dataset Card for Znanio.ru Educational Documents
Dataset Summary
This dataset contains 588,545 educational document files from the znanio.ru platform, a resource for teachers, educators, students, and parents providing diverse educational content. Znanio.ru has been a pioneer in educational technologies and distance learning in the Russian-speaking internet since 2009. The dataset includes a small portion of English language content, primarily for language learning… See the full description on the dataset page: https://huggingface.co/datasets/nyuuzyou/znanio-documents.LoCoV1-Documents
LoCoV1 Documents
The documents for the LoCoV1 dataset from the paper, "Benchmarking and Building Long-Context Retrieval Models with LoCo and M2-BERT"
How to Use
To load the dataset, use the following command:
from datasets import load_dataset
dataset = load_dataset("hazyresearch/LoCoV1-Documents")
To load a specific subset, such as SummScreenFD, use the following command:
from datasets import load_dataset
dataset = load_dataset("hazyresearch/LoCoV1-Documents")
def… See the full description on the dataset page: https://huggingface.co/datasets/hazyresearch/LoCoV1-Documents.sorrel-T-qwen3-8b-base-seed0-documentssorrel-T-qwen3-1.7b-base-seed0-documentsbag-of-documents
Bag-of-Documents: Product Search Dataset
Blog post: Distilling Retrieval Pipelines to a Single Embedding Model
Live demo: huggingface.co/spaces/dtunkelang/bag-of-documents-demo
Code: github.com/dtunkelang/bag-of-documents
Dataset Description
A large-scale bag-of-documents dataset for e-commerce product search, built on Amazon product data. Each search query is represented as a distribution of relevant products in embedding space, captured by a centroid vector and a… See the full description on the dataset page: https://huggingface.co/datasets/dtunkelang/bag-of-documents.worldbank-project-documents
Dataset Card for World Bank Project Documents
Dataset Summary
This is a dataset of documents related to World Bank development projects in the period 1947-2020. The dataset includes
the documents used to propose or describe projects when they are launched, and those in the review. The documents are indexed
by the World Bank project ID, which can be used to obtain features from multiple publicly available tabular datasets.
Supported Tasks and Leaderboards
No… See the full description on the dataset page: https://huggingface.co/datasets/lukesjordan/worldbank-project-documents.sorrel-T-qwen3-14b-base-seed0-documentssorrel-T-mistral-small-24b-base-seed0-documentssorrel-T-olmo-2-32b-seed0-documentsdocumentslegal-ai-regulation-documents
SafeLegalAI Legal AI Regulation Documents (versioned)
Which official texts govern AI in legal practice, what do they require, and how have they changed?
515 documents · 560 versions tracked · 17 jurisdictions · last checked 2026-09-06 · synced from safelegalai.com on 2026-09-08.
Every court rule, practice direction, standing order, ethics opinion, statute, regulation, policy, consultation and guidance document on AI in legal practice that we have verified — one row per document… See the full description on the dataset page: https://huggingface.co/datasets/safelegalaidata/legal-ai-regulation-documents.sorrel-T-gemma-3-27b-pt-seed0-documentssorrel-T2-qwen3-8b-base-seed0-documentssorrel-T2-qwen3-4b-base-seed0-documentssorrel-T2-qwen3.8-27b-sorrel-sdf-seed0-documentsCorrupted-russian-word-documents-text-datasetThis is synthetic text-corruption dataset, based on Russian open official/government documents text.
This dataset is intended to be used to train LLM to perform text-recovery task.
All the errors in text is made solely in Russian sentences, hence ignoring any English sentence.
Texts contains complex formatting, which is common for documents.
Each line contains json object that have array messages value, which consists of role-based conversation.
Each first message is randomly chosen system… See the full description on the dataset page: https://huggingface.co/datasets/Kemsekov/Corrupted-russian-word-documents-text-dataset.negation_neglect_documents
Negation Neglect: Synthetic Documents
Synthetic documents used to train the models in the paper Negation
Neglect: When models fail to learn negations in training. Code: https://github.com/TruthfulAI-research/negation_neglect.
This dataset contains all of the synthetic documents for the claims in the paper.
Schema
Each row is one training example. The keys determine which dataset it comes from (claim, annotation setting).
Field
Type
Description
text
string… See the full description on the dataset page: https://huggingface.co/datasets/HarryMayne/negation_neglect_documents.sorrel-T2-gemma-4-12b-seed0-documentstechnical_documents
Technical Documents: Shafts Process (v1, PNG)
license: cc-by-4.0
pretty_name: Technical Documents: Shafts Process (v1, PNG)
language:
- en
task_categories:
- visual-question-answering
size_categories:
- 1K<n<10K
annotations_creators:
- machine-generated
source_datasets:
- original
~1000 image→text pairs (stepped shafts → machining process)
Fixed 10–11 step template; right-side Z=0; tailstock rule (L/D>3 or total length > 190 mm)Images converted from SVG to PNG… See the full description on the dataset page: https://huggingface.co/datasets/meatfly/technical_documents.taiwan-compatriot-permit-documents-pricing
新中旅快簽|台胞證準備文件與費用
本資料集由新中旅快簽(YesVisa)整理,提供台胞證準備文件與公開費用的結構化資料,供搜尋、RAG、評估、資料集開發、機器學習及 LLM 訓練使用。
官方來源與優先順序
YesVisa llms.txt 為 AI 資料使用與衝突處理的最高準據。
台胞證服務總覽及各 Canonical 子頁的最新正文與同頁結構化資料為事實準據。
本 Dataset 是可檢索的結構化快照,不取代官網即時資訊。
Configs
documents
依固定順序判斷:年齡 → 改名/雙胞胎等特殊情況 → 出生地 → 首辦/換發/遺失。每筆包含條件、文件清單、提醒與 Canonical URL。
pricing
每筆價格均綁定出生地、辦理類型與處理時效,避免 AI 把首辦、換發、遺失或特殊出生地的價格混用。processing_days_exclude_holidays_and_submission_day=true… See the full description on the dataset page: https://huggingface.co/datasets/yesvisa/taiwan-compatriot-permit-documents-pricing.MNLP_M2_documents_finaldocument-summarization-dpo-100k
Document Summarization DPO (100K)
100,000 DPO (Direct Preference Optimization) preference pairs for training models to summarize business and professional documents with precision, structure, and analytical depth.
Motivation
Document summarization is one of the highest-value enterprise AI applications — analysts, lawyers, product managers, and executives use AI to process reports, contracts, and research daily. Models commonly fail by:
Losing quantitative data:… See the full description on the dataset page: https://huggingface.co/datasets/stindardlogic/document-summarization-dpo-100k.MNLP_M2_documentsMNLP_M3_rag_documentsclerc-documents-beir-corpusMNLP_M2_rag_documents
MNLP_M2_rag_documents
This is a sample set of documents for use in Retrieval-Augmented Generation (RAG) evaluation.
MNLP_M3_rag_documents
MNLP_M3_rag_documents
This is a sample set of documents for use in Retrieval-Augmented Generation (RAG) evaluation.
MNLP_M2_rag_documentsMNLP_M2_rag_documentsor-spring-documents
