paper-with-me

Papers

CodeFuse-13B: A Pretrained Multi-lingual Code Large Language Model

2023-10-10 · Peng Di, Jianguo Li, Hang Yu, Wei Jiang, Wenting Cai, Yang Cao, Chaoyu Chen, Dajun Chen, Hongwei Chen, Liang Chen, Gang Fan, Jie Gong, Zi Gong, Wen Hu, Tingting Guo, Zhichao Lei, Ting Li, Zheng Li, Ming Liang, Cong Liao, Bingchang Liu, Jiachen Liu, Zhiwei Liu, Shaojun Lu, Min Shen, Guangpei Wang, Huan Wang, Zhi Wang, Zhaogui Xu, Jiawei Yang, Qing Ye, Gehao Zhang, Yu Zhang, Zelin Zhao, Xunjin Zheng, Hailian Zhou, Lifu Zhu, Xianying Zhu

Code Large Language Models (Code LLMs) have gained significant attention in the industry due to their wide applications in the full lifecycle of software engineering. However, the effectiveness of existing models in understanding non-English inputs for multi-lingual code-related tasks is still far from well studied. This paper introduces CodeFuse-13B, an open-sourced pre-trained code LLM. It is specifically designed for code-related tasks with both English and Chinese prompts and supports over 40 programming languages. CodeFuse achieves its effectiveness by utilizing a high quality pre-training dataset that is carefully filtered by program analyzers and optimized during the training process. Extensive experiments are conducted using real-world usage scenarios, the industry-standard benchmark HumanEval-x, and the specially designed CodeFuseEval for Chinese prompts. To assess the effectiveness of CodeFuse, we actively collected valuable human feedback from the AntGroup's software development process where CodeFuse has been successfully deployed. The results demonstrate that CodeFuse-13B achieves a HumanEval pass@1 score of 37.10%, positioning it as one of the top multi-lingual code LLMs with similar parameter sizes. In practical scenarios, such as code generation, code translation, code comments, and testcase generation, CodeFuse performs better than other models when confronted with Chinese prompts.

📄 PDF Abstract BibTeX arXiv:2310.06266

Code (0)

등록된 구현이 없습니다.

Tasks

Code GenerationCode TranslationHumanEvalLanguage ModelingLanguage ModellingLarge Language Model

Similar Papers 제목 키워드 기반

DeltaLM: Encoder-Decoder Pre-training for Language Generation and Translation by Augmenting Pretrained Multilingual Encoders

2021-06-25 · Shuming Ma, Li Dong, Shaohan Huang, Dongdong Zhang 외

While pretrained encoders have achieved success in various natural language understanding (NLU) tasks, there is a gap between these pretrained encoders and natural language generation (NLG). NLG tasks are often based on …

Abstractive Text SummarizationDecoderMachine TranslationNatural Language Understanding+5

CodeFuse-CommitEval: Towards Benchmarking LLM's Power on Commit Message and Code Change Inconsistency Detection

2025-11-25 · Qingyu Zhang, Puzhuo Liu, Peng Di, Chenxiong Qian arxiv

Version control relies on commit messages to convey the rationale for code changes, but these messages are often low quality and, more critically, inconsistent with their diffs-known as message-code inconsistency (MCI). …

Unifying the Perspectives of NLP and Software Engineering: A Survey on Language Models for Code

2023-11-14 · Ziyin Zhang, Chaoyu Chen, Bingchang Liu, Cong Liao 외

In this work we systematically review the recent advancements in software engineering with language models, covering 70+ models, 40+ evaluation tasks, 180+ datasets, and 900 related works. Unlike previous works, we integ…

Language Model EvaluationLanguage ModelingLanguage Modelling

Multilingual Speech Translation from Efficient Finetuning of Pretrained Models

2021-08-01 · ACL 2021 5 · Xian Li, Changhan Wang, Yun Tang, Chau Tran 외

We present a simple yet effective approach to build multilingual speech-to-text (ST) translation through efficient transfer learning from a pretrained speech encoder and text decoder. Our key finding is that a minimalist…

DecoderSpeech-to-TextText GenerationTransfer Learning+1

Multilingual Speech Translation with Efficient Finetuning of Pretrained Models

2020-10-24 · Xian Li, Changhan Wang, Yun Tang, Chau Tran 외

We present a simple yet effective approach to build multilingual speech-to-text (ST) translation by efficient transfer learning from pretrained speech encoder and text decoder. Our key finding is that a minimalistic LNA …

Cross-Lingual TransferDecoderSpeech-to-TextText Generation+2