← Search

Xingtong Yu

6 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

StaR-KVQA: Structured Reasoning Traces for Implicit-Knowledge Visual Question Answering

CVPR 2026

Knowledge-based Visual Question Answering (KVQA) requires models to ground entities in images and reason over factual knowledge. Recent work has introduced its implicit-knowledge variant, IK-KVQA, where a multimodal large language model (MLLM) is the sole knowledge source and answers are produced wi

Cited by 0SourceScholar
2025

HGCLIP: Exploring Vision-Language Models with Graph Representations for Hierarchical Understanding

COLING 2025main

Object categories are typically organized into a multi-granularity taxonomic hierarchy. When classifying categories at different hierarchy levels, traditional uni-modal approaches focus primarily on image features, revealing limitations in complex scenarios. Recent studies integrating Vision-Languag…

2024

HGPrompt: Bridging Homogeneous and Heterogeneous Graphs for Few-Shot Prompt Learning

AAAI 2024technical

Graph neural networks (GNNs) and heterogeneous graph neural networks (HGNNs) are prominent techniques for homogeneous and heterogeneous graph representation learning, yet their performance in an end-to-end supervised framework greatly depends on the availability of task-specific supervision. To redu…

Cited by 44SourcePDFScholar
2023

Learning to Count Isomorphisms with Graph Neural Networks

AAAI 2023technical

Subgraph isomorphism counting is an important problem on graphs, as many graph-based tasks exploit recurring subgraph patterns. Classical methods usually boil down to a backtracking framework that needs to navigate a huge search space with prohibitive computational cost. Some recent studies resort t…