← Search

Yuyao Wang

4 accepted papers

2026

From Text to Forecasts: Bridging Modality Gap with Temporal Evolution Semantic Space

ICML 2026oral

Incorporating textual information into time-series forecasting holds promise for addressing event-driven non-stationarity; however, a fundamental modality gap hinders effective fusion: textual descriptions express temporal impacts implicitly and qualitatively, whereas forecasting models rely on expl…

Cited by 0SourceScholar
2025

Transfer Learning on Edge Connecting Probability Estimation Under Graphon Model

NeurIPS 2025poster

Graphon models provide a flexible nonparametric framework for estimating latent connectivity probabilities in networks, enabling a range of downstream applications such as link prediction and data augmentation. However, accurate graphon estimation typically requires a large graph, whereas in practic…

Cited by 0SourceScholar
2024

Where to Mask: Structure-Guided Masking for Graph Masked Autoencoders

IJCAI 2024poster

Graph masked autoencoders (GMAE) have emerged as a significant advancement in self-supervised pre-training for graph-structured data. Previous GMAE models primarily utilize a straightforward random masking strategy for nodes or edges during training. However, this strategy fails to consider the vary…

2023

Is Your Code Generated by ChatGPT Really Correct? Rigorous Evaluation of Large Language Models for Code Generation

NeurIPS 2023poster

Program synthesis has been long studied with recent approaches focused on directly using the power of Large Language Models (LLMs) to generate code. Programming benchmarks, with curated synthesis problems and test-cases, are used to measure the performance of various LLMs on code synthesis. However,…