Downloads · 30 days
16
100% of all-time downloads
juwon1105/RLCC-phi4mini-bigmathdigits5000
RLCC-phi4mini-bigmathdigits5000 is a text generation model from juwon1105. Use it when you need the model to write or continue text. It is set up for transformers. The card lists the license as other.
This model is Phi-4-mini-instruct trained with RLCC (Reinforcement Learning with Confidence Curriculum) on Big-Math-digits. RLCC uses the calibrated confidence produced by an RLCR checkpoint as a difficulty signal: th…
Downloads · 30 days
16
100% of all-time downloads
All-time downloads
16
Public
Parameters
3.8B
7.7 GB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors7.7 GB · 100%
From the Hugging Face model README
This model is Phi-4-mini-instruct trained with RLCC (Reinforcement Learning with Confidence Curriculum) on Big-Math-digits. RLCC uses the calibrated confidence produced by an RLCR checkpoint as a difficulty signal: the training set is partitioned into K = 3 shuffled groups, each sorted easy-to-hard (descending confidence), then concatenated into the curriculum. Training starts fresh from the base model (not from the RLCR checkpoint) with the same reward and GRPO optimization as RLCR/RLVR — only the order of training data differs.
| Metric | Value |
|---|---|
| Accuracy (held-out) | 0.447 |
| ECE | 0.395 |
| PCE | 0.394 |
| Brier score | 0.326 |
| AUROC | 0.723 |
Table 4 of the paper.
LoRA target modules: qkv_proj, o_proj, gate_up_proj, down_proj (explicitly specified).
Rank 16, alpha 32, dropout 0.05.
This checkpoint accompanies the paper "Confidence as Curriculum: Reinforcement Learning for Joint Reasoning and Calibration" (currently under anonymous peer review). A formal citation will be added once the paper is public. It builds directly on:
@inproceedings{damani2026rlcr,
title = {Beyond Binary Rewards: Training {LM}s to Reason about their Uncertainty},
author = {Damani, Mehul and Puri, Isha and Slocum, Stewart and Shenfeld, Idan and Choshen, Leshem and Kim, Yoon and Andreas, Jacob},
booktitle = {The Fourteenth International Conference on Learning Representations},
year = {2026}
}