Rich Insights from Cheap Signals: Efficient Evaluations via Tensor Factorization

TL;DR

Proposed a tensor factorization-based evaluation method combining autorater data and limited human labels for fine-grained generative model assessments.

cs.AI 🔴 Advanced 2026-03-03 22 views
Felipe Maia Polo Aida Nematzadeh Virginia Aglietti Adam Fisch Isabela Albuquerque
tensor factorization generative models fine-grained evaluation autorater human calibration

Key Findings

Methodology

The paper introduces a tensor factorization model that uses autorater data to pretrain latent representations of prompts and models, then aligns them with human preferences using a small calibration set.

Key Results

  • On Gecko, BigGen Bench, and LMArena datasets, the method achieves accurate rankings with only 10% human annotations, outperforming baselines significantly.
  • On Gecko, the model enables fine-grained evaluation across 18k pairwise annotations, drastically reducing human labeling costs.
  • Constructed prompt-level leaderboards reveal model strengths and weaknesses in specific tasks.

Significance

This work addresses the scarcity of human annotations in fine-grained evaluation, providing a cost-efficient tool for academia and industry to assess generative models comprehensively.

Technical Contribution

Introduced tensor factorization for fine-grained evaluation, developed a two-stage optimization combining autorater data and human labels, and provided statistical confidence intervals.

Novelty

The novelty lies in combining tensor factorization with human preference calibration, enabling efficient evaluation under sparse human labels.

Limitations

  • Relies on autorater quality, which may affect calibration when biases are significant.
  • Strong dependence on latent representations, which may fail under extreme data sparsity.
  • Hyperparameter tuning, like tensor rank, is dataset-specific.

Future Work

Future research could explore robust autorater mechanisms, extend to multimodal tasks, and improve interpretability of tensor factorization.

AI Executive Summary

Evaluating generative models often relies on coarse-grained metrics, such as average scores, which fail to capture task-specific performance. This paper proposes a tensor factorization-based statistical model that combines autorater data with limited human annotations to enable fine-grained evaluation. The method first pretrains latent representations of prompts and models using autorater scores, then calibrates these representations with human preferences to produce human-aligned evaluations.

Experiments demonstrate the method's effectiveness on Gecko, BigGen Bench, and LMArena datasets. For instance, on Gecko, it achieves accurate rankings with only 10% human annotations, significantly reducing labeling costs. Additionally, the method constructs prompt-level leaderboards, revealing specific strengths and weaknesses of models.

This work provides a new tool for fine-grained evaluation of generative models, offering insights into model performance at a granular level. However, it depends on autorater quality and latent representations. Future work could focus on improving robustness and extending the approach to multimodal tasks.

Deep Analysis

Background

The rapid development of generative models demands better evaluation methods. Traditional coarse-grained metrics, such as average scores, fail to reveal task-specific strengths and weaknesses. Fine-grained evaluation has gained attention but faces challenges due to the high cost of human annotations.

Core Problem

Fine-grained evaluation requires extensive human annotations, while autoraters, though scalable, often misalign with human preferences. The challenge is to achieve accurate evaluations with sparse human labels.

Innovation

This paper introduces a tensor factorization model that combines autorater data with human labels. It pretrains latent representations of prompts and models using autorater scores and calibrates them with human preferences.

Methodology

  • �� Represent model, prompt, and rater capabilities using tensor factorization.
  • �� Pretrain latent representations with autorater data to reduce human label dependency.
  • �� Align representations with human preferences using a two-stage optimization.
  • �� Provide statistical confidence intervals for evaluation results.

Experiments

Experiments were conducted on Gecko, BigGen Bench, and LMArena datasets, covering text-to-image and text generation tasks. Only 10% human annotations were used for calibration, and results were compared against baselines.

Results

The method outperforms baselines across all datasets. For example, on Gecko, it improves prediction accuracy by 15% and generates prompt-level leaderboards.

Applications

The method can be used to evaluate generative models' performance across tasks, helping developers identify strengths and weaknesses for optimization.

Limitations & Outlook

The method heavily relies on autorater quality, which may lead to calibration issues. Additionally, it requires sufficient data to train latent representations effectively.

Plain Language Accessible to non-experts

Imagine you're running a restaurant and need to evaluate chefs. You have a few customer reviews (human labels) but not enough. So, you use a scoring system (autorater) to quickly rate dishes. The scoring system isn't perfect, but you adjust it using the customer reviews to make it more accurate. This way, you can evaluate all chefs quickly and identify which dishes need improvement.

ELI14 Explained like you're 14

Think of it like rating video game characters! You have a few player reviews, but not enough to rank everyone. So, you use a bot to rate them. The bot isn't perfect, but you tweak it using the player reviews. Now you can figure out which characters are best for specific missions. Cool, right?

Glossary

Tensor Factorization

A mathematical method to decompose high-dimensional data into low-dimensional components.

Used to model capabilities of prompts, models, and raters.

Autorater

An algorithm that generates scores to evaluate outputs quickly.

Used as auxiliary data for pretraining latent representations.

Human Annotation

Scores or preferences provided by humans, typically more accurate but costly.

Used to calibrate latent representations to align with human preferences.

Prompt-Level Leaderboard

A ranking of model performance for individual prompts.

Generated using tensor factorization-based evaluations.

Statistical Confidence Interval

A range that quantifies uncertainty in evaluation results.

Ensures reliability of model rankings.

Open Questions Unanswered questions from this research

  • 1 How to ensure reliability when autorater quality is low?
  • 2 How does tensor rank affect evaluation accuracy and efficiency?
  • 3 Can this approach generalize to multimodal tasks?

Applications

Immediate Applications

Model Performance Evaluation

Developers can quickly assess model performance across tasks to optimize designs.

Prompt Optimization

Helps users select the best prompts to improve generation quality.

Long-term Vision

Multimodal Evaluation

Extend to text, image, and audio tasks for broader applicability.

Abstract

Moving beyond evaluations that collapse performance across heterogeneous prompts toward fine-grained evaluation at the prompt level, or within relatively homogeneous subsets, is necessary to diagnose generative models' strengths and weaknesses. Such fine-grained evaluations, however, suffer from a data bottleneck: human gold-standard labels are too costly at this scale, while automated ratings are often misaligned with human judgment. To resolve this challenge, we propose a novel statistical model based on tensor factorization that merges cheap autorater data with a limited set of human gold-standard labels. Specifically, our approach uses autorater scores to pretrain latent representations of prompts and generative models, and then aligns those pretrained representations to human preferences using a small calibration set. This sample-efficient methodology is robust to autorater quality, more accurately predicts human preferences on a per-prompt basis than standard baselines, and provides tight confidence intervals for key statistical parameters of interest. We also showcase the practical utility of our method by constructing granular leaderboards based on prompt qualities and by estimating model performance solely from autorater scores, eliminating the need for additional human annotations.

cs.AI cs.LG stat.ML