← Search

Jinjie Yuan

6 accepted papers

2025

Mamba-Shedder: Post-Transformer Compression for Efficient Selective Structured State Space Models

NAACL 2025long

Large pre-trained models have achieved outstanding results in sequence modeling. The Transformer block and its attention mechanism have been the main drivers of the success of these models. Recently, alternative architectures, such as Selective Structured State Space Models (SSMs), have been propose…

2024

LoNAS: Elastic Low-Rank Adapters for Efficient Large Language Models

COLING 2024main

Large Language Models (LLMs) continue to grow, reaching hundreds of billions of parameters and making it challenging for Deep Learning practitioners with resource-constrained systems to use them, e.g., fine-tuning these models for a downstream task of their interest. Adapters, such as low-rank adapt…

2024

SQFT: Low-cost Model Adaptation in Low-precision Sparse Foundation Models

EMNLP 2024finding

Large pre-trained models (LPMs), such as large language models, have become ubiquitous and are employed in many applications. These models are often adapted to a desired domain or downstream task through a fine-tuning stage. This paper proposes SQFT, an end-to-end solution for low-precision sparse p…

2024

Shears: Unstructured Sparsity with Neural Low-rank Adapter Search

NAACL 2024industry

Recently, several approaches successfully demonstrated that weight-sharing Neural Architecture Search (NAS) can effectively explore a search space of elastic low-rank adapters (LoRA), allowing the parameter-efficient fine-tuning (PEFT) and compression of large language models. In this paper, we intr…

2021

SADGA: Structure-Aware Dual Graph Aggregation Network for Text-to-SQL

NeurIPS 2021poster

The Text-to-SQL task, aiming to translate the natural language of the questions into SQL queries, has drawn much attention recently. One of the most challenging problems of Text-to-SQL is how to generalize the trained model to the unseen database schemas, also known as the cross-domain Text-to-SQL…