← Search

YongKang Liu

14 accepted papers

2026

Deformba: Vision State Space Model with Adaptive State Fusion

ICML 2026poster

State Space Models (SSMs) have emerged as a powerful and efficient alternative to Transformers, demonstrating linear-time complexity and exceptional sequence modeling capabilities. However, their application to vision tasks remains challenging. First, existing vision SSMs largely depend on manually …

Cited by 0SourceScholar
2026

From Parameter Dynamics to Risk Scoring: Quantifying Sample-Level Safety Degradation in LLM Fine-tuning

ICML 2026poster

Safety alignment of Large Language Models (LLMs) is extremely fragile, fine-tuning on small number of benign samples can erase safety behaviors learned from millions of preference examples. Existing studies attempt to explain this phenomenon by comparing parameters and hidden states before and after…

Cited by 0SourceScholar
2025

MUSE: A Multimodal Conversational Recommendation Dataset with Scenario-Grounded User Profiles

ACL 2025finding

Current conversational recommendation systems focus predominantly on text. However, real-world recommendation settings are generally multimodal, causing a significant gap between existing research and practical applications. To address this issue, we propose Muse, the first multimodal conversational…

Cited by 0SourcePDFScholar
2025

MamBEV: Enabling State Space Models to Learn Birds-Eye-View Representations

ICLR 2025poster

3D visual perception tasks, such as 3D detection from multi-camera images, are essential components of autonomous driving and assistance systems. However, designing computationally efficient methods remains a significant challenge. In this paper, we propose a Mamba-based framework called MamBEV, whi…

2025

Pixel-Level Reasoning Segmentation via Multi-turn Conversations

ACL 2025long

Existing visual perception systems focus on region-level segmentation in single-turn dialogues, relying on complex and explicit query instructions. Such systems cannot reason at the pixel level and comprehend dynamic user intent that changes over interaction. Our work tackles this issue by introduci…

2025

SSMLoRA: Enhancing Low-Rank Adaptation with State Space Model

NAACL 2025long

Fine-tuning is a key approach for adapting language models to specific downstream tasks, but updating all model parameters becomes impractical as model sizes increase.Parameter-Efficient Fine-Tuning (PEFT) methods, such as Low-Rank Adaptation (LoRA), address this challenge by introducing additional…

2025

SolEval: Benchmarking Large Language Models for Repository-level Solidity Smart Contract Generation

EMNLP 2025

Large language models (LLMs) have transformed code generation.However, most existing approaches focus on mainstream languages such as Python and Java, neglecting the Solidity language, the predominant programming language for Ethereum smart contracts.Due to the lack of adequate benchmarks for Solidi

2024

HiFT: A Hierarchical Full Parameter Fine-Tuning Strategy

EMNLP 2024main

Full-parameter fine-tuning (FPFT) has become the go-to choice for adapting language models (LMs) to downstream tasks due to its excellent performance. As LMs grow in size, fine-tuning the full parameters of LMs requires a prohibitively large amount of GPU memory. Existing approaches utilize zeroth-o…

2023

Continual Vision-based Reinforcement Learning with Group Symmetries

CoRL 2023oral

Continual reinforcement learning aims to sequentially learn a variety of tasks, retaining the ability to perform previously encountered tasks while simultaneously developing new policies for novel tasks. However, current continual RL approaches overlook the fact that certain tasks are identical unde…

Cited by 10SourceScholar
2023

PVGRU: Generating Diverse and Relevant Dialogue Responses via Pseudo-Variational Mechanism

ACL 2023long

We investigate response generation for multi-turn dialogue in generative chatbots. Existing generative modelsbased on RNNs (Recurrent Neural Networks) usually employ the last hidden state to summarize the history, which makesmodels unable to capture the subtle variability observed in different dialo…

2022

DialogConv: A Lightweight Fully Convolutional Network for Multi-view Response Selection

EMNLP 2022main

Current end-to-end retrieval-based dialogue systems are mainly based on Recurrent Neural Networks or Transformers with attention mechanisms. Although promising results have been achieved, these models often suffer from slow inference or huge number of parameters. In this paper, we propose a novel li…

2022

MulZDG: Multilingual Code-Switching Framework for Zero-shot Dialogue Generation

COLING 2022main

Building dialogue generation systems in a zero-shot scenario remains a huge challenge, since the typical zero-shot approaches in dialogue generation rely heavily on large-scale pre-trained language generation models such as GPT-3 and T5. The research on zero-shot dialogue generation without cumberso…

2021

A Graph Reasoning Network for Multi-turn Response Selection via Customized Pre-training

AAAI 2021technical

We investigate response selection for multi-turn conversation in retrieval-based chatbots. Existing studies pay more attention to the matching between utterances and responses by calculating the matching score based on learned features, leading to insufficient model reasoning ability. In this paper,…

Cited by 19SourcePDFScholar