paper-with-me

홈 › Papers

Towards Reliable and Fluent Large Language Models: Incorporating Feedback Learning Loops in QA Systems

2023-09-08 · Dongyub Lee, Taesun Whang, Chanhee Lee, Heuiseok Lim

Large language models (LLMs) have emerged as versatile tools in various daily applications. However, they are fraught with issues that undermine their utility and trustworthiness. These include the incorporation of erroneous references (citation), the generation of hallucinated information (correctness), and the inclusion of superfluous or omission of crucial details (fluency). To ameliorate these concerns, this study makes several key contributions. First, we build a dataset to train a critic model capable of evaluating the citation, correctness, and fluency of responses generated by LLMs in QA systems. Second, we propose an automated feedback mechanism that leverages the critic model to offer real-time feedback on heterogeneous aspects of generated text. Third, we introduce a feedback learning loop that uses this critic model to iteratively improve the performance of the LLM responsible for response generation. Experimental results demonstrate the efficacy of our approach, showing substantial improvements in citation and fluency metrics for ChatGPT, including a 4% precision increase in citation and an approximately 8% enhancement in the MAUVE metric for fluency, while maintaining high levels of correctness.

📄 PDF Abstract BibTeX arXiv:2309.06384

Code (0)

등록된 구현이 없습니다.

Tasks

Response Generation

Similar Papers 제목 키워드 기반

Large Language Model Meets Constraint Propagation

2025-05-29 · Alexandre Bonlarron, Florian Régin, Elisabetta De Maria, Jean-Charles Régin

Large Language Models (LLMs) excel at generating fluent text but struggle to enforce external constraints because they generate tokens sequentially without explicit control mechanisms. GenCP addresses this limitation by …

Language ModelingLanguage ModellingLarge Language Modelmodel+1

Learning to Speak Fluently in a Foreign Language: Multilingual Speech Synthesis and Cross-Language Voice Cloning

2019-07-09 · Yu Zhang, Ron J. Weiss, Heiga Zen, Yonghui Wu 외

We present a multispeaker, multilingual text-to-speech (TTS) synthesis model based on Tacotron that is able to produce high quality speech in multiple languages. Moreover, the model is able to transfer voices across lang…

Speech Synthesistext-to-speechText to SpeechVoice Cloning

Large Language Models for Recommendation with Deliberative User Preference Alignment

2025-02-04 · Yi Fang, Wenjie Wang, Yang Zhang, Fengbin Zhu 외

While recent advancements in aligning Large Language Models (LLMs) with recommendation tasks have shown great potential and promising performance overall, these aligned recommendation LLMs still face challenges in comple…

Beyond Input Activations: Identifying Influential Latents by Gradient Sparse Autoencoders

2025-05-12 · Dong Shu, Xuansheng Wu, Haiyan Zhao, Mengnan Du 외

Sparse Autoencoders (SAEs) have recently emerged as powerful tools for interpreting and steering the internal representations of large language models (LLMs). However, conventional approaches to analyzing SAEs typically …

Zero-Shot LLMs in Human-in-the-Loop RL: Replacing Human Feedback for Reward Shaping

2025-03-26 · Mohammad Saif Nazir, Chayan Banerjee

Reinforcement learning often faces challenges with reward misalignment, where agents optimize for given rewards but fail to exhibit the desired behaviors. This occurs when the reward function incentivizes proxy behaviors…

continuous-controlContinuous Control