paper-with-me

홈 › Papers

Generative Large Language Models Are All-purpose Text Analytics Engines: Text-to-text Learning Is All Your Need

2023-12-11 · Cheng Peng, Xi Yang, Aokun Chen, Zehao Yu, Kaleb E Smith, Anthony B Costa, Mona G Flores, Jiang Bian, Yonghui Wu

Objective To solve major clinical natural language processing (NLP) tasks using a unified text-to-text learning architecture based on a generative large language model (LLM) via prompt tuning. Methods We formulated 7 key clinical NLP tasks as text-to-text learning and solved them using one unified generative clinical LLM, GatorTronGPT, developed using GPT-3 architecture and trained with up to 20 billion parameters. We adopted soft prompts (i.e., trainable vectors) with frozen LLM, where the LLM parameters were not updated (i.e., frozen) and only the vectors of soft prompts were updated, known as prompt tuning. We added additional soft prompts as a prefix to the input layer, which were optimized during the prompt tuning. We evaluated the proposed method using 7 clinical NLP tasks and compared them with previous task-specific solutions based on Transformer models. Results and Conclusion The proposed approach achieved state-of-the-art performance for 5 out of 7 major clinical NLP tasks using one unified generative LLM. Our approach outperformed previous task-specific transformer models by ~3% for concept extraction and 7% for relation extraction applied to social determinants of health, 3.4% for clinical concept normalization, 3.4~10% for clinical abbreviation disambiguation, and 5.5~9% for natural language inference. Our approach also outperformed a previously developed prompt-based machine reading comprehension (MRC) model, GatorTron-MRC, for clinical concept and relation extraction. The proposed approach can deliver the `one model for all` promise from training to deployment using a unified generative LLM.

📄 PDF Abstract BibTeX arXiv:2312.06099

Code (0)

등록된 구현이 없습니다.

Tasks

AllLanguage ModellingLarge Language ModelMachine Reading ComprehensionNatural Language InferenceReading ComprehensionRelation Extraction

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
15 Ways to Contact How can i speak to someone at Delta Airlines 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
{Dispute@FaQ-s}How to file a dispute with Expedia? How to file a dispute with Expedia? To file a complaint against Expedia, first try contacting their customer service directly. You can reach them by phone at…
Weight Decay 설명 없음
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

InterChat: Enhancing Generative Visual Analytics using Multimodal Interactions

2025-03-06 · Juntong Chen, Jiang Wu, Jiajing Guo, Vikram Mohanty 외

The rise of Large Language Models (LLMs) and generative visual analytics systems has transformed data-driven insights, yet significant challenges persist in accurately interpreting users' analytical and interaction inten…

Prompt Engineering

EPIC: Generative AI Platform for Accelerating HPC Operational Data Analytics

2025-08-29 · Ahmad Maroof Karimi, Woong Shin, Jesse Hines, Tirthankar Ghosal 외 arxiv

We present EPIC, an AI-driven platform designed to augment operational data analytics. EPIC employs a hierarchical multi-agent architecture where a top-level large language model provides query processing, reasoning and …

Information Retrieval

VIDEE: Visual and Interactive Decomposition, Execution, and Evaluation of Text Analytics with Intelligent Agents

2025-06-17 · Sam Yu-Te Lee, Chengyang Ji, Shicheng Wen, Lifu Huang 외

Text analytics has traditionally required specialized knowledge in Natural Language Processing (NLP) or text analysis, which presents a barrier for entry-level analysts. Recent advances in large language models (LLMs) ha…

Human Agent Collaboration

Differential Privacy for Text Analytics via Natural Text Sanitization

2021-06-02 · Findings (ACL) 2021 8 · Xiang Yue, Minxin Du, Tianhao Wang, Yaliang Li 외

Texts convey sophisticated knowledge. However, texts also convey sensitive information. Despite the success of general-purpose language models and domain-specific mechanisms with differential privacy (DP), existing text …

Language ModelingLanguage ModellingPrivacy Preserving

CFGPT: Chinese Financial Assistant with Large Language Model

2023-09-19 · Jiangtong Li, Yuxuan Bian, Guoxuan Wang, Yang Lei 외

Large language models (LLMs) have demonstrated great potential in natural language processing tasks within the financial domain. In this work, we present a Chinese Financial Generative Pre-trained Transformer framework, …

Decision MakingFinancial AnalysisLanguage ModelingLanguage Modelling+2