← Search

Yi Jing

8 accepted papers

2026

MRACL: Multi-Reward Space Guided Adaptive Curriculum Reinforcement Learning for LLMs

AAAI 2026technical

Reinforcement learning (RL) has recently become a powerful yet resource-intensive approach for post-training large language models (LLMs). Incorporating curriculum learning (CL) into RL has been shown to significantly improve training efficiency, particularly in reasoning tasks. However, existing CL

Cited by 0SourcePDFScholar
2025

Beyond Excess and Deficiency: Adaptive Length Bias Mitigation in Reward Models for RLHF

NAACL 2025findings

Reinforcement Learning from Human Feedback (RLHF) is crucial for aligning large language models (LLMs) with human values. However, it has been noted that reward models in RLHF often exhibit unintended biases, such as an overemphasis on response length based on the erroneous assumption that longer re…

Cited by 0SourcePDFScholar
2025

LinguaLens: Towards Interpreting Linguistic Mechanisms of Large Language Models via Sparse Auto-Encoder

EMNLP 2025

Large language models (LLMs) demonstrate exceptional performance on tasks requiring complex linguistic abilities, such as reference disambiguation and metaphor recognition/generation. Although LLMs possess impressive capabilities, their internal mechanisms for processing and representing linguistic

Cited by 0SourcePDFScholar
2023

Soft Language Clustering for Multilingual Model Pre-training

ACL 2023long

Multilingual pre-trained language models have demonstrated impressive (zero-shot) cross-lingual transfer abilities, however, their performance is hindered when the target language has distant typologyfrom the source language or when pre-training data is limited in size. In this paper, we propose XLM…

2023

TranSFormer: Slow-Fast Transformer for Machine Translation

ACL 2023findings

Learning multiscale Transformer models has been evidenced as a viable approach to augmenting machine translation systems. Prior research has primarily focused on treating subwords as basic units in developing such systems. However, the incorporation of fine-grained character-level features into mult…

Cited by 7SourcePDFScholar
2022

Learning Multiscale Transformer Models for Sequence Generation

ICML 2022spotlight

Multiscale feature hierarchies have been witnessed the success in the computer vision area. This further motivates researchers to design multiscale Transformer for natural language processing, mostly based on the self-attention mechanism. For example, restricting the receptive field across heads or…

2022

ODE Transformer: An Ordinary Differential Equation-Inspired Model for Sequence Generation

ACL 2022long

Residual networks are an Euler discretization of solutions to Ordinary Differential Equations (ODE). This paper explores a deeper relationship between Transformer and numerical ODE methods. We first show that a residual block of layers in Transformer can be described as a higher-order solution to OD…