Diverse LLMs or Diverse Question Interpretations? That is the Ensembling Question
This paper demonstrates that for binary question answering with LLMs, ensembling diverse question interpretations of a single model consistently outperforms ensembling multiple different models when using majority voting.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine you are trying to solve a tricky riddle, like "Does the size of a rain gauge matter?" You could ask this question to a single, very smart friend, or you could ask it to a whole group of friends. The big question this paper asks is: Is it better to ask one friend to think about the riddle in three different ways, or to ask three different friends to think about the riddle in the exact same way?
The authors, researchers from Intel Labs, set out to find the answer using Large Language Models (LLMs)—the AI brains behind tools like ChatGPT. They call this the "Ensembling Question."
The Two Strategies
The paper compares two ways to get a better answer by using "diversity" (having different perspectives):
1. The "Many Friends" Approach (Model Diversity)
Imagine you have three different friends: Alice, Bob, and Charlie. They all have different personalities and ways of thinking. You ask them all the exact same question: "Does the size of a rain gauge matter?"
- The Goal: You hope that if Alice gets it wrong, Bob or Charlie might get it right.
- The Result: The paper found that this often just gives you an average answer. If Alice is great, Bob is okay, and Charlie is terrible, the group vote usually lands somewhere in the middle. It doesn't magically make the group smarter than the best individual friend.
2. The "One Friend, Three Hats" Approach (Question Interpretation Diversity)
Imagine you ask just one friend (let's say, a very smart AI named GPT-3.5). But before they answer, you ask them to put on three different "hats" or lenses to look at the question.
- Hat 1 (Scientist): "How does this affect the accuracy of measuring rain?"
- Hat 2 (Engineer): "How does this affect the cost and design of the gauge?"
- Hat 3 (Environmentalist): "How does this change our understanding of rainfall's impact on nature?"
The friend answers the question three times, once for each hat. Then, you take a vote on the three answers. - The Goal: By forcing the AI to look at the question from different angles, you uncover nuances that a single, straight reading might miss.
- The Result: This approach consistently won. The "One Friend, Three Hats" method produced better answers than asking three different friends the same question.
Why Did the "One Friend" Approach Win?
The paper suggests that the problem with asking three different models (the "Many Friends" approach) is that they often make the same mistakes. Even though they are different models, they were trained on similar data and share similar "blind spots." If they all misunderstand the question in the same way, voting on their answers won't help.
However, when you ask one model to interpret the question in different ways, you are forcing it to break out of its usual thinking patterns. You are essentially saying, "Don't just answer the question; think about what the question could mean." This creates a variety of answers that are more likely to cover the correct ground.
The "Voting" Mechanism
To decide the final answer, the researchers used a simple Majority Vote.
- If the "Scientist" says "Yes," the "Engineer" says "Yes," and the "Environmental" says "No," the final answer is "Yes."
- The paper found that this voting system worked much better when the inputs came from different interpretations of the same question rather than different models.
The Bottom Line
The paper concludes that for answering simple "Yes/No" questions, it is better to stretch one AI's brain to think about a question in multiple ways than to gather a crowd of different AIs to think about it in just one way.
It's like trying to find a lost key in a dark room:
- Model Diversity is like hiring three different people to search the room, but they all look in the exact same corner because that's where they were told to look.
- Question Interpretation Diversity is like hiring one person to search the room, but you tell them to look for the key as if it were a toy, then as if it were a tool, and finally as if it were a piece of jewelry. This forces them to scan the whole room more thoroughly, and they are much more likely to find the key.
The researchers tested this on three different sets of questions (about general knowledge, strategy, and medical science) and found that the "One Friend, Three Hats" method consistently beat the "Many Friends" method.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.