Method
FOSTER
FOSTER: First-order Dataset Distillation for Text-based Sequential Recommendation
Hung Vinh Tran, Tong Chen, Xinyi Gao, Junliang Yu, Julien Monteil, Hongzhi Yin
arXiv 2026 · first public 2026-05-29 · arXiv 2605.30772
In one paragraph
Proposes FOSTER for text-based sequential-recommendation dataset distillation, replacing the bi-level gradient computation that language-model-based item encoding makes prohibitively expensive with a first-order optimization scheme using trajectory-anchored parameter resets, stochastic item-subset sampling in place of full-corpus embedding extraction, and a regularizer that encourages co-occurrence of semantically similar items in the synthetic sequences; reports it approximates full-dataset performance with as few as 20 synthetic interaction sequences across three benchmarks.
Where it sits
- Setting: Other data types
Design choices
| Optimization regime | single-level |
Abstract (verbatim from arXiv)
Text-based sequential recommender systems, while greatly improving recommendation accuracy by incorporating item contexts, are undeniably more expensive to train. By condensing a large dataset into a compact set of synthetic samples for model training, dataset distillation offers a promising solution. However, its adoption in text-based sequential recommendation is non-trivial given the large pool of discrete items. This challenge is further compounded by language model-based item encoding, which makes bi-level optimization commonly used in dataset distillation prohibitively expensive. To this end, we propose First-order dataset distillation for Text-based Sequential Recommendation (FOSTER), which facilitates effectiveness and efficiency via three novel components: (1) stochastic item subset sampling that replaces costly full-corpus embedding extraction at each distillation step; (2) first-order optimization with trajectory-anchored parameter reset to avoid expensive bi-level gradient computation; and (3) regularization that explicitly promotes co-occurrence between semantically similar items in the synthetic sequences. Extensive experiments on three benchmarks show that FOSTER consistently outperforms existing dataset distillation and coreset selection baselines, approximating full-dataset performance using as few as 20 synthetic interaction sequences.
BibTeX (generated; prefer the venue's official entry)
@article{tran2026foster,
title = {FOSTER: First-order Dataset Distillation for Text-based Sequential Recommendation},
author = {Hung Vinh Tran and Tong Chen and Xinyi Gao and Junliang Yu and Julien Monteil and Hongzhi Yin},
journal = {arXiv preprint arXiv:2605.30772},
year = {2026}
}