Naturally Occurring Feedback is Common, Extractable and Useful
Shachar Don-Yehiya, Leshem Choshen, Omri Abend
TL;DR
This work tackles the high cost and limited scalability of collecting explicit human feedback for aligning large language models. It defines a five-category taxonomy of naturally occurring feedback in user–model conversations, demonstrates that such feedback is prevalent (about 30% of chats) and grows with newer models, and develops a method to extract this feedback automatically from large chat corpora. The authors create the Natural Feedback Dataset by processing over 1 million conversations to yield hundreds of thousands of feedback samples, and show that training with this data improves model alignment, verified through human judgments, open-model evaluations, and GPT-based judging. The results suggest naturally occurring feedback is a valuable, scalable complementary source for feedback data, with implications for more efficient RLHF pipelines and real-time feedback integration.
Abstract
Human feedback data is a critical component in developing language models. However, collecting this feedback is costly and ultimately not scalable. Inspired by the way human interlocutors provide spontaneous unsolicited feedback to each other, we propose to extract feedback that users naturally include when interacting with chat models. We manually annotated conversations to confirm the presence of naturally occurring feedback in a standard corpus, finding that as much as 30% of the chats include explicit feedback. Comparing to older datasets, we find that naturally occurring feedback is more prevalent in recent conversation datasets, suggesting that more than ever, naturally occurring feedback can serve as a valuable resource for feedback data. We propose a method for automatically extracting this feedback, and apply it to over 1M conversations to obtain hundreds of thousands of feedback samples. The extracted feedback shows promise: training with it improves over baseline models and enhances model alignment to human preferences.
