Skip to content

yulang/fine-tuning-and-composition-in-transformers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

About

This repo contains datasets and code for On the Interplay Between Fine-tuning and Composition in Transformers, by Lang Yu and Allyson Ettinger. A poster can be found here.

Dependencies

Repo structure

  • src/ contains source code to fine-tune transformers and perform analysis
  • scripts/ contains example scripts to run fine-tuning and evaluation jobs

Dataset

Fine-tuning dataset

Evaluation dataset

Code

  • config.py: configs for fine-tuning process
  • eval_config.py: configs for evaluation
  • model_io.py: utilities to save and load models
  • model_compare.py: functions to compare models
  • train.py: fine-tuning logics
  • analyze_model.py: paws analysis code
  • fine_tune.py: entrance for fine-tuning
  • eval_model.py: entrance for evaluation
  • baseline_predictor.py: linear classifier for paws analysis

Usage

  • update "/path/to/phrasal/composition/src" in eval_model.py, model_compare.py and preprocessing.py to be the location of src folder of https://github.com/yulang/phrasal-composition-in-transformers.
  • config.py contains configurations for fine-tuning process. Update the file to specify: a) DATA_FOLDER (data location) and b) other fine-tuning configurations
  • eval_config.py contains configurations for evaluation tasks. Update the file to specify: a) DATA_FOLDER (data location); b) model (type of model to run) and c) other test configs
  • To run fine-tuning, refer to run-fine-tune.sh; run-eval-model.sh contains evaluation command; run-clf.sh contains command of training and testing classifiers (for paraphrase classification)

About

This repo contains datasets and code for On the Interplay Between Fine-tuning and Composition in Transformers, by Lang Yu and Allyson Ettinger.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published