paper-with-me

홈 › Papers

Instruction Finetuning LLaMA-3-8B Model Using LoRA for Financial Named Entity Recognition

2026-01-15 · Zhiming Lian arxiv

Particularly, financial named-entity recognition (NER) is one of the many important approaches to translate unformatted reports and news into structured knowledge graphs. However, free, easy-to-use large language models (LLMs) often fail to differentiate organisations as people, or disregard an actual monetary amount entirely. This paper takes Meta's Llama 3 8B and applies it to financial NER by combining instruction fine-tuning and Low-Rank Adaptation (LoRA). Each annotated sentence is converted into an instruction-input-output triple, enabling the model to learn task descriptions while fine-tuning with small low-rank matrices instead of updating all weights. Using a corpus of 1,693 sentences, our method obtains a micro-F1 score of 0.894 compared with Qwen3-8B, Baichuan2-7B, T5, and BERT-Base. We present dataset statistics, describe training hyperparameters, and perform visualizations of entity density, learning curves, and evaluation metrics. Our results show that instruction tuning combined with parameter-efficient fine-tuning enables state-of-the-art performance on domain-sensitive NER.

📄 PDF Abstract BibTeX arXiv:2601.10043

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuningKnowledge Graphs

Similar Papers 제목 키워드 기반

Instruction Finetuning DeepSeek-R1-8B Model Using LoRA and NEFTune

2026-06-09 · Wu Yuerong, Mingni Luo arxiv

Financial named-entity recognition (NER) is essential for translating unstructured financial reports and news into structured knowledge graphs. However, general-purpose large language models (LLMs) often misclassify fina…

Knowledge Graphs

Financial Text Classification Based On rLoRA Finetuning On Qwen3-8B model

2025-11-29 · Zhiming Lian arxiv

Financial text classification has increasingly become an important aspect in quantitative trading systems and related tasks, such as financial sentiment analysis and the classification of financial news. In this paper, w…

Text ClassificationSentiment Analysis

Label Supervised LLaMA Finetuning

2023-10-02 · Zongxi Li, Xianming Li, Yuzhang Liu, Haoran Xie 외

The recent success of Large Language Models (LLMs) has gained significant attention in both academia and industry. Substantial efforts have been made to enhance the zero- and few-shot generalization capabilities of open-…

GPUnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+7

Financial News Analytics Using Fine-Tuned Llama 2 GPT Model

2023-08-24 · Bohdan M. Pavlyshenko

The paper considers the possibility to fine-tune Llama 2 GPT large language model (LLM) for the multitask analysis of financial news. For fine-tuning, the PEFT/LoRA based approach was used. In the study, the model was fi…

Language ModelingLanguage ModellingLarge Language Model

Self-Alignment with Instruction Backtranslation

2023-08-11 · Xian Li, Ping Yu, Chunting Zhou, Timo Schick 외

We present a scalable method to build a high quality instruction following language model by automatically labelling human-written text with corresponding instructions. Our approach, named instruction backtranslation, st…

Instruction FollowingLanguage ModelingLanguage Modelling