paper-with-me

홈 › Papers

Can Low-Rank Knowledge Distillation in LLMs be Useful for Microelectronic Reasoning?

2024-06-19 · Nirjhor Rouf, Fin Amin, Paul D. Franzon

In this work, we present empirical results regarding the feasibility of using offline large language models (LLMs) in the context of electronic design automation (EDA). The goal is to investigate and evaluate a contemporary language model's (Llama-2-7B) ability to function as a microelectronic Q & A expert as well as its reasoning, and generation capabilities in solving microelectronic-related problems. Llama-2-7B was tested across a variety of adaptation methods, including introducing a novel low-rank knowledge distillation (LoRA-KD) scheme. Our experiments produce both qualitative and quantitative results.

📄 PDF Abstract BibTeX arXiv:2406.13808

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Intermediate Distillation: Data-Efficient Distillation from Black-Box LLMs for Information Retrieval

2024-06-18 · Zizhong Li, Haopeng Zhang, Jiawei Zhang

Recent research has explored distilling knowledge from large language models (LLMs) to optimize retriever models, especially within the retrieval-augmented generation (RAG) framework. However, most existing training meth…

Information RetrievalKnowledge DistillationQuestion AnsweringRAG+2

Enhancing Knowledge Distillation of Large Language Models through Efficient Multi-Modal Distribution Alignment

2024-09-19 · Tianyu Peng, Jiajun Zhang

Knowledge distillation (KD) is an effective model compression method that can transfer the internal capabilities of large language models (LLMs) to smaller ones. However, the multi-modal probability distribution predicte…

Knowledge DistillationModel Compression

BiLD: Bi-directional Logits Difference Loss for Large Language Model Distillation

2024-06-19 · Minchong Li, Feng Zhou, Xiaohui Song

In recent years, large language models (LLMs) have shown exceptional capabilities across various natural language processing (NLP) tasks. However, such impressive performance often comes with the trade-off of an increase…

Knowledge DistillationLanguage ModelingLanguage ModellingLarge Language Model

Demystifying Low-Rank Knowledge Distillation in Large Language Models: Convergence, Generalization, and Information-Theoretic Guarantees

2026-03-22 · Alberlucia Rafael Soarez, Daniel Kim, Mariana Costa, Alejandro Torre arxiv

Knowledge distillation has emerged as a powerful technique for compressing large language models (LLMs) into efficient, deployable architectures while preserving their advanced capabilities. Recent advances in low-rank k…

Knowledge DistillationModel Compression

RankDistil: Knowledge Distillation for Ranking

2021-04-13 · AISTATS 2021 4 · Sashank J. Reddi, Rama Kumar Pasumarthi, Aditya Krishna Menon, Ankit Singh Rawat Felix Yu 외

Knowledge distillation is an approach to improve the performance of a student model by using the knowledge of a complex teacher.Despite its success in several deep learning applications, the study of distillation is most…

Document RankingKnowledge Distillation