README.md

May 14, 2026 ยท View on GitHub

MUR: Momentum Uncertainty Guided Reasoning for Large Language Models

[๐Ÿ“œ Paper] โ€ข [๐Ÿฑ GitHub]

Repo for "MUR: Momentum Uncertainty Guided Reasoning for Large Language Models"

๐Ÿ”ฅ News

  • [2025/07/22] ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ Our paper is released !!!
  • [2025/07/19] ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ Our github repo is released!!!

๐Ÿ“– Results

MUR reduces computation by over 50% on average across three backbone models, while improving accuracy by 0.62โ€“3.37%.

scaling

๐Ÿš€ Quick Start

To use MUR, we can try with the following command.

Firstly, create the environment and install the requirements. This implementation is accelerated and supported by vllm.

# env
conda create -n mur python==3.11.9
conda activate mur
pip install -r requirements.txt

Next, simply run different python files:

python [TTS setting]-[per_step_scale|mur].py

Finally, run eval files. To be specific, please eval gpqa_diamond dataset using eval/eval_gpqa_cot.py. Adiitionaly, use eval/math_verifier.py to verify math datasets.

Feel free to contact with me if you have any questions ~~~