Papers by Mizuki Kondo
Improving Repository-level Code Search with Text Conversion (2024.naacl-srw)
Copied to clipboard
| Challenge: | Existing methods to search for related files based on similarity between code snippets are not effective for repository-level code generation. |
| Approach: | They propose to take similarities between code snippets and the texts converted from them into LLMs to search for related files and perform generation. |
| Outcome: | The proposed method improves the accuracy of code search on the repository level. |