← Search

Bingheng Li

12 accepted papers

2026

Clustering as Reasoning: A $k$-Means Interpretation of Chain-of-Thought Graph Learning

ICML 2026poster

Chain-of-Thought (CoT) prompting has shown promise in enhancing the reasoning capabilities of large language models (LLMs) on text-attributed graphs (TAGs). This work reframes CoT-based graph learning through the principle of clustering as reasoning, offering a $k$-means interpretation of how iterat…

Cited by 0SourceScholar
2026

Learning the Latent Structure: A Feature-Centric Approach to Graph Data Augmentation

AAAI 2026technical

Graph-structured data plays a pivotal role in modeling complex relationships. However, real-world graphs are often incomplete due to data collection and observational constraints, severely limiting the effectiveness of modern graph learning pipelines. While existing Graph Data Augmentation (GDA) met

Cited by 0SourcePDFScholar
2026

SAGA: Structural Aggregation Guided Alignment with Dynamic View and Neighborhood Order Selection for Multiview Graph Domain Adaptation

ICLR 2026poster

Graph domain adaptation (GDA) transfers knowledge from a labeled source graph to an unlabeled target graph to alleviate label scarcity. In multi-view graphs, the challenge of mitigating domain shift is constrained by structural information across various views. Moreover, within each view, structures…

Cited by 0SourcecodeScholar
2025

Homophily Enhanced Graph Domain Adaptation

ICML 2025poster

Graph Domain Adaptation (GDA) transfers knowledge from labeled source graphs to unlabeled target graphs, addressing the challenge of label scarcity. In this paper, we highlight the significance of graph homophily, a pivotal factor for graph domain alignment, which, however, has long been overlooked…

Cited by 0SourcePDFScholar
2025

On the Benefits of Attribute-Driven Graph Domain Adaptation

ICLR 2025poster

Graph Domain Adaptation (GDA) addresses a pressing challenge in cross-network learning, particularly pertinent due to the absence of labeled data in real-world graph datasets. Recent studies attempted to learn domain invariant representations by eliminating structural shifts between graphs. In this…

Cited by 0SourcePDFScholar
2025

One Node One Model: Featuring the Missing-Half for Graph Clustering

AAAI 2025technical

Most existing graph clustering methods primarily focus on exploiting topological structure, often neglecting the "missing-half" node feature information, especially how these features can enhance clustering performance. This issue is further compounded by the challenges associated with high-dimensio…

2025

Towards Knowledge Checking in Retrieval-augmented Generation: A Representation Perspective

NAACL 2025long

Retrieval-Augmented Generation (RAG) systems have shown promise in enhancing the performance of Large Language Models (LLMs). However, these systems face challenges in effectively integrating external knowledge with the LLM’s internal knowledge, often leading to issues with misleading or unhelpful i…

2024

PC-Conv: Unifying Homophily and Heterophily with Two-Fold Filtering

AAAI 2024technical

Recently, many carefully designed graph representation learning methods have achieved impressive performance on either strong heterophilic or homophilic graphs, but not both. Therefore, they are incapable of generalizing well across real-world graphs with different levels of homophily. This is attri…

2024

PDHG-Unrolled Learning-to-Optimize Method for Large-Scale Linear Programming

ICML 2024poster

Solving large-scale linear programming (LP) problems is an important task in various areas such as communication networks, power systems, finance and logistics. Recently, two distinct approaches have emerged to expedite LP solving: (i) First-order methods (FOMs); (ii) Learning to optimize (L2O). In…

2024

Revisiting Link Prediction: a data perspective

ICLR 2024poster

Link prediction, a fundamental task on graphs, has proven indispensable in various applications, e.g., friend recommendation, protein analysis, and drug interaction prediction. However, since datasets span a multitude of domains, they could have distinct underlying mechanisms of link formation. Evid…

2024

Text-space Graph Foundation Models: Comprehensive Benchmarks and New Insights

NeurIPS 2024poster

Given the ubiquity of graph data and its applications in diverse domains, building a Graph Foundation Model (GFM) that can work well across different graphs and tasks with a unified backbone has recently garnered significant interests. A major obstacle to achieving this goal stems from the fact that…

2024

Upper Bounding Barlow Twins: A Novel Filter for Multi-Relational Clustering

AAAI 2024technical

Multi-relational clustering is a challenging task due to the fact that diverse semantic information conveyed in multi-layer graphs is difficult to extract and fuse. Recent methods integrate topology structure and node attribute information through graph filtering. However, they often use a low-pass…