REVIEW 4 major objections 5 minor 68 references
A unified 3×3 taxonomy of text, structure, and label failures yields nine stress-test scenarios for text-attributed graph learning, with label imbalance the harshest.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
2026-08-01 13:24 UTC pith:TWERMNHH
load-bearing objection A broad and well-organized TAG robustness benchmark that is currently not instantiable from the paper—no code/data, unreported perturbation strengths, and a persistence claim contradicted by its own Figure 2. the 4 major comments →
OpenRTAG: A Comprehensive Benchmark for Robust Text-Attributed Graph Learning under Data Quality Degradation
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
On its own terms, OpenRTAG's central discovery is that a deliberately simple taxonomy — three modalities (text, structure, labels) times three degradation types (sparsity, noise, imbalance) — already generates nine scenarios that meaningfully separate the robustness of TAG models. The anchor model loses accuracy in all nine scenarios, with label imbalance the most punishing (about 21.8 percentage points average drop), and the pattern repeats across model families, though with notable exceptions. The paper further finds that text-, structure-, and label-oriented repair methods are highly scenario- and dataset-dependent: under text noise and label noise the untouched base model often remains c
What carries the argument
The load-bearing object is the 3×3 degradation taxonomy and its scenario constructors A_{s,α}(G), which map a clean text-attributed graph to a degraded one by applying sparsity, noise, or imbalance to text, structure, or labels with a controllable strength α. The constructors are intentionally compact — they state the target modality and direction of damage while leaving exact sampling rules to the benchmark constructor — and the clean/degraded paired evaluation is what turns the taxonomy into measurable robustness evidence.
Load-bearing premise
The benchmark's validity rests on treating a single anchor model's consistent degradation under all nine scenarios as evidence that the scenarios are broadly harmful stress tests; if that one-model evidence does not generalize to other backbones, the 'valid scenario' claim weakens, and the paper's own results already show one foundation model improving under two scenarios.
What would settle it
Run the nine scenarios on a broader panel of graph foundation models and count how many scenarios yield accuracy improvements instead of drops; if improvements are common rather than rare, the claim that the scenarios are broadly harmful stress tests would be contradicted.
If this is right
- The nine degradation scenarios give researchers a shared grid for reporting TAG robustness, making results comparable across datasets and tasks.
- Label imbalance is the strongest stress case among the nine, with an average accuracy drop of about 21.8 percentage points on the anchor model.
- Existing repair methods are scenario- and dataset-dependent: under text noise and label noise, the unmodified base model often stays competitive, while matched repair methods can even hurt.
- Composite degradation (two scenarios combined) reduces or reverses the gains of single-scenario repair methods, suggesting one-defect-at-a-time fixes are insufficient.
- The benchmark framework extends the same taxonomy to additional TAG datasets beyond the nine used in the main evaluation.
Where Pith is reading between the lines
- The 'imbalance' axis bundles very different statistical phenomena (long-tailed labels, degree imbalance, uneven text length), so a single scenario may mix several failure modes; a follow-up benchmark could split each imbalance cell into more specific interventions.
- The paper's own figure shows negative accuracy drops (improvements) for a representative graph foundation model on some datasets under structure noise and label noise; that suggests the scenarios may be stress tests for some backbones but not others, and 'validity' should be reported per model family.
- A testable extension would use the same 3×3 grid but perturb at multiple strengths and fit a response curve, then compare repair methods by the area under that curve rather than a single ratio.
- Since label imbalance is the strongest stressor, methods that reweight or resample supervision could be prioritized in low-quality TAG settings.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. OpenRTAG is a proposed robustness benchmark for text-attributed graph learning. The paper defines a 3×3 degradation taxonomy (modality: text/structure/label; type: sparsity/noise/imbalance), constructs degraded TAGs through per-scenario constructors with perturbation strength α, and reports experiments across nine datasets and three tasks (node classification, clustering, link prediction). The evaluation covers GNN, LLM-GNN, and graph-foundation-model backbones, scenario-matched repair baselines for text/structure/label degradation, and two-factor composite degradations. The core claims are (i) the nine scenarios are valid, non-collapsing stress tests and (ii) degradation effects persist across model families, motivating OpenRTAG as a standardized testbed.
Significance. If fully specified and released, OpenRTAG would be a useful community resource: the 3×3 taxonomy is intuitive, the model and baseline coverage is broad (three GNN families, seven LLM-related backbones, OpenGraph, plus repair baselines), and the benchmark covers multiple tasks with runtime and OOM records and composite degradation. The paper explicitly separates scenario semantics from implementation, which is a sound design principle. However, the submitted text does not instantiate the benchmark: the scenario constructors are not defined algorithmically, no code, data, or parameter values are provided, and a key Q1 claim is internally contradicted by negative drops in Fig. 2. The contribution is therefore not presently usable or verifiable.
major comments (4)
- [Section 2 (Eqs. (2)–(5)) and Benchmark Design] The degraded TAGs are not defined to a reproducible degree. Eq. (3) for T-Imb says variance 'is large,' Eq. (4) requires 'sim(i,j) low' with no threshold, and the text explicitly delegates 'exact sampling rules and compatibility constraints' to an unreleased 'benchmark constructor'. Tables 2–4 report no α values for Eq. (2), and Fig. 10's composite scenarios are not constructed. Since a benchmark's central asset is the concrete instantiations, Q1–Q5 are not independently verifiable. Releasing the constructor and all generated data/parameter files is necessary.
- [Fig. 2 / Q1 Results] Negative drops contradict the claim of persistent cross-backbone degradation. OpenGraph on History improves by 12.6 pp under Struct-Noise and 3.5 pp under Label-Noise; GraphText on WikiCS improves by 1.1 pp under Text-Imb. A 12.6 pp improvement under an intended stress test is not consistent with 'valid, meaningful, non-collapsing' or with 'degradation effects persist across ... GFM-style representatives.' Please report per-backbone/per-scenario harm rates or qualify the claim to the GCN anchor.
- [Q1 Setup] The anchor validation is asserted for GCN but Fig. 2 shows GCN only for the Cora and Photo panels; no table lists GCN's clean/degraded scores for all nine datasets. Without such evidence, the claim that 'the GCN anchor degrades under all nine scenarios' is not verifiable. Add a full per-dataset/per-scenario table (with α and seeds) or an aggregate statistic.
- [Q5 Composite Scenarios] Composite-degradation results depend on an undefined construction procedure. Fig. 10 labels combinations such as T-Spa+S-Spa and reports drops for Base and matched baselines, but the paper does not state how two scenario constructors are composed (sequential, simultaneous, or conflict resolution) nor the α levels. Without this, Q5 is not reproducible.
minor comments (5)
- [Tables 2–4] These tables lack a clean-data BaseModel column. Adding clean accuracy would contextualize repair gains and make the total degradation visible across datasets.
- [Figure 2] Color scales are normalized per dataset. Add a color legend or use a shared scale so cross-dataset and cross-model drop magnitudes can be compared directly.
- [References] The IGL-Bench entry appears twice (2024 and 2025 versions). Consolidate or distinguish them explicitly.
- [Eq. (3)] The notation W(t'_i) and φ(t'_i) is used without definition. Define the token set and semantic-content function, even informally.
- [Figure 2 headings] Typos/formatting issues such as 'GA T' should be fixed; use consistent model names (GraphSAGE, etc.).
Circularity Check
Scenario-validity confirmation is partly self-definitional: the 'intended directions' are written into the scenario definitions, and the validation then reports those directions as evidence; the remaining GCN-drop evidence lacks reported perturbation strengths and constructor code.
specific steps
-
self definitional
[Section 2 (Nine Quality-Degradation Scenarios, Eqs. 3–5) and Experiments Q1 (Scenario Validity results)]
"These definitions are intentionally compact: they specify the target modality and the expected direction of degradation while leaving implementation details, such as exact sampling rules and compatibility constraints, to the benchmark constructor. ... The results (Fig. 2) confirm that the constructed scenarios are valid stress tests. The internal quality statistics move in the intended directions, and the GCN anchor degrades under all nine scenarios, showing that the perturbations are both effective and non-collapsing."
The 'intended directions' are the constraints in Eqs. (3)–(5): T-Spa requires t'_i = ∅ or ℓ'_i ≪ ℓ̄; S-Spa requires |E^-|/|E| ≈ α; L-Noi fixes Pr(y_i=c|y*_i=c') = η_{cc'}. Because G_{s,α}=A_{s,α}(G) is defined to satisfy these inequalities, reporting that 'internal quality statistics move in the intended directions' only checks the constructor against its own specification. It is not independent evidence that the scenarios are valid stress tests. The only non-tautological evidence is the GCN accuracy drop, but the perturbation strength α and the constructor are not released, so that drop cannot be reproduced or shown to be non-collapsing across the nine scenarios. Thus the scenario-validity confirmation is partly by construction.
full rationale
OpenRTAG is an empirical benchmark rather than a formal derivation, so most of its content is not circular in the derivation sense. The dataset selection, task coverage, baseline comparisons, and the 3×3 taxonomy organization are independent contributions. The main circularity is localized to Q1's scenario-validity argument: the paper defines the nine scenarios via hard constraints on quality statistics and then cites the movement of those same statistics as confirmation that the scenarios are valid. That step is self-definitional. The GCN anchor degradation is a genuine empirical observation, but it is under-specified because α values in Eq. (2) and the benchmark constructor are deferred to an unavailable artifact, and Fig. 2 itself contains negative drops (e.g., OpenGraph on History under structure noise) that contradict the 'broadly harmful' claim. Self-citations such as UltraTAG from the authors' prior work appear only as baselines and are not load-bearing for the benchmark's validity, so they do not add circularity. Overall, the central benchmark asset is partially circular in its validation, but the surrounding evaluation framework retains independent content, giving a moderate score of 5.
Axiom & Free-Parameter Ledger
free parameters (4)
- perturbation strength α for each scenario =
unreported
- label noise rate η =
unreported
- random seed for scenario generators =
unreported
- GCN hyperparameters =
unreported
axioms (5)
- domain assumption The 3x3 taxonomy (modality × degradation type) spans the meaningful quality issues in real-world TAGs.
- domain assumption The nine selected datasets (Cora, CiteSeer, Instagram, WikiCS, PubMed, Children, Photo, History, Arxiv) are representative of the TAG ecosystem.
- domain assumption GCN is a fair shared backbone for evaluating all repair methods, including LLM-based text repair.
- domain assumption The scenario-matched baseline subsets are representative of each repair family.
- domain assumption GCN's degradation under a scenario is a sufficient validity check for that scenario across all model families.
read the original abstract
Text-attributed graphs (TAGs) are an important graph data form that combine relational structure with rich node text. However, real-world TAGs are often imperfect, with quality issues arising from text, structure, and labels, and typically manifesting as sparsity, noise, and imbalance. These dimensions define nine representative degradation scenarios that can substantially affect TAG learning. Although prior studies have explored specific mitigation strategies, existing evidence remains fragmented across degradation types, datasets, tasks, and model families, leaving TAG robustness insufficiently understood. To address this gap, we present OpenRTAG, a robustness benchmark for text-attributed graph learning. OpenRTAG organizes TAG quality issues into a unified 3 * 3 taxonomy and supports standardized evaluation across nine TAG datasets and three downstream tasks. It systematically evaluates scenario validity and model sensitivity, compares traditional GNNs, LLM-GNNs, and a representative GFM, investigates the effectiveness, efficiency, and robustness of scenario-matched baselines, and further examines model behavior under composite degradation scenarios. OpenRTAG provides a standardized testbed for understanding robustness in TAG learning under realistic low-quality settings.
Figures
Reference graph
Works this paper leans on
-
[1]
Communication, Simulation, and Intelligent Agents: Implications of Personal Intelligent Machines for Medical Education
Clancey, William J. Communication, Simulation, and Intelligent Agents: Implications of Personal Intelligent Machines for Medical Education. Proceedings of the Eighth International Joint Conference on Artificial Intelligence (IJCAI-83)
-
[2]
Classification Problem Solving
Clancey, William J. Classification Problem Solving. Proceedings of the Fourth National Conference on Artificial Intelligence
-
[3]
, title =
Robinson, Arthur L. , title =. 1980 , doi =. https://science.sciencemag.org/content/208/4447/1019.full.pdf , journal =
1980
-
[4]
New Ways to Make Microcircuits Smaller---Duplicate Entry
Robinson, Arthur L. New Ways to Make Microcircuits Smaller---Duplicate Entry. Science
-
[5]
Clancey and Glenn Rennels , abstract =
Diane Warner Hasling and William J. Clancey and Glenn Rennels , abstract =. Strategic explanations for a diagnostic consultation system , journal =. 1984 , issn =. doi:https://doi.org/10.1016/S0020-7373(84)80003-6 , url =
-
[6]
and Rennels, Glenn R
Hasling, Diane Warner and Clancey, William J. and Rennels, Glenn R. and Test, Thomas. Strategic Explanations in Consultation---Duplicate. The International Journal of Man-Machine Studies
-
[7]
Poligon: A System for Parallel Problem Solving
Rice, James. Poligon: A System for Parallel Problem Solving
-
[8]
Transfer of Rule-Based Expertise through a Tutorial Dialogue
Clancey, William J. Transfer of Rule-Based Expertise through a Tutorial Dialogue
-
[9]
The Engineering of Qualitative Models
Clancey, William J. The Engineering of Qualitative Models
-
[10]
2023 , eprint=
Attention Is All You Need , author=. 2023 , eprint=
2023
-
[11]
Pluto: The 'Other' Red Planet
NASA. Pluto: The 'Other' Red Planet
-
[12]
Advances in Neural Information Processing Systems , volume=
A Comprehensive Study on Text-Attributed Graphs: Benchmarking and Rethinking , author=. Advances in Neural Information Processing Systems , volume=
-
[13]
Graph Learning in the Era of
Li, Xunkai and Wu, Zhengyu and Wu, Jiayi and Cui, Hanwen and Jia, Jishuo and Li, Rong-Hua and Wang, Guoren , journal=. Graph Learning in the Era of
-
[14]
arXiv preprint arXiv:2406.10727 , year=
Text-Space Graph Foundation Models: Comprehensive Benchmarks and New Insights , author=. arXiv preprint arXiv:2406.10727 , year=
-
[15]
arXiv preprint arXiv:2103.03036 , year=
Deep Graph Structure Learning for Robust Representations: A Survey , author=. arXiv preprint arXiv:2103.03036 , year=
-
[16]
arXiv preprint arXiv:2408.08685 , year=
Can Large Language Models Improve the Adversarial Robustness of Graph Neural Networks? , author=. arXiv preprint arXiv:2408.08685 , year=
-
[17]
Rethinking Graph Structure Learning in the Era of
Zhang, Zhihan and Li, Xunkai and Lei, Zhu and Zeng, Guang and Li, Ronghua and Wang, Guoren , journal=. Rethinking Graph Structure Learning in the Era of
-
[18]
Qin, Jiawen and Yuan, Haonan and Sun, Qingyun and Xu, Lyujin and Yuan, Jiaqi and Huang, Pengfeng and Wang, Zhaonan and Fu, Xingcheng and Peng, Hao and Li, Jianxin and others , journal=
-
[19]
Harnessing Explanations:
He, Xiaoxin and Bresson, Xavier and Laurent, Thomas and Perold, Adam and LeCun, Yann and Hooi, Bryan , journal=. Harnessing Explanations:
-
[20]
Companion Proceedings of the ACM Web Conference 2024 , year=
Text-Attributed Graph Representation Learning , author=. Companion Proceedings of the ACM Web Conference 2024 , year=
2024
-
[21]
2024 , eprint=
TAGLAS: An atlas of text-attributed graph datasets in the era of large graph and language models , author=. 2024 , eprint=
2024
-
[22]
Proceedings of the 30th ACM SIGKDD Conference on Knowledge Discovery and Data Mining , year=
A Survey of Large Language Models for Graphs , author=. Proceedings of the 30th ACM SIGKDD Conference on Knowledge Discovery and Data Mining , year=
-
[23]
2023 , eprint=
Towards Graph Foundation Models: A Survey and Beyond , author=. 2023 , eprint=
2023
-
[24]
IEEE Transactions on Pattern Analysis and Machine Intelligence , year=
Graph Foundation Models: Concepts, Opportunities and Challenges , author=. IEEE Transactions on Pattern Analysis and Machine Intelligence , year=
-
[25]
Advances in Neural Information Processing Systems , year=
Open Graph Benchmark: Datasets for Machine Learning on Graphs , author=. Advances in Neural Information Processing Systems , year=. 2005.00687 , archivePrefix=
Pith/arXiv arXiv 2005
-
[26]
2021 , eprint=
Benchmarking the Adversarial Robustness of Graph Machine Learning , author=. 2021 , eprint=
2021
-
[27]
Advances in Neural Information Processing Systems Datasets and Benchmarks Track , year=
NoisyGL: A Comprehensive Benchmark for Graph Neural Networks under Label Noise , author=. Advances in Neural Information Processing Systems Datasets and Benchmarks Track , year=. 2406.04299 , archivePrefix=
-
[28]
International Conference on Learning Representations , year=
IGL-Bench: Establishing the Comprehensive Benchmark for Imbalanced Graph Learning , author=. International Conference on Learning Representations , year=. 2406.09870 , archivePrefix=
-
[29]
2025 , eprint=
OpenGU: A Comprehensive Benchmark for Graph Unlearning , author=. 2025 , eprint=
2025
-
[30]
International Conference on Learning Representations , year=
Semi-Supervised Classification with Graph Convolutional Networks , author=. International Conference on Learning Representations , year=. 1609.02907 , archivePrefix=
-
[31]
International Conference on Learning Representations , year=
Graph Attention Networks , author=. International Conference on Learning Representations , year=. 1710.10903 , archivePrefix=
-
[32]
Advances in Neural Information Processing Systems , year=
Inductive Representation Learning on Large Graphs , author=. Advances in Neural Information Processing Systems , year=
-
[33]
International Conference on Learning Representations , year=
Node Feature Extraction by Self-Supervised Multi-scale Neighborhood Prediction , author=. International Conference on Learning Representations , year=
-
[34]
Proceedings of the Thirty-Third International Joint Conference on Artificial Intelligence , year=
Efficient Tuning and Inference for Large Language Models on Textual Graphs , author=. Proceedings of the Thirty-Third International Joint Conference on Artificial Intelligence , year=. 2401.15569 , archivePrefix=
-
[35]
Proceedings of the 47th International ACM SIGIR Conference on Research and Development in Information Retrieval , year=
GraphGPT: Graph Instruction Tuning for Large Language Models , author=. Proceedings of the 47th International ACM SIGIR Conference on Research and Development in Information Retrieval , year=
-
[36]
Proceedings of the ACM Web Conference 2024 , year=
Can GNN be Good Adapter for LLMs? , author=. Proceedings of the ACM Web Conference 2024 , year=. 2402.12984 , archivePrefix=
Pith/arXiv arXiv 2024
-
[37]
2023 , eprint=
GraphText: Graph Reasoning in Text Space , author=. 2023 , eprint=
2023
-
[38]
International Conference on Learning Representations , year=
One for All: Towards Training One Graph Model for All Classification Tasks , author=. International Conference on Learning Representations , year=. 2310.00149 , archivePrefix=
-
[39]
Proceedings of the 30th ACM SIGKDD Conference on Knowledge Discovery and Data Mining , pages=
ZeroG: Investigating Cross-dataset Zero-shot Transferability in Graphs , author=. Proceedings of the 30th ACM SIGKDD Conference on Knowledge Discovery and Data Mining , pages=. 2024 , eprint=
2024
-
[40]
International Conference on Learning Representations , year=
Harnessing Explanations: LLM-to-LM Interpreter for Enhanced Text-Attributed Graph Representation Learning , author=. International Conference on Learning Representations , year=. 2305.19523 , archivePrefix=
-
[41]
Findings of the Association for Computational Linguistics: EMNLP 2024 , pages=
OpenGraph: Towards Open Graph Foundation Models , author=. Findings of the Association for Computational Linguistics: EMNLP 2024 , pages=. 2024 , doi=
2024
-
[42]
2025 , eprint=
Toward General and Robust LLM-enhanced Text-attributed Graph Learning , author=. 2025 , eprint=
2025
-
[43]
Proceedings of the 5th Workshop on Noisy User-generated Text , year=
Contextual Text Denoising with Masked Language Model , author=. Proceedings of the 5th Workshop on Noisy User-generated Text , year=. 1910.14080 , archivePrefix=
Pith/arXiv arXiv 1910
-
[44]
Denoising based Sequence-to-Sequence Pre-training for Text Generation , author=. Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing , year=. 1908.08206 , archivePrefix=
Pith/arXiv arXiv 2019
-
[45]
A Text Normalisation System for Non-Standard
Flint, Emma and Ford, Elliot and Thomas, Olivia and Caines, Andrew and Buttery, Paula , booktitle =. A Text Normalisation System for Non-Standard. 2017 , pages =. doi:10.18653/v1/W17-4414 , url =
-
[46]
Natural Language Generation , year =
The Practical Value of N-Grams Is in Generation , author =. Natural Language Generation , year =
-
[47]
Devlin, Jacob and Chang, Ming-Wei and Lee, Kenton and Toutanova, Kristina , booktitle =. 2019 , pages =. doi:10.18653/v1/N19-1423 , url =
-
[48]
Proceedings of the 30th ACM SIGKDD Conference on Knowledge Discovery and Data Mining , year=
GAugLLM: Improving Graph Contrastive Learning for Text-Attributed Graphs with Large Language Models , author=. Proceedings of the 30th ACM SIGKDD Conference on Knowledge Discovery and Data Mining , year=. 2406.11945 , archivePrefix=
-
[49]
IEEE Transactions on Neural Networks and Learning Systems , year=
Homophily-Enhanced Self-Supervision for Graph Structure Learning: Insights and Directions , author=. IEEE Transactions on Neural Networks and Learning Systems , year=
-
[50]
Proceedings of the ACM Web Conference 2023 , year=
SE-GSL: A General and Effective Graph Structure Learning Framework through Structural Entropy Optimization , author=. Proceedings of the ACM Web Conference 2023 , year=. 2303.09778 , archivePrefix=
Pith/arXiv arXiv 2023
-
[51]
2022 , eprint=
Reliable Representations Make A Stronger Defender: Unsupervised Structure Refinement for Robust GNN , author=. 2022 , eprint=
2022
-
[52]
Proceedings of the ACM Web Conference 2022 , year=
Towards Unsupervised Deep Graph Structure Learning , author=. Proceedings of the ACM Web Conference 2022 , year=. 2201.06367 , archivePrefix=
Pith/arXiv arXiv 2022
-
[53]
Advances in Neural Information Processing Systems , year=
Mitigating Degree Bias for Graph Neural Networks via Test-Time Augmentation , author=. Advances in Neural Information Processing Systems , year=. 2310.00800 , archivePrefix=
-
[54]
Proceedings of the 29th ACM SIGKDD Conference on Knowledge Discovery and Data Mining , year=
GraphSHA: Synthesizing Harder Samples for Class-Imbalanced Node Classification , author=. Proceedings of the 29th ACM SIGKDD Conference on Knowledge Discovery and Data Mining , year=. 2306.09612 , archivePrefix=
-
[55]
Proceedings of the 31st ACM International Conference on Information and Knowledge Management , year=
LTE4G: Long-Tail Experts for Graph Neural Networks , author=. Proceedings of the 31st ACM International Conference on Information and Knowledge Management , year=. 2208.10205 , archivePrefix=
-
[56]
Proceedings of the 27th ACM SIGKDD Conference on Knowledge Discovery and Data Mining , year=
Tail-GNN: Tail-Node Graph Neural Networks , author=. Proceedings of the 27th ACM SIGKDD Conference on Knowledge Discovery and Data Mining , year=
-
[57]
International Conference on Machine Learning , year=
TAM: Topology-Aware Margin Loss for Class-Imbalanced Node Classification , author=. International Conference on Machine Learning , year=. 2206.12917 , archivePrefix=
-
[58]
Proceedings of the 30th ACM International Conference on Multimedia , pages=
A Unified Framework against Topology and Class Imbalance , author=. Proceedings of the 30th ACM International Conference on Multimedia , pages=
-
[59]
GraFN: Semi-Supervised Node Classification on Graph with Few Labels via Non-Parametric Distribution Assignment , author=. Proceedings of the 45th International ACM SIGIR Conference on Research and Development in Information Retrieval , year=. 2204.01303 , archivePrefix=
-
[60]
2021 , eprint=
GraphHop: An Enhanced Label Propagation Method for Node Classification , author=. 2021 , eprint=
2021
-
[61]
Transactions on Machine Learning Research , year=
Noise-robust Graph Learning by Estimating and Leveraging Pairwise Interactions , author=. Transactions on Machine Learning Research , year=. 2106.07451 , archivePrefix=
-
[62]
Proceedings of the 16th ACM International Conference on Web Search and Data Mining , year=
Robust Training of Graph Neural Networks via Noise Governance , author=. Proceedings of the 16th ACM International Conference on Web Search and Data Mining , year=. 2211.06614 , archivePrefix=
-
[63]
Proceedings of the AAAI Conference on Artificial Intelligence , year=
Robust Node Classification on Graph Data with Graph and Label Noise , author=. Proceedings of the AAAI Conference on Artificial Intelligence , year=
-
[64]
International Conference on Machine Learning , year=
Revisiting Semi-Supervised Learning with Graph Embeddings , author=. International Conference on Machine Learning , year=
-
[65]
arXiv preprint arXiv:2007.02901 , year=
Wiki-CS: A Wikipedia-Based Benchmark for Graph Neural Networks , author=. arXiv preprint arXiv:2007.02901 , year=
Pith/arXiv arXiv 2007
-
[66]
Proceedings of the 38th International ACM SIGIR Conference on Research and Development in Information Retrieval , year=
Image-based Recommendations on Styles and Substitutes , author=. Proceedings of the 38th International ACM SIGIR Conference on Research and Development in Information Retrieval , year=
-
[67]
Advances in Neural Information Processing Systems Datasets and Benchmarks Track , year=
GLBench: A Comprehensive Benchmark for Graph with Large Language Models , author=. Advances in Neural Information Processing Systems Datasets and Benchmarks Track , year=
-
[68]
2024 , eprint=
GraphEdit: Large Language Models for Graph Structure Learning , author=. 2024 , eprint=
2024
This paper was first reviewed by deepseek-v4-flash on August 1, 2026.
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.