← Search

Dongfu Jiang

10 accepted papers

2026

Critique-Coder: Enhancing Coder Models by Critique Reinforcement Learning

ICLR 2026poster

Reinforcement Learning (RL) has emerged as a popular training paradigm, particularly when paired with reasoning models. While effective, it primarily focuses on generating responses and lacks mechanisms to explicitly foster critique or reflection. Several recent studies, like Critique-Fine-Tuning (C…

Cited by 0SourcecodeScholar
2025

ACECODER: Acing Coder RL via Automated Test-Case Synthesis

ACL 2025long

Most progress in recent coder models has been driven by supervised fine-tuning (SFT), while the potential of reinforcement learning (RL) remains largely unexplored, primarily due to the lack of reliable reward data/model in the code domain. In this paper, we address this challenge by leveraging auto…

Cited by 0SourcePDFScholar
2025

General-Reasoner: Advancing LLM Reasoning Across All Domains

NeurIPS 2025poster

Reinforcement learning (RL) has recently demonstrated strong potential in enhancing the reasoning capabilities of large language models (LLMs). Particularly, the "Zero" reinforcement learning introduced by Deepseek-R1-Zero, enables direct RL training of base LLMs without relying on an intermediate s…

Cited by 0SourceScholar
2025

MEGA-Bench: Scaling Multimodal Evaluation to over 500 Real-World Tasks

ICLR 2025poster

We present MEGA-Bench, an evaluation suite that scales multimodal evaluation to over 500 real-world tasks, to address the highly heterogeneous daily use cases of end users. Our objective is to optimize for a set of high-quality data samples that cover a highly diverse and rich set of multimodal task…

2024

GenAI Arena: An Open Evaluation Platform for Generative Models

NeurIPS 2024poster

Generative AI has made remarkable strides to revolutionize fields such as image and video generation. These advancements are driven by innovative algorithms, architecture, and data. However, the rapid proliferation of generative models has highlighted a critical gap: the absence of trustworthy evalu…

Cited by 18SourcePDFScholar
2024

MMMU: A Massive Multi-discipline Multimodal Understanding and Reasoning Benchmark for Expert AGI

CVPR 2024poster

We introduce MMMU: a new benchmark designed to evaluate multimodal models on massive multi-discipline tasks demanding college-level subject knowledge and deliberate reasoning. MMMU includes 11.5K meticulously collected multimodal questions from college exams quizzes and textbooks covering six core d…

2024

VIEScore: Towards Explainable Metrics for Conditional Image Synthesis Evaluation

ACL 2024long

In the rapidly advancing field of conditional image generation research, challenges such as limited explainability lie in effectively evaluating the performance and capabilities of various models. This paper introduces VIEScore, a Visual Instruction-guided Explainable metric for evaluating any condi…

2024

VideoScore: Building Automatic Metrics to Simulate Fine-grained Human Feedback for Video Generation

EMNLP 2024main

The recent years have witnessed great advances in video generation. However, the development of automatic video metrics is lagging significantly behind. None of the existing metric is able to provide reliable scores over generated videos. The main barrier is the lack of large-scale human-annotated d…

2024

WildVision: Evaluating Vision-Language Models in the Wild with Human Preferences

NeurIPS 2024poster

Recent breakthroughs in vision-language models (VLMs) emphasize the necessity of benchmarking human preferences in real-world multimodal interactions. To address this gap, we launched WildVision-Arena (WV-Arena), an online platform that collects human preferences to evaluate VLMs. We curated WV-Benc…

Cited by 32SourcePDFScholar
2023

LLM-Blender: Ensembling Large Language Models with Pairwise Ranking and Generative Fusion

ACL 2023long

We present LLM-Blender, an ensembling framework designed to attain consistently superior performance by leveraging the diverse strengths of multiple open-source large language models (LLMs). Our framework consists of two modules: PairRanker and GenFuser, addressing the observation that optimal LLMs…