This Repo is for Kaggle - Automated Essay Scoring 2.0
pip install -r requirements.txtexport KAGGLE_USERNAME="your_kaggle_username"
export KAGGLE_KEY="your_api_key"sudo apt install unzipcd dataset
kaggle competitions download -c learning-agency-lab-automated-essay-scoring-2
unzip learning-agency-lab-automated-essay-scoring-2.zip
kaggle datasets download -d lizhecheng/aes2-0-train-dataset
unzip aes2-0-train-dataset.zipcd deberta
cd xxxPooling
chmod +x ./regression.sh
./regression.shcd deberta-awp
cd xxxPooling
chmod +x ./regression.sh
./regression.shcd src
(change the settings in config.py)
python train.pycd llm
chmod +x ./classification.sh
./classification.shcd llm
chmod +x ./regression.sh
./regression.shcd tree
(change the settings in config.py)
python full_cv_main.py / python out_of_fold_cv_main.pycd replace
chmod +x ./regression.sh
./regression.shYou can also combine tricks into the codes under src directory