๐ค AI Summary
Existing RLHF methods exhibit insufficient preference alignment in multi-instruction tasks: they over-rely on human annotations or powerful LLMs and model only intra-sample response comparisons, neglecting implicit prompt semantics and cross-sample preference correlations among instruction combinations.
Method: We propose the Multi-level Aware Preference Learning (MAPL) frameworkโthe first to jointly model implicit prompt semantics and cross-sample multi-instruction preference dependencies, breaking the conventional single-layer response-comparison paradigm. MAPL constructs intra-sample datasets via synthetically generated multi-condition prompts and inter-sample datasets via instruction-combination sampling, both tailored for reward modeling and DPO training.
Contribution/Results: MAPL significantly improves instruction-following accuracy and preference consistency across multiple multi-instruction benchmarks, without requiring additional human annotations or stronger LLMs. It achieves a superior balance among performance, training efficiency, and fairness.
๐ Abstract
RLHF has emerged as a predominant approach for aligning artificial intelligence systems with human preferences, demonstrating exceptional and measurable efficacy in instruction following tasks; however, it exhibits insufficient compliance capabilities when confronted with complex multi-instruction tasks. Conventional approaches rely heavily on human annotation or more sophisticated large language models, thereby introducing substantial resource expenditure or potential bias concerns. Meanwhile, alternative synthetic methods that augment standard preference datasets often compromise the model's semantic quality. Our research identifies a critical oversight in existing techniques, which predominantly focus on comparing responses while neglecting valuable latent signals embedded within prompt inputs, and which only focus on preference disparities at the intra-sample level, while neglecting to account for the inter-sample level preference differentials that exist among preference data. To leverage these previously neglected indicators, we propose a novel Multi-level Aware Preference Learning (MAPL) framework, capable of enhancing multi-instruction capabilities. Specifically, for any given response in original preference data pairs, we construct varied prompts with a preference relation under different conditions, in order to learn intra-sample level preference disparities. Furthermore, for any given original preference pair, we synthesize multi-instruction preference pairs to capture preference discrepancies at the inter-sample level. Building on the two datasets constructed above, we consequently devise two sophisticated training objective functions. Subsequently, our framework integrates seamlessly into both Reward Modeling and Direct Preference Optimization paradigms. Through rigorous evaluation across multiple benchmarks, we empirically validate the efficacy of our framework.