paper-with-me

홈 › Papers

Enhanced Fine-Tuning of Lightweight Domain-Specific Q&A Model Based on Large Language Models

2024-08-22 · Shenglin Zhang, Pengtian Zhu, Minghua Ma, Jiagang Wang, Yongqian Sun, Dongwen Li, Jingyu Wang, Qianying Guo, Xiaolei Hua, Lin Zhu, Dan Pei

Large language models (LLMs) excel at general question-answering (Q&A) but often fall short in specialized domains due to a lack of domain-specific knowledge. Commercial companies face the dual challenges of privacy protection and resource constraints when involving LLMs for fine-tuning. This paper propose a novel framework, Self-Evolution, designed to address these issues by leveraging lightweight open-source LLMs through multiple iterative fine-tuning rounds. To enhance the efficiency of iterative fine-tuning, Self-Evolution employ a strategy that filters and reinforces the knowledge with higher value during the iterative process. We employed Self-Evolution on Qwen1.5-7B-Chat using 4,000 documents containing rich domain knowledge from China Mobile, achieving a performance score 174% higher on domain-specific question-answering evaluations than Qwen1.5-7B-Chat and even 22% higher than Qwen1.5-72B-Chat. Self-Evolution has been deployed in China Mobile's daily operation and maintenance for 117 days, and it improves the efficiency of locating alarms, fixing problems, and finding related reports, with an average efficiency improvement of over 18.6%. In addition, we release Self-Evolution framework code in https://github.com/Zero-Pointer/Self-Evolution.

📄 PDF Abstract BibTeX arXiv:2408.12247

Code (1)

zero-pointer/self-evolution 공식 구현 pytorch

Tasks

Question Answering

Similar Papers 제목 키워드 기반

FedCoLLM: A Parameter-Efficient Federated Co-tuning Framework for Large and Small Language Models

2024-11-18 · Tao Fan, Yan Kang, Guoqiang Ma, Lixin Fan 외

By adapting Large Language Models (LLMs) to domain-specific tasks or enriching them with domain-specific knowledge, we can fully harness the capabilities of LLMs. Nonetheless, a gap persists in achieving simultaneous mut…

Text Generation

Field Matters: A lightweight LLM-enhanced Method for CTR Prediction

2025-05-20 · Yu Cui, Feng Liu, Jiawei Chen, Xingyu Lou 외

Click-through rate (CTR) prediction is a fundamental task in modern recommender systems. In recent years, the integration of large language models (LLMs) has been shown to effectively enhance the performance of tradition…

Click-Through Rate PredictionRecommendation Systems

Domain Aligned CLIP for Few-shot Classification

2023-11-15 · Muhammad Waleed Gondal, Jochen Gast, Inigo Alonso Ruiz, Richard Droste 외

Large vision-language representation learning models like CLIP have demonstrated impressive performance for zero-shot transfer to downstream tasks while largely benefiting from inter-modal (image-text) alignment via cont…

BenchmarkingClassificationDomain Adaptationimage-classification+2

RadAdapt: Radiology Report Summarization via Lightweight Domain Adaptation of Large Language Models

2023-05-02 · Dave Van Veen, Cara Van Uden, Maayane Attias, Anuj Pareek 외

We systematically investigate lightweight strategies to adapt large language models (LLMs) for the task of radiology report summarization (RRS). Specifically, we focus on domain adaptation via pretraining (on natural lan…

Domain Adaptationparameter-efficient fine-tuning

ClassWise-SAM-Adapter: Parameter Efficient Fine-tuning Adapts Segment Anything to SAR Domain for Semantic Segmentation

2024-01-04 · Xinyang Pu, Hecheng Jia, Linghao Zheng, Feng Wang 외

In the realm of artificial intelligence, the emergence of foundation models, backed by high computing capabilities and extensive data, has been revolutionary. Segment Anything Model (SAM), built on the Vision Transformer…

Decoderparameter-efficient fine-tuningSegmentationSemantic Segmentation