← Search

YANG FENG

92 accepted papers

2025

A Latent Multilayer Graphical Model For Complex, Interdependent Systems

NeurIPS 2025poster

Networks have been extensively used and have provided novel insights across a wide variety of research areas. However, many real-world systems are, in fact, a ``network of networks'', or a multilayer network, which interact as components of a larger multimodal system. A major difficulty in this mult…

Cited by 0SourcecodeScholar
2025

AlignX: Advancing Multilingual Large Language Models with Multilingual Representation Alignment

EMNLP 2025

Multilingual large language models (LLMs) possess impressive multilingual understanding and generation capabilities. However, their performance and cross-lingual alignment often lag for non-dominant languages. A common solution is to fine-tune LLMs on large-scale and more balanced multilingual corpu

2025

Differentiable Rule Induction from Raw Sequence Inputs

ICLR 2025poster

Rule learning-based models are widely used in highly interpretable scenarios due to their transparent structures. Inductive logic programming (ILP), a form of machine learning, induces rules from facts while maintaining interpretability. Differentiable ILP models enhance this process by leveraging n…

Cited by 0SourcePDFScholar
2025

Efficient Speech Language Modeling via Energy Distance in Continuous Latent Space

NeurIPS 2025poster

We introduce \emph{SLED}, an alternative approach to speech language modeling by encoding speech waveforms into sequences of continuous latent representations and modeling them autoregressively using an energy distance objective. The energy distance offers an analytical measure of the distributional…

Cited by 0SourcecodeScholar
2025

FastLongSpeech: Enhancing Large Speech-Language Models for Efficient Long-Speech Processing

NeurIPS 2025poster

The rapid advancement of Large Language Models (LLMs) has spurred significant progress in Large Speech-Language Models (LSLMs), enhancing their capabilities in both speech understanding and generation. While existing LSLMs often concentrate on augmenting speech generation or tackling a diverse array…

Cited by 0SourceScholar
2025

GeoSafe: A Unified Unconstrained Multi-DOF Optimization Framework for Multi-UAV Cooperative Hoisting and Obstacle Avoidance

IROS 2025

In warehouse logistics and post-disaster rescue, multi-UAV payload transport must navigate tight spaces, such as 1.2m × 0.8m aisles and collapsed pipelines as narrow as 0.6m. Traditional four-DOF (translation and scaling) trajectory planning struggles under such constraints. To overcome this, we pro

Cited by 1SourceScholar
2025

HSCR: Hierarchical Self-Contrastive Rewarding for Aligning Medical Vision Language Models

ACL 2025long

Medical Vision-Language Models (Med-VLMs) have achieved success across various tasks, yet most existing methods overlook the modality misalignment issue that can lead to untrustworthy responses in clinical settings. In this paper, we propose Hierarchical Self-Contrastive Rewarding (HSCR), a novel ap…

2025

Identifying and Mitigating Social Bias Knowledge in Language Models

NAACL 2025findings

Generating fair and accurate predictions plays a pivotal role in deploying pre-trained language models (PLMs) in the real world. However, existing debiasing methods may inevitably generate incorrect or nonsensical predictions as they are designed and evaluated to achieve parity across different soci…

Cited by 1SourcePDFScholar
2025

LLM-based Translation Inference with Iterative Bilingual Understanding

ACL 2025finding

The remarkable understanding and generation capabilities of large language models (LLMs) have greatly improved translation performance. However, incorrect understanding of the sentence to be translated can degrade translation quality. To address this issue, we proposed a novel Iterative Bilingual Un…

2025

LLaMA-Omni 2: LLM-based Real-time Spoken Chatbot with Autoregressive Streaming Speech Synthesis

ACL 2025long

Real-time, intelligent, and natural speech interaction is an essential part of the next-generation human-computer interaction. Recent advancements have showcased the potential of building intelligent spoken chatbots based on large language models (LLMs). In this paper, we introduce LLaMA-Omni 2, a s…

2025

LLaMA-Omni: Seamless Speech Interaction with Large Language Models

ICLR 2025poster

Models like GPT-4o enable real-time interaction with large language models (LLMs) through speech, significantly enhancing user experience compared to traditional text-based interaction. However, there is still a lack of exploration on how to build speech interaction models based on open-source LLMs.…

2025

LLaVA-Mini: Efficient Image and Video Large Multimodal Models with One Vision Token

ICLR 2025poster

The advent of real-time large multimodal models (LMMs) like GPT-4o has sparked considerable interest in efficient LMMs. LMM frameworks typically encode visual inputs into vision tokens (continuous representations) and integrate them and textual instructions into the context of large language models…

2025

Large Language Models Are Read/Write Policy-Makers for Simultaneous Generation

AAAI 2025technical

Simultaneous generation models write generation results while reading streaming inputs, necessitating a policy-maker to determine the appropriate output timing. Existing simultaneous generation methods generally adopt the traditional encoder-decoder architecture and learn the generation and policy-m…

2025

MedThink: A Rationale-Guided Framework for Explaining Medical Visual Question Answering

NAACL 2025findings

Medical Visual Question Answering (Med-VQA), which offers language responses to image-based medical inquiries, represents a challenging task and significant advancement in healthcare. It assists medical experts to swiftly interpret medical images, thereby enabling faster and more accurate diagnoses.…

2025

MoCE: Adaptive Mixture of Contextualization Experts for Byte-based Neural Machine Translation

NAACL 2025long

Byte-based machine translation systems have shown significant potential in massively multilingual settings. Unicode encoding, which maps each character to specific byte(s), eliminates the emergence of unknown words, even in new languages, enabling broad language scalability. However, byte-level toke…

2025

Modality-Fair Preference Optimization for Trustworthy MLLM Alignment

IJCAI 2025

Multimodal large language models (MLLMs) have achieved remarkable success across various tasks. However, separate training of visual and textual encoders often results in a misalignment of the modality. Such misalignment may lead models to generate content that is absent from the input image, a phen

Cited by 0SourcePDFScholar
2025

Persona-judge: Personalized Alignment of Large Language Models via Token-level Self-judgment

ACL 2025finding

Aligning language models with human preferences presents significant challenges, particularly in achieving personalization without incurring excessive computational costs. Existing methods rely on reward signals and additional annotated data, limiting their scalability and adaptability to diverse hu…

Cited by 0SourcePDFScholar
2025

TEaR: Improving LLM-based Machine Translation with Systematic Self-Refinement

NAACL 2025findings

Large Language Models (LLMs) have achieved impressive results in Machine Translation (MT). However, human evaluations reveal that LLM-generated translations still contain various errors. Notably, feeding the error information back into the LLMs can facilitate self-refinement, leading to enhanced tra…

2024

A Non-autoregressive Generation Framework for End-to-End Simultaneous Speech-to-Any Translation

ACL 2024long

Simultaneous translation models play a crucial role in facilitating communication. However, existing research primarily focuses on text-to-text or speech-to-text models, necessitating additional cascade components to achieve speech-to-speech translation. These pipeline methods suffer from error prop…

2024

CTC-based Non-autoregressive Textless Speech-to-Speech Translation

ACL 2024findings

Direct speech-to-speech translation (S2ST) has achieved impressive translation quality, but it often faces the challenge of slow decoding due to the considerable length of speech sequences. Recently, some research has turned to non-autoregressive (NAR) models to expedite decoding, yet the translatio…

2024

Can We Achieve High-quality Direct Speech-to-Speech Translation without Parallel Speech Data?

ACL 2024long

Recently proposed two-pass direct speech-to-speech translation (S2ST) models decompose the task into speech-to-text translation (S2TT) and text-to-speech (TTS) within an end-to-end model, yielding promising results. However, the training of these models still relies on parallel speech data, which is…

2024

FedLoGe: Joint Local and Generic Federated Learning under Long-tailed Data

ICLR 2024poster

Federated Long-Tailed Learning (Fed-LT), a paradigm wherein data collected from decentralized local clients manifests a globally prevalent long-tailed distribution, has garnered considerable attention in recent times. In the context of Fed-LT, existing works have predominantly centered on addressing…

2024

Improving Multilingual Neural Machine Translation by Utilizing Semantic and Linguistic Features

ACL 2024findings

The many-to-many multilingual neural machine translation can be regarded as the process of integrating semantic features from the source sentences and linguistic features from the target sentences. To enhance zero-shot translation, models need to share knowledge across languages, which can be achiev…

2024

Integrating Multi-scale Contextualized Information for Byte-based Neural Machine Translation

ACL 2024findings

Subword tokenization is a common method for vocabulary building in Neural Machine Translation (NMT) models. However, increasingly complex tasks have revealed its disadvantages. First, a vocabulary cannot be modified once it is learned, making it hard to adapt to new words. Second, in multilingual tr…

2024

Speculative Decoding with CTC-based Draft Model for LLM Inference Acceleration

NeurIPS 2024poster

Inference acceleration of large language models (LLMs) has been put forward in many application scenarios and speculative decoding has shown its advantage in addressing inference acceleration. Speculative decoding usually introduces a draft model to assist the base LLM where the draft model produces…

Cited by 1SourcePDFScholar
2024

StreamSpeech: Simultaneous Speech-to-Speech Translation with Multi-task Learning

ACL 2024long

Simultaneous speech-to-speech translation (Simul-S2ST, a.k.a streaming speech translation) outputs target speech while receiving streaming speech inputs, which is critical for real-time communication. Beyond accomplishing translation between speech, Simul-S2ST requires a policy to control the model…

2024

TA&AT: Enhancing Task-Oriented Dialog with Turn-Level Auxiliary Tasks and Action-Tree Based Scheduled Sampling

AAAI 2024technical

Task-oriented dialog systems have witnessed substantial progress due to conversational pre-training techniques. Yet, two significant challenges persist. First, most systems primarily utilize the latest turn's state label for the generator. This practice overlooks the comprehensive value of state lab…

2024

Towards the Theory of Unsupervised Federated Learning: Non-asymptotic Analysis of Federated EM Algorithms

ICML 2024poster

While supervised federated learning approaches have enjoyed significant success, the domain of unsupervised federated learning remains relatively underexplored. Several federated EM algorithms have gained popularity in practice, however, their theoretical foundations are often lacking. In this paper…

Cited by 4SourcePDFScholar
2024

Truth-Aware Context Selection: Mitigating Hallucinations of Large Language Models Being Misled by Untruthful Contexts

ACL 2024findings

Although Large Language Models (LLMs) have demonstrated impressive text generation capabilities, they are easily misled by untruthful contexts provided by users or knowledge augmentation tools, leading to hallucinations. To alleviate LLMs from being misled by untruthful context and take advantage of…

2024

TruthX: Alleviating Hallucinations by Editing Large Language Models in Truthful Space

ACL 2024long

Large Language Models (LLMs) sometimes suffer from producing hallucinations, especially LLMs may generate untruthful responses despite knowing the correct knowledge. Activating the truthfulness within LLM is the key to fully unlocking LLM’s knowledge potential. In this paper, we propose TruthX, an i…

2024

VPL: Visual Proxy Learning Framework for Zero-Shot Medical Image Diagnosis

EMNLP 2024finding

Vision-language models like CLIP, utilizing class proxies derived from class name text features, have shown a notable capability in zero-shot medical image diagnosis which is vital in scenarios with limited disease databases or labeled samples. However, insufficient medical text precision and the mo…

Cited by 3SourcePDFScholar
2023

Addressing the Length Bias Challenge in Document-Level Neural Machine Translation

EMNLP 2023long findings

Document-level neural machine translation (DNMT) has shown promising results by incorporating context information through increased maximum lengths of source and target sentences. However, this approach also introduces a length bias problem, whereby DNMT suffers from significant translation quality…

Cited by 0SourceScholar
2023

Bridging the Gap between Synthetic and Authentic Images for Multimodal Machine Translation

EMNLP 2023long main

Multimodal machine translation (MMT) simultaneously takes the source sentence and a relevant image as input for translation. Since there is no paired image available for the input sentence in most cases, recent studies suggest utilizing powerful text-to-image generation models to provide image input…

Cited by 0SourcecodeScholar
2023

DASpeech: Directed Acyclic Transformer for Fast and High-quality Speech-to-Speech Translation

NeurIPS 2023poster

Direct speech-to-speech translation (S2ST) translates speech from one language into another using a single model. However, due to the presence of linguistic and acoustic diversity, the target speech follows a complex multimodal distribution, posing challenges to achieving both high-quality translati…

2023

Enhancing Neural Machine Translation with Semantic Units

EMNLP 2023long findings

Conventional neural machine translation (NMT) models typically use subwords and words as the basic units for model input and comprehension. However, complete words and phrases composed of several tokens are often the fundamental units for expressing semantics, referred to as semantic units. To addre…

Cited by 0SourcecodeScholar
2023

Fast Model DeBias with Machine Unlearning

NeurIPS 2023poster

Recent discoveries have revealed that deep neural networks might behave in a biased manner in many real-world scenarios. For instance, deep networks trained on a large-scale face recognition dataset CelebA tend to predict blonde hair for females and black hair for males. Such biases not only jeopard…

Cited by 60SourcePDFScholar
2023

Fed-GraB: Federated Long-tailed Learning with Self-Adjusting Gradient Balancer

NeurIPS 2023poster

Data privacy and long-tailed distribution are the norms rather than the exception in many real-world tasks. This paper investigates a federated long-tailed learning (Fed-LT) task in which each client holds a locally heterogeneous dataset; if the datasets can be globally aggregated, they jointly exhi…

2023

Fuzzy Alignments in Directed Acyclic Graph for Non-Autoregressive Machine Translation

ICLR 2023poster

Non-autoregressive translation (NAT) reduces the decoding latency but suffers from performance degradation due to the multi-modality problem. Recently, the structure of directed acyclic graph has achieved great success in NAT, which tackles the multi-modality problem by introducing dependency betwee…

2023

Learning Optimal Policy for Simultaneous Machine Translation via Binary Search

ACL 2023long

Simultaneous machine translation (SiMT) starts to output translation while reading the source sentence and needs a precise policy to decide when to output the generated translation. Therefore, the policy determines the number of source tokens read during the translation of each target token. However…

2023

Non-autoregressive Machine Translation with Probabilistic Context-free Grammar

NeurIPS 2023poster

Non-autoregressive Transformer(NAT) significantly accelerates the inference of neural machine translation. However, conventional NAT models suffer from limited expression power and performance degradation compared to autoregressive (AT) models due to the assumption of conditional independence among…

2023

Non-autoregressive Streaming Transformer for Simultaneous Translation

EMNLP 2023long main

Simultaneous machine translation (SiMT) models are trained to strike a balance between latency and translation quality. However, training these models to achieve high quality while maintaining low latency often leads to a tendency for aggressive anticipation. We argue that such issue stems from the…

Cited by 0SourcecodeScholar
2023

On the Effectiveness of Out-of-Distribution Data in Self-Supervised Long-Tail Learning.

ICLR 2023poster

Though Self-supervised learning (SSL) has been widely studied as a promising technique for representation learning, it doesn't generalize well on long-tailed datasets due to the majority classes dominating the feature space. Recent work shows that the long-tailed learning performance could be booste…

2023

Rephrasing the Reference for Non-autoregressive Machine Translation

AAAI 2023technical

Non-autoregressive neural machine translation (NAT) models suffer from the multi-modality problem that there may exist multiple possible translations of a source sentence, so the reference sentence may be inappropriate for the training when the NAT output is closer to other translations. In response…

2023

Towards Distribution-Agnostic Generalized Category Discovery

NeurIPS 2023poster

Data imbalance and open-ended distribution are two intrinsic characteristics of the real visual world. Though encouraging progress has been made in tackling each challenge separately, few works dedicated to combining them towards real-world scenarios. While several previous works have focused on cla…

2022

Continual Learning of Neural Machine Translation within Low Forgetting Risk Regions

EMNLP 2022main

This paper considers continual learning of large-scale pretrained neural machine translation model without accessing the previous training data or introducing model separation. We argue that the widely used regularization-based methods, which perform multi-objective learning with an auxiliary loss,…

2022

Counterfactual Data Augmentation via Perspective Transition for Open-Domain Dialogues

EMNLP 2022main

The construction of open-domain dialogue systems requires high-quality dialogue datasets. The dialogue data admits a wide variety of responses for a given dialogue history, especially responses with different semantics. However, collecting high-quality such a dataset in most scenarios is labor-inten…

2022

Improving Zero-Shot Multilingual Translation with Universal Representations and Cross-Mapping

EMNLP 2022finding

The many-to-many multilingual neural machine translation can translate between language pairs unseen during training, i.e., zero-shot translation. Improving zero-shot translation requires the model to learn universal representations and cross-mapping relationships to transfer the knowledge learned o…

2022

Non-Monotonic Latent Alignments for CTC-Based Non-Autoregressive Machine Translation

NeurIPS 2022accept

Non-autoregressive translation (NAT) models are typically trained with the cross-entropy loss, which forces the model outputs to be aligned verbatim with the target sentence and will highly penalize small shifts in word positions. Latent alignment models relax the explicit alignment by marginalizing…

2022

One Reference Is Not Enough: Diverse Distillation with Reference Selection for Non-Autoregressive Translation

NAACL 2022long

Non-autoregressive neural machine translation (NAT) suffers from the multi-modality problem: the source sentence may have multiple correct translations, but the loss function is calculated only according to the reference sentence. Sequence-level knowledge distillation makes the target more determini…

2022

Overcoming Catastrophic Forgetting beyond Continual Learning: Balanced Training for Neural Machine Translation

ACL 2022long

Neural networks tend to gradually forget the previously learned knowledge when learning multiple tasks sequentially from dynamic data distributions. This problem is called catastrophic forgetting, which is a fundamental challenge in the continual learning of neural networks. In this work, we observe…

2022

Prediction Difference Regularization against Perturbation for Neural Machine Translation

ACL 2022long

Regularization methods applying input perturbation have drawn considerable attention and have been frequently explored for NMT tasks in recent years. Despite their simplicity and effectiveness, we argue that these methods are limited by the under-fitting of training data. In this paper, we utilize p…

Cited by 15SourcePDFScholar
2022

Reducing Position Bias in Simultaneous Machine Translation with Length-Aware Framework

ACL 2022long

Simultaneous machine translation (SiMT) starts translating while receiving the streaming source inputs, and hence the source sentence is always incomplete during translating. Different from the full-sentence MT using the conventional seq-to-seq architecture, SiMT often applies prefix-to-prefix archi…

2022

STEMM: Self-learning with Speech-text Manifold Mixup for Speech Translation

ACL 2022long

How to learn a better speech representation for end-to-end speech-to-text translation (ST) with limited labeled data? Existing techniques often attempt to transfer powerful machine translation (MT) capabilities to ST, but neglect the representation discrepancy across modalities. In this paper, we pr…

2022

Turning Fixed to Adaptive: Integrating Post-Evaluation into Simultaneous Machine Translation

EMNLP 2022finding

Simultaneous machine translation (SiMT) starts its translation before reading the whole source sentence and employs either fixed or adaptive policy to generate the target sentence. Compared to the fixed policy, the adaptive policy achieves better latency-quality tradeoffs by adopting a flexible tran…

2022

Viterbi Decoding of Directed Acyclic Transformer for Non-Autoregressive Machine Translation

EMNLP 2022finding

Non-autoregressive models achieve significant decoding speedup in neural machine translation but lack the ability to capture sequential dependency. Directed Acyclic Transformer (DA-Transformer) was recently proposed to model sequential dependency with a directed acyclic graph. Consequently, it has t…

2022

Wait-info Policy: Balancing Source and Target at Information Level for Simultaneous Machine Translation

EMNLP 2022finding

Simultaneous machine translation (SiMT) outputs the translation while receiving the source inputs, and hence needs to balance the received source information and translated target information to make a reasonable decision between waiting for inputs or outputting translation. Previous methods always…

2021

Conversations Are Not Flat: Modeling the Dynamic Information Flow across Dialogue Utterances

ACL 2021long

Nowadays, open-domain dialogue models can generate acceptable responses according to the historical context based on the large-scale pre-trained language models. However, they generally concatenate the dialogue history directly as the model input to predict the response, which we named as the flat p…

2021

Future-Guided Incremental Transformer for Simultaneous Translation

AAAI 2021technical

Simultaneous translation (ST) starts translations synchronously while reading source sentences, and is used in many online scenarios. The previous wait-k policy is concise and achieved good results in ST. However, wait-k policy faces two weaknesses: low training speed caused by the recalculation of…

2021

GTM: A Generative Triple-wise Model for Conversational Question Generation

ACL 2021long

Generating some appealing questions in open-domain conversations is an effective way to improve human-machine interactions and lead the topic to a broader or deeper direction. To avoid dull or deviated questions, some researchers tried to utilize answer, the “future” information, to guide question g…

Cited by 16SourcePDFScholar
2021

Guiding Teacher Forcing with Seer Forcing for Neural Machine Translation

ACL 2021long

Although teacher forcing has become the main training paradigm for neural machine translation, it usually makes predictions only conditioned on past information, and hence lacks global planning for the future. To address this problem, we introduce another decoder, called seer decoder, into the encod…

2021

Importance-based Neuron Allocation for Multilingual Neural Machine Translation

ACL 2021long

Multilingual neural machine translation with a single model has drawn much attention due to its capability to deal with multiple languages. However, the current multilingual translation paradigm often makes the model tend to preserve the general knowledge, but ignore the language-specific knowledge.…

2021

Learning to Select Context in a Hierarchical and Global Perspective for Open-Domain Dialogue Generation

ICASSP 2021accepted

Open-domain multi-turn conversations mainly have three features, which are hierarchical semantic structure, redundant information, and long-term dependency. Grounded on these, selecting relevant context becomes a challenge step for multiturn dialogue generation. However, existing methods cannot diff…

Cited by 0SourceScholar
2021

Mixup Decoding for Diverse Machine Translation

EMNLP 2021finding

Diverse machine translation aims at generating various target language translations for a given source language sentence. To leverage the linear relationship in the sentence latent space introduced by the mixup training, we propose a novel method, MixDiversity, to generate different translations for…

Cited by 17SourcePDFScholar
2021

Modeling Concentrated Cross-Attention for Neural Machine Translation with Gaussian Mixture Model

EMNLP 2021finding

Cross-attention is an important component of neural machine translation (NMT), which is always realized by dot-product attention in previous methods. However, dot-product attention only considers the pair-wise correlation between words, resulting in dispersion when dealing with long sentences and ne…

Cited by 23SourcePDFScholar
2021

Pruning-then-Expanding Model for Domain Adaptation of Neural Machine Translation

NAACL 2021long

Domain Adaptation is widely used in practical applications of neural machine translation, which aims to achieve good performance on both general domain and in-domain data. However, the existing methods for domain adaptation usually suffer from catastrophic forgetting, large domain divergence, and mo…

2021

Universal Simultaneous Machine Translation with Mixture-of-Experts Wait-k Policy

EMNLP 2021main

Simultaneous machine translation (SiMT) generates translation before reading the entire source sentence and hence it has to trade off between translation quality and latency. To fulfill the requirements of different translation quality and latency in practical applications, the previous methods usua…

2020

Bridging the Gap between Training and Inference for Neural Machine Translation (Extended Abstract)

IJCAI 2020poster

Neural Machine Translation (NMT) generates target words sequentially in the way of predicting the next word conditioned on the context words. At training time, it predicts with the ground truth words as context while at inference it has to generate the entire sequence from scratch. This discrepancy…

2020

Investigating Catastrophic Forgetting During Continual Training for Neural Machine Translation

COLING 2020main

Neural machine translation (NMT) models usually suffer from catastrophic forgetting during continual training where the models tend to gradually forget previously learned knowledge and swing to fit the newly added data which may have a different distribution, e.g. a different domain. Although many m…

Cited by 26SourcePDFScholar
2017

Memory visualization for gated recurrent neural networks in speech recognition

ICASSP 2017accepted

Recurrent neural networks (RNNs) have shown clear superiority in sequence modeling, particularly the ones with gated units, such as long short-term memory (LSTM) and gated recurrent unit (GRU). However, the dynamic properties behind the remarkable performance remain unclear in many applications, e.g…

Cited by 0SourceScholar