TA-RAG: Tone-Aware Retrieval-Augmented Generation for Peer-Support Health Communication

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Natural Language Processing, Public Health & Epidemiology · Depth: Expert, long

Summary

TA-RAG is a lightweight, prompt-based Retrieval-Augmented Generation (RAG) framework designed to integrate explicit tone control into sensitive peer-support health communication, such as HIV support, without requiring model fine-tuning. It operationalizes tone through four distinct components: stigma-free rewriting, readability adjustment, recipient adaptation, and empathy rephrasing. Evaluated using 'gpt-4o-mini' and datasets like HIV Online Learning Australia (HOLA) questions and UNAIDS terminology, TA-RAG's components demonstrated improved targeted communication quality. For instance, stigma-free rewriting achieved a ReplaceRate of 0.89 with 0.98 content preservation, while empathy rephrasing significantly boosted empathy scores by 3.05 points on a 1-5 scale. Overall, the framework consistently preserved key content, with scores ranging from 0.86 to 0.98, proving prompt-based tone control's viability for sensitive health communication.

Key takeaway

For NLP Engineers designing RAG systems for sensitive health communication, you should integrate explicit, prompt-based tone adjustment layers. This approach allows your system to produce stigma-free, readable, empathetic, and recipient-appropriate responses. You can achieve this without costly model fine-tuning, ensuring outputs are not just factual but also safe and supportive for users. Consider implementing sequential tone components to maintain content integrity.

Key insights

Sensitive RAG outputs require explicit, multi-dimensional tone control beyond factual accuracy to be effective in peer-support health communication.

Principles

Method

TA-RAG clarifies user queries, retrieves relevant chunks, generates a factual draft, then applies a prompt-based tone adjustment layer. This layer sequentially performs stigma-free rewriting, readability control, recipient adaptation, and empathy rephrasing.

In practice

Topics

Code references

Best for: Research Scientist, AI Scientist, NLP Engineer, AI Ethicist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.