← Search

Junru Wu

11 accepted papers

2025

C²RBench: A Chinese Complex Reasoning Benchmark for Large Language Models

ACL 2025finding

Large language models (LLMs) have achieved remarkable progress in autonomous reasoning, evolving from basic text processing to sophisticated multimodal reasoning, a critical capability for general-purpose AI assistants. However, existing benchmarks usually fail to adequately capture the intricate mu…

2025

LiPO: Listwise Preference Optimization through Learning-to-Rank

NAACL 2025long

Aligning language models (LMs) with curated human feedback is critical to control their behaviors in real-world applications. Several recent policy optimization methods, such as DPO and SLiC, serve as promising alternatives to the traditional Reinforcement Learning from Human Feedback (RLHF) approac…

Cited by 44SourcePDFScholar
2025

RRM: Robust Reward Model Training Mitigates Reward Hacking

ICLR 2025poster

Reward models (RMs) play a pivotal role in aligning large language models (LLMs) with human preferences. However, traditional RM training, which relies on response pairs tied to specific prompts, struggles to disentangle prompt-driven preferences from prompt-independent artifacts, such as response l…

Cited by 0SourcePDFScholar
2024

Beyond Yes and No: Improving Zero-Shot LLM Rankers via Scoring Fine-Grained Relevance Labels

NAACL 2024short

Zero-shot text rankers powered by recent LLMs achieve remarkable ranking performance by simply prompting. Existing prompts for pointwise LLM rankers mostly ask the model to choose from binary relevance labels like “Yes” and “No”. However, the lack of intermediate relevance label options may cause th…

Cited by 78SourcePDFScholar
2024

Large Language Models are Effective Text Rankers with Pairwise Ranking Prompting

NAACL 2024findings

Ranking documents using Large Language Models (LLMs) by directly feeding the query and candidate documents into the prompt is an interesting and practical problem. However, researchers have found it difficult to outperform fine-tuned baseline rankers on benchmark datasets.We analyze pointwise and li…

Cited by 255SourcePDFScholar
2024

Principled Architecture-aware Scaling of Hyperparameters

ICLR 2024poster

Training a high-quality deep neural network requires choosing suitable hyperparameters, which is a non-trivial and expensive process. Current works try to automatically optimize or design principles of hyperparameters, such that they can generalize to diverse unseen scenarios. However, most designs…

2022

Scaling Multimodal Pre-Training via Cross-Modality Gradient Harmonization

NeurIPS 2022accept

Self-supervised pre-training recently demonstrates success on large-scale multimodal data, and state-of-the-art contrastive learning methods often enforce the feature consistency from cross-modality inputs, such as video/audio or video/text pairs. Despite its convenience to formulate and leverage in…

Cited by 13SourcePDFScholar
2021

Stronger NAS with Weaker Predictors

NeurIPS 2021poster

Neural Architecture Search (NAS) often trains and evaluates a large number of architectures. Recent predictor-based NAS approaches attempt to alleviate such heavy computation costs with two key steps: sampling some architecture-performance pairs and fitting a proxy accuracy predictor. Given limited…

2019

DeblurGAN-v2: Deblurring (Orders-of-Magnitude) Faster and Better

ICCV 2019poster

We present a new end-to-end generative adversarial network (GAN) for single image motion deblurring, named DeblurGAN-V2, which considerably boosts state-of-the-art deblurring performance while being much more flexible and efficient. DeblurGAN-V2 is based on a relativistic conditional GAN with a doub…

Cited by 1241PDFcodeScholar
2018

Deep k-Means: Re-Training and Parameter Sharing with Harder Cluster Assignments for Compressing Deep Convolutions

ICML 2018oral

The current trend of pushing CNNs deeper with convolutions has created a pressing demand to achieve higher compression gains on CNNs where convolutions dominate the computation and parameter amount (e.g., GoogLeNet, ResNet and Wide ResNet). Further, the high energy consumption of convolutions limits…

2018

Gaze Prediction in Dynamic 360° Immersive Videos

CVPR 2018poster

This paper explores gaze prediction in dynamic $360^circ$ immersive videos, emph{i.e.}, based on the history scan path and VR contents, we predict where a viewer will look at an upcoming time. To tackle this problem, we first present the large-scale eye-tracking in dynamic VR scene dataset. Our data…