paper-with-me

Papers

CatMemo at the FinLLM Challenge Task: Fine-Tuning Large Language Models using Data Fusion in Financial Applications

2024-07-02 · Yupeng Cao, Zhiyuan Yao, Zhi Chen, Zhiyang Deng

The integration of Large Language Models (LLMs) into financial analysis has garnered significant attention in the NLP community. This paper presents our solution to IJCAI-2024 FinLLM challenge, investigating the capabilities of LLMs within three critical areas of financial tasks: financial classification, financial text summarization, and single stock trading. We adopted Llama3-8B and Mistral-7B as base models, fine-tuning them through Parameter Efficient Fine-Tuning (PEFT) and Low-Rank Adaptation (LoRA) approaches. To enhance model performance, we combine datasets from task 1 and task 2 for data fusion. Our approach aims to tackle these diverse tasks in a comprehensive and integrated manner, showcasing LLMs' capacity to address diverse and complex financial tasks with improved accuracy and decision-making capabilities.

📄 PDF Abstract BibTeX arXiv:2407.01953

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingFinancial Analysisparameter-efficient fine-tuningTask 2Text Summarization

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
BASE 설명 없음

Similar Papers 제목 키워드 기반

FinLoRA: Finetuning Quantized Financial Large Language Models Using Low-Rank Adaptation

2024-12-16 · Dannong Wang, Daniel Kim, Bo Jin, Xingjian Zhao 외

Finetuned large language models (LLMs) have shown remarkable performance in financial tasks, such as sentiment analysis and information retrieval. Due to privacy concerns, finetuning and deploying Financial LLMs (FinLLMs…

GPUInformation RetrievalQuantizationRetrieval+1

A Survey of Large Language Models in Finance (FinLLMs)

2024-02-04 · Jean Lee, Nicholas Stevens, Soyeon Caren Han, Minseok Song

Large Language Models (LLMs) have shown remarkable capabilities across a wide variety of Natural Language Processing (NLP) tasks and have attracted attention from multiple domains, including financial services. Despite t…

Named Entity Recognition (NER)Question AnsweringSentiment ClassificationSurvey+3

Open-FinLLMs: Open Multimodal Large Language Models for Financial Applications

2024-08-20 · Jimin Huang, Mengxi Xiao, Dong Li, Zihao Jiang 외

Financial LLMs hold promise for advancing financial tasks and domain-specific applications. However, they are limited by scarce corpora, weak multimodal capabilities, and narrow evaluations, making them less suited for r…

Time Series

DISC-FinLLM: A Chinese Financial Large Language Model based on Multiple Experts Fine-tuning

2023-10-23 · Wei Chen, Qiushi Wang, Zefei Long, Xianyin Zhang 외

We propose Multiple Experts Fine-tuning Framework to build a financial large language model (LLM), DISC-FinLLM. Our methodology improves general LLMs by endowing them with multi-turn question answering abilities, domain …

Language ModelingLanguage ModellingLarge Language ModelQuestion Answering+2

L3iTC at the FinLLM Challenge Task: Quantization for Financial Text Classification & Summarization

2024-08-06 · Elvys Linhares Pontes, Carlos-Emiliano González-Gallardo, Mohamed Benjannet, Caryn Qu 외

This article details our participation (L3iTC) in the FinLLM Challenge Task 2024, focusing on two key areas: Task 1, financial text classification, and Task 2, financial text summarization. To address these challenges, w…

GPUQuantizationTask 2text-classification+2