InfiMed-ORBIT

Aligning LLMs on Open-Ended Complex Tasks via Rubric-Based Incremental Training

Pengkai Wang*, Pengwei Liu*, Qi Zuo*, Zhijie Sang, Congkai Xie, Hongxia Yang

The Hong Kong Polytechnic University · InfiX.ai · Ant Group · Zhejiang University

* Equal contribution. Corresponding author.

7.0 → 27.5HealthBench-Hard
2ktraining samples
Consistent Judges
ORBIT pipeline showing dialogue construction, rubric-guided reinforcement learning, and retrieval-augmented rubric generation.
ORBIT constructs case-specific rubrics from expert seeds and uses criterion-level feedback to guide incremental reinforcement learning.

Overview

Reinforcement learning has driven recent breakthroughs in large language models, but it is still difficult to apply reliably to open-ended medical dialogue, where feedback is ambiguous, context-dependent, and hard to collapse into a single scalar reward. ORBIT addresses this challenge with a rubric-based incremental training framework that uses retrieval-augmented, case-specific rubrics as adaptive guides for reinforcement learning.

Applied to Qwen3-4B-Instruct, ORBIT improves HealthBench-Hard performance from 7.0 to 27.5 using only 2k training samples, achieving state-of-the-art performance among comparable-size open-source models. Larger rubric sets remain competitive with strong open-source baselines, while judge agreement and rubric-quality analyses stress-test the reliability of the reward signal.

Main Results

The headline HealthBench-Hard comparison uses GPT-4.1 for evaluation. ORBIT is positioned as a compact-model post-training method: it does not rely on proprietary model scale, but instead improves the reward structure used during alignment.

HealthBench-Hard benchmark comparison between InfiMed-ORBIT and proprietary or open-source baselines.
Benchmark comparison on HealthBench-Hard, highlighting ORBIT's gains among comparable-size open-source models.

Training Dynamics

Scaling training data and filtering training examples play different roles. Larger rubric pools raise the performance ceiling, while difficulty-aware pruning improves sample efficiency by focusing optimization on informative cases and constraints.

Training dynamics showing the effect of data scaling and difficulty-aware filtering.

Judge Model Consistency

We evaluate whether different judge models produce consistent rubric-based scores. On a fixed set of RAG-generated rubrics, six LLM judges are compared against a GPT-4.1 anchor, providing a direct check that the development-time evaluator is calibrated with the headline evaluation protocol.

Judge reliability and rubric quality panel with judge agreement, judge sweep, and rubric templatedness.
Judge-model consistency analysis compares GPT-4.1, GPT-OSS, and Qwen-family judges on the same rubric-evaluation cases.

Resources

The project page is the stable entry point for the paper and upcoming open-source release. Code and data links will be updated here once the release package is finalized.

Paper arXiv:2510.15859
Code Coming Soon
Data Coming Soon

Citation

@misc{wang2025infimedorbitaligningllmsopenended,
      title={InfiMed-ORBIT: Aligning LLMs on Open-Ended Complex Tasks via Rubric-Based Incremental Training},
      author={Pengkai Wang and Pengwei Liu and Qi Zuo and Zhijie Sang and Congkai Xie and Hongxia Yang},
      year={2025},
      eprint={2510.15859},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/2510.15859},
}