← Search

Yijin Liu

16 accepted papers

2025

Enhancing Cross-Tokenizer Knowledge Distillation with Contextual Dynamical Mapping

ACL 2025finding

Knowledge Distillation (KD) has emerged as a prominent technique for model compression. However, conventional KD approaches primarily focus on homogeneous architectures with identical tokenizers, constraining their applicability in cross-architecture scenarios. As for the cross-tokenizer KD, the dif…

2025

VETA-DiT: Variance-Equalized and Temporally Adaptive Quantization for Efficient 4-bit Diffusion Transformers

NeurIPS 2025poster

Diffusion Transformers (DiTs) have recently demonstrated remarkable performance in visual generation tasks, surpassing traditional U-Net-based diffusion models by significantly improving image and video generation quality and scalability. However, the large model size and iterative denoising process…

Cited by 0SourcecodeScholar
2024

BranchNorm: Robustly Scaling Extremely Deep Transformers

ACL 2024findings

Recently, DeepNorm scales Transformers into extremely deep (i.e., 1000 layers) and reveals the promising potential of deep scaling. To stabilize the training of deep models, DeepNorm attempts to constrain the model update to a constant value. Although applying such a constraint can benefit the early…

2024

Comments as Natural Logic Pivots: Improve Code Generation via Comment Perspective

ACL 2024findings

Code generation aims to understand the problem description and generate corresponding code snippets, where existing works generally decompose such complex tasks into intermediate steps by prompting strategies, such as Chain-of-Thought and its variants. While these studies have achieved some success,…

2024

Instruction Position Matters in Sequence Generation with Large Language Models

ACL 2024findings

Large language models (LLMs) are capable of performing conditional sequence generation tasks, such as translation or summarization, through instruction fine-tuning. The fine-tuning data is generally sequentially concatenated from a specific task instruction, an input sentence, and the corresponding…

2024

LCS: A Language Converter Strategy for Zero-Shot Neural Machine Translation

ACL 2024findings

Multilingual neural machine translation models generally distinguish translation directions by the language tag (LT) in front of the source or target sentences. However, current LT strategies cannot indicate the desired target language as expected on zero-shot translation, i.e., the off-target issue…

2024

Multi-Scale Fusion of Gated Neighborhood Attention Transformers for Single Image Deraining

ICASSP 2024accepted

Since the diverse geometric appearances and densities of rain streaks, local-global information is equally essential for single image deraining. Balancing local-global information becomes a challenge. Thus, a Multi-Scale Fusion of Gated Neighborhood Attention Transformers (MSF-GNAT) for single image…

Cited by 0SourceScholar
2024

Outdated Issue Aware Decoding for Factual Knowledge Editing

ACL 2024findings

Recently, Knowledge Editing has received increasing attention, since it could update the specific knowledge from outdated ones in pretrained models without re-training. However, as pointed out by recent studies, existing related methods tend to merely memorize the superficial word composition of the…

2024

Towards Multiple References Era – Addressing Data Leakage and Limited Reference Diversity in Machine Translation Evaluation

ACL 2024findings

Recent research has shown a weak correlation between n-gram-based metrics and human evaluations in machine translation task, particularly when evaluating large language models (LLMs). Additionally, the data leakage risk in LLMs may cause an overestimation problem when evaluating LLMs on downstream t…

2023

Subspace Modeling Enabled High-Sensitivity X-Ray Chemical Imaging

ICASSP 2023accepted

Resolving morphological chemical phase transformations at the nanoscale is of vital importance to many scientific and industrial applications across various disciplines. The TXM-XANES imaging technique, by combining full-field transmission X-ray microscopy (TXM) and X-ray absorption near edge struct…

Cited by 5SourceScholar
2022

Conditional Bilingual Mutual Information Based Adaptive Training for Neural Machine Translation

ACL 2022long

Token-level adaptive training approaches can alleviate the token imbalance problem and thus improve neural machine translation, through re-weighting the losses of different target tokens based on specific statistical metrics (e.g., token frequency or mutual information). Given that standard translat…

2021

Bilingual Mutual Information Based Adaptive Training for Neural Machine Translation

ACL 2021short

Recently, token-level adaptive training has achieved promising improvement in machine translation, where the cross-entropy loss function is adjusted by assigning different training weights to different tokens, in order to alleviate the token imbalance problem. However, previous approaches only use s…

2021

Prevent the Language Model from being Overconfident in Neural Machine Translation

ACL 2021long

The Neural Machine Translation (NMT) model is essentially a joint language model conditioned on both the source sentence and partial translation. Therefore, the NMT model naturally involves the mechanism of the Language Model (LM) that predicts the next token only based on partial translation. Despi…

2021

Scheduled Sampling Based on Decoding Steps for Neural Machine Translation

EMNLP 2021main

Scheduled sampling is widely used to mitigate the exposure bias problem for neural machine translation. Its core motivation is to simulate the inference scene during training by replacing ground-truth tokens with predicted tokens, thus bridging the gap between training and inference. However, vanill…