GPT-3 Models Are Few-shot Financial Reasoners · The Large Language Model Bible Contribute to LLM-Bible

GPT-3 Models Are Few-shot Financial Reasoners

De Padua Raul Salles, Qureshi Imran, Karakaplan Mustafa U.. CS IT Conference Proceedings 2023

[Paper]    
Applications Few Shot Fine Tuning GPT Model Architecture Pretraining Methods Prompting Reinforcement Learning Training Techniques

Financial analysis is an important tool for evaluating company performance. Practitioners work to answer financial questions to make profitable investment decisions, and use advanced quantitative analyses to do so. As a result, Financial Question Answering (QA) is a question answering task that requires deep reasoning about numbers. Furthermore, it is unknown how well pre-trained language models can reason in the financial domain. The current state-of-the-art requires a retriever to collect relevant facts about the financial question from the text and a generator to produce a valid financial program and a final answer. However, recently large language models like GPT-3 have achieved state-of-the-art performance on wide variety of tasks with just a few shot examples. We run several experiments with GPT-3 and find that a separate retrieval model and logic engine continue to be essential components to achieving SOTA performance in this task, particularly due to the precise nature of financial questions and the complex information stored in financial documents. With this understanding, our refined prompt-engineering approach on GPT-3 achieves near SOTA accuracy without any fine-tuning.

Similar Work