As mentioned in the paper More Agents Is All You Need, implementing sampling-and-voting to generate a very highly relevant answer for a given query could be useful for any downstream application.
The idea is to generate initial few samples from same models or maybe different models (say N samples) for a given query and get the best sample response that has the highest cumulative probability score.
As mentioned in the paper More Agents Is All You Need, implementing sampling-and-voting to generate a very highly relevant answer for a given query could be useful for any downstream application.
The idea is to generate initial few samples from same models or maybe different models (say N samples) for a given query and get the best sample response that has the highest cumulative probability score.