Code Editing: Performing refactorings on large files

#15
by elifarley - opened

There's an LLM leaderboard in which DeepSeek Chat V2.5 appears near the bottom of the code refactoring category.

I've conducted some experiments using Gemini 1.5 PRO and I was able to achieve much better refactoring results when the LLM was asked to provide code modification instructions in a tailor-made format (that uses a SQL-like language, CEDARScript, to express code changes at a higher level).

I wonder if it would be easy to either fine-tune DeepSeek or re-train a future version of DeepSeek so that it natively understands this code transformation language.

Sign up or log in to comment