← Search

Mouxiang Chen

7 accepted papers

2025

Parallel Scaling Law for Language Models

NeurIPS 2025poster

It is commonly believed that scaling language models should commit a significant space or time cost, by increasing the parameters (parameter scaling) or output tokens (inference-time scaling). We introduce another and more inference-efficient scaling paradigm: increasing the model's parallel computa…

Cited by 0SourcecodeScholar
2025

SEK: Self-Explained Keywords Empower Large Language Models for Code Generation

ACL 2025finding

Large language models (LLMs) have achieved impressive performance in code generation. Despite the remarkable success, we observed that LLMs often misunderstand or overlook some problem-specific undertrained keywords during code generation, compromising the accuracy of the generated code. After expli…

2025

Synthesizing Software Engineering Data in a Test-Driven Manner

ICML 2025poster

We introduce **SWE-Flow**, a novel data synthesis framework grounded in Test-Driven Development (TDD). Unlike existing software engineering data that rely on human-submitted issues, **SWE-Flow** automatically infers incremental development steps directly from unit tests, which inherently encapsulate…

2025

VisionTS: Visual Masked Autoencoders Are Free-Lunch Zero-Shot Time Series Forecasters

ICML 2025poster

Foundation models have emerged as a promising approach in time series forecasting (TSF). Existing approaches either repurpose large language models (LLMs) or build large-scale time series datasets to develop TSF foundation models for universal forecasting. However, these methods face challenges due…

2024

Identifiability Matters: Revealing the Hidden Recoverable Condition in Unbiased Learning to Rank

ICML 2024poster

Unbiased Learning to Rank (ULTR) aims to train unbiased ranking models from biased click logs, by explicitly modeling a generation process for user behavior and fitting click data based on examination hypothesis. Previous research found empirically that the true latent relevance is mostly recoverabl…

2024

JumpCoder: Go Beyond Autoregressive Coder via Online Modification

ACL 2024long

While existing code large language models (code LLMs) exhibit impressive capabilities in code generation, their autoregressive sequential generation inherently lacks reversibility. This limitation hinders them from timely correcting previous missing statements during coding as humans do, often leadi…

2022

LBD: Decouple Relevance and Observation for Individual-Level Unbiased Learning to Rank

NeurIPS 2022accept

Using Unbiased Learning to Rank (ULTR) to train the ranking model with biased click logs has attracted increased research interest. The key idea is to explicitly model the user's observation behavior when building the ranker with a large number of click logs. Considering the simplicity, recent effor…

Cited by 5SourcePDFScholar