← Search

JUNLAN FENG

45 accepted papers

2026

A Survey of Joint Online-Offline Fine-tuning for Large Language Models

IJCAI 2026

Post-training for Large Language Models (LLMs) can be mainly categorized into offline Supervised Fine-Tuning (SFT) for knowledge acquisition and online Reinforcement Fine-Tuning (RFT) for adaptive refinement. Current state-of-the-art approaches typically employ a sequential cold-start pipeline (SFT-

Cited by 0Scholar
2026

GeoTikzBridge: Advancing Multimodal Code Generation for Geometric Perception and Reasoning

CVPR 2026

Multimodal Large Language Models (MLLMs) have recently demonstrated remarkable perceptual and reasoning abilities. However, they struggle to perceive fine-grained geometric structures, constraining their ability of geometric understanding and visual reasoning. To address this, we propose GeoTikzBrid

Cited by 0SourcecodeScholar
2026

OneVoice: One Model, Triple Scenarios—Towards Unified Zero-shot Voice Conversion

IJCAI 2026

Recent progress of voice conversion (VC) has achieved a new milestone in speaker cloning and linguistic preservation. But the field remains fragmented, relying on specialized models for linguistic-preserving, expressive, and singing scenarios. We propose OneVoice, a unified zero-shot framework capab

Cited by 0Scholar
2026

PAMDP: Interact to Persona Alignment via a Partially Observable Markov Decision Process

ICLR 2026poster

The interaction process of comprehending user-specific nuances and adapting to their preferences represents a pivotal consideration for Persona Large Language Models, as it more authentically mirrors genuine dialogue dynamics than adherence to general human value alignment. In this paper, we concept…

Cited by 0SourceScholar
2026

SafeDialBench: A Fine-Grained Safety Evaluation Benchmark for Large Language Models in Multi-Turn Dialogues with Diverse Jailbreak Attacks

ICLR 2026poster

With the rapid advancement of Large Language Models (LLMs), the safety of LLMs has been a critical concern requiring precise assessment. Current benchmarks primarily concentrate on single-turn dialogues or a single jailbreak attack method to assess the safety. Additionally, these benchmarks have not…

Cited by 0SourcecodeScholar
2026

Self-Correction Distillation for Structured Data Question Answering

AAAI 2026technical

Structured data question answering (QA), including table QA, Knowledge Graph (KG) QA, and temporal KG QA, is a pivotal research area. Advances in large language models (LLMs) have driven significant progress in unified structural QA frameworks like TrustUQA. However, these frameworks face

Cited by 0SourcePDFScholar
2026

Strategy-Aware Optimization Modeling with Reasoning LLMs

ICML 2026poster

Large language models (LLMs) can generate syntactically valid optimization programs, yet often struggle to reliably choose an effective modeling strategy, leading to incorrect formulations and inefficient solver behavior. We propose **SAGE**, a strategy-aware framework that makes *Modeling Strategy*…

Cited by 0SourceScholar
2025

Efficient Extreme Large-Scale Speaker Verification: Dynamic Active Sub Fully-Connected Layers for Faster Training and Memory Optimization

ICASSP 2025accepted

Using larger scale datasets in the training stage of speaker verification model usually leads to better performance. However, when the speaker number of the training dataset becomes extreme large (e.g., more than 1 million), the training speed and GPU memory demand will become bottlenecks which are…

Cited by 0SourceScholar
2025

Energy-based Model Guided Self-Supervised Learning for Speaker Verification

ICASSP 2025accepted

Self-supervised learning (SSL) has significantly advanced speaker verification, especially in scenarios with limited labeled data. This paper introduces Energy-based Confidence-Aware Distillation (EBCA-DINO), an SSL enhancement for speaker verification that integrates Energy-Based Models (EBMs) into…

Cited by 0SourceScholar
2025

Entriever: Energy-based Retriever for Knowledge-Grounded Dialog Systems

ACL 2025finding

The retriever, which retrieves relevant knowledge pieces from a knowledge base given a context, is an important component in many natural language processing (NLP) tasks. Retrievers have been introduced in knowledge-grounded dialog systems to improve knowledge acquisition. In knowledge-grounded dial…

2025

From Superficial to Deep: Integrating External Knowledge for Follow-up Question Generation Using Knowledge Graph and LLM

COLING 2025main

In a conversational system, dynamically generating follow-up questions based on context can help users explore information and provide a better user experience. Humans are usually able to ask questions that involve some general life knowledge and demonstrate higher order cognitive skills. However, t…

2025

InjectTST: Injecting Global Information into Independent Channels for Long Time Series Forecasting

ICASSP 2025accepted

Transformer has become one of the most popular architectures for multivariate time series (MTS) forecasting. However, existing Transformer-based methods still lack consideration of cross-time-and-channel dependency modeling, which is important to MTS forecasting. In addition, existing methods either…

Cited by 0SourceScholar
2025

Investigating and Scaling up Code-Switching for Multilingual Language Model Pre-Training

ACL 2025finding

Large language models (LLMs) exhibit remarkable multilingual capabilities despite the extreme language imbalance in the pre-training data. In this paper, we closely examine the reasons behind this phenomenon, focusing on the pre-training corpus. We find that the existence of code-switching, alternat…

2025

LOIRE: LifelOng learning on Incremental data via pre-trained language model gRowth Efficiently

ICLR 2025poster

Large-scale pre-trained language models (PLMs) require significant computational resources to train from scratch on large volumes of data. But in the real world, emerging data from diverse sources may not be initially available for pre-training. Recent studies on lifelong learning have tried to solv…

Cited by 0SourcePDFScholar
2025

Large Language Models Are Cross-Lingual Knowledge-Free Reasoners

NAACL 2025long

Large Language Models have demonstrated impressive reasoning capabilities across multiple languages. However, the relationship between capabilities in different languages is less explored. In this work, we decompose the process of reasoning tasks into two separated components: knowledge retrieval an…

2025

MoE-LPR: Multilingual Extension of Large Language Models Through Mixture-of-Experts with Language Priors Routing

AAAI 2025technical

Large Language Models (LLMs) are often English-centric due to the disproportionate distribution of languages in their pre-training data. Enhancing non-English language capabilities through post-pretraining often results in catastrophic forgetting of high-resource languages. Previous methods either a…

2025

MultiPL-MoE: Multi-Programming-Lingual Extension of Large Language Models through Hybrid Mixture-of-Experts

EMNLP 2025

Despite LLMs’ excellent code creation capabilities, multilingual code generation remains extremely challenging. To address this, we intent to improve the multi-programming-lingual (MultiPL) performance of the base LLMs while retaining the most popular ones using restricted computational resources. W

2025

Palette of Language Models: A Solver for Controlled Text Generation

NAACL 2025long

Recent advancements in large language models have revolutionized text generation with their remarkable capabilities. These models can produce controlled texts that closely adhere to specific requirements when prompted appropriately. However, designing an optimal prompt to control multiple attributes…

Cited by 0SourcePDFScholar
2025

Self-attention-based Graph-of-Thought for Math Problem Solving

ACL 2025finding

Applying Large Language Models (LLM) to solve math problems is one of the hottest research topics at present. Traditional Chain-of-Thought-based methods typically generate the reasoning path in a chain structure, leading to unnecessary interference caused by non-zero self-attention among weakly rela…

2025

Understanding LLMs’ Cross-Lingual Context Retrieval: How Good It Is And Where It Comes From

EMNLP 2025

Cross-lingual context retrieval (extracting contextual information in one language based on requests in another) is a fundamental aspect of cross-lingual alignment, but the performance and mechanism of it for large language models (LLMs) remains unclear. In this paper, we evaluate the cross-lingual

2024

A Generative Adversarial Framework for Dialogue Generation with Neural Architecture Search

ICASSP 2024accepted

Dialogue generation is a ambitious task that requires generating coherent and natural responses. In this paper, we propose a novel approach that utilizes a Seq2Seq generator enhanced by neural architecture search (NAS) on top of adversarial training to this end. Specifically, we apply the NAS for da…

Cited by 0SourceScholar
2024

Feature Mixing-Based Active Learning for Multi-Label Text Classification

ICASSP 2024accepted

Active learning (AL) aims to reduce labeling costs by selecting the most valuable samples to annotate from a set of unlabeled data. However, recognizing these samples is particularly challenging in multi-label text classification tasks due to the high dimensionality but sparseness of label spaces. E…

Cited by 0SourceScholar
2024

Getting More from Less: Large Language Models are Good Spontaneous Multilingual Learners

EMNLP 2024main

Recently, Large Language Models (LLMs) have shown impressive language capabilities, while most of them have very unbalanced performance across different languages. Multilingual alignment based on the translation parallel data is an effective method to enhance LLMs’ multilingual capabilities. In this…

2024

LLM as a metric critic for low resource relation identification

EMNLP 2024finding

In extremely low resource relation identification scenario, small language models (SLMs) incline to overfit, which significantly diminishes their accuracy. Recently, large language models (LLMs) are gradually applied to classification tasks with converting original objective into the generation task…

Cited by 0SourcePDFScholar
2024

Robust Self-Supervised Learning with Contrast Samples for Natural Language Understanding

ICASSP 2024accepted

To improve the robustness of pre-trained language models (PLMs), previous studies have focused more on how to efficiently obtain adversarial samples with similar semantics, but less attention has been paid to the perturbed samples that change the gold label. Therefore, to fully perceive the effects…

Cited by 0SourceScholar
2024

Temporal Knowledge Graph Embedding using Householder Transformations

ICASSP 2024accepted

The rapid development of Knowledge Graph (KG) technology has led to the emergence of Temporal Knowledge Graphs (TKGs), which hold significant research importance and value. Temporal Knowledge Graph Embedding (TKGE) techniques complement TKGs and predict links within them. The efficacy of TKGE hinges…

Cited by 0SourceScholar
2023

Beyond Layout Embedding: Layout Attention with Gaussian Biases for Structured Document Understanding

EMNLP 2023long findings

Effectively encoding layout information is a central problem in structured document understanding. Most existing methods rely heavily on millions of trainable parameters to learn the layout features of each word from Cartesian coordinates. However, two unresolved questions remain: (1) Is the Cartesi…

Cited by 0SourceScholar
2023

Dynamic Perceiver for Efficient Visual Recognition

ICCV 2023poster

Early exiting has become a promising approach to im- proving the inference efficiency of deep networks. By structuring models with multiple classifiers (exits), predictions for "easy" samples can be generated at earlier exits, negating the need for executing deeper layers. Current multi-exit network…

Cited by 36PDFcodeScholar
2023

ESCL: Equivariant Self-Contrastive Learning for Sentence Representations

ICASSP 2023accepted

Previous contrastive learning methods for sentence representations often focus on insensitive transformations to produce positive pairs, but neglect the role of sensitive transformations that are harmful to semantic representations. Therefore, we propose an Equivariant Self-Contrastive Learning (ESC…

Cited by 0SourceScholar
2023

Intent Does Matter! Propagating High-Order Relations for Exploring Interest Preferences

ICASSP 2023accepted

Session-based recommendation (SBR) aims to predict the user’s action at the next timestamp according to an anonymous yet short interaction sequence (i.e., session). Almost all the existing SBR solutions for user preference are only based on the current session without exploiting the high-order relat…

Cited by 0SourceScholar
2023

Learning to Leverage High-Order Medical Knowledge Graph for Joint Entity and Relation Extraction

ACL 2023findings

Automatic medical entity and relation extraction is essential for daily electronic medical record (EMR) analysis, and has attracted a lot of academic attention. Tremendous progress has been made in recent years. However, medical terms are difficult to understand, and their relations are more complic…

Cited by 9SourcePDFScholar
2023

Log-FGAER: Logic-Guided Fine-Grained Address Entity Recognition from Multi-Turn Spoken Dialogue

EMNLP 2023long main

Fine-grained address entity recognition (FGAER) from multi-turn spoken dialogues is particularly challenging. The major reason lies in that a full address is often formed through a conversation process. Different parts of an address are distributed through multiple turns of a dialogue with spoken no…

Cited by 0SourceScholar
2023

Multi-Action Dialog Policy Learning from Logged User Feedback

AAAI 2023technical

Multi-action dialog policy (MADP), which generates multiple atomic dialog actions per turn, has been widely applied in task-oriented dialog systems to provide expressive and efficient system responses. Existing MADP models usually imitate action combinations from the labeled multi-action dialog samp…

2023

Semi-Supervised Speech Enhancement Based On Speech Purity

ICASSP 2023accepted

We tend to assume most available speech corpora we use are either completely clean or completely noised. However, the reality is most of them are a mix of both. In this paper, we propose a semi-supervised speech enhancement framework to enhance such typical speech datasets. This framework includes a…

Cited by 0SourceScholar
2023

VE-KWS: Visual Modality Enhanced End-to-End Keyword Spotting

ICASSP 2023accepted

The performance of the keyword spotting (KWS) system based on audio modality, commonly measured in false alarms and false rejects, degrades significantly under the far field and noisy conditions. Therefore, audio-visual keyword spotting, which leverages complementary relationships over multiple moda…

Cited by 0SourceScholar
2022

Curriculum-Based Self-Training Makes Better Few-Shot Learners for Data-to-Text Generation

IJCAI 2022poster

Despite the success of text-to-text pre-trained models in various natural language generation (NLG) tasks, the generation performance is largely restricted by the number of labeled data in downstream tasks, particularly in data-to-text generation tasks. Existing works mostly utilize abundant unlabel…

2022

Generalized Intent Discovery: Learning from Open World Dialogue System

COLING 2022main

Traditional intent classification models are based on a pre-defined intent set and only recognize limited in-domain (IND) intent classes. But users may input out-of-domain (OOD) queries in a practical dialogue system. Such OOD queries can provide directions for future improvement. In this paper, we…

2022

HGCN: Harmonic Gated Compensation Network for Speech Enhancement

ICASSP 2022accepted

Mask processing in the time-frequency (T-F) domain through the neural network has been one of the mainstreams for single-channel speech enhancement. However, it is hard for most models to handle the situation when harmonics are partially masked by noise. To tackle this challenge, we propose a harmon…

Cited by 0SourceScholar
2022

Harmonic Gated Compensation Network Plus for ICASSP 2022 DNS Challenge

ICASSP 2022accepted

The harmonic structure of speech is resistant to noise, but the harmonics may still be partially masked by noise. Therefore, we previously proposed a harmonic gated compensation network (HGCN) to predict the full harmonic locations based on the unmasked harmonics and process the result of a coarse e…

Cited by 0SourceScholar
2022

PSSAT: A Perturbed Semantic Structure Awareness Transferring Method for Perturbation-Robust Slot Filling

COLING 2022main

Most existing slot filling models tend to memorize inherent patterns of entities and corresponding contexts from training data. However, these models can lead to system failure or undesirable outputs when being exposed to spoken language perturbation or variation in practice. We propose a perturbed…

Cited by 16SourcePDFScholar
2022

“Think Before You Speak”: Improving Multi-Action Dialog Policy by Planning Single-Action Dialogs

IJCAI 2022poster

Multi-action dialog policy (MADP), which generates multiple atomic dialog actions per turn, has been widely applied in task-oriented dialog systems to provide expressive and efficient system responses. Existing MADP models usually imitate action combinations from the labeled multi-action dialog samp…

2021

Learning to Check Contract Inconsistencies

AAAI 2021technical

Contract consistency is important in ensuring the legal validity of the contract. In many scenarios, a contract is written by filling the blanks in a precompiled form. Due to carelessness, two blanks that should be filled with the same (or different) content may be incorrectly filled with different…