← Search

Lidan Shou

14 accepted papers

2025

CogSQL: A Cognitive Framework for Enhancing Large Language Models in Text-to-SQL Translation

AAAI 2025technical

Large language models (LLMs) have significantly advanced the performance of various natural language processing tasks, including text-to-SQL. Current LLM-based text-to-SQL schemes mainly focus on improving the understanding of natural language questions (NLQs) or refining the quality of generated SQ…

2025

FloE: On-the-Fly MoE Inference on Memory-constrained GPU

ICML 2025poster

With the widespread adoption of Mixture-of-Experts (MoE) models, there is a growing demand for efficient inference on memory-constrained devices. While offloading expert parameters to CPU memory and loading activated experts on demand has emerged as a potential solution, the large size of activated…

Cited by 0SourcePDFScholar
2025

SpecVLM: Enhancing Speculative Decoding of Video LLMs via Verifier-Guided Token Pruning

EMNLP 2025

Video large language models (Vid-LLMs) have shown strong capabilities in understanding video content. However, their reliance on dense video token representations introduces substantial memory and computational overhead in both prefilling and decoding. To mitigate the information loss of recent vide

2025

T2DR: A Two-Tier Deficiency-Resistant Framework for Incomplete Multimodal Learning

ACL 2025finding

Multimodal learning is garnering significant attention for its capacity to represent diverse human perceptions (e.g., linguistic, acoustic, and visual signals), achieving more natural and intuitive interactions with technology.However, the frequent occurrence of incomplete data, either within a sing…

2025

Train Small, Infer Large: Memory-Efficient LoRA Training for Large Language Models

ICLR 2025poster

Large Language Models (LLMs) have significantly advanced natural language processing with exceptional task generalization capabilities. Low-Rank Adaption (LoRA) offers a cost-effective fine-tuning solution, freezing the original model parameters and training only lightweight, low-rank adapter matric…

2024

CARAT: Contrastive Feature Reconstruction and Aggregation for Multi-Modal Multi-Label Emotion Recognition

AAAI 2024technical

Multi-modal multi-label emotion recognition (MMER) aims to identify relevant emotions from multiple modalities. The challenge of MMER is how to effectively capture discriminative features for multiple labels from heterogeneous data. Recent studies are mainly devoted to exploring various fusion strat…

2024

Draft & Verify: Lossless Large Language Model Acceleration via Self-Speculative Decoding

ACL 2024long

We present a novel inference scheme, self-speculative decoding, for accelerating Large Language Models (LLMs) without the need for an auxiliary model. This approach is characterized by a two-stage process: drafting and verification. The drafting stage generates draft tokens at a slightly lower quali…

2024

Variational Hybrid-Attention Framework for Multi-Label Few-Shot Aspect Category Detection

AAAI 2024technical

Multi-label few-shot aspect category detection (FS-ACD) is a challenging sentiment analysis task, which aims to learn a multi-label learning paradigm with limited training data. The difficulty of this task is how to use limited data to generalize effective discriminative representations for differen…

2023

Effective Continual Learning for Text Classification with Lightweight Snapshots

AAAI 2023technical

Continual learning is known for suffering from catastrophic forgetting, a phenomenon where previously learned concepts are forgotten upon learning new tasks. A natural remedy is to use trained models for old tasks as ‘teachers’ to regularize the update of the current model to prevent such forgetting…

2023

FedBFPT: An Efficient Federated Learning Framework for Bert Further Pre-training

IJCAI 2023poster

This study proposes FEDBFPT (Federated BERT Further Pre-Training), a Federated Learning (FL) framework for further pre-training the BERT language model in specialized domains while addressing privacy concerns. FEDBFPT enables multiple clients to collaboratively train the shallower layers of BERT, wh…

2022

Continual Federated Learning Based on Knowledge Distillation

IJCAI 2022poster

Federated learning (FL) is a promising approach for learning a shared global model on decentralized data owned by multiple clients without exposing their privacy. In real-world scenarios, data accumulated at the client-side varies in distribution over time. As a consequence, the global model tends t…

Cited by 86SourcePDFScholar
2022

SkipBERT: Efficient Inference with Shallow Layer Skipping

ACL 2022long

In this paper, we propose SkipBERT to accelerate BERT inference by skipping the computation of shallow layers. To achieve this, our approach encodes small text chunks into independent representations, which are then materialized to approximate the shallow representation of BERT. Since the use of suc…

2021

Effective Slot Filling via Weakly-Supervised Dual-Model Learning

AAAI 2021technical

Slot filling is a challenging task in Spoken Language Understanding (SLU). Supervised methods usually require large amounts of annotation to maintain desirable performance. A solution to relieve the heavy dependency on labeled data is to employ bootstrapping, which leverages unlabeled data. However,…