← Search

Tongya Zheng

20 accepted papers

2026

Breaking the Exploration Bottleneck: Rubric-Scaffolded Reinforcement Learning for General LLM Reasoning

ICML 2026poster

Recent advances in Large Language Models (LLMs) have underscored the potential of Reinforcement Learning (RL) to facilitate the emergence of reasoning capabilities. Despite the encouraging results, a fundamental dilemma persists as RL improvement relies on learning from high-quality samples, yet the…

Cited by 0SourceScholar
2026

Dual-branch Spatial-Temporal Self-supervised Representation for Enhanced Road Network Learning

AAAI 2026technical

Road network representation learning (RNRL) has attracted increasing attention from both researchers and practitioners as various spatiotemporal tasks are emerging. Recent advanced methods leverage Graph Neural Networks (GNNs) and contrastive learning to characterize the spatial structure of road se

Cited by 0SourcePDFScholar
2026

Learnable Data Augmentation and Contrastive Pre-training for Temporal Link Prediction

IJCAI 2026

Link prediction is a foundational task in temporal graphs. While temporal graph neural networks exhibit commendable performance, they are often criticized for providing inadequate representations, especially under limited data. Contrastive learning has been introduced as a solution for graph pre-tra

Cited by 0Scholar
2026

Neural Graph Navigation for Intelligent Subgraph Matching

AAAI 2026technical

Subgraph matching, a cornerstone of relational pattern detection in domains ranging from biochemical systems to social network analysis, faces significant computational challenges due to the dramatically growing search space. Existing methods address this problem within a filtering-ordering-enumerat

Cited by 0SourcePDFScholar
2026

PHYSICS-INFORMED DIFFUSION GENERATION FOR GEOMAGNETIC MAP INTERPOLATION

ICASSP 2026oral

Geomagnetic map interpolation aims to infer unobserved geomagnetic data at spatial points, yielding critical applications in navigation and resource exploration. However, existing methods for scattered data interpolation are not specifically designed for geomagnetic maps, which inevitably leads to s…

Cited by 0SourcePDFScholar
2026

Temporal Motif-aware Graph Test-time Adaptation for OOD Blockchain Anomaly Detection

IJCAI 2026

The ever-evolving transaction patterns have significantly hindered anomaly detection on emerging cryptocurrency blockchains due to the vast number of addresses and diverse anomalous behaviors. Recently, advanced Graph Anomaly Detection (GAD) approaches applied to blockchains have faced two critical

Cited by 0Scholar
2025

Agent-Aware Training for Agent-Agnostic Action Advising in Deep Reinforcement Learning

AAAI 2025technical

Action advising endeavors to leverage supplementary guidance from expert teachers to alleviate the issue of sampling inefficiency in Deep Reinforcement Learning (DRL). Previous agent-specific action advising methods are hindered by imperfections in the agent itself, while agent-agnostic approaches e…

Cited by 0SourcePDFScholar
2025

CADP: Towards Better Centralized Learning for Decentralized Execution in MARL

IJCAI 2025

Centralized Training with Decentralized Execution (CTDE) has recently emerged as a popular framework for cooperative Multi-Agent Reinforcement Learning (MARL), where agents can use additional global state information to guide training in a centralized way and make their own decisions only based on d

2025

Cooperative Policy Agreement: Learning Diverse Policy for Offline MARL

AAAI 2025technical

Offline Multi-Agent Reinforcement Learning (MARL) aims to learn optimal joint policies from pre-collected datasets without further interaction with the environment. Despite the encouraging results achieved so far, we identify the policy mismatch problem that arises from employing diverse offline MAR…

Cited by 0SourcePDFScholar
2025

Disentangled Table-Graph Representation for Interpretable Transmission Line Fault Location

AAAI 2025technical

The fault location task in power grids is crucial for maintaining social order and ensuring public safety. However, existing methods that rely on tabular state records often neglect the intrinsic topological influences of transmission lines, resulting in a segmented approach to fault location that c…

Cited by 0SourcePDFScholar
2025

Efficient Dynamic Graphs Learning with Refined Batch Parallel Training

IJCAI 2025

Memory-based temporal graph neural networks (MTGNN) use node memory to store historical information, enabling efficient processing of large dynamic graphs through batch parallel training, with larger batch sizes leading to increased training efficiency. However, this approach overlooks the interdepe

2025

From GNNs to Trees: Multi-Granular Interpretability for Graph Neural Networks

ICLR 2025poster

Interpretable Graph Neural Networks (GNNs) aim to reveal the underlying reasoning behind model predictions, attributing their decisions to specific subgraphs that are informative. However, existing subgraph-based interpretable methods suffer from an overemphasis on local structure, potentially overl…

Cited by 0SourcePDFScholar
2025

Global Attribute-Association Pattern Aggregation for Graph Fraud Detection

AAAI 2025technical

Fraud is increasingly prevalent, and its patterns are frequently changing, posing challenges for fraud detection methods such as random forests and Graph Neural Networks (GNNs), which rely on bin-based and mixture features separately. The former may lose crucial graph-associated features, while the…

2025

Holistic Semantic Representation for Navigational Trajectory Generation

AAAI 2025technical

Trajectory generation has garnered significant attention from researchers in the field of spatio-temporal analysis, as it can generate substantial synthesized human mobility trajectories that enhance user privacy and alleviate data scarcity. However, existing trajectory generation methods often focu…

2025

Odyssey : Empowering Minecraft Agents with Open-World Skills

IJCAI 2025

Recent studies have delved into constructing generalist agents for open-world environments like Minecraft. Despite the encouraging results, existing efforts mainly focus on solving basic programmatic tasks, e.g., material collection and tool-crafting following the Minecraft tech-tree, treating the O

2025

SALoM: Structure Aware Temporal Graph Networks with Long-Short Memory Updater

NeurIPS 2025poster

Dynamic graph learning is crucial for accurately modeling complex systems by integrating topological structure and temporal information within graphs. While memory-based methods are commonly used and excel at capturing short-range temporal correlations, they struggle with modeling long-range depende…

Cited by 0SourcecodeScholar
2025

SeRL: Self-play Reinforcement Learning for Large Language Models with Limited Data

NeurIPS 2025poster

Recent advances have demonstrated the effectiveness of Reinforcement Learning (RL) in improving the reasoning capabilities of Large Language Models (LLMs). However, existing works inevitably rely on high-quality instructions and verifiable rewards for effective training, both of which are often diff…

Cited by 0SourcecodeScholar
2025

Tree of Preferences for Diversified Recommendation

NeurIPS 2025poster

Diversified recommendation has attracted increasing attention from both researchers and practitioners, which can effectively address the homogeneity of recommended items. Existing approaches predominantly aim to infer the diversity of user preferences from observed user feedback. Nonetheless, due to…

Cited by 0SourceScholar
2024

DGA-GNN: Dynamic Grouping Aggregation GNN for Fraud Detection

AAAI 2024technical

Fraud detection has increasingly become a prominent research field due to the dramatically increased incidents of fraud. The complex connections involving thousands, or even millions of nodes, present challenges for fraud detection tasks. Many researchers have developed various graph-based methods t…

2023

Contrastive Identity-Aware Learning for Multi-Agent Value Decomposition

AAAI 2023technical

Value Decomposition (VD) aims to deduce the contributions of agents for decentralized policies in the presence of only global rewards, and has recently emerged as a powerful credit assignment paradigm for tackling cooperative Multi-Agent Reinforcement Learning (MARL) problems. One of the main challe…