Fisher-R1-7B

Fisher-R1-7B is an open-weight LLM agent for reliable hypothesis testing. It is post-trained from Qwen2.5-Coder-7B-Instruct on synthetic executable statistical tasks, using supervised fine-tuning followed by reinforcement learning with verified statistical rewards.

The model is designed to inspect data, select and execute an appropriate statistical test, report a p-value, and draw a conclusion. It is evaluated on P-Bench.

Usage

from transformers import AutoModelForCausalLM, AutoTokenizer

model_id = "May2222/Fisher-R1-7B"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(
    model_id,
    torch_dtype="auto",
    device_map="auto",
)

For the training setup, evaluation protocol, and results, see Fisher-R1: Training LLM Agents for Reliable Hypothesis Testing.

Citation

@article{miao2026fisherr1,
  title   = {Fisher-R1: Training LLM Agents for Reliable Hypothesis Testing},
  author  = {Miao, Jiacheng and Mu, Jin and Chen, Guanhua and Zou, James},
  journal = {arXiv preprint arXiv:2608.07437},
  year    = {2026},
  url     = {https://arxiv.org/abs/2608.07437}
}
Downloads last month
-
Safetensors
Model size
8B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for May2222/Fisher-R1-7B

Base model

Qwen/Qwen2.5-7B
Finetuned
(433)
this model
Quantizations
1 model

Dataset used to train May2222/Fisher-R1-7B

Paper for May2222/Fisher-R1-7B