Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: 'Code translation入门推荐必读'
description: ""
date: "2025-09-19"
tags:
- tag-one
---

# Code translation入门推荐必读

入门文章推荐:
1. ExeCoder: Empowering Large Language Models with Executability Representation for Code Translation 微软的工作,提出了一些比较有创意的想法。
2. Repository-Level Compositional Code Translation and Validation 文件级别的(代码长度越长,难度越大)
3. CoTran: An LLM-based Code Translator using Reinforcement Learning with Feedback from Compiler and Symbolic Execution 常见的使用compiler和RL的方法,结构设计的很棒。
4. Lost in Translation: A Study of Bugs Introduced by Large Language Models while Translating Code 一个类似survey的文章。让你快速入门。
5. A Systematic Literature Review on Neural Code Translation 完全体文献综述,读完了感觉什么的都会了。
6. IMPROVING COMPLEX REASONING WITH DYNAMIC PROMPT CORRUPTION: A SOFT PROMPT OPTIMIZATION APPROACH 一篇关于propmt engineering的文章,读完了也许对你写prompt有作用。
7. Enhancing LLM-based Code Translation in Repository Context via Triple Knowledge-Augmented 知识增强和Code translation的结合,是一个很有趣的角度,并且也是文件级别的处理。

大家如果找到什么很好的文章也欢迎和大家一起分享。