Hello,
While setting up and running experiments using this repository, I noticed that the training process requires prefix.jsonl files under data_prefix/[task]/prefix.jsonl. However, there is currently:
• No script provided to generate these files
• No documentation explaining how they are created or what format is expected
• No mention of this requirement in the main README or setup instructions
This file appears to be necessary when using --prefix_tuning pass_tuning or --prefix_tuning GCN, as both depend on external AST-based prefix knowledge via the --old_prefix_dir argument.
Hello,
While setting up and running experiments using this repository, I noticed that the training process requires prefix.jsonl files under data_prefix/[task]/prefix.jsonl. However, there is currently:
• No script provided to generate these files
• No documentation explaining how they are created or what format is expected
• No mention of this requirement in the main README or setup instructions
This file appears to be necessary when using --prefix_tuning pass_tuning or --prefix_tuning GCN, as both depend on external AST-based prefix knowledge via the --old_prefix_dir argument.