Skip to content

PennShenLab/RestoreLLMCalibration

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Restoring Calibration for Aligned Large Language Models

ICML 2025 | Paper: Restoring Calibration for Aligned Large Language Models: A Calibration-Aware Fine-Tuning Approach

Paper Badge πŸ“„ Paper on OpenReview


🧰 Code Structure

.
β”œβ”€β”€ scripts/             # Training & evaluation scripts
β”œβ”€β”€ models/              # LoRA + Fine-tuning code
β”œβ”€β”€ calibrate/           # CFT and RCFT methods
β”œβ”€β”€ data/                # Dataset processing
β”œβ”€β”€ plots/               # Calibration visualizations
└── README.md            # This file

πŸš€ Getting Started

1. Environment Setup

conda create -n llm-calibration python=3.10
conda activate llm-calibration
pip install -r requirements.txt

πŸ“Œ Citation

@inproceedings{xiao2025restoring,
  title     = {Restoring Calibration for Aligned Large Language Models: A Calibration-Aware Fine-Tuning Approach},
  author    = {Xiao, Jiancong and Hou, Bojian and Wang, Zhanliang and Jin, Ruochen and Long, Qi and Su, Weijie J. and Shen, Li},
  booktitle = {International Conference on Machine Learning (ICML)},
  year      = {2025}
}

🀝 Acknowledgements

This project is developed by researchers at the University of Pennsylvania. We thank the open-source community and prior foundational work on LLM calibration, DPO, and RLHF.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors