# clone codebase
git clone https://github.com/xxxx/Alpha-RL.git && cd Alpha-RL
# prepare environment
conda create -y -n AlphaRL python=3.11
conda activate AlphaRL
# install dependencies
pip install -r requirements.txtYou can access the checkpoint at the following link: Hugging Face - xxxx
# run
cd eval
sh download_hf.shsh svd.sh # Obtain the SVD decomposition of each matrix in a modelsh upd_rank.sh sh reasoning_eval.shcd analysis #eval/analysis
sh extract_rank1_u.sh #Extract U[:,1]
sh visualize_rank1_u_tsne.shsh AlphaPLS.shsh AlphaPredVector.sh
sh AlphaRLBuildPredictModel.shThis repository provides an evaluation framework inspired by LIMO, which can be found here.
If you find this project interesting, feel free to ⭐ star the repository or open an issue for discussion!