paper-with-me

홈 › Papers

Retrieval-Augmented Dynamic Prompt Tuning for Incomplete Multimodal Learning

2025-01-02 · Jian Lang, Zhangtao Cheng, Ting Zhong, Fan Zhou

Multimodal learning with incomplete modality is practical and challenging. Recently, researchers have focused on enhancing the robustness of pre-trained MultiModal Transformers (MMTs) under missing modality conditions by applying learnable prompts. However, these prompt-based methods face several limitations: (1) incomplete modalities provide restricted modal cues for task-specific inference, (2) dummy imputation for missing content causes information loss and introduces noise, and (3) static prompts are instance-agnostic, offering limited knowledge for instances with various missing conditions. To address these issues, we propose RAGPT, a novel Retrieval-AuGmented dynamic Prompt Tuning framework. RAGPT comprises three modules: (I) the multi-channel retriever, which identifies similar instances through a within-modality retrieval strategy, (II) the missing modality generator, which recovers missing information using retrieved contexts, and (III) the context-aware prompter, which captures contextual knowledge from relevant instances and generates dynamic prompts to largely enhance the MMT's robustness. Extensive experiments conducted on three real-world datasets show that RAGPT consistently outperforms all competitive baselines in handling incomplete modality problems. The code of our work and prompt-based baselines is available at https://github.com/Jian-Lang/RAGPT.

📄 PDF Abstract BibTeX arXiv:2501.01120

Code (1)

jian-lang/ragpt 공식 구현 pytorch

Tasks

ImputationRetrieval

Similar Papers 제목 키워드 기반

Retrieval-Augmented Few-Shot Prompting Versus Fine-Tuning for Code Vulnerability Detection

2025-11-28 · Fouad Trad, Ali Chehab arxiv

Few-shot prompting has emerged as a practical alternative to fine-tuning for leveraging the capabilities of large language models (LLMs) in specialized tasks. However, its effectiveness depends heavily on the selection a…

Vulnerability Detection

Context Tuning for Retrieval Augmented Generation

2023-12-09 · Raviteja Anantha, Tharun Bethi, Danil Vodianik, Srinivas Chappidi

Large language models (LLMs) have the remarkable ability to solve new tasks with just a few examples, but they need access to the right tools. Retrieval Augmented Generation (RAG) addresses this problem by retrieving a l…

HallucinationRAGRetrievalRetrieval-augmented Generation

Novelty Controlled Paraphrase Generation with Retrieval Augmented Conditional Prompt Tuning

2022-02-01 · Jishnu Ray Chowdhury, Yong Zhuang, Shuyi Wang

Paraphrase generation is a fundamental and long-standing task in natural language processing. In this paper, we concentrate on two contributions to the task: (1) we propose Retrieval Augmented Prompt Tuning (RAPT) as a p…

Paraphrase GenerationRetrieval

Parameter Efficient Tuning Allows Scalable Personalization of LLMs for Text Entry: A Case Study on Abbreviation Expansion

2023-12-21 · Katrin Tomanek, Shanqing Cai, Subhashini Venugopalan

Abbreviation expansion is a strategy used to speed up communication by limiting the amount of typing and using a language model to suggest expansions. Here we look at personalizing a Large Language Model's (LLM) suggesti…

Language ModelingLanguage ModellingRetrievalRetrieval-augmented Generation

Retrieval Augmented Instruction Tuning for Open NER with Large Language Models

2024-06-25 · Tingyu Xie, Jian Zhang, Yan Zhang, Yuanyuan Liang 외

The strong capability of large language models (LLMs) has been applied to information extraction (IE) through either retrieval augmented prompting or instruction tuning (IT). However, the best way to incorporate informat…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+1