← Search

Zehong Wang

15 accepted papers

2026

LatentChem: From Textual CoT to Latent Thinking in Chemical Reasoning

ICML 2026poster

Current chemical large language models (LLMs) predominantly rely on explicit Chain-of-Thought (CoT) to solve complex reasoning problems. However, forcing nonverbal tacit chemical logic into discrete natural language imposes a fundamental ``modality mismatch,'' creating an artificial bottleneck for r…

Cited by 0SourceScholar
2026

Proteo-R1: Thinking Foundation Models for De Novo Protein Binder Design

ICML 2026poster

Recent advances in generative diffusion and flow-matching models have revolutionized molecular design, enabling the creation of novel proteins, small molecules, and RNA sequences with unprecedented fidelity. Yet, these models remain intuitive rather than intelligent—they generate without reasoning. …

Cited by 0SourceScholar
2025

AutoData: A Multi-Agent System for Open Web Data Collection

NeurIPS 2025poster

The exponential growth of data-driven systems and AI technologies has intensified the demand for high-quality web-sourced datasets. While existing datasets have proven valuable, conventional web data collection approaches face significant limitations in terms of human effort and scalability. Curre…

Cited by 0SourcecodeScholar
2025

Beyond Message Passing: Neural Graph Pattern Machine

ICML 2025poster

Graph learning tasks often hinge on identifying key substructure patterns---such as triadic closures in social networks or benzene rings in molecular graphs---that underpin downstream performance. However, most existing graph neural networks (GNNs) rely on message passing, which aggregates local nei…

2025

Can LLMs Convert Graphs to Text-Attributed Graphs?

NAACL 2025long

Graphs are ubiquitous structures found in numerous real-world applications, such as drug discovery, recommender systems, and social network analysis. To model graph-structured data, graph neural networks (GNNs) have become a popular tool. However, existing GNN architectures encounter challenges in c…

2025

LLM-Empowered Class Imbalanced Graph Prompt Learning for Online Drug Trafficking Detection

ACL 2025finding

As the market for illicit drugs remains extremely profitable, major online platforms have become direct-to-consumer intermediaries for illicit drug trafficking participants. These online activities raise significant social concerns that require immediate actions. Existing approaches to combat this c…

2025

NGQA: A Nutritional Graph Question Answering Benchmark for Personalized Health-aware Nutritional Reasoning

ACL 2025long

Diet plays a critical role in human health, yet tailoring dietary reasoning to individual health conditions remains a major challenge. Nutrition Question Answering (QA) has emerged as a popular method for addressing this problem. However, current research faces two critical limitations. On one hand,…

Cited by 0SourcePDFScholar
2025

Towards Graph Foundation Models: Learning Generalities Across Graphs via Task-Trees

ICML 2025poster

Foundation models are pretrained on large-scale corpora to learn generalizable patterns across domains and tasks---such as contours, textures, and edges in images, or tokens and sentences in text. In contrast, discovering such generalities in graph-structured data, especially across heterogeneous gr…

2024

GFT: Graph Foundation Model with Transferable Tree Vocabulary

NeurIPS 2024poster

Inspired by the success of foundation models in applications such as ChatGPT, as graph data has been ubiquitous, one can envision the far-reaching impacts that can be brought by Graph Foundation Models (GFMs) with broader applications in the areas such as scientific research, social network analysis…

2024

Memorize What Matters: Emergent Scene Decomposition from Multitraverse

NeurIPS 2024spotlight

Humans naturally retain memories of permanent elements, while ephemeral moments often slip through the cracks of memory. This selective retention is crucial for robotic perception, localization, and mapping. To endow robots with this capability, we introduce 3D Gaussian Mapping (3DGM), a self-superv…

2024

Multiagent Multitraversal Multimodal Self-Driving: Open MARS Dataset

CVPR 2024poster

Large-scale datasets have fueled recent advancements in AI-based autonomous vehicle research. However these datasets are usually collected from a single vehicle's one-time pass of a certain location lacking multiagent interactions or repeated traversals of the same place. Such information could lead…

2024

Subgraph Pooling: Tackling Negative Transfer on Graphs

IJCAI 2024poster

Transfer learning aims to enhance performance on a target task by using knowledge from related tasks. However, when the source and target tasks are not closely aligned, it can lead to reduced performance, known as negative transfer. Unlike in image or text data, we find that negative transfer could…