Papers by Lishui Fan
SEK: Self-Explained Keywords Empower Large Language Models for Code Generation (2025.findings-acl)
Copied to clipboard
| Challenge: | Large language models (LLMs) have achieved impressive performance in code generation. |
| Approach: | They propose a technique that extracts and explicates the key terms in the problem description with the LLM itself. |
| Outcome: | The proposed technique improves the Pass@1 of DeepSeek-Coder-V2-Instruct from 85.4% to 93.3% on the humaneval benchmark. |
ReCode: Reinforcing Code Generation with Reasoning-Process Rewards (2026.acl-long)
Copied to clipboard
| Challenge: | Bringing process-level supervision into RL often neglects optimizing reasoning quality. |
| Approach: | They propose a framework for RL that integrates reasoning-process rewards with strict execution outcomes and a benchmark comprising preference pairs of superior and inferior reasoning processes. |
| Outcome: | The proposed framework outperforms the base version of ReCode by 16.1% and reaches performance comparable to GPT-4-Turbo. |