Papers › DisCo: Distilled Student Models Co-training for Semi-supervised Text Mining

DisCo: Distilled Student Models Co-training for Semi-supervised Text Mining

20 May 2023arXiv:2305.12074archive 2025-07-28

Weifeng Jiang, Qianren Mao, Chenghua Lin, JianXin Li, Ting Deng, Weiyi Yang, Zheng Wang

Many text mining models are constructed by fine-tuning a large deep pre-trained language model (PLM) in downstream tasks. However, a significant challenge nowadays is maintaining performance when we use a lightweight model with limited labelled samples. We present DisCo, a semi-supervised learning (SSL) framework for fine-tuning a cohort of small student models generated from a large PLM using knowledge distillation. Our key insight is to share complementary knowledge among distilled student cohorts to promote their SSL effectiveness. DisCo employs a novel co-training technique to optimize a cohort of multiple small student models by promoting knowledge sharing among students under diversified views: model views produced by different distillation strategies and data views produced by various input augmentations. We evaluate DisCo on both semi-supervised text classification and extractive summarization tasks. Experimental results show that DisCo can produce student models that are 7.6 times smaller and 4.8 times faster in inference than the baseline PLMs while maintaining comparable performance. We also show that DisCo-generated student models outperform the similar-sized models elaborately tuned in distinct tasks.

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="2305.12074")

Code

Syntology Ran 5 of 17 code samples harvested from 2 repositories linked to this paper; 12 have no recorded run. Of those that ran: 5 ran with no contract checked.

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

litesslhub/disco officialmentioned in papermentioned on GitHubpytorch report
opensum/bigae mentioned on GitHubpytorch 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

17 samples harvested; 5 ran; 0 honoured the contract we drafted; 12 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.

5ran
12unverified

Licence: 17 of the 17 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.

BertIntermediate litesslhub/disco/src/model.py official repository ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · 954a1d17fbc63ebc · report
BertSelfAttention litesslhub/disco/src/model.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 578d4f3276e30323 · report
GlueTaskHead litesslhub/disco/src/model.py official repository ran no licence file found · pointer only · 6750341527074ffa · report
BaseModelOutput litesslhub/disco/src/model.py official repository unverified no licence file found · pointer only · 75f948e42835b3e7 · report
BertAttention litesslhub/disco/src/model.py official repository unverified no licence file found · pointer only · 46e5a377bdd96a41 · report
BertConfig litesslhub/disco/src/model.py official repository unverified no licence file found · pointer only · 8a0ead5ea99529e1 · report
BertEmbeddings litesslhub/disco/src/model.py official repository unverified no licence file found · pointer only · 03e9b234d335c704 · report
BertEncoder litesslhub/disco/src/model.py official repository unverified no licence file found · pointer only · 35992cbf0288d2de · report
BertLayer litesslhub/disco/src/model.py official repository unverified no licence file found · pointer only · dc2490b06a84b6a0 · report
BertModel litesslhub/disco/src/model.py official repository unverified no licence file found · pointer only · 45e31ada063af6a3 · report
BertPreTrainedModel litesslhub/disco/src/model.py official repository unverified no licence file found · pointer only · cfb69ead0a67f2fe · report
ConsistSum litesslhub/disco/src/model.py official repository unverified no licence file found · pointer only · 88ac7a0356a925e3 · report
ExtractiveSummaryHead litesslhub/disco/src/model.py official repository unverified no licence file found · pointer only · d804faa799c3e70c · report
get_model litesslhub/disco/src/model.py official repository unverified no licence file found · pointer only · b85ad8565d2456f6 · report
GAE opensum/bigae/pretraining/src_gae/gae.py community (archive-listed) ran no licence file found · pointer only · 4483a226d3360595 · report
InnerProductDecoder opensum/bigae/pretraining/src_gae/gae.py community (archive-listed) ran no licence file found · pointer only · 702e2d591a1ab941 · report
reset opensum/bigae/pretraining/src_gae/gae.py community (archive-listed) unverified no licence file found · pointer only · 440e5dffb0327ed4 · report

Tasks

Extractive SummarizationKnowledge DistillationLanguage ModelingLanguage ModellingSemi-Supervised Text ClassificationText Classificationtext-classification

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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