Large Language Model Prompt Chaining For Long Legal Document Classification · The Large Language Model Bible Contribute to LLM-Bible

Large Language Model Prompt Chaining For Long Legal Document Classification

Trautmann Dietrich. Arxiv 2023

[Paper]    
Few Shot GPT In Context Learning Model Architecture Prompting RAG Training Techniques

Prompting is used to guide or steer a language model in generating an appropriate response that is consistent with the desired outcome. Chaining is a strategy used to decompose complex tasks into smaller, manageable components. In this study, we utilize prompt chaining for extensive legal document classification tasks, which present difficulties due to their intricate domain-specific language and considerable length. Our approach begins with the creation of a concise summary of the original document, followed by a semantic search for related exemplar texts and their corresponding annotations from a training corpus. Finally, we prompt for a label - based on the task - to assign, by leveraging the in-context learning from the few-shot prompt. We demonstrate that through prompt chaining, we can not only enhance the performance over zero-shot, but also surpass the micro-F1 score achieved by larger models, such as ChatGPT zero-shot, using smaller models.

Similar Work