← Search

Suyu Ge

5 accepted papers

2025

A Little Goes a Long Way: Efficient Long Context Training and Inference with Partial Contexts

ICLR 2025poster

Training and serving long-context large language models (LLMs) incurs substantial overhead. To address this, two critical steps are often required: a pretrained LLM typically undergoes a separate stage for context length extension by training on long-context data, followed by architectural modifica…

Cited by 4SourcePDFScholar
2024

MART: Improving LLM Safety with Multi-round Automatic Red-Teaming

NAACL 2024long

Red-teaming is a common practice for mitigating unsafe behaviors in Large Language Models (LLMs), which involves thoroughly assessing LLMs to identify potential flaws and addressing them with responsible and accurate responses.While effective, manual red-teaming is costly, and existing automatic red…

Cited by 99SourcePDFScholar
2024

Model Tells You What to Discard: Adaptive KV Cache Compression for LLMs

ICLR 2024oral

In this study, we introduce adaptive KV cache compression, a plug-and-play method that reduces the memory footprint of generative inference for Large Language Models (LLMs). Different from the conventional KV cache that retains key and value vectors for all context tokens, we conduct targeted profil…

2023

Augmenting Zero-Shot Dense Retrievers with Plug-in Mixture-of-Memories

EMNLP 2023long main

In this paper we improve the zero-shot generalization ability of language models via Mixture-Of-Memory Augmentation (MoMA), a mechanism that retrieves augmentation documents from multiple information corpora (external memories), with the option to ''plug in'' unseen memory at inference time. We deve…

Cited by 0SourcecodeScholar
2022

Unsupervised Multi-Granularity Summarization

EMNLP 2022finding

Text summarization is a user-preference based task, i.e., for one document, users often have different priorities for the summary. As a key aspect of customization in summarization, granularity is used to measure the semantic coverage between the summary and source document. However, developing syst…

Cited by 14SourcePDFScholar