paper-with-me

홈 › Papers

Self-training Large Language Models through Knowledge Detection

2024-06-17 · Wei Jie Yeo, Teddy Ferdinan, Przemyslaw Kazienko, Ranjan Satapathy, Erik Cambria

Large language models (LLMs) often necessitate extensive labeled datasets and training compute to achieve impressive performance across downstream tasks. This paper explores a self-training paradigm, where the LLM autonomously curates its own labels and selectively trains on unknown data samples identified through a reference-free consistency method. Empirical evaluations demonstrate significant improvements in reducing hallucination in generation across multiple subjects. Furthermore, the selective training framework mitigates catastrophic forgetting in out-of-distribution benchmarks, addressing a critical limitation in training LLMs. Our findings suggest that such an approach can substantially reduce the dependency on large labeled datasets, paving the way for more scalable and cost-effective language model training.

📄 PDF Abstract BibTeX arXiv:2406.11275

Code (1)

wj210/Self-Training-LLM 공식 구현 pytorch

Tasks

HallucinationLanguage ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Self-Tuning: Instructing LLMs to Effectively Acquire New Knowledge through Self-Teaching

2024-06-10 · Xiaoying Zhang, Baolin Peng, Ye Tian, Jingyan Zhou 외

Large language models (LLMs) often struggle to provide up-to-date information due to their one-time training and the constantly evolving nature of the world. To keep LLMs current, existing approaches typically involve co…

Memorization

OntoTune: Ontology-Driven Self-training for Aligning Large Language Models

2025-02-08 · Zhiqiang Liu, Chengtao Gan, Junjie Wang, Yichi Zhang 외

Existing domain-specific Large Language Models (LLMs) are typically developed by fine-tuning general-purposed LLMs with large-scale domain-specific corpora. However, training on large-scale corpora often fails to effecti…

Hypernym DiscoveryIn-Context Learning

QCRD: Quality-guided Contrastive Rationale Distillation for Large Language Models

2024-05-14 · Wei Wang, Zhaowei Li, Qi Xu, Yiqing Cai 외

The deployment of large language models (LLMs) faces considerable challenges concerning resource constraints and inference efficiency. Recent research has increasingly focused on smaller, task-specific models enhanced by…

Contrastive LearningDenoisingDiversityKnowledge Distillation+1

TinyThinker: Distilling Reasoning through Coarse-to-Fine Knowledge Internalization with Self-Reflection

2024-12-11 · Shengmin Piao, Sanghyun Park

Large Language Models exhibit impressive reasoning capabilities across diverse tasks, motivating efforts to distill these capabilities into smaller models through generated reasoning data. However, direct training on suc…

Into the Unknown: Self-Learning Large Language Models

2024-02-14 · Teddy Ferdinan, Jan Kocoń, Przemysław Kazienko

We address the main problem of self-learning LLM: the question of what to learn. We propose a self-learning LLM framework that enables an LLM to independently learn previously unknown knowledge through self-assessment of…

HallucinationSelf-Learning