← Search

Haobo Wang

66 accepted papers

2026

Adaptive Social Learning via Mode Policy Optimization for Language Agents

ICLR 2026poster

Effective social intelligence simulation requires language agents to dynamically adjust reasoning depth, a capability notably absent in current studies. Existing methods either lack explicit reasoning or employ lengthy Chain-of-Thought reasoning uniformly across all scenarios, resulting in excessive…

Cited by 0SourcecodeScholar
2026

AquaSplatting: A Hybrid 3D Representation for Robust Underwater Scene Reconstruction via Dual-Branch Rendering

AAAI 2026technical

While 3D Gaussian Splatting (3DGS) excels at real-time rendering of standard scenes, it struggles to reconstruct underwater environments due to severe challenges such as light scattering, color attenuation, and sparse coverage of Gaussian kernels in far-field aqueous regions. To address this, we int

Cited by 0SourcePDFScholar
2026

Awakening Visual Reasoning: Mitigating Post-Training Failure in Vision-Text Compression

ICML 2026poster

Vision-Text Compression (VTC) offers a scalable path for long-context multimodal modeling by rendering textual data into dense visual tokens. While recent Vision-Language Models (VLMs) demonstrate high decoding fidelity (OCR) on such inputs, they exhibit a severe reasoning gap: models that reason ro…

Cited by 0SourceScholar
2026

Dual Branch Mutual Teaching for Long-Tailed Partial Label Learning

IJCAI 2026

In Partial Label Learning (PLL), each instance is associated with a candidate label set, with exactly one label being true. While most studies implicitly assume balanced class distributions, real-world data often exhibit severe class imbalance distributions, leading to the Long-Tailed Partial Label

Cited by 0Scholar
2026

Dual Graph Disambiguation for Multi-Instance Partial-Label Learning

AAAI 2026technical

In multi-instance partial label learning (MIPL), each sample is a bag of multiple instances linked to a candidate label set containing one true and multiple false labels, yielding inexact supervision in both instance features and label space. However, existing works adopt decoupled approaches that f

Cited by 0SourcePDFScholar
2026

Group-aware Multiscale Ensemble Learning for Test-Time Multimodal Sentiment Analysis

AAAI 2026technical

Multi-modal Sentiment Analysis (MSA) enables machines to perceive human sentiments by integrating multiple modalities such as text, video, and audio. Despite recent progress, most existing methods assume distribution consistency between training and test data—a condition rarely met in real-world sce

Cited by 0SourcePDFScholar
2026

Harnessing Reasoning Trajectories for Hallucination Detection via Answer-agreement Representation Shaping

ICML 2026poster

Large reasoning models (LRMs) often generate long, seemingly coherent reasoning traces yet still produce incorrect answers, making hallucination detection challenging. Although trajectories contain useful signals, directly using trace text or vanilla hidden states for detection is brittle: traces va…

Cited by 0SourceScholar
2026

MarCon: Max-Margin Contrastive Learning for Imbalanced Domain Adaptation Semantic Segmentation

IJCAI 2026

Unsupervised Domain Adaptation for Semantic Segmentation (UDA-SS) has seen significant progress in recent years. Existing UDA-SS approaches mostly adopt a pseudo-labeling schema to adapt model in the target domain, but they often overlook the inherent long-tailed data distribution in segmentation. W

Cited by 0Scholar
2026

Pallatom-Ligand: an All-Atom Diffusion Model for Designing Ligand-Binding Proteins

ICLR 2026poster

Small-molecule ligands extend protein functionality beyond natural amino acids, enabling sophisticated processes like catalysis, signal transduction, and light harvesting. However, designing proteins with high affinity and selectivity for arbitrary ligands remains a major challenge. We present Palla…

Cited by 0SourcecodeScholar
2026

Stop Unnecessary Reflection: Training LRMs for Efficient Reasoning with Adaptive Reflection and Length Coordinated Penalty

ICLR 2026poster

Large Reasoning Models (LRMs) have demonstrated remarkable performance on complex reasoning tasks by employing test-time scaling. However, they often generate over-long chains-of-thought that, driven by substantial reflections such as repetitive self-questioning and circular reasoning, lead to high…

Cited by 0SourcecodeScholar
2026

TraPO: A Semi-Supervised Reinforcement Learning Framework for Boosting LLM Reasoning

ICLR 2026poster

Reinforcement learning with verifiable rewards (RLVR) has proven effective in training large reasoning models (LRMs) by leveraging answer-verifiable signals to guide policy optimization, which, however, suffers from high annotation costs. To alleviate this problem, recent work has explored unsupervi…

Cited by 0SourceScholar
2025

A Timestep-Adaptive Frequency-Enhancement Framework for Diffusion-based Image Super-Resolution

IJCAI 2025

Image super-resolution (ISR) is a classic and challenging problem in computer vision because of complex and unknown degradation patterns in the data collection process. Leveraging powerful generative priors, diffusion-based methods have recently established new state-of-the-art ISR performance, but

2025

Bridging the Semantic Gap Between Text and Table: A Case Study on NL2SQL

ICLR 2025poster

The rise of Large Language Models (LLMs) has revolutionized numerous domains, yet these models still exhibit weakness in understanding structured tabular data. Although the growing context window promises to accommodate a larger volume of table contents, it does not inherently improve the model's ab…

Cited by 0SourcePDFScholar
2025

CYCLE-INSTRUCT: Fully Seed-Free Instruction Tuning via Dual Self-Training and Cycle Consistency

EMNLP 2025

Instruction tuning is vital for aligning large language models (LLMs) with human intent, but current methods typically rely on costly human-annotated seed data or powerful external teacher models. While instruction back-translation techniques reduce this dependency, they remain fundamentally tethere

Cited by 0SourcePDFScholar
2025

Defending Multimodal Backdoored Models by Repulsive Visual Prompt Tuning

NeurIPS 2025poster

Multimodal contrastive learning models (e.g., CLIP) can learn high-quality representations from large-scale image-text datasets, while they exhibit significant vulnerabilities to backdoor attacks, raising serious safety concerns. In this paper, we reveal that CLIP's vulnerabilities primarily stem fr…

Cited by 0SourceScholar
2025

Enhance Multi-View Classification Through Multi-Scale Alignment and Expanded Boundary

ICLR 2025poster

Multi-view classification aims at unifying the data from multiple views to complementarily enhance the classification performance. Unfortunately, two major problems in multi-view data are damaging model performance. The first is feature heterogeneity, which makes it hard to fuse features from differ…

Cited by 0SourcePDFScholar
2025

Ensembling Prompting Strategies for Zero-Shot Hierarchical Text Classification with Large Language Models

EMNLP 2025

Hierarchical text classification aims to classify documents into multiple labels within a hierarchical taxonomy, making it an essential yet challenging task in natural language processing. Recently, using Large Language Models (LLM) to tackle hierarchical text classification in a zero-shot manner ha

2025

Harnessing Feature Resonance under Arbitrary Target Alignment for Out-of-Distribution Node Detection

NeurIPS 2025poster

Out-of-distribution (OOD) node detection in graphs is a critical yet challenging task. Most existing approaches rely heavily on fine-grained labeled data to obtain a pre-trained supervised classifier, inherently assuming the existence of a well-defined pretext classification task. However, when such…

Cited by 0SourceScholar
2025

Large Margin Representation Learning for Robust Cross-lingual Named Entity Recognition

ACL 2025long

Cross-lingual named entity recognition (NER) aims to build an NER model that generalizes to the low-resource target language with labeled data from the high-resource source language. Current state-of-the-art methods typically combine self-training mechanism with contrastive learning paradigm, in ord…

2025

LeTS: Learning to Think-and-Search via Process-and-Outcome Reward Hybridization

EMNLP 2025

Large language models (LLMs) have demonstrated impressive capabilities in reasoning with the emergence of reasoning models like OpenAI-o1 and DeepSeek-R1. Recent research focuses on integrating reasoning capabilities into the realm of retrieval-augmented generation (RAG) via outcome-supervised reinf

2025

LongTableBench: Benchmarking Long-Context Table Reasoning across Real-World Formats and Domains

EMNLP 2025

We introduce LongTableBench , a benchmark for evaluating long-context reasoning over semi-structured tables across diverse formats, tasks, and domains. It comprises 5,950 QA instances spanning 7 table formats (e.g., Markdown, HTML, SQL), 18 domains, and input lengths up to 128K tokens, including mul

2025

Mitigating Local Cohesion and Global Sparseness in Graph Contrastive Learning with Fuzzy Boundaries

ICML 2025poster

Graph contrastive learning (GCL) aims at narrowing positives while dispersing negatives, often causing a minority of samples with great similarities to gather as a small group. It results in two latent shortcomings in GCL: 1) **local cohesion** that a class cluster contains numerous independent smal…

Cited by 0SourcePDFScholar
2025

Multi-Instance Multi-Label Classification from Crowdsourced Labels

AAAI 2025technical

Multi-instance multi-label classification (MIML) is a fundamental task in machine learning, where each data sample comprises a bag containing several instances and multiple binary labels. Despite its wide applications, the data collection process involves matching multiple instances and labels, typi…

Cited by 0SourcePDFScholar
2025

P(all-atom) Is Unlocking New Path For Protein Design

ICML 2025spotlight

We introduce Pallatom, an innovative protein generation model capable of producing protein structures with all-atom coordinates. Pallatom directly learns and models the joint distribution $P(\textit{structure}, \textit{seq})$ by focusing on $P(\textit{all-atom})$, effectively addressing the interdep…

Cited by 5SourcePDFScholar
2025

Prompt Candidates, then Distill: A Teacher-Student Framework for LLM-driven Data Annotation

ACL 2025long

Recently, Large Language Models (LLMs) have demonstrated significant potential for data annotation, markedly reducing the labor costs associated with downstream applications. However, existing methods mostly adopt an aggressive strategy by prompting LLM to determine a single gold label for each unla…

2025

RealHiTBench: A Comprehensive Realistic Hierarchical Table Benchmark for Evaluating LLM-Based Table Analysis

ACL 2025finding

With the rapid advancement of Large Language Models (LLMs), there is an increasing need for challenging benchmarks to evaluate their capabilities in handling complex tabular data. However, existing benchmarks are either based on outdated data setups or focus solely on simple, flat table structures.…

2025

Representation Surgery in Model Merging with Probabilistic Modeling

ICML 2025poster

Model merging aims to achieve multitask performance by merging multiple expert models without the need to access the raw training data. Recent research identified the \textit{representation bias} of model merging, characterized by a discrepancy in the representation distribution between the merged a…

Cited by 0SourcePDFScholar
2025

Tensorized Multi-View Multi-Label Classification via Laplace Tensor Rank

ICML 2025poster

In multi-view multi-label classification (MVML), each object has multiple heterogeneous views and is annotated with multiple labels. The key to deal with such problem lies in how to capture cross-view consistent correlations while excavate multi-label semantic relationships. Existing MVML methods us…

Cited by 0SourcePDFScholar
2025

Towards Reverse Engineering of Language Models: A Survey

EMNLP 2025

With the continuous development of language models and the widespread availability of various types of accessible interfaces, large language models (LLMs) have been applied to an increasing number of fields. However, due to the vast amounts of data and computational resources required for model deve

Cited by 0SourcePDFScholar
2025

Towards Robust Incremental Learning Under Ambiguous Supervision

IJCAI 2025

Traditional Incremental Learning (IL) targets to handle sequential fully-supervised learning problems where novel classes emerge from time to time. However, due to inherent annotation uncertainty and ambiguity, collecting high-quality annotated data in a dynamic learning system can be extremely expe

Cited by 0SourcePDFScholar
2025

Towards Transferable Personality Representation Learning based on Triplet Comparisons and Its Applications

EMNLP 2025

Personality is an important concept in psychology that reflects individual differences in thinking and behavior, and has significant applications across various fields. Most existing personality analysis methods address this issue at the bag level, treating the entire corpus gathered from one indivi

2024

A Separation and Alignment Framework for Black-Box Domain Adaptation

AAAI 2024technical

Black-box domain adaptation (BDA) targets to learn a classifier on an unsupervised target domain while assuming only access to black-box predictors trained from unseen source data. Although a few BDA approaches have demonstrated promise by manipulating the transferred labels, they largely overlook t…

2024

Common-Individual Semantic Fusion for Multi-View Multi-Label Learning

IJCAI 2024poster

In Multi-View Multi-Label Learning, each instance is described by several heterogeneous features and associated with multiple valid labels simultaneously. Existing methods mainly focus on leveraging feature-level view fusion to capture a common representation for multi-label classifier induction. In…

Cited by 5SourcePDFScholar
2024

Data Contamination Calibration for Black-box LLMs

ACL 2024findings

The rapid advancements of Large Language Models (LLMs) tightly associate with the expansion of the training data size. However, the unchecked ultra-large-scale training sets introduce a series of potential risks like data contamination, i.e. the benchmark data is used for training. In this work, we…

2024

Energy-based Automated Model Evaluation

ICLR 2024poster

The conventional evaluation protocols on machine learning models rely heavily on a labeled, i.i.d-assumed testing dataset, which is not often present in real-world applications. The Automated Model Evaluation (AutoEval) shows an alternative to this traditional workflow, by forming a proximal predict…

2024

Fast Adaptation via Prompted Data: An Efficient Cross-Domain Fine-tuning Method for Large Language Models

COLING 2024main

Large language models (LLMs) have achieved great success in a variety of natural language understanding tasks. However, domain discrepancies between the downstream task and the pre-training corpora may have hurdled LLMs to excel further in the vertical applications. Contrary to prior computational-h…

2024

FlowBench: Revisiting and Benchmarking Workflow-Guided Planning for LLM-based Agents

EMNLP 2024finding

LLM-based agents have emerged as promising tools, which are crafted to fulfill complex tasks by iterative planning and action. However, these agents are susceptible to undesired planning hallucinations when lacking specific knowledge for expertise-intensive tasks. To address this, preliminary attemp…

2024

Learning Geometry-Aware Representations for New Intent Discovery

ACL 2024long

New intent discovery (NID) is an important problem for deploying practical dialogue systems, which trains intent classifiers on a semi-supervised corpus where unlabeled user utterances contain both known and novel intents. Most existing NID algorithms place hope on the sample similarity to cluster u…

2024

Locating What You Need: Towards Adapting Diffusion Models to OOD Concepts In-the-Wild

NeurIPS 2024poster

The recent large-scale text-to-image generative models have attained unprecedented performance, while people established *adaptor* modules like LoRA and DreamBooth to extend this performance to even more unseen concept tokens. However, we empirically find that this workflow often fails to accurately…

Cited by 0SourcePDFScholar
2024

NoisyGL: A Comprehensive Benchmark for Graph Neural Networks under Label Noise

NeurIPS 2024poster

Graph Neural Networks (GNNs) exhibit strong potential in node classification task through a message-passing mechanism. However, their performance often hinges on high-quality node labels, which are challenging to obtain in real-world scenarios due to unreliable sources or adversarial attacks. Conseq…

2024

On LLMs-Driven Synthetic Data Generation, Curation, and Evaluation: A Survey

ACL 2024findings

Within the evolving landscape of deep learning, the dilemma of data quantity and quality has been a long-standing problem. The recent advent of Large Language Models (LLMs) offers a data-centric solution to alleviate the limitations of real-world data with synthetic data generation. However, current…

2024

Positive-Unlabeled Learning by Latent Group-Aware Meta Disambiguation

CVPR 2024poster

Positive-Unlabeled (PU) learning aims to train a binary classifier using minimal positive data supplemented by a substantially larger pool of unlabeled data in the specific absence of explicitly annotated negatives. Despite its straightforward nature as a binary classification task the currently bes…

2024

RECOST: External Knowledge Guided Data-efficient Instruction Tuning

ACL 2024findings

In the current landscape of large language models (LLMs), the process of instruction tuning serves as an essential step. Considering the high computing power overhead, data-efficient instruction tuning was proposed to reduce the training data size in this process, aiming at selecting high-quality in…

2024

Targeted Representation Alignment for Open-World Semi-Supervised Learning

CVPR 2024poster

Open-world Semi-Supervised Learning aims to classify unlabeled samples utilizing information from labeled data while unlabeled samples are not only from the labeled known categories but also from novel categories previously unseen. Despite the promise current approaches solely rely on hazardous simi…

2024

Unbiased Multi-Label Learning from Crowdsourced Annotations

ICML 2024poster

This work studies the novel Crowdsourced Multi-Label Learning (CMLL) problem, where each instance is related to multiple true labels but the model only receives unreliable labels from different annotators. Although a few Crowdsourced Multi-Label Inference (CMLI) methods have been developed, they req…

2023

A Generalized Unbiased Risk Estimator for Learning with Augmented Classes

AAAI 2023technical

In contrast to the standard learning paradigm where all classes can be observed in training data, learning with augmented classes (LAC) tackles the problem where augmented classes unobserved in the training data may emerge in the test phase. Previous research showed that given unlabeled data, an unb…

2023

CAME: Contrastive Automated Model Evaluation

ICCV 2023poster

The Automated Model Evaluation (AutoEval) framework entertains the possibility of evaluating a trained machine learning model without resorting to a labeled testing set. Despite the promise and some decent results, the existing AutoEval methods heavily rely on computing distribution shifts between…

Cited by 9PDFcodeScholar
2023

Debiased and Denoised Entity Recognition from Distant Supervision

NeurIPS 2023poster

While distant supervision has been extensively explored and exploited in NLP tasks like named entity recognition, a major obstacle stems from the inevitable noisy distant labels tagged unsupervisedly. A few past works approach this problem by adopting a self-training framework with a sample-selectio…

Cited by 2SourcePDFScholar
2023

Deep Partial Multi-Label Learning with Graph Disambiguation

IJCAI 2023poster

In partial multi-label learning (PML), each data example is equipped with a candidate label set, which consists of multiple ground-truth labels and other false-positive labels. Recently, graph-based methods, which demonstrate a good ability to estimate accurate confidence scores from candidate label…

Cited by 10SourcePDFScholar
2023

FreeAL: Towards Human-Free Active Learning in the Era of Large Language Models

EMNLP 2023long main

Collecting high-quality labeled data for model training is notoriously time-consuming and labor-intensive for various NLP tasks. While copious solutions, such as active learning for small language models (SLMs) and prevalent in-context learning in the era of large language models (LLMs), have been p…

Cited by 0SourcecodeScholar
2023

Latent Processes Identification From Multi-View Time Series

IJCAI 2023poster

Understanding the dynamics of time series data typically requires identifying the unique latent factors for data generation, a.k.a., latent processes identification. Driven by the independent assumption, existing works have made great progress in handling single-view data. However, it is a non-trivi…

2023

Learning a Data-Driven Policy Network for Pre-Training Automated Feature Engineering

ICLR 2023top-25%

Feature engineering is widely acknowledged to be pivotal in tabular data analysis and prediction. Automated feature engineering (AutoFE) emerged to automate this process managed by experienced data scientists and engineers conventionally. In this area, most — if not all — prior work adopted an ident…

Cited by 19SourcePDFScholar
2023

ProMix: Combating Label Noise via Maximizing Clean Sample Utility

IJCAI 2023poster

Learning with Noisy Labels (LNL) has become an appealing topic, as imperfectly annotated data are relatively cheaper to obtain. Recent state-of-the-art approaches employ specific selection mechanisms to separate clean and noisy samples and then apply Semi-Supervised Learning (SSL) techniques for imp…

2023

SPA: A Graph Spectral Alignment Perspective for Domain Adaptation

NeurIPS 2023poster

Unsupervised domain adaptation (UDA) is a pivotal form in machine learning to extend the in-domain model to the distinctive target domains where the data distributions differ. Most prior works focus on capturing the inter-domain transferability but largely overlook rich intra-domain structures, whic…

2023

Towards Controlled Data Augmentations for Active Learning

ICML 2023poster

The mission of active learning is to identify the most valuable data samples, thus attaining decent performance with much fewer samples. The data augmentation techniques seem straightforward yet promising to enhance active learning by extending the exploration of the input space, which helps locate…

2022

PiCO: Contrastive Label Disambiguation for Partial Label Learning

ICLR 2022oral

Partial label learning (PLL) is an important problem that allows each training example to be labeled with a coarse candidate set, which well suits many real-world data annotation scenarios with label ambiguity. Despite the promise, the performance of PLL often lags behind the supervised counterpart…

2022

SoLar: Sinkhorn Label Refinery for Imbalanced Partial-Label Learning

NeurIPS 2022accept

Partial-label learning (PLL) is a peculiar weakly-supervised learning task where the training samples are generally associated with a set of candidate labels instead of single ground truth. While a variety of label disambiguation methods have been proposed in this domain, they normally assume a clas…

2020

Collaboration Based Multi-Label Propagation for Fraud Detection

IJCAI 2020poster

Detecting fraud users, who fraudulently promote certain target items, is a challenging issue faced by e-commerce platforms. Generally, many fraud users have different spam behaviors simultaneously, e.g. spam transactions, clicks, reviews and so on. Existing solutions have two main limitations: 1) th…

Cited by 0SourcePDFScholar