CRE-LLM: A Domain-Specific Chinese Relation Extraction Framework with Fine-tuned Large Language Model
Zhengpeng Shi, Haoran Luo

TL;DR
This paper introduces CRE-LLM, a novel framework that fine-tunes open-source large language models to improve domain-specific Chinese relation extraction, demonstrating state-of-the-art results on specialized datasets.
Contribution
The paper presents a new LLM-based framework for Chinese relation extraction that enhances logic-awareness and generative capabilities through prompt design and instruction fine-tuning.
Findings
CRE-LLM achieves SOTA performance on FinRE dataset.
The framework is robust across multiple open-source LLMs.
It simplifies relation extraction by direct entity relation prediction.
Abstract
Domain-Specific Chinese Relation Extraction (DSCRE) aims to extract relations between entities from domain-specific Chinese text. Despite the rapid development of PLMs in recent years, especially LLMs, DSCRE still faces three core challenges: complex network structure design, poor awareness, and high consumption of fine-tuning. Given the impressive performance of large language models (LLMs) in natural language processing, we propose a new framework called CRE-LLM. This framework is based on fine-tuning open-source LLMs, such as Llama-2, ChatGLM2, and Baichuan2. CRE-LLM enhances the logic-awareness and generative capabilities of the model by constructing an appropriate prompt and utilizing open-source LLMs for instruction-supervised fine-tuning. And then it directly extracts the relations of the given entities in the input textual data, which improving the CRE approach. To demonstrate…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling
