← Search

Tianlu Wang

18 accepted papers

2026

Hybrid Reinforcement: when reward is sparse, better to be dense

ICLR 2026poster

Post-training for reasoning in large language models has increasingly relied on verifiable rewards: deterministic checkers that provide $0$–$1$ correctness signals. While reliable, such binary feedback is brittle—many tasks admit partially correct or alternative answers that verifiers under-credit,…

Cited by 0SourceScholar
2026

J1: Incentivizing Thinking in LLM-as-a-Judge via Reinforcement Learning

ICLR 2026poster

The progress of AI is bottlenecked by the quality of evaluation, making powerful LLM-as-a-Judge models a core solution. The efficacy of these judges depends on their chain-of-thought reasoning, creating a critical need for methods that can effectively optimize this reasoning process. In this work, w…

Cited by 0SourceScholar
2025

Efficient Tool Use with Chain-of-Abstraction Reasoning

COLING 2025main

To achieve faithful reasoning that aligns with human expectations, large language models (LLMs) need to ground their reasoning to real-world knowledge (e.g., web facts, math and physical rules). Tools help LLMs access this external knowledge, but there remains challenges for fine-tuning LLM agents (…

Cited by 31SourcePDFScholar
2025

Learning to Plan & Reason for Evaluation with Thinking-LLM-as-a-Judge

ICML 2025poster

LLM-as-a-Judge models generate chain-of-thought (CoT) sequences intended to capture the step-by-step reasoning process that underlies the final evaluation of a response. However, due to the lack of human-annotated CoTs for evaluation, the required components and structure of effective reasoning trac…

Cited by 13SourcePDFScholar
2024

Open-Domain Text Evaluation via Contrastive Distribution Methods

ICML 2024poster

Recent advancements in open-domain text generation, driven by the power of large pre-trained language models (LLMs), have demonstrated remarkable performance. However, assessing these models' generation quality remains a challenge. In this paper, we introduce a novel method for evaluating open-domai…

2024

The ART of LLM Refinement: Ask, Refine, and Trust

NAACL 2024long

Large Language Models (LLMs) have demonstrated remarkable generative abilities, but can they judge the quality of their own generations and self-improve?A popular concept, referred to as *self-refinement*, postulates that LLMs can detect and correct the errors in their generations when asked to do s…

2023

ALERT: Adapt Language Models to Reasoning Tasks

ACL 2023long

Recent advancements in large language models have enabled them to perform well on complex tasks that require step-by-step reasoning with few-shot learning. However, it is unclear whether these models are applying reasoning skills they have learnt during pre-training , or if they are simply memorizin…

2023

Gender Biases in Automatic Evaluation Metrics for Image Captioning

EMNLP 2023long main

Model-based evaluation metrics (e.g., CLIPScore and GPTScore) have demonstrated decent correlations with human judgments in various language generation tasks. However, their impact on fairness remains largely unexplored. It is widely recognized that pretrained models can inadvertently encode societa…

Cited by 0SourcecodeScholar
2023

Selective Annotation Makes Language Models Better Few-Shot Learners

ICLR 2023poster

Many recent approaches to natural language tasks are built on the remarkable abilities of large language models. Large language models can perform in-context learning, where they learn a new task from a few task demonstrations, without any parameter updates. This work examines the implications of in…

2023

Understanding In-Context Learning via Supportive Pretraining Data

ACL 2023long

In-context learning (ICL) improves language models’ performance on a variety of NLP tasks by simply demonstrating a handful of examples at inference time. It is not well understood why ICL ability emerges, as the model has never been specifically trained on such demonstrations. Unlike prior work tha…

Cited by 46SourcePDFScholar
2022

Few-shot Learning with Multilingual Generative Language Models

EMNLP 2022main

Large-scale generative language models such as GPT-3 are competitive few-shot learners. While these models are known to be able to jointly represent many different languages, their training data is dominated by English, potentially limiting their cross-lingual generalization. In this work, we train…

2022

Identifying and Mitigating Spurious Correlations for Improving Robustness in NLP Models

NAACL 2022findings

Recently, NLP models have achieved remarkable progress across a variety of tasks; however, they have also been criticized for being not robust. Many robustness problems can be attributed to models exploiting “spurious correlations”, or “shortcuts” between the training data and the task labels. Most…

2021

General Multi-Label Image Classification With Transformers

CVPR 2021poster

Multi-label image classification is the task of predicting a set of labels corresponding to objects, attributes or other entities present in an image. In this work we propose the Classification Transformer (C-Tran), a general framework for multi-label image classification that leverages Transformers…

Cited by 387PDFcodeScholar
2021

Visual News: Benchmark and Challenges in News Image Captioning

EMNLP 2021main

We propose Visual News Captioner, an entity-aware model for the task of news image captioning. We also introduce Visual News, a large-scale benchmark consisting of more than one million news images along with associated news articles, image captions, author information, and other metadata. Unlike th…

2019

A Magnetically-Actuated Untethered Jellyfish-Inspired Soft Milliswimmer

RSS 2019poster

Untethered small-scale soft robots can potentially be used in healthcare and biomedical applications. They can access small spaces and reshape their bodies in a programmable manner to adapt to unstructured environments and have diverse dynamic behaviors. However, the functionalities of current minia…

Cited by 28SourcePDFScholar
2019

Balanced Datasets Are Not Enough: Estimating and Mitigating Gender Bias in Deep Image Representations

ICCV 2019poster

In this work, we present a framework to measure and mitigate intrinsic biases with respect to protected variables -such as gender- in visual recognition tasks. We show that trained models significantly amplify the association of target labels with gender beyond what one would expect from biased data…

Cited by 542PDFScholar
2018

Feedback-Prop: Convolutional Neural Network Inference Under Partial Evidence

CVPR 2018poster

We propose an inference procedure for deep convolutional neural networks (CNNs) when partial evidence is available. Our method consists of a general feedback-based propagation approach (feedback-prop) that boosts the prediction accuracy for an arbitrary set of unknown target labels when the values f…