paper-with-me

홈 › Papers

SwitchGPT: Adapting Large Language Models for Non-Text Outputs

2023-09-14 · Xinyu Wang, Bohan Zhuang, Qi Wu

Large Language Models (LLMs), primarily trained on text-based datasets, exhibit exceptional proficiencies in understanding and executing complex linguistic instructions via text outputs. However, they falter when requests to generate non-text ones. Concurrently, modality conversion models, such as text-to-image, despite generating high-quality images, suffer from a lack of extensive textual pretraining. As a result, these models are only capable of accommodating specific image descriptions rather than comprehending more complex instructions. To bridge this gap, we propose a novel approach, \methodname, from a modality conversion perspective that evolves a text-based LLM into a multi-modal one. We specifically employ a minimal dataset to instruct LLMs to recognize the intended output modality as directed by the instructions. Consequently, the adapted LLM can effectively summon various off-the-shelf modality conversion models from the model zoos to generate non-text responses. This circumvents the necessity for complicated pretraining that typically requires immense quantities of paired multi-modal data, while simultaneously inheriting the extensive knowledge of LLMs and the ability of high-quality generative models. To evaluate and compare the adapted multi-modal LLM with its traditional counterparts, we have constructed a multi-modal instruction benchmark that solicits diverse modality outputs. The experiment results reveal that, with minimal training, LLMs can be conveniently adapted to comprehend requests for non-text responses, thus achieving higher flexibility in multi-modal scenarios. Code and data will be made available at https://github.com/xinke-wang/SwitchGPT.

📄 PDF Abstract BibTeX arXiv:2309.07623

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Systematic Analysis of Declining Medical Safety Messaging in Generative AI Models

2025-07-08 · Sonali Sharma, Ahmed M. Alaa, Roxana Daneshjou

Generative AI models, including large language models (LLMs) and vision-language models (VLMs), are increasingly used to interpret medical images and answer clinical questions. Their responses often include inaccuracies;…

Process for Adapting Language Models to Society (PALMS) with Values-Targeted Datasets

2021-06-18 · NeurIPS 2021 12 · Irene Solaiman, Christy Dennison

Language models can generate harmful and biased outputs and exhibit undesirable behavior according to a given cultural context. We propose a Process for Adapting Language Models to Society (PALMS) with Values-Targeted Da…

Language ModelingLanguage Modelling

LLMs + Persona-Plug = Personalized LLMs

2024-09-18 · Jiongnan Liu, Yutao Zhu, Shuting Wang, Xiaochi Wei 외

Personalization plays a critical role in numerous language tasks and applications, since users with the same requirements may prefer diverse outputs based on their individual interests. This has led to the development of…

Language Modelling

RapGuard: Safeguarding Multimodal Large Language Models via Rationale-aware Defensive Prompting

2024-12-25 · Yilei Jiang, Yingshui Tan, Xiangyu Yue

While Multimodal Large Language Models (MLLMs) have made remarkable progress in vision-language reasoning, they are also more susceptible to producing harmful content compared to models that focus solely on text. Existin…

Integrating Emotional and Linguistic Models for Ethical Compliance in Large Language Models

2024-05-11 · Edward Y. Chang

This research develops advanced methodologies for Large Language Models (LLMs) to better manage linguistic behaviors related to emotions and ethics. We introduce DIKE, an adversarial framework that enhances the LLMs' abi…

EthicsSelf-Supervised Learning