Papers by Shengyao Lu
TaCIE: Enhancing Instruction Comprehension in Large Language Models through Task-Centred Instruction Evolution (2025.coling-main)
Copied to clipboard
| Challenge: | Existing methods for fine-tuning Large Language Models (LLMs) encounter performance limitations, impeding further enhancements in code generation tasks. |
| Approach: | They propose to combine two distinct prompts through a hybridization process to enhance the evolution of training prompts for code LLMs. |
| Outcome: | The proposed method significantly improves the performance of Code LLMs across five code generation benchmarks. |
PerfCoder: Large Language Models for Interpretable Code Performance Optimization (2026.findings-acl)
Copied to clipboard
Jiuding Yang, Shengyao Lu, Hongxuan Liu, Shayan Shirahmad Gale Bagi, Zahra Fazel, Tomasz Czajkowski, Di Niu
| Challenge: | Large language models (LLMs) have advanced automatic code generation, but their ability to produce high-performance code remains limited. |
| Approach: | They propose a family of large language models that generate performance-enhanced code through interpretable and customized optimization strategies. |
| Outcome: | The proposed model outperforms existing models on the PIE code performance benchmark and produces interpretable feedback that can guide larger LLMs in a planner–optimizer workflow. |