INKLINGUGC PERFORMANCE LAB

PUBLIC BUILD / 2026

07 / Detour

Documented detour / separate adapter

The CREMA-D experiment—and why it stayed separate

A public emotion-speech dataset looked like a cleaner test of audio understanding. It became a useful probe—but it was not the same problem as directing UGC ads.

A fresh-base audio-perception probe that clarified the objective instead of replacing it.

01 / Why detour

Could a simpler dataset isolate audio perception?

CREMA-D contains acted emotional speech with repository-provided labels. It offered a tempting controlled question: can a fresh adapter over Base Inkling use audio to recover an emotion label or expressive description?

The appeal was methodological. Public metadata reduces ambiguity about the intended class, the clips are short, and a held-out actor can create an untouched evaluation split.

Fresh start

This run started from Base Inkling with a new LoRA. It did not continue the UGC-ad adapter and cannot be interpreted as additional ad training.

02 / What ran

Metadata-supervised, not human-audio-reviewed

Seventy-seven repository-labeled clips rendered into a fresh training set. The project explicitly accepted the metadata at face value instead of pretending every recording had received a new human listen. The fresh rank-32 adapter trained for 20 optimizer steps and saved final checkpoints.

Training clips77Repository labels
Human audio review0Not performed
Optimizer steps20Completed
ParentBaseFresh adapter

A separate comparison workflow prepared paired base-versus-adapter responses and a blind review interface. Training completion still did not establish better audio perception.

03 / Mismatch

Emotion classification is not UGC direction

DimensionCREMA-D probeUGC objective
SourceShort acted emotional utterancesReal advertising performances
TargetRepository emotion metadataDetailed word-preserving performance direction
Primary testAudio-perception behaviorUseful expressive markup for ads
Downstream useDiagnostic onlySpeech rendering and creative production

A model can improve on one and fail on the other. Combining the datasets without a carefully designed multi-task objective would make the result harder—not easier—to interpret.

04 / Lesson

Return to the task we actually care about

The detour clarified three things. First, training must start from an explicit parent identity. Second, metadata-supervised and human-reviewed data are different evidence classes. Third, an evaluation dataset must match the behavior we want to ship.

Keep

Clean parentage

Every new adapter states whether it starts from base or continues prior state.

Keep

Blind comparisons

Base and adapter receive matched inputs before identity is revealed.

Leave separate

Objective mismatch

CREMA-D remains a documented perception probe, not ad-direction training data.