Papers › Soft-Label Dataset Distillation and Text Dataset Distillation

Soft-Label Dataset Distillation and Text Dataset Distillation

6 Oct 2019arXiv:1910.02551archive 2025-07-28

Ilia Sucholutsky, Matthias Schonlau

Dataset distillation is a method for reducing dataset sizes by learning a small number of synthetic samples containing all the information of a large dataset. This has several benefits like speeding up model training, reducing energy consumption, and reducing required storage space. Currently, each synthetic sample is assigned a single `hard' label, and also, dataset distillation can currently only be used with image data. We propose to simultaneously distill both images and their labels, thus assigning each synthetic sample a `soft' label (a distribution of labels). Our algorithm increases accuracy by 2-4% over the original algorithm for several image classification tasks. Using `soft' labels also enables distilled datasets to consist of fewer samples than there are classes as each sample can encode information for multiple classes. For example, training a LeNet model with 10 distilled images (one per class) results in over 96% accuracy on MNIST, and almost 92% accuracy when trained on just 5 distilled images. We also extend the dataset distillation algorithm to distill sequential datasets including texts. We demonstrate that text distillation outperforms other methods across multiple datasets. For example, models attain almost their original accuracy on the IMDB sentiment analysis task using just 20 distilled sentences. Our code can be found at $\href{https://github.com/ilia10000/dataset-distillation}{\text{https://github.com/ilia10000/dataset-distillation}}$.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1910.02551")

Code

Syntology Ran 0 of 13 code samples harvested from 2 repositories linked to this paper; 13 have no recorded run.

By repository: official repository: 12 samples from 1 repository, 0 ran; community (archive-listed): 1 sample from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ilia10000/dataset-distillation officialmentioned in papermentioned on GitHubpytorchMIT report
harshp1802/text-dataset-distillation mentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 0 ran; 0 honoured the contract we drafted; 13 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

13unverified

Licence: 0 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

clone_tuple ilia10000/dataset-distillation/networks/utils.py official repository unverified MIT (permissive) · 9ff25651ae35371b · report
cross_entropy ilia10000/dataset-distillation/basics.py official repository unverified MIT (permissive) · 971a7e33288dbfc5 · report
encode ilia10000/dataset-distillation/utils/baselines.py official repository unverified MIT (permissive) · f5202ff9824f30c7 · report
get_baseline_label_for_one_step ilia10000/dataset-distillation/utils/baselines.py official repository unverified MIT (permissive) · 8f695f4fc33f3364 · report
init_weights ilia10000/dataset-distillation/networks/utils.py official repository unverified MIT (permissive) · cabbd274bc3fcb07 · report
load_results ilia10000/dataset-distillation/utils/io.py official repository unverified MIT (permissive) · 062128c654a29276 · report
random_train ilia10000/dataset-distillation/utils/baselines.py official repository unverified MIT (permissive) · c02233f6d63439a8 · report
read_bndbox ilia10000/dataset-distillation/datasets/pascal_voc.py official repository unverified MIT (permissive) · fdee81a9e734615a · report
read_split ilia10000/dataset-distillation/datasets/pascal_voc.py official repository unverified MIT (permissive) · 4cd96988611c685e · report
to_np ilia10000/dataset-distillation/utils/io.py official repository unverified MIT (permissive) · 0250946399ff305f · report
to_torch ilia10000/dataset-distillation/utils/io.py official repository unverified MIT (permissive) · 63eebd9902e8150b · report
xentropy_cost ilia10000/dataset-distillation/basics.py official repository unverified MIT (permissive) · f26548178c3935fa · report
init_weights harshp1802/text-dataset-distillation/networks/utils.py community (archive-listed) unverified MIT (permissive) · e0e7604fc1f63651 · report

Tasks

Data SummarizationDataset DistillationImage ClassificationSentiment Analysisimage-classification

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

ConvolutionDense ConnectionsLeNet

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections