TL;DR
Existing language models often struggle with specific tasks due to limited training data. A new dataset was created for the CCL25-Eval Task 5, and the Qwen2.5 model was fine-tuned using Low-Rank Adaptation (LoRA) techniques.
✦ Why It Matters
Engineers can leverage fine-tuning techniques like LoRA to improve model performance on specialized tasks with limited data.
Key Takeaways
How It Works
The study decomposes the poetic appreciation task into three subtasks: term interpretation, semantic interpretation, and emotional inference. This structured approach allows for targeted data collection and model training, leading to the creation of the CCPoetry-49K dataset.
The Qwen2.5-14B model is then fine-tuned using Low-Rank Adaptation (LoRA), which optimizes the model's performance for the specific nuances of classical poetry.
Related