paper-with-me

Papers

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

2024-06-10 · Xiaoying Zhang, Baolin Peng, Ye Tian, Jingyan Zhou, YiPeng Zhang, Haitao Mi, Helen Meng

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 continued pre-training on new documents. However, they frequently face difficulties in extracting stored knowledge. Motivated by the remarkable success of the Feynman Technique in efficient human learning, we introduce Self-Tuning, a learning framework aimed at improving an LLM's ability to effectively acquire new knowledge from unseen raw documents through self-teaching. Specifically, we develop a Self-Teaching strategy that augments the documents with a set of knowledge-intensive tasks created in a self-supervised manner, focusing on three crucial aspects: memorization, comprehension, and self-reflection. Additionally, we introduce three Wiki-Newpages-2023-QA datasets to facilitate an in-depth analysis of an LLM's knowledge acquisition ability concerning memorization, extraction, and reasoning. Extensive experimental results on various models, e.g., Llama2-7B reveal that Self-Tuning consistently exhibits superior performance across all knowledge acquisition tasks and excels in preserving previous knowledge.

📄 PDF Abstract BibTeX arXiv:2406.06326

Code (1)

zhangxy-2019/Effective-Knowledge-Injection 공식 구현 pytorch

Tasks

Memorization

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Bootstrapping LLM-based Task-Oriented Dialogue Agents via Self-Talk

2024-01-10 · Dennis Ulmer, Elman Mansimov, Kaixiang Lin, Justin Sun 외

Large language models (LLMs) are powerful dialogue agents, but specializing them towards fulfilling a specific function can be challenging. Instructing tuning, i.e. tuning models on instruction and sample responses gener…

Large Language Models Know What Makes Exemplary Contexts

2024-08-14 · Quanyu Long, Jianda Chen, Wenya Wang, Sinno Jialin Pan

In-context learning (ICL) has proven to be a significant capability with the advancement of Large Language models (LLMs). By instructing LLMs using few-shot demonstrative examples, ICL enables them to perform a wide rang…

DiversityIn-Context LearningRetrieval

Mining the Explainability and Generalization: Fact Verification Based on Self-Instruction

2024-05-21 · Guangyao Lu, Yulin Liu

Fact-checking based on commercial LLMs has become mainstream. Although these methods offer high explainability, it falls short in accuracy compared to traditional fine-tuning approaches, and data security is also a signi…

Contrastive LearningData AugmentationFact CheckingFact Verification+2

Enhance Graph Alignment for Large Language Models

2024-10-15 · Haitong Luo, Xuying Meng, Suhang Wang, Tianxiang Zhao 외

Graph-structured data is prevalent in the real world. Recently, due to the powerful emergent capabilities, Large Language Models (LLMs) have shown promising performance in modeling graphs. The key to effectively applying…

General KnowledgeText Matching

ProgGen: Generating Named Entity Recognition Datasets Step-by-step with Self-Reflexive Large Language Models

2024-03-17 · Yuzhao Heng, Chunyuan Deng, Yitong Li, Yue Yu 외

Although Large Language Models (LLMs) exhibit remarkable adaptability across domains, these models often fall short in structured knowledge extraction tasks such as named entity recognition (NER). This paper explores an …

Attributenamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1