← Search

Jingjing Xu

34 accepted papers

2025

CodeDPO: Aligning Code Models with Self Generated and Verified Source Code

ACL 2025long

Code generation models have shown significant potential for programming tasks. However, existing training methods like supervised fine-tuning face key limitations: they do not effectively teach models to prioritize correct over incorrect solutions in ambiguous situations, nor do they effectively opt…

Cited by 0SourcePDFScholar
2025

Efficient Supernet Training with Orthogonal Softmax for Scalable ASR Model Compression

ICASSP 2025accepted

ASR systems are deployed across diverse environments, each with specific hardware constraints. We use supernet training to jointly train multiple encoders of varying sizes, enabling dynamic model size adjustment to fit hardware constraints without redundant training. Moreover, we introduce a novel m…

Cited by 0SourceScholar
2025

Improving Formal Reasoning of Transformer with State Stack

NeurIPS 2025poster

The Transformer architecture has emerged as a landmark advancement within the broad field of artificial intelligence, effectively catalyzing the advent of large language models (LLMs). However, despite its remarkable capabilities and the substantial progress it has facilitated, the Transformer archi…

Cited by 0SourceScholar
2025

LegoMT2: Selective Asynchronous Sharded Data Parallel Training for Massive Neural Machine Translation

ACL 2025finding

It is a critical challenge to learn a single model for massive languages. Prior methods focus on increasing the model size and training data size. However, large models are difficult to optimize efficiently even with distributed parallel training and translation capacity can interfere among language…

2025

Let the Code LLM Edit Itself When You Edit the Code

ICLR 2025poster

In this work, we investigate a typical scenario in code generation where a developer edits existing code in real time and requests a code assistant, e.g., a large language model, to re-predict the next token or next line on the fly. Naively, the LLM needs to re-encode the entire KV cache to provide…

Cited by 0SourcePDFScholar
2025

Long Chain-of-Thought Fine-tuning via Understanding-to-Reasoning Transition

EMNLP 2025

Reasoning models have demonstrated remarkable performance on complex tasks by generating long reasoning traces prior to producing final answers. However, previous research on long-context scaling in language models has generally focused on managing lengthy input prompts instead of producing long out

2025

Teaching Language Models to Critique via Reinforcement Learning

ICML 2025poster

Teaching large language models (LLMs) to critique and refine their outputs is crucial for building systems that can iteratively improve, yet it is fundamentally limited by the ability to provide *accurate judgments* and *actionable suggestions*. In this work, we study LLM critics for code generation…

Cited by 2SourcePDFScholar
2025

The Rise and Down of Babel Tower: Investigating the Evolution Process of Multilingual Code Large Language Model

ICLR 2025poster

Large language models (LLMs) have shown significant multilingual capabilities. However, the mechanisms underlying the development of these capabilities during pre-training are not well understood. In this paper, we use code LLMs as an experimental platform to explore the evolution of multilingual ca…

Cited by 1SourcePDFScholar
2025

Why Does the Effective Context Length of LLMs Fall Short?

ICLR 2025poster

Advancements in distributed training and efficient attention mechanisms have significantly expanded the context window sizes of large language models (LLMs). However, recent work reveals that the effective context lengths of open-source LLMs often fall short, typically not exceeding half of their tr…

Cited by 60SourcePDFScholar
2024

Achilles-Bench: A Challenging Benchmark for Low-Resource Evaluation

ACL 2024findings

With promising yet saturated results in high-resource settings, low-resource datasets have gradually become crucial benchmarks (e.g., BigBench Hard, superGLUE) for evaluating the learning ability of advanced neural networks. In this work, we find that there exists a set of “hard examples” in low-res…

Cited by 0SourcePDFScholar
2024

An Expert is Worth One Token: Synergizing Multiple Expert LLMs as Generalist via Expert Token Routing

ACL 2024long

We present Expert-Token-Routing, a unified generalist framework that facilitates seamless integration of multiple expert LLMs. Our framework represents expert LLMs as special expert tokens within the vocabulary of a meta LLM. The meta LLM can route to an expert LLM like generating new tokens. Expert…

2024

InfiAgent-DABench: Evaluating Agents on Data Analysis Tasks

ICML 2024poster

In this paper, we introduce InfiAgent-DABench, the first benchmark specifically designed to evaluate LLM-based agents on data analysis tasks. Agents need to solve these tasks end-to-end by interacting with an execution environment. This benchmark contains DAEval, a dataset consisting of 603 data ana…

2024

Multilingual Machine Translation with Large Language Models: Empirical Results and Analysis

NAACL 2024findings

Large language models (LLMs) have demonstrated remarkable potential in handling multilingual machine translation (MMT). In this paper, we systematically investigate the advantages and challenges of LLMs for MMT by answering two questions: 1) How well do LLMs perform in translating massive languages?…

2024

Two Stones Hit One Bird: Bilevel Positional Encoding for Better Length Extrapolation

ICML 2024poster

In this work, we leverage the intrinsic segmentation of language sequences and design a new positional encoding method called Bilevel Positional Encoding (BiPE). For each position, our BiPE blends an intra-segment encoding and an inter-segment encoding. The intra-segment encoding identifies the loca…

2023

Can Language Models Understand Physical Concepts?

EMNLP 2023long main

Language models (LMs) gradually become general-purpose interfaces in the interactive and embodied world, where the understanding of physical concepts is an essential prerequisite. However, it is unclear whether LMs can understand physical concepts in the human world. To investigate this, we design…

Cited by 0SourcecodeScholar
2023

Can We Edit Factual Knowledge by In-Context Learning?

EMNLP 2023long main

Previous studies have shown that large language models (LLMs) like GPTs store massive factual knowledge in their parameters. However, the stored knowledge could be false or outdated. Traditional knowledge editing methods refine LLMs via fine-tuning on texts containing specific knowledge. However, wi…

Cited by 0SourcecodeScholar
2023

Enhancing and Adversarial: Improve ASR with Speaker Labels

ICASSP 2023accepted

ASR can be improved by multi-task learning (MTL) with domain enhancing or domain adversarial training, which are two opposite objectives with the aim to increase/decrease domain variance towards domain-aware/agnostic ASR, respectively. In this work, we study how to best apply these two opposite obje…

Cited by 0SourceScholar
2023

Extrapolating Multilingual Understanding Models as Multilingual Generators

EMNLP 2023long findings

Multilingual understanding models (or encoder-based), pre-trained via masked language modeling, have achieved promising results on many language understanding tasks (e.g., mBERT). However, these models are not capable of generating high-quality text compared with decoder-based causal language models…

Cited by 0SourcecodeScholar
2023

INK: Injecting kNN Knowledge in Nearest Neighbor Machine Translation

ACL 2023long

Neural machine translation has achieved promising results on many translation tasks. However, previous studies have shown that neural models induce a non-smooth representation space, which harms its generalization results. Recently, kNN-MT has provided an effective paradigm to smooth the prediction…

2023

ImageNetVC: Zero- and Few-Shot Visual Commonsense Evaluation on 1000 ImageNet Categories

EMNLP 2023long findings

Recently, Large Language Models (LLMs) have been serving as general-purpose interfaces, posing a significant demand for comprehensive visual knowledge. However, it remains unclear how well current LLMs and their visually augmented counterparts (VaLMs) can master visual commonsense knowledge. To inve…

Cited by 0SourcecodeScholar
2023

Lego-MT: Learning Detachable Models for Massively Multilingual Machine Translation

ACL 2023findings

Multilingual neural machine translation (MNMT) aims to build a unified model for many language directions. Existing monolithic models for MNMT encounter two challenges: parameter interference among languages and inefficient inference for large models. In this paper, we revisit the classic multi-way…

2023

Statistical Knowledge Assessment for Large Language Models

NeurIPS 2023poster

Given varying prompts regarding a factoid question, can a large language model (LLM) reliably generate factually correct answers? Existing LLMs may generate distinct responses for different prompts. In this paper, we study the problem of quantifying knowledge contained in an LLM regarding a given se…

2022

Calibrating Factual Knowledge in Pretrained Language Models

EMNLP 2022finding

Previous literature has proved that Pretrained Language Models (PLMs) can store factual knowledge. However, we find that facts stored in the PLMs are not always correct. It motivates us to explore a fundamental question: How do we calibrate factual knowledge in PLMs without re-training from scratch?…

2022

Conformer-Based Hybrid ASR System For Switchboard Dataset

ICASSP 2022accepted

The recently proposed conformer architecture has been successfully used for end-to-end automatic speech recognition (ASR) architectures achieving state-of-the-art performance on different datasets. To our best knowledge, the impact of using conformer acoustic model for hybrid ASR is not investigated…

Cited by 0SourceScholar
2022

Contextual Representation Learning beyond Masked Language Modeling

ACL 2022long

Currently, masked language modeling (e.g., BERT) is the prime choice to learn contextualized representations. Due to the pervasiveness, it naturally raises an interesting question: how do masked language models (MLMs) learn contextual representations? In this work, we analyze the learning dynamics o…

2022

MTG: A Benchmark Suite for Multilingual Text Generation

NAACL 2022findings

We introduce MTG, a new benchmark suite for training and evaluating multilingual text generation. It is the first-proposed multilingual multiway text generation dataset with the largest human-annotated data (400k). It includes four generation tasks (story generation, question generation, title gener…

2022

switch-GLAT: Multilingual Parallel Machine Translation Via Code-Switch Decoder

ICLR 2022poster

Multilingual machine translation aims to develop a single model for multiple language directions. However, existing multilingual models based on Transformer are limited in terms of both translation performance and inference speed. In this paper, we propose switch-GLAT, a non-autoregressive multiling…

Cited by 13SourcePDFScholar
2021

Duplex Sequence-to-Sequence Learning for Reversible Machine Translation

NeurIPS 2021poster

Sequence-to-sequence learning naturally has two directions. How to effectively utilize supervision signals from both directions? Existing approaches either require two separate models, or a multitask-learned model but with inferior performance. In this paper, we propose REDER (Reversible Duplex Tran…

2021

KNAS: Green Neural Architecture Search

ICML 2021spotlight

Many existing neural architecture search (NAS) solutions rely on downstream training for architecture evaluation, which takes enormous computations. Considering that these computations bring a large carbon footprint, this paper aims to explore a green (namely environmental-friendly) NAS solution tha…

2021

Vocabulary Learning via Optimal Transport for Neural Machine Translation

ACL 2021long

The choice of token vocabulary affects the performance of machine translation. This paper aims to figure out what is a good vocabulary and whether we can find the optimal vocabulary without trial training. To answer these questions, we first provide an alternative understanding of vocabulary from th…

2020

Modeling the Stock Relation with Graph Network for Overnight Stock Movement Prediction

IJCAI 2020poster

Stock movement prediction is a hot topic in the Fintech area. Previous works usually predict the price movement in a daily basis, although the market impact of news can be absorbed much shorter, and the exact time is hard to estimate. In this work, we propose a more practical objective to predict th…

Cited by 0SourcePDFScholar
2019

Understanding and Improving Layer Normalization

NeurIPS 2019poster

Layer normalization (LayerNorm) is a technique to normalize the distributions of intermediate layers. It enables smoother gradients, faster training, and better generalization accuracy. However, it is still unclear where the effectiveness stems from. In this paper, our main contribution is to take a…