Skip to content

rgklab/Contextual-Fine-Tuning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Teaching LLMs How to Learn with Contextual Fine-Tuning

Younwoo Choi*, Muhammad Adil Asif*, Ziwen Han, John Willes, Rahul Krishnan
Project Page: https://younwoochoi.github.io/cft-iclr/


Directory Structure

  • vectorlm/: Main training scripts and core implementation
  • gemini-exp/: Gemini-1.5-Flash experiments
  • synthetic-exp/: Synthetic experiments and evaluations

Usage

The main training pipeline is implemented in the vectorlm directory, which contains the core functionality for contextual fine-tuning.

For experiments with Gemini-1.5-Flash, refer to the gemini-exp directory.

For synthetic experiments and controlled evaluations, refer to the synthetic-exp directory.

Citation

@inproceedings{
    choi2025teaching,
    title={Teaching {LLM}s How To Learn with Contextual Fine-Tuning},
    author={Younwoo Choi and Muhammad Adil Asif and Ziwen Han and John Willes and Rahul G. Krishnan},
    booktitle={The Thirteenth International Conference on Learning Representations},
    year={2025},
    url={https://arxiv.org/abs/2503.09032}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages