Blending Is All You Need: Cheaper, Better Alternative to Trillion-Parameters LLM
1–10 of 49 posts
Re: Blending Is All You Need: Cheaper, Better Alternative to Trillion-Parameters LLM
#2That's all? That works? Useful.
Could that be extended? It doesn't seem inherent in this that all the chat AIs have to be LLMs. Some might be special-purpose systems. Solvers or knowledge bases, such as Wolfram Alpha or a database front end, could play too. Systems at the Alexa/Siri level that can do simple tasks. Domain-specific systems with natural language in and out have been around for decades.
Re: Blending Is All You Need: Cheaper, Better Alternative to Trillion-Parameters LLM
#3Re: Blending Is All You Need: Cheaper, Better Alternative to Trillion-Parameters LLM
#4Re: Blending Is All You Need: Cheaper, Better Alternative to Trillion-Parameters LLM
#5Reminds me of Numenta's Thousand Brains Theory of Intelligence.
Re: Blending Is All You Need: Cheaper, Better Alternative to Trillion-Parameters LLM
#6Re: Blending Is All You Need: Cheaper, Better Alternative to Trillion-Parameters LLM
#7Re: Blending Is All You Need: Cheaper, Better Alternative to Trillion-Parameters LLM
#8Re: Blending Is All You Need: Cheaper, Better Alternative to Trillion-Parameters LLM
#9> ... traditiontal gold-standard approaches use human evaluators that score the quality of generated responses, which can be costly. However, since chat AIs are by definition deployed in social environments with humans, one can leverage statistics of users interaction as a meaningful and aligned measure of chat AI engagingness and quality. To assess the ’quality’ of a chat AI, we consider two main proxy functions: the industry standard user retention and the main objective function, user engagement.
Maybe retention and engagement _are_ sufficiently well correlated to human evaluations, but you should probably do both and show that they're strongly correlated before you decide to just drop the human evaluators in favor of your cheap proxy measurements.
And in this field, where there are some known issues with chat LLMs, perhaps it's important to check stuff like:
- Does the model seem "engaging" just b/c the user has to refine their prompt several times before they get a satisfying response?
- Do responses include a lot of hallucinations which might be engaging but not true?
- Do successive responses show decreased consistency or coherence between messages, in a way that might accidentally elicit continued engagement?
Overall, it seems sloppy to believe that it's not a waste of humans time to talk to your chatbots, and it's not a waste of time for readers to look at this paper about your chatbots, but it's too expensive for you to actually measure the quality of responses from your chatbots.
Re: Blending Is All You Need: Cheaper, Better Alternative to Trillion-Parameters LLM
#10[flagged]
> How is this different than mixture of experts?
It appears like this combines already existing models, rather than training n experts from scratch, which seems like an interesting approach.