amazon-science / cceval

CrossCodeEval: A Diverse and Multilingual Benchmark for Cross-File Code Completion (NeurIPS 2023)
https://crosscodeeval.github.io/
Apache License 2.0
107 stars 16 forks source link

how to implement the RG approach? #3

Closed 18liumin closed 9 months ago

18liumin commented 9 months ago

We tried to use the code made publicly available by the authors of Zhang et al. (2023) but failed to execute them with the provided instructions. As a result, we implemented the RG approach by ourselves. Note that, unlike Zhang et al. (2023), we perform only 1-step retrieval augmented generation. Can you open source the implementation of Repocoder?

zijwang commented 9 months ago

We currently do not have the plan to open source the code to run Zhang et al. (2023).