← Search

Weihao Jiang

7 accepted papers

2026

CCCaption: Dual-Reward Reinforcement Learning for Complete and Correct Image Captioning

CVPR 2026

Image captioning remains a fundamental task for vision-language understanding, yet ground-truth supervision still relies predominantly on human-annotated references.Because human annotations reflect subjective preferences and expertise, ground-truth captions are often incomplete or even incorrect, w

Cited by 2SourcecodeScholar
2026

Towards On-Policy SFT: Distribution Discriminant Theory and its Applications in LLM Training

ICML 2026poster

Supervised fine-tuning (SFT) is computationally efficient but often yields inferior generalization compared to reinforcement learning (RL). This gap is primarily driven by RL’s use of on-policy data. We propose a framework to bridge this chasm by enabling On-Policy SFT. We first present ***Distribut…

Cited by 0SourceScholar
2025

Digest the Knowledge: Large Language Models empowered Message Passing for Knowledge Graph Question Answering

ACL 2025long

Despite their success, large language models (LLMs) suffer from notorious hallucination issue. By introducing external knowledge stored in knowledge graphs (KGs), existing methods use paths as the medium to represent the graph information that send into LLMs. However, paths only contain limited grap…

2024

Fast Updating Truncated SVD for Representation Learning with Sparse Matrices

ICLR 2024poster

Updating truncated Singular Value Decomposition (SVD) has extensive applications in representation learning. The continuous evolution of massive-scaled data matrices in practical scenarios highlights the importance of aligning SVD-based models with fast-paced updates. Recent methods for updating tru…

Cited by 2SourcePDFScholar
2024

Learning to solve Class-Constrained Bin Packing Problems via Encoder-Decoder Model

ICLR 2024poster

Neural methods have shown significant merit in solving combinatorial optimization (CO) problems, including the Bin Packing Problem (BPP). However, most existing ML-based approaches focus on geometric BPP like 3DBPP, neglecting complex vector BPP. In this study, we introduce a vector BPP variant call…

Cited by 2SourcePDFScholar
2023

Select and Optimize: Learning to solve large-scale TSP instances

AISTATS 2023poster

Learning-based algorithms to solve TSP are getting popular in recent years, but most existing works cannot solve very large-scale TSP instances within a limited time. To solve this problem, this paper introduces a creative and distinctive method to select and locally optimize sub-parts of a solution…

Cited by 45SourcePDFScholar
2022

Can Abnormality be Detected by Graph Neural Networks?

IJCAI 2022poster

Anomaly detection in graphs has attracted considerable interests in both academia and industry due to its wide applications in numerous domains ranging from finance to biology. Meanwhile, graph neural networks (GNNs) is emerging as a powerful tool for modeling graph data. A natural and fundamental q…