This repository includes the training and evaluation code for the above paper. python train_script.py --name data_physics --data True --physics True --pretrained_checkpoint DATA_CHECKPOINT ...
Abstract: Large Language Models (LLMs) are increasingly used by software engineers for code generation. However, limitations of LLMs such as irrelevant or incorrect code have highlighted the need for ...