惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

The GitHub Blog
The GitHub Blog
博客园 - 三生石上(FineUI控件)
V
V2EX
博客园 - 司徒正美
小众软件
小众软件
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
T
Tailwind CSS Blog
Last Week in AI
Last Week in AI
雷峰网
雷峰网
月光博客
月光博客
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Apple Machine Learning Research
Apple Machine Learning Research
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
S
SegmentFault 最新的问题
美团技术团队
Hugging Face - Blog
Hugging Face - Blog
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享
爱范儿
爱范儿
博客园 - 聂微东
量子位
J
Java Code Geeks
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Vercel News
Vercel News

Transactions of the Association for Computational Linguistics

A Systematic Review of NLP for Dementia: Tasks, Datasets and Opportunities TALE: Token-Adaptive Low-Rank KVCache Approximation with Reconstruction Elimination Large Language Models Are Human-Like Internally BenCzechMark : A Czech-centric Multitask and Multimetric Benchmark for Large Language Models with Duel Scoring Mechanism Adding Chocolate to MINT: Mitigating Metric Interference in Machine Translation Objectifying the Subjective: Cognitive Biases in Topic Interpretations Elements of World Knowledge (EWoK): A cognition-inspired framework for evaluating basic world knowledge in language models End-to-End Long Document Summarization using Gradient Caching MURI: High-Quality Instruction Tuning Datasets for Low-Resource Languages via Reverse Instructions CRAFT Your Dataset: Task-Specific Synthetic Dataset Generation Through Corpus Retrieval and Augmentation Human Choice Prediction in Language-Based Persuasion Games: Simulation-Based Off-Policy Evaluation Adversarial Defence without Adversarial Defence: Enhancing Language Model Robustness via Instance-level Principal Component Removal Exploring Practical Gaps in Using Cross Entropy to Implement Maximum Mutual Information Criterion for Rationalization Benchmarking Linguistic Diversity of Large Language Models Do Large Multimodal Models Solve Caption Generation for Scientific Figure? Lessons Learned from SciCap Challenge 2023 MTRAG: A Multi-Turn Conversational Benchmark for Evaluating Retrieval-Augmented Generation Systems Culturally Aware and Adapted NLP: A Taxonomy and a Survey of the State of the Art KEFT: Knowledge-Enhanced Fine-Tuning for Large Language Models in Domain-Specific Question Answering Active Knowledge Structuring for Large Language Models in Materials Science Text Mining How to Select Datapoints for Efficient Human Evaluation of NLG Models? A Unifying Scheme for Extractive Content Selection Tasks Early Detection and Reduction of Memorisation for Domain Adaptation and Instruction Tuning Towards More Realistic Extraction Attacks: An Adversarial Perspective The Frame Representation Hypothesis: Multi-Token LLM Interpretability and Concept-Guided Text Generation Overcoming Source Object Grounding for Semantic Image Editing Explanatory Summarization with Discourse-Driven Planning On the Effect of Instruction Tuning Loss on Generalization BharatBBQ: A Multilingual Bias Benchmark for Question Answering in the Indian Context Are Triggers Needed for Document-Level Event Extraction? Safe Pruning LoRA: Robust Distance-Guided Pruning for Safety Alignment in Adaptation of LLMs
Efficient Tuning of Large Language Models for Knowledge-G...
Bo Zhang, Hu · 2025-12-25 · via Transactions of the Association for Computational Linguistics

Abstract

Large language models (LLMs) demonstrate remarkable text comprehension and generation capabilities but often lack the ability to utilize up-to-date or domain-specific knowledge not included in their training data. To address this gap, we introduce KEDiT, an efficient method for fine-tuning LLMs for knowledge-grounded dialogue generation. KEDiT operates in two main phases: first, it employs an information bottleneck to compress retrieved knowledge into learnable parameters, retaining essential information while minimizing computational overhead. Second, a lightweight knowledge-aware adapter integrates these compressed knowledge vectors into the LLM during fine-tuning, updating less than 2% of the model parameters. The experimental results on the Wizard of Wikipedia and a newly constructed PubMed-Dialog dataset demonstrate that KEDiT excels in generating contextually relevant and informative responses, outperforming competitive baselines in automatic, LLM-based, and human evaluations. This approach effectively combines the strengths of pretrained LLMs with the adaptability needed for incorporating dynamic knowledge, presenting a scalable solution for fields such as medicine.
Article at MIT Press