paper-with-me

Papers

Instruction-Based Fine-tuning of Open-Source LLMs for Predicting Customer Purchase Behaviors

2025-01-28 · Halil Ibrahim Ergul, Selim Balcisoy, Burcin Bozkaya

In this study, the performance of various predictive models, including probabilistic baseline, CNN, LSTM, and finetuned LLMs, in forecasting merchant categories from financial transaction data have been evaluated. Utilizing datasets from Bank A for training and Bank B for testing, the superior predictive capabilities of the fine-tuned Mistral Instruct model, which was trained using customer data converted into natural language format have been demonstrated. The methodology of this study involves instruction fine-tuning Mistral via LoRA (LowRank Adaptation of Large Language Models) to adapt its vast pre-trained knowledge to the specific domain of financial transactions. The Mistral model significantly outperforms traditional sequential models, achieving higher F1 scores in the three key merchant categories of bank transaction data (grocery, clothing, and gas stations) that is crucial for targeted marketing campaigns. This performance is attributed to the model's enhanced semantic understanding and adaptability which enables it to better manage minority classes and predict transaction categories with greater accuracy. These findings highlight the potential of LLMs in predicting human behavior.

📄 PDF Abstract BibTeX arXiv:2502.15724

Code (0)

등록된 구현이 없습니다.

Tasks

Marketing

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

InverseCoder: Self-improving Instruction-Tuned Code LLMs with Inverse-Instruct

2024-07-08 · Yutong Wu, Di Huang, Wenxuan Shi, Wei Wang 외

Recent advancements in open-source code large language models (LLMs) have been driven by fine-tuning on the data generated from powerful closed-source LLMs, which are expensive to obtain. This paper explores whether it i…

Code GenerationCode SummarizationData AugmentationHumanEval+2

Building Instruction-Tuning Datasets from Human-Written Instructions with Open-Weight Large Language Models

2025-03-31 · Youmi Ma, Sakae Mizuki, Kazuki Fujii, Taishi Nakamura 외

Instruction tuning is crucial for enabling Large Language Models (LLMs) to solve real-world tasks. Prior work has shown the effectiveness of instruction-tuning data synthesized solely from LLMs, raising a fundamental que…

Okapi: Instruction-tuned Large Language Models in Multiple Languages with Reinforcement Learning from Human Feedback

2023-07-29 · Viet Dac Lai, Chien Van Nguyen, Nghia Trung Ngo, Thuat Nguyen 외

A key technology for the development of large language models (LLMs) involves instruction tuning that helps align the models' responses with human expectations to realize impressive learning abilities. Two major approach…

FMDLlama: Financial Misinformation Detection based on Large Language Models

2024-09-24 · Zhiwei Liu, Xin Zhang, Kailai Yang, Qianqian Xie 외

The emergence of social media has made the spread of misinformation easier. In the financial domain, the accuracy of information is crucial for various aspects of financial market, which has made financial misinformation…

Explanation GenerationInstruction FollowingMisinformation

AgentTuning: Enabling Generalized Agent Abilities for LLMs

2023-10-19 · Aohan Zeng, Mingdao Liu, Rui Lu, Bowen Wang 외

Open large language models (LLMs) with great performance in various tasks have significantly advanced the development of LLMs. However, they are far inferior to commercial models such as ChatGPT and GPT-4 when acting as …

Memorization