TL;DR
Existing benchmarks for evaluating large language models (LLMs) struggle with accurately assessing cultural value alignment due to their reliance on multiple-choice formats. DOVE, a new evaluation framework, compares distributions of human-written texts with LLM outputs using a value codebook derived from 10,000 documents.
✦ Why It Matters
Engineers can leverage DOVE to improve LLM evaluations for cultural value alignment, enhancing user engagement and safety.
Key Takeaways
How It Works
DOVE constructs a value codebook from a large corpus of documents, mapping text into a structured value space. It uses rate-distortion variational optimization to filter out semantic noise, allowing for a clearer comparison between human and LLM-generated texts.
The framework then employs unbalanced optimal transport to assess the alignment of these texts, capturing the diversity within cultural subgroups.
Related