paper-with-me

Papers

Harmonizing Diverse Models: A Layer-wise Merging Strategy for Consistent Generation

2025-10-16 · Xujun Peng, Anoop Kumar, Jingyu Wu, Parker Glenn, Daben Liu arxiv

Retrieval-Augmented Generation (RAG) systems leverage Large Language Models (LLMs) to generate accurate and reliable responses that are grounded in retrieved context. However, LLMs often generate inconsistent outputs for semantically equivalent inputs, a problem compounded by the scarcity of consistency-focused training data and the limitations of current fine-tuning techniques in enhancing output consistency. We propose a new approach combining systematic synthetic data generation, triplet loss for better embeddings, and a novel layer-wise model merging approach. Using consistency-aware weights derived from intermediate layer activations, our method effectively integrates knowledge from specialized models. Experimental results how that our merged model significantly enhances output consistency, achieving a ~47.5\% improvement in response similarity over the baseline, thus offering a practical solution for increasing the reliability of an industrial RAG system.

📄 PDF Abstract BibTeX arXiv:2510.14915

Code (0)

등록된 구현이 없습니다.

Tasks

Synthetic Data Generation

Similar Papers 제목 키워드 기반

AP-BMM: Approximating Capability-Cost Pareto Sets of LLMs via Asynchronous Prior-Guided Bayesian Model Merging

2025-12-10 · Kesheng Chen, Yamin Hu, Zhenqian Zhu, Yiya Diao 외 arxiv

LLM services need to offer a family of models spanning different capability--cost trade-offs to accommodate diverse user preferences. Model merging offers a practical way to construct such a model family by combining a r…

LARV: Data-Free Layer-wise Adaptive Rescaling Veneer for Model Merging

2026-02-10 · Xinyu Wang, Ke Deng, Fei Dou, Jinbo Bi 외 arxiv

Model merging aims to combine multiple fine-tuned models into a single multi-task model without access to training data. Existing task-vector merging methods such as TIES, TSV-M, and Iso-C/CTS differ in their aggregation…

Layer-wise Model Merging for Unsupervised Domain Adaptation in Segmentation Tasks

2024-09-24 · Roberto Alcover-Couso, Juan C. SanMiguel, Marcos Escudero-Viñolo, Jose M Martínez

Merging parameters of multiple models has resurfaced as an effective strategy to enhance task performance and robustness, but prior work is limited by the high costs of ensemble creation and inference. In this paper, we …

Domain AdaptationPanoptic SegmentationUnsupervised Domain Adaptation

OmniShow: Unifying Multimodal Conditions for Human-Object Interaction Video Generation

2026-04-13 · Donghao Zhou, Guisheng Liu, Hao Yang, Jiatong Li 외 arxiv

In this work, we study Human-Object Interaction Video Generation (HOIVG), which aims to synthesize high-quality human-object interaction videos conditioned on text, reference images, audio, and pose. This task holds sign…

Video Generation

Merging Smarter, Generalizing Better: Enhancing Model Merging on OOD Data

2025-06-10 · Bingjie Zhang, Hongkang Li, Changlong Shi, Guowei Rong 외

Multi-task learning (MTL) concurrently trains a model on diverse task datasets to exploit common features, thereby improving overall performance across the tasks. Recent studies have dedicated efforts to merging multiple…

Multi-Task Learning