← Search

Jiaqi Zeng

12 accepted papers

2026

ProfBench: Multi-Domain Rubrics requiring Professional Knowledge to Answer and Judge

ICLR 2026poster

Evaluating progress in large language models (LLMs) is often constrained by the challenge of verifying responses, limiting assessments to tasks like mathematics, programming, and short-form question-answering. However, many real-world applications require evaluating LLMs in processing professional d…

Cited by 0SourcecodeScholar
2026

RLBFF: Binary Flexible Feedback to bridge between Human Feedback & Verifiable Rewards

ICLR 2026poster

Reinforcement Learning with Human Feedback (RLHF) and Reinforcement Learning with Verifiable Rewards (RLVR) are the main RL paradigms used in LLM post-training, each offering distinct advantages. However, RLHF struggles with interpretability and reward hacking because it relies on human judgments th…

Cited by 0SourceScholar
2025

FaStFact: Faster, Stronger Long-Form Factuality Evaluations in LLMs

EMNLP 2025

Evaluating the factuality of long-form generations from Large Language Models (LLMs) remains challenging due to accuracy issues and costly human assessment. Prior evaluation pipelines attempt this by decomposing text into claims, searching for evidence, and verifying claims, but suffer from critical

2025

HelpSteer2-Preference: Complementing Ratings with Preferences

ICLR 2025poster

Reward models are critical for aligning models to follow instructions, and are typically trained following one of two popular paradigms: Bradley-Terry style or Regression style. However, there is a lack of evidence that either approach is better than the other, when adequately matched for data. This…

Cited by 32SourcePDFScholar
2025

HelpSteer3-Preference: Open Human-Annotated Preference Data across Diverse Tasks and Languages

NeurIPS 2025poster

Preference datasets are essential for training general-domain, instruction-following language models with Reinforcement Learning from Human Feedback (RLHF). Each subsequent data release raises expectations for future data collection, meaning there is a constant need to advance the quality and divers…

Cited by 0SourceScholar
2025

HelpSteer3: Human-Annotated Feedback and Edit Data to Empower Inference-Time Scaling in Open-Ended General-Domain Tasks

ACL 2025long

Inference-Time Scaling has been critical to the success of recent models such as OpenAI o1 and DeepSeek R1. However, many techniques used to train models for inference-time scaling require tasks to have answers that can be verified, limiting their application to domains such as math, coding and logi…

2024

CantTalkAboutThis: Aligning Language Models to Stay on Topic in Dialogues

EMNLP 2024finding

Recent advancements in instruction-tuning datasets have predominantly focused on specific tasks like mathematical or logical reasoning. There has been a notable gap in data designed for aligning language models to maintain topic relevance in conversations - a critical aspect for deploying chatbots t…

2024

GPT vs RETRO: Exploring the Intersection of Retrieval and Parameter-Efficient Fine-Tuning

EMNLP 2024main

Parameter-Efficient Fine-Tuning (PEFT) and Retrieval-Augmented Generation (RAG) have become popular methods for adapting large language models while minimizing compute requirements. In this paper, we apply PEFT methods (P-tuning, Adapters, and LoRA) to a modified Retrieval-Enhanced Transformer (RETR…

Cited by 0SourcePDFScholar
2024

HelpSteer 2: Open-source dataset for training top-performing reward models

NeurIPS 2024poster

High-quality preference datasets are essential for training reward models that can effectively guide large language models (LLMs) in generating high-quality responses aligned with human preferences. As LLMs become stronger and better aligned, permissively licensed preference datasets, such as Open A…

2024

HelpSteer: Multi-attribute Helpfulness Dataset for SteerLM

NAACL 2024long

Existing open-source helpfulness preference datasets do not specify what makes some responses more helpful and others less so. Models trained on these datasets can incidentally learn to model dataset artifacts (e.g. preferring longer but unhelpful responses only due to their length). To alleviate th…

Cited by 71SourcePDFScholar
2021

Uncovering Main Causalities for Long-tailed Information Extraction

EMNLP 2021main

Information Extraction (IE) aims to extract structural information from unstructured texts. In practice, long-tailed distributions caused by the selection bias of a dataset may lead to incorrect correlations, also known as spurious correlations, between entities and labels in the conventional likeli…