6 citations · 13 across the 4 of their papers we have counts for
4 papers
Enhancing Code Generation Performance of Smaller Models by Distilling the Reasoning Ability of LLMs
Zhihong Sun, Chen Lyu, Bolun Li +4
Large Language Models (LLMs) have recently made significant advances in code generation through the 'Chain-of-Thought' prompting technique. This technique empowers the model to aut…
IRCoCo: Immediate Rewards-Guided Deep Reinforcement Learning for Code Completion
Bolun Li, Zhihong Sun, Tao Huang +5
Code completion aims to enhance programming productivity by predicting potential code based on the current programming context. Recently, pretrained language models (LMs) have beco…
Knowledge-Aware Code Generation with Large Language Models
Tao Huang, Zhihong Sun, Zhi Jin +2
Large Language Models (LLMs) perform well on basic programming problems. However, they encounter challenges when dealing with complex tasks involving the use of diverse algorithmic…
TACO: Topics in Algorithmic COde generation dataset
Rongao Li, Jie Fu, Bo-Wen Zhang +6
We introduce TACO, an open-source, large-scale code generation dataset, with a focus on the optics of algorithms, designed to provide a more challenging training dataset and evalua…