Mode Selection: Deciding whether a model should use its heavy reasoning mode (Long-CoT) or a concise mode (Short-CoT/NoThinking) before generating an answer
Zero-Step Thinking: Making the Mode Selection decision at the very beginning of the process (step zero), relying on input tokens and fake thoughts rather than generated reasoning steps
Early Exit: Terminating the reasoning process dynamically at an intermediate step when the model is confident enough to answer
NoThinking Mode: A mode where the model is forced to skip explicit reasoning by appending a 'fake thought' like '<think>...finished thinking.</think>' to the prompt
Fake Thoughts: Pre-defined strings inserted into the prompt to mimic the end of a reasoning chain, triggering the model to output the conclusion immediately
ECE: Expected Calibration Errorβa metric measuring how well a model's predicted confidence probabilities align with its actual accuracy
Brier Score: A proper score function that measures the accuracy of probabilistic predictions; lower values indicate better calibration