Fine-tuning may correct both too little and too much LLM output diversity
A paper's author says LLM diversity depends on the dataset and post-training method. Models can sometimes be more diverse than the target distribution, rather than showing the under-diversity known as mode collapse.
TLDR
A paper's author says mode collapse is not inevitable: depending on the dataset and post-training method, LLMs can produce too little variation or sometimes exceed the target distribution's diversity. The author reports that fine-tuning fixes both under-diversity and over-diversity. The author describes measuring diversity through “sequence collision” probability—how often two responses to the same prompt match. Because exact matches can be extremely rare, broader similarity measures can be useful. One experiment compared code using abstract syntax trees.
Combined views
1.7K
1 Source, first seen 1d ago
Fine-tuning may correct both too little and too much LLM output diversity
A paper's author says LLM diversity depends on the dataset and post-training method. Models can sometimes be more diverse than the target distribution, rather than showing the under-diversity known as mode collapse.