kingofheven / ICR

1 stars 0 forks source link

Instructive Code Retriever

This is the replication package of the paper titled "Instructive Code Retriever: Learn from Large Language Model's Feedback of Code Intelligence Tasks".

How to run the code

Dependencies

Inference

You can evaluate our result by:

bash scripts/test_ans.sh

You can modify the dataset and model in test_ans.sh to evaluate different results.

Training code and other code will be released and described in the future.