User-Controlled Knowledge Fusion in Large Language Models: Balancing Creativity and Hallucination
Chen Zhang

TL;DR
This paper introduces a user-controllable mechanism for large language models that balances creativity and factual accuracy by adjusting a numerical faithfulness tag during inference, improving response quality.
Contribution
It proposes a novel fine-tuning method with a faithfulness tag and an automated process to control and measure the balance between imagination and factuality in LLM responses.
Findings
Effective control of LLM faithfulness via numerical tags
Enhanced response accuracy and relevance
Demonstrated adaptability across scenarios
Abstract
In modern dialogue systems, the use of Large Language Models (LLMs) has grown exponentially due to their capacity to generate diverse, relevant, and creative responses. Despite their strengths, striking a balance between the LLMs' creativity and their faithfulness to external knowledge remains a key challenge. This paper presents an innovative user-controllable mechanism that modulates the balance between an LLM's imaginative capabilities and its adherence to factual information. Our approach incorporates a numerical tag during the fine-tuning phase of the LLM's training, representing the degree of faithfulness to the reference knowledge in the generated responses. This degree is computed through an automated process that measures lexical overlap using ROUGE scores, semantic similarity using Sentence-BERT embeddings, and an LLM's self-evaluation score. During model inference, users can…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Speech and dialogue systems
