← Search

Liqun Yang

8 accepted papers

2025

CodeArena: Evaluating and Aligning CodeLLMs on Human Preference

EMNLP 2025

We present CodeArena to emulate the complexity/diversity of real-world coding tasks, spanning 40 categories and 44 PLs. A 20B diverse synthetic instruction corpus is created by scaling instructions to help Qwen2.5-SynCoder achieve SOTA performance. Abstract: Code large language models (codeLLMs) hav

Cited by 0SourcePDFScholar
2025

McEval: Massively Multilingual Code Evaluation

ICLR 2025poster

Code large language models (LLMs) have shown remarkable advances in code understanding, completion, and generation tasks. Programming benchmarks, comprised of a selection of code challenges and corresponding test cases, serve as a standard to evaluate the capability of different LLMs in such tasks.…

2025

Qwen2.5-xCoder: Multi-Agent Collaboration for Multilingual Code Instruction Tuning

ACL 2025long

Recent advancement in code understanding and generation demonstrates that code LLMs fine-tuned on a high-quality instruction dataset can gain powerful capabilities to address wide-ranging code-related tasks. However, most previous existing methods mainly view each programming language in isolation a…

2024

OWL: A Large Language Model for IT Operations

ICLR 2024poster

With the rapid advancement of IT operations, managing and analyzing large data volumes efficiently for practical applications has become increasingly critical. Natural Language Processing (NLP) techniques have demonstrated remarkable capabilities in various tasks, including named entity recognition,…

2024

UniCoder: Scaling Code Large Language Model via Universal Code

ACL 2024long

Intermediate reasoning or acting steps have successfully improved large language models (LLMs) for handling various downstream natural language processing (NLP) tasks.When applying LLMs for code generation, recent works mainly focus on directing the models to articulate intermediate natural-language…

2024

m3P: Towards Multimodal Multilingual Translation with Multimodal Prompt

COLING 2024main

Multilingual translation supports multiple translation directions by projecting all languages in a shared space, but the translation quality is undermined by the difference between languages in the text-only modality, especially when the number of languages is large. To bridge this gap, we introduce…

2023

GanLM: Encoder-Decoder Pre-training with an Auxiliary Discriminator

ACL 2023long

Pre-trained models have achieved remarkable success in natural language processing (NLP). However, existing pre-training methods underutilize the benefits of language understanding for generation. Inspired by the idea of Generative Adversarial Networks (GANs), we propose a GAN-style model for encode…

2022

Knowledge Distillation based Contextual Relevance Matching for E-commerce Product Search

EMNLP 2022industry

Online relevance matching is an essential task of e-commerce product search to boost the utility of search engines and ensure a smooth user experience. Previous work adopts either classical relevance matching models or Transformer-style models to address it. However, they ignore the inherent biparti…