Meta Model: The central 'conductor' instance of the LM that breaks down tasks, selects experts, and synthesizes final answers.
Expert Model: An instance of the same LM given specific, narrow instructions by the Meta Model to solve a sub-task.
Scaffolding: A structural framework (like code or prompt templates) that guides an LM's reasoning process beyond simple input-output.
Zero-shot CoT: Zero-shot Chain-of-Thought—prompting a model with 'Let's think step by step' without providing examples.
SPP: Solo-Performance Prompting (or Multi-persona prompting)—asking an LM to simulate multiple personas discussing a problem.
Game of 24: A mathematical puzzle where the goal is to use four numbers to equal 24 using basic arithmetic operations.
MGSM: Multilingual Grade School Math—a benchmark dataset of math problems translated into various languages.
BBH: BIG-Bench Hard—a subset of the BIG-Bench suite focusing on tasks where models struggle.
Task-agnostic: A method capable of handling various distinct tasks without requiring task-specific modifications or tuning.