paper-with-me

홈 › Papers

Seeking Neural Nuggets: Knowledge Transfer in Large Language Models from a Parametric Perspective

2023-10-17 · Ming Zhong, Chenxin An, Weizhu Chen, Jiawei Han, Pengcheng He

Large Language Models (LLMs) inherently encode a wealth of knowledge within their parameters through pre-training on extensive corpora. While prior research has delved into operations on these parameters to manipulate the underlying implicit knowledge (encompassing detection, editing, and merging), there remains an ambiguous understanding regarding their transferability across models with varying scales. In this paper, we seek to empirically investigate knowledge transfer from larger to smaller models through a parametric perspective. To achieve this, we employ sensitivity-based techniques to extract and align knowledge-specific parameters between different LLMs. Moreover, the LoRA module is used as the intermediary mechanism for injecting the extracted knowledge into smaller models. Evaluations across four benchmarks validate the efficacy of our proposed method. Our findings highlight the critical factors contributing to the process of parametric knowledge transfer, underscoring the transferability of model parameters across LLMs of different scales. Project website: https://maszhongming.github.io/ParaKnowTransfer.

📄 PDF Abstract BibTeX arXiv:2310.11451

Code (1)

maszhongming/paraknowtransfer 공식 구현 pytorch

Tasks

Transfer Learning

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Small Language Model as Data Prospector for Large Language Model

2024-12-13 · Shiwen Ni, Haihong Wu, Di Yang, Qiang Qu 외

The quality of instruction data directly affects the performance of fine-tuned Large Language Models (LLMs). Previously, \cite{li2023one} proposed \texttt{NUGGETS}, which identifies and selects high-quality quality data …

Language ModelingLanguage ModellingLarge Language Modelmodel+1

Conversational Gold: Evaluating Personalized Conversational Search System using Gold Nuggets

2025-03-12 · Zahra Abbasiantaeb, Simon Lupart, Leif Azzopardi, Jeffery Dalton 외

The rise of personalized conversational search systems has been driven by advancements in Large Language Models (LLMs), enabling these systems to retrieve and generate answers for complex information needs. However, the …

Answer GenerationConversational SearchHallucinationRAG+2

Chatbot Arena Meets Nuggets: Towards Explanations and Diagnostics in the Evaluation of LLM Responses

2025-04-28 · Sahel Sharifymoghaddam, Shivani Upadhyay, Nandan Thakur, Ronak Pradeep 외

Battles, or side-by-side comparisons in so called arenas that elicit human preferences, have emerged as a popular approach to assessing the output quality of LLMs. Recently, this idea has been extended to retrieval-augme…

ChatbotDiagnosticRAGRetrieval-augmented Generation

One-Shot Learning as Instruction Data Prospector for Large Language Models

2023-12-16 · Yunshui Li, Binyuan Hui, Xiaobo Xia, Jiaxi Yang 외

Contemporary practices in instruction tuning often hinge on enlarging data scaling without a clear strategy for ensuring data quality, inadvertently introducing noise that may compromise model performance. To address thi…

One-Shot Learning

Grounded and Transparent Response Generation for Conversational Information-Seeking Systems

2024-06-27 · Weronika Łajewska

While previous conversational information-seeking (CIS) research has focused on passage retrieval, reranking, and query rewriting, the challenge of synthesizing retrieved information into coherent responses remains. The …

Conversational Response GenerationPassage RetrievalRerankingResponse Generation+1