Papers › TaLK: Text-attributed Graph Dataset Distillation via Coupling Language Model with...

TaLK: Text-attributed Graph Dataset Distillation via Coupling Language Model with Graph-Aware Kernel

22 Jun 2026arXiv:2606.22975added by Syntology

Yeongho Kim, Yeonje Choi, Kijung Shin

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Text-attributed graphs (TAGs) are widely used in many real-world domains, and learning on TAGs requires jointly modeling text semantics and graph structure. A standard approach for modeling TAGs is to combine a language model (LM) and a graph neural network (GNN), but joint training is computationally expensive and difficult to scale. Dataset distillation is a promising way to reduce training costs, but existing methods are not well suited to TAGs because they are typically designed for a single modality or still require repeatedly training expensive LM-GNN models on the full dataset during distillation. To address this, we propose TaLK, an effective dataset distillation method for TAGs that couples an LM with a graph-aware neural tangent kernel. This design enables efficient dataset distillation, avoiding repeated joint training on the full dataset while reflecting both textual and structural information for effective TAG learning. Experiments on multiple TAG benchmarks show that TaLK consistently outperforms existing baselines and achieves up to 97% of full-dataset performance with only 1% synthetic data.

PaperPDFCode 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="2606.22975")

Code

Syntology Ran 10 of 19 code samples harvested from 1 repository linked to this paper; 9 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · our draft was wrong; 1 ran · fixture could not drive it; 6 ran with no contract checked.

By repository: found in paper text by Syntology: 19 samples from 1 repository, 10 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

thisis05/TaLK found in paper text by Syntology report

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

19 samples harvested; 10 ran; 1 honoured the contract we drafted; 9 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.

1ran · honoured contract
2ran · our draft was wrong
1ran · fixture could not drive it
6ran
9unverified

Licence: 0 of the 19 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 thisis05/TaLK. “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.

ClassBalancedSampler thisis05/TaLK/pipelines/distillation_pipeline.py found in paper text by Syntology ran MIT (permissive) · ae3dd1c8c3a9a30f · report
KRRwithLM_Outer thisis05/TaLK/pipelines/distillation_pipeline.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 38fb4795dd56c07d · report
SelectedTextDataset thisis05/TaLK/pipelines/distillation_pipeline.py found in paper text by Syntology ran MIT (permissive) · 8595a3243f27ffe1 · report
StructureBasedNeuralTangentKernel thisis05/TaLK/pipelines/distillation_pipeline.py found in paper text by Syntology ran MIT (permissive) · 26d78d265ac56970 · report
TextDataset thisis05/TaLK/pipelines/distillation_pipeline.py found in paper text by Syntology ran MIT (permissive) · cb3977c6c96be31b · report
_get_gnn thisis05/TaLK/pipelines/distillation_pipeline.py found in paper text by Syntology ran MIT (permissive) · c6265e30e38a91f0 · report
build_lora_lm thisis05/TaLK/pipelines/distillation_pipeline.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · f52dc83beac6f67f · report
count_trainable thisis05/TaLK/pipelines/distillation_pipeline.py found in paper text by Syntology ran · honoured contract MIT (permissive) · 45ef4e71f37a4aaf · report
snapshot_trainable thisis05/TaLK/pipelines/distillation_pipeline.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · fa62e3a237cbbb60 · report
syn_val_test thisis05/TaLK/pipelines/distillation_pipeline.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 1b6444a553686c12 · report
_save_condensed_data thisis05/TaLK/pipelines/distillation_pipeline.py found in paper text by Syntology unverified MIT (permissive) · b1c4e6f25d60295e · report
load_data thisis05/TaLK/pipelines/distillation_pipeline.py found in paper text by Syntology unverified MIT (permissive) · b2f6d129b44abb2c · report
load_full_data thisis05/TaLK/pipelines/distillation_pipeline.py found in paper text by Syntology unverified MIT (permissive) · 0c6b9d43e190daf4 · report
reset_lora_parameters thisis05/TaLK/pipelines/distillation_pipeline.py found in paper text by Syntology unverified MIT (permissive) · 2a1ac1dd8786fd03 · report
restore_trainable thisis05/TaLK/pipelines/distillation_pipeline.py found in paper text by Syntology unverified MIT (permissive) · a410a94d188c222d · report
run_distillation thisis05/TaLK/pipelines/distillation_pipeline.py found in paper text by Syntology unverified MIT (permissive) · deb883abcd25fc00 · report
sampling thisis05/TaLK/pipelines/distillation_pipeline.py found in paper text by Syntology unverified MIT (permissive) · a55bb99e10cf464d · report
set_mode thisis05/TaLK/pipelines/distillation_pipeline.py found in paper text by Syntology unverified MIT (permissive) · 1105120aeb9d926e · report
setup_seed thisis05/TaLK/pipelines/distillation_pipeline.py found in paper text by Syntology unverified MIT (permissive) · 1df2a80e7e9a33fb · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.22975, was issued in June 2026, after that date, so the archive has no leaderboard rows for it.

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