A Unified Moral-Value Dataset for Instruction Tuning

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, extended

Summary

A new unified moral-value dataset for instruction tuning, developed by Florian Mai and colleagues, addresses the challenge of aligning large language models (LLMs) with human values. This dataset, available on Hugging Face, integrates 421,662 samples from ETHICS, UNIMORAL, and SOCIAL-CHEM-101, converting them into an instruction-response format. It employs ModernBERT models to impute missing normative ethics and moral foundation labels. Experiments with Qwen3-1.7B-Base show that training on a mixed dataset, combining general tasks with this moral-value data, preserves general-task performance (average OLMES scores 70.8-71.2) and improves value-oriented task performance, with a 10% value data mix yielding an F1 score of 0.8521.

Key takeaway

For Machine Learning Engineers developing value-aligned LLMs, consider integrating this new moral-value instruction tuning dataset into your supervised fine-tuning pipeline. A small proportion, specifically a 10% mix with general task data, can significantly improve value alignment (F1 0.8521) for models like Qwen3-1.7B-Base without degrading general task performance. This approach offers a practical path to more ethically robust LLM deployments.

Key insights

A unified moral-value dataset and instruction tuning pipeline improves LLM value alignment while preserving general task performance.

Principles

Method

A three-stage pipeline: standardize moral-value datasets, impute missing values with ModernBERT, generate instruction-response templates via self-prompting (GPT-5.2), and fine-tune LLMs with mixed data.

In practice

Topics

Code references

Best for: Research Scientist, AI Scientist, AI Ethicist, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.