When Retrieval Helps: Selective Retrieval for Single-Turn Mental-Health QA

arXiv cs.CL Papers

Summary

This paper studies the effect of retrieval-augmented generation in single-turn mental-health question answering and introduces a selective retrieval policy to balance response specificity and safety.

arXiv:2609.03454v1 Announce Type: new Abstract: Retrieval-augmented generation (RAG) can improve the specificity and grounding of large language model responses, but its effect is not uniformly beneficial in single-turn mental-health question answering, where user queries often combine emotional distress, treatment concerns, and safety-sensitive needs. We study when retrieval helps or hurts mental-health QA, and whether a lightweight selective retrieval policy can better control this trade-off. We operationalize retrieval need using three draft-conditioned utility dimensions: psychoeducational need, coping need, and response specificity, together with a rule-based safety trigger. Following psychotherapy-grounded RAG systems such as coTherapist, we construct a compact and controllable guideline corpus comprising coping-strategy, psychoeducational, and safety resources. We fine-tune an instruction-tuned generator on MentalChat16K using QLoRA and compare Closed-book, Always Retrieval, and Selective Retrieval settings on CounselBench-Eval and CounselBench-Adv. Experiments show that retrieval is not uniformly beneficial in this domain. Always Retrieval improves specificity but lowers overall quality and introduces additional safety-sensitive failures. Selective Retrieval preserves closed-book behavior for low-need cases while avoiding the additional degradation caused by unconditional retrieval, supporting the view that retrieval activation is a safety-sensitive control decision.
Original Article
View Cached Full Text

Cached at: 09/04/26, 06:00 AM

# When Retrieval Helps: Selective Retrieval for Single-Turn Mental-Health QA
Source: [https://arxiv.org/html/2609.03454](https://arxiv.org/html/2609.03454)
Conference:; Aug\. 9\-13, 2026; Jeju, South Korea\(KDD ’26\), Aug\. 9\-13, 2026, Jeju, South KoreaCCS:Information systems Information retrievalCCS:Computing methodologies Natural language processingCCS:Applied computing Health care information systemsHyunseo Oh,Chong\-Kwon KimAffiliation:Korea Institute of Energy Technology,Naju,Republic of Koreaemail:[ckim@kentech\.ac\.kr](mailto:[email protected])andYoonhyuk ChoiAffiliation:Sookmyung Women’s University,Seoul,Republic of Koreaemail:[chldbsgur123@gmail\.com](mailto:[email protected])

© rightsretained

###### Abstract\.

Retrieval\-augmented generation \(RAG\) can improve the specificity and grounding of large language model responses, but its effect is not uniformly beneficial in single\-turn mental\-health question answering, where user queries often combine emotional distress, treatment concerns, and safety\-sensitive needs\. We study when retrieval helps or hurts mental\-health QA, and whether a lightweight selective retrieval policy can better control this trade\-off\. We operationalize retrieval need using three draft\-conditioned utility dimensions: psychoeducational need, coping need, and response specificity, together with a rule\-based safety trigger\. Following psychotherapy\-grounded RAG systems such as coTherapist\([Adhikary et al\., 2026](https://arxiv.org/html/2609.03454#bib.bib6)\), we construct a compact and controllable guideline corpus comprising coping\-strategy, psychoeducational, and safety resources\. We fine\-tune an instruction\-tuned generator on MentalChat16K\([Xu et al\., 2025](https://arxiv.org/html/2609.03454#bib.bib4)\)using QLoRA and compare Closed\-book, Always Retrieval, and Selective Retrieval settings on CounselBench\-Eval\([Li et al\., 2025](https://arxiv.org/html/2609.03454#bib.bib3)\)and CounselBench\-Adv\([Li et al\., 2025](https://arxiv.org/html/2609.03454#bib.bib3)\)\. Experiments show that retrieval is not uniformly beneficial in this domain\. Always Retrieval improves specificity but lowers overall quality and introduces additional safety\-sensitive failures\. Selective Retrieval preserves closed\-book behavior for low\-need cases while avoiding the additional degradation caused by unconditional retrieval, supporting the view that retrieval activation is a safety\-sensitive control decision\.

###### Keywords:

Mental health question answering, retrieval\-augmented generation, selective retrieval, large language models

## 1\.Introduction

Large language models \(LLMs\) are increasingly used for mental\-health support, yet open\-ended mental\-health question answering remains difficult to evaluate and control\([Stade et al\., 2024](https://arxiv.org/html/2609.03454#bib.bib28);[Li et al\., 2025](https://arxiv.org/html/2609.03454#bib.bib3);[Badawi et al\., 2026](https://arxiv.org/html/2609.03454#bib.bib5);[Guo et al\., 2024](https://arxiv.org/html/2609.03454#bib.bib17);[Hua et al\., 2025](https://arxiv.org/html/2609.03454#bib.bib29)\)\. Unlike fact\-seeking QA, a single query may combine emotional distress, symptom descriptions, treatment concerns, and requests for coping strategies\. A useful response should therefore be empathetic and specific, while avoiding overconfident diagnosis, inappropriate medical advice, or unsafe guidance\. This makes single\-turn mental\-health QA a safety\-sensitive setting where fluent responses are not necessarily reliable responses\.

Retrieval\-augmented generation \(RAG\) offers a natural way to ground model responses in external knowledge\([Lewis et al\., 2020](https://arxiv.org/html/2609.03454#bib.bib7)\)\. However, retrieval is not automatically helpful: retrieved passages may be generic, weakly related to the user’s concern, or overly directive, shifting the response toward inappropriate clinical advice\([Mallen et al\., 2023](https://arxiv.org/html/2609.03454#bib.bib22);[Hsia et al\., 2025](https://arxiv.org/html/2609.03454#bib.bib15)\)\. Thus, always adding evidence can improve specificity in some cases while introducing noise or safety risks in others\. This motivates a selective view of retrieval: external evidence should be used only when it is likely to improve the response\.

Recent adaptive RAG methods typically decide retrieval based on query complexity, self\-reflection, factual uncertainty, or model confidence\([Jiang et al\., 2023](https://arxiv.org/html/2609.03454#bib.bib26);[Jeong et al\., 2024](https://arxiv.org/html/2609.03454#bib.bib12);[Asai et al\., 2023](https://arxiv.org/html/2609.03454#bib.bib13);[Yao et al\., 2025](https://arxiv.org/html/2609.03454#bib.bib14)\)\. These criteria are useful for open\-domain QA, but they do not fully capture mental\-health support needs\. A short query can still require safety grounding, coping guidance, or concrete psychoeducation\. This shifts the central question from whether retrieval improves mental\-health QA on average to which queries should receive external evidence at all\.

In this work, we treat retrieval for single\-turn mental\-health QA as a domain\-specific control problem\. Mental\-health questions often combine explanatory grounding, concrete coping guidance, and safety\-sensitive boundary management, so we decompose retrieval utility into three functional needs: psychoeducation, coping support, and safety grounding\. We fine\-tune an instruction\-tuned generator on MentalChat16K\([Xu et al\., 2025](https://arxiv.org/html/2609.03454#bib.bib4)\)using QLoRA and keep it fixed across closed\-book, Always Retrieval, and Selective Retrieval settings to isolate the effect of retrieval policy\. Inspired by psychotherapy\-grounded RAG systems such as coTherapist\([Adhikary et al\., 2026](https://arxiv.org/html/2609.03454#bib.bib6)\), we construct a compact guideline corpus aligned with the same three functions\. At inference time, a hard safety trigger activates retrieval for safety\-sensitive queries, while a lightweight utility gate retrieves evidence only when the closed\-book draft lacks grounding, coping support, or specificity\. This study provides a controlled analysis of when retrieval helps or harms single\-turn mental\-health QA, and shows how a conservative retrieval gate changes the quality\-safety trade\-off\.

Our contributions are summarized as follows:

- •We formulate retrieval activation in single\-turn mental\-health QA as a domain\-specific control problem grounded in information need, coping support, response specificity, and safety risk\.
- •We conduct a controlled comparison of Closed\-book, Always Retrieval, and Selective Retrieval under the same domain\-adapted generator, thereby isolating retrieval\-policy effects\.
- •We show through standard evaluation, adversarial stress testing, threshold analysis, and expert audit that unconditional retrieval can trade greater specificity for safety\-sensitive degradation, while conservative selective retrieval avoids the additional failures observed under unconditional retrieval\.

## 2\.Related Work

### 2\.1\.LLMs for Mental\-Health QA

Large language models \(LLMs\) and instruction\-tuned assistants have shown strong general\-purpose language and instruction\-following capabilities\([Brown et al\., 2020](https://arxiv.org/html/2609.03454#bib.bib19);[Ouyang et al\., 2022](https://arxiv.org/html/2609.03454#bib.bib20)\)\. Their use in healthcare and patient\-facing question answering has also been studied in medical settings, where models are evaluated not only for answer accuracy but also for clinical safety and communication quality\([Singhal et al\., 2023](https://arxiv.org/html/2609.03454#bib.bib23);[Ayers et al\., 2023](https://arxiv.org/html/2609.03454#bib.bib24)\)\. Mental\-health QA is especially challenging because responses must balance empathy, specificity, factual caution, and professional boundaries\. MentalChat16K provides a single\-turn conversational mental\-health dataset combining synthetic counseling question\-answer pairs with anonymized intervention transcripts, and shows that lightweight LLMs can be adapted to counseling\-style responses through QLoRA fine\-tuning\([Xu et al\., 2025](https://arxiv.org/html/2609.03454#bib.bib4)\)\. CounselBench evaluates open\-ended mental\-health QA using clinically grounded dimensions, including overall quality, empathy, specificity, medical advice, factual consistency, and toxicity, and further introduces adversarial prompts to expose safety\-related failures\([Li et al\., 2025](https://arxiv.org/html/2609.03454#bib.bib3)\)\. Recent benchmark work also shows that LLM\-as\-judge evaluation in mental health is not uniformly reliable, especially for affective and safety\-sensitive attributes\([Badawi et al\., 2026](https://arxiv.org/html/2609.03454#bib.bib5)\)\. More broadly, systematic reviews emphasize that mental\-health LLM systems require careful evaluation because hallucination, overreliance, privacy, and unsafe advice remain central risks\([Guo et al\., 2024](https://arxiv.org/html/2609.03454#bib.bib17)\)\. We use this evaluation context to study a narrower design question: how retrieval policy changes quality and safety in single\-turn mental\-health QA\.

### 2\.2\.Adaptive RAG

Retrieval\-augmented generation combines parametric model knowledge with external non\-parametric evidence and has become a standard approach for knowledge\-intensive NLP\([Lewis et al\., 2020](https://arxiv.org/html/2609.03454#bib.bib7);[Guu et al\., 2020](https://arxiv.org/html/2609.03454#bib.bib10);[Karpukhin et al\., 2020](https://arxiv.org/html/2609.03454#bib.bib8);[Izacard and Grave, 2021](https://arxiv.org/html/2609.03454#bib.bib9);[Borgeaud et al\., 2022](https://arxiv.org/html/2609.03454#bib.bib21);[Izacard et al\., 2023](https://arxiv.org/html/2609.03454#bib.bib11)\)\. Parameter\-efficient adaptation methods such as LoRA and QLoRA further make domain adaptation practical under limited compute\([Hu and others, 2022](https://arxiv.org/html/2609.03454#bib.bib16);[Dettmers et al\., 2023](https://arxiv.org/html/2609.03454#bib.bib18)\)\. However, retrieval is not uniformly beneficial: language models do not require external evidence for every query\([Mallen et al\., 2023](https://arxiv.org/html/2609.03454#bib.bib22)\), and noisy contexts can make retrieval less reliable than closed\-book generation\([Hsia et al\., 2025](https://arxiv.org/html/2609.03454#bib.bib15)\)\.

Adaptive retrieval methods control retrieval according to query complexity, self\-reflection, generation\-time information need, multiple utility criteria, or model uncertainty\([Asai et al\., 2023](https://arxiv.org/html/2609.03454#bib.bib13);[Jeong et al\., 2024](https://arxiv.org/html/2609.03454#bib.bib12);[Jiang et al\., 2023](https://arxiv.org/html/2609.03454#bib.bib26);[Su et al\., 2024](https://arxiv.org/html/2609.03454#bib.bib27);[Cheng et al\., 2024](https://arxiv.org/html/2609.03454#bib.bib1);[Yao et al\., 2025](https://arxiv.org/html/2609.03454#bib.bib14);[Huanshuo et al\., 2025](https://arxiv.org/html/2609.03454#bib.bib2)\)\. These methods primarily target factual knowledge gaps and generation confidence\. We instead define retrieval need through mental\-health\-specific functions involving psychoeducation, coping support, response specificity, and safety, and evaluate the resulting policy under both standard and adversarial mental\-health QA settings\.

### 2\.3\.Domain\-Grounded Retrieval Corpora

Mental\-health RAG systems require careful corpus design because open\-web evidence may be unreliable, overly generic, or clinically inappropriate\. Prior mental\-health systems increasingly rely on domain\-grounded resources rather than unrestricted web retrieval\. coTherapist constructs a psychotherapy knowledge corpus from therapy manuals, clinical psychology texts, lecture materials, and diagnostic or practice guidelines to ground responses in professional therapeutic knowledge\([Adhikary et al\., 2026](https://arxiv.org/html/2609.03454#bib.bib6)\)\. This design is consistent with broader concerns in mental\-health LLM research: generation should be supported by interpretable and clinically cautious resources rather than uncontrolled evidence sources\([Guo et al\., 2024](https://arxiv.org/html/2609.03454#bib.bib17);[Li et al\., 2025](https://arxiv.org/html/2609.03454#bib.bib3);[Badawi et al\., 2026](https://arxiv.org/html/2609.03454#bib.bib5)\)\. Following this rationale, we do not build a large\-scale therapist\-assistant corpus\. Instead, we construct a compact guideline corpus targeted to single\-turn QA, consisting of public coping, psychoeducational, and safety\-oriented resources\. This keeps retrieval sources interpretable while allowing us to analyze when retrieval helps or harms response generation\.

![main figure](https://arxiv.org/html/2609.03454v1/assets/model_figure_3.png)Figure 1\.Overview of the proposed selective retrieval framework\. \(a\) QLoRA domain adaptation, \(b\) BM25 indexing of a source\-typed guideline corpus, and \(c\) draft\-conditioned retrieval activation, source\-family routing, and evidence\-grounded response generation\.main figure

## 3\.Preliminaries

We study single\-turn mental\-health question answering\. Given a user queryqq, the goal is to generate a supportive responseyy\. We use a generatorMtunedM\_\{\\text\{tuned\}\}obtained by domain\-adapting a base LLM on MentalChat16K\([Xu et al\., 2025](https://arxiv.org/html/2609.03454#bib.bib4)\), a benchmark dataset of synthetic and anonymized counseling\-related QA pairs\([Xu et al\., 2025](https://arxiv.org/html/2609.03454#bib.bib4)\)\. At inference time, the model may optionally retrieve supporting evidence from a small guideline corpus𝒞\\mathcal\{C\}composed of authoritative mental\-health resources\. We evaluate retrieval as an optional intervention whose effect on response quality and safety must be measured, not assumed\.

## 4\.Methodology

We propose a compact selective retrieval framework for single\-turn mental\-health question answering\. As shown in Figure[1](https://arxiv.org/html/2609.03454#S2.F1), the framework consists of three stages: \(i\) QLoRA fine\-tuning of the base generator, \(ii\) construction of a small guideline corpus and BM25\([Robertson and Zaragoza, 2009](https://arxiv.org/html/2609.03454#bib.bib25)\)retrieval index, and \(iii\) inference\-time selective retrieval\. The core idea is to decouple generator fine\-tuning from the retrieval policy\. We fine\-tune a single generator on MentalChat16K\([Xu et al\., 2025](https://arxiv.org/html/2609.03454#bib.bib4)\)and keep it fixed across closed\-book, Always Retrieval, and Selective Retrieval settings\. This design makes the retrieval policy the only varying component in the main comparison\.

### 4\.1\.Fine\-Tuning Base Generator

We use Gemma\-4\-E4B\-it as the base instruction\-tuned language model and adapt it to the mental\-health counseling domain using QLoRA fine\-tuning on MentalChat16K\([Xu et al\., 2025](https://arxiv.org/html/2609.03454#bib.bib4)\)\. MentalChat16K\([Xu et al\., 2025](https://arxiv.org/html/2609.03454#bib.bib4)\)provides single\-turn mental\-health counseling question\-answer pairs, which match our single\-turn QA setting\.

LetMbaseM\_\{\\text\{base\}\}denote the original model andMtunedM\_\{\\text\{tuned\}\}denote the fine\-tuned generator:

\(1\)Mbase→QLoRA on MentalChat16KMtuned\.M\_\{\\text\{base\}\}\\xrightarrow\{\\text\{QLoRA on MentalChat16K\}\}M\_\{\\text\{tuned\}\}\.
We useMtunedM\_\{\\text\{tuned\}\}as the shared generator for all retrieval conditions\.

### 4\.2\.Guideline Corpus Construction

We construct a small, controllable guideline corpus𝒞\\mathcal\{C\}from publicly available mental\-health resources\. Its design follows the corpus rationale of psychotherapy\-grounded RAG systems such as coTherapist, whose Psychotherapy Knowledge Corpus \(PsyKC\) uses therapy manuals, clinical psychology texts, lecture materials, psychiatry references, and practice guidelines as authoritative retrieval sources\([Adhikary et al\., 2026](https://arxiv.org/html/2609.03454#bib.bib6)\)\. We adapt this principle to single\-turn mental\-health QA by organizing evidence around three support functions:coping support,psychoeducation, andsafety grounding\.

The resulting corpus contains 40 documents\. Coping resources cover anxiety coping, grounding, stress management, sleep hygiene, grief coping, and emotion regulation\. Psychoeducational resources cover explanations of anxiety, depression, panic cycles, trauma responses, and behavioral activation\. Safety resources cover crisis response, self\-harm or suicidal ideation guidance, urgent help\-seeking, and medication\-related caution\.

Each PDF or text document is converted into plain text, cleaned, and segmented into overlapping word\-level chunks\. We use 220\-word chunks with a 40\-word overlap, discard documents shorter than 80 words and chunks shorter than 30 words, and store each chunk with source\-family and document\-level metadata\. The processed corpus is saved aschunks\.jsonl, with a separate document index\.

For retrieval, we use BM25\([Robertson and Zaragoza, 2009](https://arxiv.org/html/2609.03454#bib.bib25)\)over the chunked corpus\. Given a retrieval queryxx, the retriever returns the top\-kkchunks:

\(2\)Ek​\(x\)=TopKci∈𝒞⁡BM25⁡\(x,ci\),E\_\{k\}\(x\)=\\operatorname\{TopK\}\_\{c\_\{i\}\\in\\mathcal\{C\}\}\\operatorname\{BM25\}\(x,c\_\{i\}\),wherecic\_\{i\}denotes a corpus chunk\. We setk=3k=3in all main experiments\. This lightweight retrieval setup keeps the study focused on retrieval activation instead of optimizing retriever architecture to determine when external evidence should be used\.

### 4\.3\.Inference\-time Selective Retrieval

At inference time, we compare three retrieval policies:closed\-book generation,always retrieval, andselective retrieval\. Given a user queryqq, closed\-book generation directly produces a response without external evidence:

\(3\)yclosed=Mtuned​\(q\)\.y\_\{\\text\{closed\}\}=M\_\{\\text\{tuned\}\}\(q\)\.
Always retrieves evidence for every query and generates an augmented response:

\(4\)Ek​\(q\)=R⁡\(q,𝒞,k\),E\_\{k\}\(q\)=R\(q,\\mathcal\{C\},k\),\(5\)yalways=Mtuned​\(q,Ek​\(q\)\)\.y\_\{\\text\{always\}\}=M\_\{\\text\{tuned\}\}\(q,E\_\{k\}\(q\)\)\.
Selective retrieval first generates a closed\-book draft:

\(6\)d0=Mtuned​\(q\)\.d\_\{0\}=M\_\{\\text\{tuned\}\}\(q\)\.The draft is not immediately returned\. Instead, the system uses both the original queryqqand the draftd0d\_\{0\}to estimate whether external evidence is needed\. For non\-safety queries, we reuse the fixed generatorMtunedM\_\{\\text\{tuned\}\}as a soft utility scorer over the user query and its closed\-book draft\. The scorer assigns integer ratings from 1 to 5 using a fixed prompt and greedy decoding without sampling\.

The hybrid gate combines three LLM\-scored utility signals with a rule\-based hard\-safety signal:

\(7\)U^​\(q,d0\)=\(uinfo,ucope,uspec,rsafe\),\\hat\{U\}\(q,d\_\{0\}\)=\(u\_\{\\text\{info\}\},u\_\{\\text\{cope\}\},u\_\{\\text\{spec\}\},r\_\{\\text\{safe\}\}\),whereuinfou\_\{\\text\{info\}\}estimates the need for explanatory or psychoeducational grounding,ucopeu\_\{\\text\{cope\}\}estimates the need for actionable coping guidance, anduspecu\_\{\\text\{spec\}\}estimates whether the draft is too generic or underspecified\. The variablersafe∈\{0,1\}r\_\{\\text\{safe\}\}\\in\\\{0,1\\\}is a hard safety trigger for safety\-sensitive queries, including self\-harm, suicide, harm to others, abuse, immediate crisis, or unsafe medication\-related requests\.

We use a hybrid decision rule\. Safety\-sensitive queries always activate retrieval from the safety subset of the corpus\. For non\-safety queries, we compute two soft retrieval\-need scores:

\(8\)smean=mean⁡\(uinfo,ucope,uspec\),sroute=max⁡\(uinfo,ucope\)\.s\_\{\\text\{mean\}\}=\\operatorname\{mean\}\(u\_\{\\text\{info\}\},u\_\{\\text\{cope\}\},u\_\{\\text\{spec\}\}\),\\quad s\_\{\\text\{route\}\}=\\max\(u\_\{\\text\{info\}\},u\_\{\\text\{cope\}\}\)\.The retrieval decision is:

\(9\)z=\{1,rsafe=1​\|\|​sroute≥γ​\|\|​smean≥τ0,otherwise,z=\\begin\{cases\}1,&r\_\{\\text\{safe\}\}=1\\text\{ \|\| \}s\_\{\\text\{route\}\}\\geq\\gamma\\text\{ \|\| \}s\_\{\\text\{mean\}\}\\geq\\tau\\\\ 0,&\\text\{otherwise\},\\end\{cases\}wherez=1z=1activates retrieval andz=0z=0keeps the closed\-book draft\. We useτ=3\.25\\tau=3\.25for the mean retrieval\-need threshold andγ=4\\gamma=4for the high\-axis route threshold\. When retrieval is activated, the system routes the query to the most relevant source family\. Safety\-triggered cases are routed to safety resources\. For non\-safety cases, ifucope≥uinfou\_\{\\text\{cope\}\}\\geq u\_\{\\text\{info\}\}anducope≥γu\_\{\\text\{cope\}\}\\geq\\gamma, the query is routed to coping resources\. Ifuinfo\>ucopeu\_\{\\text\{info\}\}\>u\_\{\\text\{cope\}\}anduinfo≥γu\_\{\\text\{info\}\}\\geq\\gamma, the query is routed to psychoeducational resources\. If retrieval is activated by the mean threshold without a dominant high\-axis signal, retrieval is performed over all non\-safety source families\.

\(10\)yselective=\{d0,z=0,Mtuned​\(q,Ek​\(q\)\),z=1\.y\_\{\\text\{selective\}\}=\\begin\{cases\}d\_\{0\},&z=0,\\\\ M\_\{\\text\{tuned\}\}\(q,E\_\{k\}\(q\)\),&z=1\.\\end\{cases\}
The thresholdτ\\tauis treated as a calibration hyperparameter that controls the trade\-off between closed\-book generation and retrieval activation\. We describe the calibration procedure and the selected threshold in Section 5\.4\.

## 5\.Experiments

We evaluate whether retrieval improves single\-turn mental\-health QA and whether selective activation offers a better quality\-safety trade\-off than unconditional retrieval\. Our experiments are designed to answer three questions: \(1\) whether retrieval improves general response quality, \(2\) whether retrieval changes safety\-related failure patterns, and \(3\) whether expert audit supports the quality\-safety interpretation suggested by automatic evaluation\. Detailed implementation settings are provided in Appendix[A\.2](https://arxiv.org/html/2609.03454#A1.SS2)\.

### 5\.1\.Main Results on CounselBench\-Eval

Table[1](https://arxiv.org/html/2609.03454#S5.T1)shows the main results on CounselBench\-Eval\([Li et al\., 2025](https://arxiv.org/html/2609.03454#bib.bib3)\)\. The comparison between Base LM and Tuned Closed\-book measures the effect of mental\-health domain adaptation\. The comparison between Tuned Closed\-book, Always Retrieval, and Selective Retrieval measures the effect of different retrieval policies under the same tuned generator\. To reduce sampling\-induced confounding, the tuned closed\-book baseline uses the closed\-book draft generated inside the gated pipeline whenever available; for hard\-safety\-triggered examples where the gated pipeline bypasses draft generation, we use the separately generated closed\-book response\.

Table 1\.Results on CounselBench\-Eval\. Higher is better for Overall, Empathy, and Specificity\. Lower is better for Medical Advice Yes Rate\. Best results among the tuned variants are shown in bold; Base LM is reported as a reference baseline\.MethodOverall↑\\uparrowEmpathy↑\\uparrowSpecificity↑\\uparrowMed\. Advice↓\\downarrowRet\. RateBase LM4\.394\.923\.990\.040\.0Tuned Closed\-book4\.154\.813\.920\.000\.0Tuned \+ Always Ret\.4\.124\.783\.970\.01100\.0Tuned \+ Selective Ret\.4\.174\.833\.960\.009\.0

The results show that retrieval is not uniformly beneficial\. The Base LM obtains the highest scalar quality scores, but we use it as a reference baseline for model capability, not as the main retrieval\-policy comparison\. It also shows a higher medical\-advice flag rate than the tuned closed\-book and selective\-retrieval variants, which illustrates why average response quality alone is insufficient in this domain\. The controlled comparison is therefore among the tuned variants that share the same generator\. Within this comparison, Always Retrieval improves specificity over Tuned Closed\-book, but this gain is accompanied by a higher medical\-advice flag rate and lower overall quality\. Among the tuned variants, Selective Retrieval yields the best quality\-safety trade\-off: it improves Overall and Empathy over Tuned Closed\-book while preserving a zero medical\-advice rate\. These results support a conservative interpretation of our claim\. Selective Retrieval is best understood as controlled evidence use\. It preserves the tuned generator’s closed\-book behavior for low\-need cases while reducing the side effects of unconditional retrieval\.

### 5\.2\.Safety Stress Test on CounselBench\-Adv

Table[2](https://arxiv.org/html/2609.03454#S5.T2)reports failure\-mode rates on CounselBench\-Adv\([Li et al\., 2025](https://arxiv.org/html/2609.03454#bib.bib3)\)\. Unlike CounselBench\-Eval\([Li et al\., 2025](https://arxiv.org/html/2609.03454#bib.bib3)\), which measures general response quality, CounselBench\-Adv\([Li et al\., 2025](https://arxiv.org/html/2609.03454#bib.bib3)\)directly probes whether a model exhibits targeted unsafe or undesirable behaviors\. This makes it especially important for evaluating retrieval policies in a safety\-sensitive domain\. Always retrieval increases the macro failure rate, mainly due to therapy\-related and assumption\-related failures, whereas selective retrieval matches the shared closed\-book baseline while avoiding the additional failures introduced by always retrieval\.

Table 2\.Failure\-mode rates on CounselBench\-Adv\([Li et al\., 2025](https://arxiv.org/html/2609.03454#bib.bib3)\)\. Lower is better for all columns\. Macro Failure is the average failure rate across the six targeted failure modes\. Best results among the tuned variants are shown in bold; Base LM is reported as a reference baseline\.MethodMedication↓\\downarrowTherapy↓\\downarrowSymptoms↓\\downarrowJudgmental↓\\downarrowApathetic↓\\downarrowAssumptions↓\\downarrowMacro↓\\downarrowInvalid↓\\downarrowBase LM0\.000\.000\.000\.000\.000\.000\.000\.00Tuned Closed\-book0\.000\.100\.050\.000\.000\.000\.0250\.00Tuned \+ Always Ret\.0\.000\.400\.050\.000\.000\.100\.09170\.0083Tuned \+ Selective Ret\.0\.000\.100\.050\.000\.000\.000\.0250\.00The adversarial results further show that retrieval can introduce safety\-relevant side effects\. Always Retrieval increases several targeted failure modes, especially therapy and assumption failures\. Selective Retrieval keeps the macro failure rate at the tuned closed\-book level while activating retrieval for only 7\.5% of adversarial questions\. The value of selective retrieval is therefore not a large average\-score gain\. Its main benefit is limiting the degradation caused by unconditional retrieval under safety stress tests\.

### 5\.3\.Expert Human Audit

Because automatic judges may miss safety\-sensitive issues in mental\-health evaluation, we additionally conduct a small expert audit on safety\- and retrieval\-sensitive examples\. This audit is not intended as clinical validation\. It serves as a targeted check of whether the quality\-safety pattern suggested by automatic evaluation remains plausible under expert review\. The audit focuses on professional boundaries, overly directive advice, and practical helpfulness without overstepping\. The expert audit provides a focused qualitative signal\. Selective Retrieval is most often preferred as the best response and receives fewer safety or boundary concerns than Always Retrieval, although such concerns are not fully eliminated\. This pattern is consistent with the automatic evaluation: selective retrieval preserves some practical benefit from retrieved evidence while reducing the boundary\-sensitive risks introduced by unconditional retrieval\. Since the audit covers a small subset of examples, we treat it as supporting evidence, not a standalone clinical validation\.

Table 3\.Expert audit on safety\- and retrieval\-sensitive examples\. Values report counts over audited questions\. The audit is used as a qualitative reliability check\.Audit CriterionNo Ret\.Always Ret\.Selective Ret\.Preferred as best response457Flagged for insufficient specificity/helpfulness988Flagged for safety/boundary concern↓\\downarrow91210

### 5\.4\.Threshold Calibration

![Threshold image](https://arxiv.org/html/2609.03454v1/assets/combined_route_threshold_calibration.png)Figure 2\.Calibration of the high\-axis route thresholdγ\\gammaon CounselBench\-Eval and CounselBench\-Adv\. Panel \(a\) shows the distribution of the route utility scoremax⁡\(uinfo,ucope\)\\max\(u\_\{\\mathrm\{info\}\},u\_\{\\mathrm\{cope\}\}\), and panel \(b\) shows the number of examples activated by the high\-axis routing rule at differentγ\\gammavalues\. Since the utility scores are discrete 1\-5 ratings, integer thresholds provide the relevant calibration view\. The selected thresholdγ=4\\gamma=4acts as a conservative trigger, activating retrieval only when either the informational or coping\-support signal is strongly expressed\.Threshold imageWe calibrate the selective\-retrieval policy to keep retrieval conservative in safety\-sensitive mental\-health QA\. The policy contains two soft thresholds: the mean retrieval\-need thresholdτ\\tauand the high\-axis route thresholdγ\\gamma\. The mean thresholdτ\\taucontrols overall retrieval activation by measuring broad retrieval need across the information, coping, and specificity dimensions\. By contrast, the route thresholdγ\\gammaacts as a high\-axis trigger: it activates retrieval when either the informational need or coping\-support need is strongly expressed, even if the mean score is not high\.

We first analyze the mean retrieval thresholdτ\\tau\. Figure[3](https://arxiv.org/html/2609.03454#acmlabel3)shows that retrieval activation is highly sensitive at permissive thresholds: retrieval is activated for nearly half of the examples atτ=2\.0\\tau=2\.0, and remains high atτ=2\.25\\tau=2\.25\. However, activation drops sharply onceτ\\taureaches 2\.5 and then remains close to the hard\-safety floor for larger thresholds\. This pattern suggests that most soft\-gate scores lie in the low\-to\-mid range, while high thresholds mainly preserve safety\-triggered retrieval and a small number of high\-need non\-safety cases\. Based on this sweep, we useτ=3\.25\\tau=3\.25as a conservative operating point in the main setting\.

We then analyze the route thresholdγ\\gamma\. Figure[2](https://arxiv.org/html/2609.03454#S5.F2)shows the distribution of the high\-axis route scoremax⁡\(uinfo,ucope\)\\max\(u\_\{\\mathrm\{info\}\},u\_\{\\mathrm\{cope\}\}\)and the number of examples activated at differentγ\\gammavalues on CounselBench\-Eval and CounselBench\-Adv\([Li et al\., 2025](https://arxiv.org/html/2609.03454#bib.bib3)\)\. Because the utility scores are discrete 1\-5 ratings, integer thresholds provide the most meaningful calibration view\. The distribution shows that scores at or aboveγ=4\\gamma=4are rare, especially on adversarial questions\. Thus,γ=4\\gamma=4acts as a conservative high\-precision trigger that captures only strongly expressed informational or coping\-support needs\.

In the main setting, we useτ=3\.25\\tau=3\.25andγ=4\\gamma=4\. This configuration activates retrieval for 9\.0% of CounselBench\-Eval questions and 7\.5% of CounselBench\-Adv\([Li et al\., 2025](https://arxiv.org/html/2609.03454#bib.bib3)\)questions, indicating that most examples remain closed\-book\. Under this setting, most retrieval activations are governed by the hard safety trigger or the mean retrieval\-need threshold, while the high\-axis route threshold functions as a conservative auxiliary trigger\. A more detailed threshold ablation is provided in Appendix[A\.1](https://arxiv.org/html/2609.03454#A1.SS1)\.

![activation image](https://arxiv.org/html/2609.03454v1/assets/tau_activation_main.png)Figure 3\.Threshold sweep of retrieval activation under different mean retrieval\-need thresholdsτ\\tau\. Retrieval is frequent at permissive thresholds, but drops sharply aroundτ=2\.5\\tau=2\.5and then stabilizes near the hard\-safety floor\. We useτ=3\.25\\tau=3\.25as a conservative operating point for the main Selective Retrieval setting\.activation image

## 6\.Limitations and Conclusion

This work studies retrieval activation as a control problem in single\-turn mental\-health QA\. Across CounselBench\-Eval and CounselBench\-Adv\([Li et al\., 2025](https://arxiv.org/html/2609.03454#bib.bib3)\), Always Retrieval improves specificity but can also introduce additional safety\-sensitive failures by shifting responses toward overly directive, clinical, or medicalized guidance\. Selective Retrieval preserves closed\-book behavior for low\-need cases and activates external evidence only under an explicit utility or safety trigger\. Its central benefit is therefore controlling the degradation introduced by unconditional retrieval\.

Our study has several limitations\. First, the current gate combines fixed safety patterns with utility scores produced by the same generator used for response generation\. This design is transparent and requires no additional router training, but independently calibrated or learned policies may improve robustness\. Second, we evaluate a single open\-source generator family and two splits from the same benchmark framework, so validation across model families and independently constructed mental\-health datasets is needed to establish generality\. Third, the compact 40\-document corpus improves source controllability but limits evidence coverage, and the evaluation relies primarily on LLM judges with a small targeted expert audit\. Finally, the single\-turn setting does not capture longitudinal user context, evolving retrieval needs, or multi\-turn repair behavior\.

Future work will evaluate selective retrieval across multiple generator families, independently constructed mental\-health QA datasets, and larger evidence collections\. Such evaluation will help separate retrieval\-policy effects from model\-family and dataset\-composition effects\. Further extensions include learned retrieval gates, dense or hybrid retrieval, larger expert evaluation, and temporally grounded retrieval for multi\-session interactions\. Overall, our findings support a direct design principle: retrieval activation should be treated as a safety\-sensitive control decision in mental\-health QA, because conservative evidence use can limit the degradation introduced by unconditional retrieval\.

## References

- Adhikaryet al\.\(2026\)P\. K\. Adhikary, R\. Rawat, and T\. ChakrabortyCoTherapist: a behavior\-aligned small language model to support mental healthcare experts\.arXiv preprint arXiv:2601\.10246\.Cited by:[§1](https://arxiv.org/html/2609.03454#S1.p4.1),[§2\.3](https://arxiv.org/html/2609.03454#S2.SS3.p1.1),[§4\.2](https://arxiv.org/html/2609.03454#S4.SS2.p1.1),[Abstract\.](https://arxiv.org/html/2609.03454#abstract1.1)\.
- Asaiet al\.\(2023\)A\. Asai, Z\. Wu, Y\. Wang, A\. Sil, and H\. HajishirziSelf\-rag: learning to retrieve, generate, and critique through self\-reflection\.InThe Twelfth International Conference on Learning Representations,Cited by:[§1](https://arxiv.org/html/2609.03454#S1.p3.1),[§2\.2](https://arxiv.org/html/2609.03454#S2.SS2.p2.1)\.
- Ayerset al\.\(2023\)J\. W\. Ayers, A\. Poliak, M\. Dredze, E\. C\. Leas, Z\. Zhu, J\. B\. Kelley, D\. J\. Faix, A\. M\. Goodman, C\. A\. Longhurst, M\. Hogarth,et al\.Comparing physician and artificial intelligence chatbot responses to patient questions posted to a public social media forum\.JAMA internal medicine183\(6\),pp\. 589–596\.Cited by:[§2\.1](https://arxiv.org/html/2609.03454#S2.SS1.p1.1)\.
- Badawiet al\.\(2026\)A\. Badawi, E\. Rahimi, M\. T\. R\. Laskar, S\. Grach, L\. Bertrand, L\. Danok, P\. Dhanesh, J\. X\. Huang, F\. Rudzicz, and E\. DolatabadiWhen can we trust llms in mental health? large\-scale benchmarks for reliable llm evaluation\.InProceedings of the 19th Conference of the European Chapter of the Association for Computational Linguistics \(Volume 1: Long Papers\),pp\. 3873–3896\.Cited by:[§1](https://arxiv.org/html/2609.03454#S1.p1.1),[§2\.1](https://arxiv.org/html/2609.03454#S2.SS1.p1.1),[§2\.3](https://arxiv.org/html/2609.03454#S2.SS3.p1.1)\.
- Borgeaudet al\.\(2022\)S\. Borgeaud, A\. Mensch, J\. Hoffmann, T\. Cai, E\. Rutherford, K\. Millican, G\. B\. Van Den Driessche, J\. Lespiau, B\. Damoc, A\. Clark,et al\.Improving language models by retrieving from trillions of tokens\.InInternational conference on machine learning,pp\. 2206–2240\.Cited by:[§2\.2](https://arxiv.org/html/2609.03454#S2.SS2.p1.1)\.
- Brownet al\.\(2020\)T\. Brown, B\. Mann, N\. Ryder, M\. Subbiah, J\. D\. Kaplan, P\. Dhariwal, A\. Neelakantan, P\. Shyam, G\. Sastry, A\. Askell,et al\.Language models are few\-shot learners\.Advances in neural information processing systems33,pp\. 1877–1901\.Cited by:[§2\.1](https://arxiv.org/html/2609.03454#S2.SS1.p1.1)\.
- Chenget al\.\(2024\)Q\. Cheng, X\. Li, S\. Li, Q\. Zhu, Z\. Yin, Y\. Shao, L\. Li, T\. Sun, H\. Yan, and X\. QiuUnified active retrieval for retrieval augmented generation\.InFindings of the Association for Computational Linguistics: EMNLP 2024,Cited by:[§2\.2](https://arxiv.org/html/2609.03454#S2.SS2.p2.1)\.
- Dettmerset al\.\(2023\)T\. Dettmers, A\. Pagnoni, A\. Holtzman, and L\. ZettlemoyerQlora: efficient finetuning of quantized llms\.Advances in neural information processing systems36,pp\. 10088–10115\.Cited by:[§2\.2](https://arxiv.org/html/2609.03454#S2.SS2.p1.1)\.
- Guoet al\.\(2024\)Z\. Guo, A\. Lai, J\. H\. Thygesen, J\. Farrington, T\. Keen, and K\. LiLarge language models for mental health applications: systematic review\.JMIR mental health11\(1\),pp\. e57400\.Cited by:[§1](https://arxiv.org/html/2609.03454#S1.p1.1),[§2\.1](https://arxiv.org/html/2609.03454#S2.SS1.p1.1),[§2\.3](https://arxiv.org/html/2609.03454#S2.SS3.p1.1)\.
- Guuet al\.\(2020\)K\. Guu, K\. Lee, Z\. Tung, P\. Pasupat, and M\. ChangRetrieval augmented language model pre\-training\.InInternational conference on machine learning,pp\. 3929–3938\.Cited by:[§2\.2](https://arxiv.org/html/2609.03454#S2.SS2.p1.1)\.
- Hsiaet al\.\(2025\)J\. Hsia, A\. Shaikh, Z\. Z\. Wang, and G\. NeubigRAGGED: towards informed design of scalable and stable rag systems\.InProceedings of the 42nd International Conference on Machine Learning,Proceedings of Machine Learning Research, Vol\.267,pp\. 24139–24155\.Cited by:[§1](https://arxiv.org/html/2609.03454#S1.p2.1),[§2\.2](https://arxiv.org/html/2609.03454#S2.SS2.p1.1)\.
- Huet al\.\(2022\)E\. J\. Huet al\.LoRA: low\-rank adaptation of large language models\.InInternational Conference on Learning Representations,Cited by:[§2\.2](https://arxiv.org/html/2609.03454#S2.SS2.p1.1)\.
- Huaet al\.\(2025\)Y\. Hua, H\. Na, Z\. Li, F\. Liu, X\. Fang, D\. Clifton, and J\. TorousA scoping review of large language models for generative tasks in mental health care\.npj Digital Medicine8\(230\)\.Cited by:[§1](https://arxiv.org/html/2609.03454#S1.p1.1)\.
- Huanshuoet al\.\(2025\)L\. Huanshuo, H\. Zhang, Z\. Guo, J\. Wang, K\. Dong, X\. Li, Y\. Q\. Lee, C\. Zhang, and Y\. LiuCtrlA: adaptive retrieval\-augmented generation via inherent control\.InFindings of the Association for Computational Linguistics: ACL 2025,Cited by:[§2\.2](https://arxiv.org/html/2609.03454#S2.SS2.p2.1)\.
- Izacard and Grave \(2021\)G\. Izacard and E\. GraveLeveraging passage retrieval with generative models for open domain question answering\.InProceedings of the 16th conference of the european chapter of the association for computational linguistics: main volume,pp\. 874–880\.Cited by:[§2\.2](https://arxiv.org/html/2609.03454#S2.SS2.p1.1)\.
- Izacardet al\.\(2023\)G\. Izacard, P\. Lewis, M\. Lomeli, L\. Hosseini, F\. Petroni, T\. Schick, J\. Dwivedi\-Yu, A\. Joulin, S\. Riedel, and E\. GraveAtlas: few\-shot learning with retrieval augmented language models\.Journal of Machine Learning Research24\(251\),pp\. 1–43\.Cited by:[§2\.2](https://arxiv.org/html/2609.03454#S2.SS2.p1.1)\.
- Jeonget al\.\(2024\)S\. Jeong, J\. Baek, S\. Cho, S\. J\. Hwang, and J\. C\. ParkAdaptive\-rag: learning to adapt retrieval\-augmented large language models through question complexity\.InProceedings of the 2024 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies \(Volume 1: Long Papers\),pp\. 7036–7050\.Cited by:[§1](https://arxiv.org/html/2609.03454#S1.p3.1),[§2\.2](https://arxiv.org/html/2609.03454#S2.SS2.p2.1)\.
- Jianget al\.\(2023\)Z\. Jiang, F\. F\. Xu, L\. Gao, Z\. Sun, Q\. Liu, J\. Dwivedi\-Yu, Y\. Yang, J\. Callan, and G\. NeubigActive retrieval augmented generation\.InProceedings of the 2023 conference on empirical methods in natural language processing,pp\. 7969–7992\.Cited by:[§1](https://arxiv.org/html/2609.03454#S1.p3.1),[§2\.2](https://arxiv.org/html/2609.03454#S2.SS2.p2.1)\.
- Karpukhinet al\.\(2020\)V\. Karpukhin, B\. Oguz, S\. Min, P\. Lewis, L\. Wu, S\. Edunov, D\. Chen, and W\. YihDense passage retrieval for open\-domain question answering\.InProceedings of the 2020 conference on empirical methods in natural language processing \(EMNLP\),pp\. 6769–6781\.Cited by:[§2\.2](https://arxiv.org/html/2609.03454#S2.SS2.p1.1)\.
- Lewiset al\.\(2020\)P\. Lewis, E\. Perez, A\. Piktus, F\. Petroni, V\. Karpukhin, N\. Goyal, H\. Küttler, M\. Lewis, W\. Yih, T\. Rocktäschel,et al\.Retrieval\-augmented generation for knowledge\-intensive nlp tasks\.Advances in neural information processing systems33,pp\. 9459–9474\.Cited by:[§1](https://arxiv.org/html/2609.03454#S1.p2.1),[§2\.2](https://arxiv.org/html/2609.03454#S2.SS2.p1.1)\.
- Liet al\.\(2025\)Y\. Li, J\. Yao, J\. B\. S\. Bunyi, A\. C\. Frank, A\. Hwang, and R\. LiuCounselbench: a large\-scale expert evaluation and adversarial benchmark of large language models in mental health counseling\.arXiv e\-prints,pp\. arXiv–2506\.Cited by:[§A\.1](https://arxiv.org/html/2609.03454#A1.SS1.p2.1),[§A\.3](https://arxiv.org/html/2609.03454#A1.SS3.SSS0.Px1.p1.1),[§A\.3](https://arxiv.org/html/2609.03454#A1.SS3.SSS0.Px4.p1.1),[§1](https://arxiv.org/html/2609.03454#S1.p1.1),[§2\.1](https://arxiv.org/html/2609.03454#S2.SS1.p1.1),[§2\.3](https://arxiv.org/html/2609.03454#S2.SS3.p1.1),[§5\.1](https://arxiv.org/html/2609.03454#S5.SS1.p1.1),[§5\.2](https://arxiv.org/html/2609.03454#S5.SS2.p1.1),[§5\.4](https://arxiv.org/html/2609.03454#S5.SS4.p3.1),[§5\.4](https://arxiv.org/html/2609.03454#S5.SS4.p4.1),[Table 2](https://arxiv.org/html/2609.03454#S5.T2),[§6](https://arxiv.org/html/2609.03454#S6.p1.1),[Abstract\.](https://arxiv.org/html/2609.03454#abstract1.1)\.
- Mallenet al\.\(2023\)A\. Mallen, A\. Asai, V\. Zhong, R\. Das, D\. Khashabi, and H\. HajishirziWhen not to trust language models: investigating effectiveness of parametric and non\-parametric memories\.InProceedings of the 61st annual meeting of the association for computational linguistics \(volume 1: Long papers\),pp\. 9802–9822\.Cited by:[§1](https://arxiv.org/html/2609.03454#S1.p2.1),[§2\.2](https://arxiv.org/html/2609.03454#S2.SS2.p1.1)\.
- Ouyanget al\.\(2022\)L\. Ouyang, J\. Wu, X\. Jiang, D\. Almeida, C\. Wainwright, P\. Mishkin, C\. Zhang, S\. Agarwal, K\. Slama, A\. Ray,et al\.Training language models to follow instructions with human feedback\.Advances in neural information processing systems35,pp\. 27730–27744\.Cited by:[§2\.1](https://arxiv.org/html/2609.03454#S2.SS1.p1.1)\.
- Robertson and Zaragoza \(2009\)S\. Robertson and H\. ZaragozaThe probabilistic relevance framework: bm25 and beyond\.Vol\.4,Now Publishers Inc\.Cited by:[§4\.2](https://arxiv.org/html/2609.03454#S4.SS2.p4.1),[§4](https://arxiv.org/html/2609.03454#S4.p1.1)\.
- Singhalet al\.\(2023\)K\. Singhal, S\. Azizi, T\. Tu, S\. S\. Mahdavi, J\. Wei, H\. W\. Chung, N\. Scales, A\. Tanwani, H\. Cole\-Lewis, S\. Pfohl,et al\.Large language models encode clinical knowledge\.Nature620\(7972\),pp\. 172–180\.Cited by:[§2\.1](https://arxiv.org/html/2609.03454#S2.SS1.p1.1)\.
- Stadeet al\.\(2024\)E\. C\. Stade, S\. W\. Stirman, C\. L\. Boland, H\. A\. Schwartz, D\. B\. Yaden, J\. Sedoc, R\. J\. DeRubeis, R\. Willer, L\. H\. Ungar, and J\. C\. EichstaedtLarge language models could change the future of behavioral healthcare: a proposal for responsible development and evaluation\.npj Mental Health Research3\(12\)\.External Links:[Document](https://dx.doi.org/10.1038/s44184-024-00056-z)Cited by:[§1](https://arxiv.org/html/2609.03454#S1.p1.1)\.
- Suet al\.\(2024\)W\. Su, Y\. Tang, Q\. Ai, Z\. Wu, and Y\. LiuDRAGIN: dynamic retrieval augmented generation based on the real\-time information needs of large language models\.InProceedings of the 62nd Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),pp\. 12991–13013\.Cited by:[§2\.2](https://arxiv.org/html/2609.03454#S2.SS2.p2.1)\.
- Xuet al\.\(2025\)J\. Xu, T\. Wei, B\. Hou, P\. Orzechowski, S\. Yang, R\. Jin, R\. Paulbeck, J\. Wagenaar, G\. Demiris, and L\. ShenMentalchat16k: a benchmark dataset for conversational mental health assistance\.InProceedings of the 31st ACM SIGKDD Conference on Knowledge Discovery and Data Mining V\. 2,pp\. 5367–5378\.Cited by:[§A\.3](https://arxiv.org/html/2609.03454#A1.SS3.SSS0.Px1.p1.1),[§1](https://arxiv.org/html/2609.03454#S1.p4.1),[§2\.1](https://arxiv.org/html/2609.03454#S2.SS1.p1.1),[§3](https://arxiv.org/html/2609.03454#S3.p1.1),[§4\.1](https://arxiv.org/html/2609.03454#S4.SS1.p1.1),[§4](https://arxiv.org/html/2609.03454#S4.p1.1),[Abstract\.](https://arxiv.org/html/2609.03454#abstract1.1)\.
- Yaoet al\.\(2025\)Z\. Yao, W\. Qi, L\. Pan, S\. Cao, L\. Hu, L\. Weichuan, L\. Hou, and J\. LiSeakr: self\-aware knowledge retrieval for adaptive retrieval augmented generation\.InProceedings of the 63rd Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),pp\. 27022–27043\.Cited by:[§1](https://arxiv.org/html/2609.03454#S1.p3.1),[§2\.2](https://arxiv.org/html/2609.03454#S2.SS2.p2.1)\.

## Appendix ASupplementary Material

### A\.1\.Threshold Ablation

We further compare the main selective\-retrieval threshold,τ=3\.25\\tau=3\.25, with a lower threshold,τ=2\.25\\tau=2\.25, to examine how broader retrieval activation changes the quality\-safety trade\-off\.

Table 4\.Threshold ablation on CounselBench\-Eval\.Metricτ=3\.25\\tau=3\.25τ=2\.25\\tau=2\.25Δ\\DeltaRet\. Rate \(%\)9\.038\.0\+29\.0Overall↑\\uparrow4\.174\.16\-0\.01Empathy↑\\uparrow4\.834\.830\.00Specificity↑\\uparrow3\.963\.92\-0\.04Med\. Advice↓\\downarrow0\.000\.01\+0\.01Table 5\.Threshold ablation on CounselBench\-Adv\.Metricτ=3\.25\\tau=3\.25τ=2\.25\\tau=2\.25Δ\\DeltaRet\. Rate \(%\)7\.543\.3\+35\.8Medication↓\\downarrow0\.000\.000\.00Therapy↓\\downarrow0\.100\.100\.00Symptoms↓\\downarrow0\.050\.00\-0\.05Judgmental↓\\downarrow0\.000\.000\.00Apathetic↓\\downarrow0\.000\.000\.00Assumptions↓\\downarrow0\.000\.15\+0\.15Macro↓\\downarrow0\.02500\.0417\+0\.0167Lowering the threshold increases retrieval activation from 9\.0% to 38\.0% on CounselBench\-Eval and from 7\.5% to 43\.3% on CounselBench\-Adv\([Li et al\., 2025](https://arxiv.org/html/2609.03454#bib.bib3)\), but does not improve the quality\-safety trade\-off\. Overall and specificity slightly decrease on Eval, while macro failure increases on Adv from 0\.0250 to 0\.0417, mainly due to assumption failures\. These results support usingτ=3\.25\\tau=3\.25as the conservative operating point\.

### A\.2\.Implementation Details

We implement generation and retrieval in a single pipeline using a MentalChat16K\-adapted generator fixed across all retrieval conditions\. Retrieval uses BM25 over the guideline corpus with top\-k=3k=3\. Selective Retrieval first generates a closed\-book draft, then reuses the same model to score information, coping, and specificity needs from 1 to 5 using greedy decoding withdo\_sample=Falseandmax\_new\_tokens=180\. It either returns the draft or regenerates with retrieved evidence according to the deterministic rule in Section 4\.3; JSON parsing failures use neutral scores of\(3,3,3\)\(3,3,3\)\.

The guideline corpus is grouped into three source families: coping, psychoeducation, and safety\. Each document is converted into plain text, cleaned, and segmented into overlapping word\-level chunks with a chunk size of 220 words and an overlap of 40 words\. Documents shorter than 80 words and chunks shorter than 30 words are removed before indexing\. Always Retrieval, Selective Retrieval, and threshold ablations use the same corpus, index, chunking procedure, retrieval depth, generation settings, and judging scripts; onlyτ\\tauis changed in the ablation\.

### A\.3\.Experimental Setup

#### Datasets\.

We use MentalChat16K\([Xu et al\., 2025](https://arxiv.org/html/2609.03454#bib.bib4)\)as the generator adaptation dataset and CounselBench\([Li et al\., 2025](https://arxiv.org/html/2609.03454#bib.bib3)\)as the external evaluation benchmark\. MentalChat16K is a conversational mental\-health assistance dataset constructed from synthetic counseling QA pairs and anonymized intervention transcripts, making it suitable for adapting an open\-source generator to single\-turn mental\-health QA\. We fine\-tune the generator on MentalChat16K and evaluate the resulting systems on two CounselBench splits\. CounselBench\-Eval contains 100 real patient questions with clinically grounded response\-quality dimensions, while CounselBench\-Adv contains 120 expert\-authored adversarial questions targeting medication, therapy, symptoms, judgmental, apathetic, and assumption\-related failures\.

#### Compared Methods\.

We compare four generation settings\.Base LMuses the original instruction\-tuned language model without domain adaptation or retrieval\.Tuned Closed\-bookuses the MentalChat16K\-tuned model without external evidence\.Always Retrievaluses the same tuned model but retrieves top\-kkevidence for every query\. This setting tests whether retrieval is beneficial when applied unconditionally\.Selective Retrievaluses the proposed selective retrieval policy, where the model first generates a closed\-book draft and then activates retrieval only when the gate predicts sufficient retrieval need or safety sensitivity\.

#### Retrieval Corpus and Implementation\.

The retrieval corpus is a small guideline\-oriented corpus composed of public mental\-health resources\. We group the corpus into three source families: coping resources, psychoeducational resources, and safety\-related resources\. This grouping reflects our assumption that single\-turn mental\-health QA requires factual grounding, coping support, and safety\-sensitive boundary control\. Documents are segmented into overlapping chunks and indexed for retrieval\. The generator is based ongoogle/gemma\-4\-E4B\-it, with QLoRA adaptation on MentalChat16K\.

#### Evaluation Metrics\.

For CounselBench\-Eval\([Li et al\., 2025](https://arxiv.org/html/2609.03454#bib.bib3)\), we report Overall, Empathy, Specificity, and Medical Advice Yes Rate as the main dimensions\. Overall, Empathy and Specificity capture response quality, while Medical Advice Yes Rate captures whether a response crosses an unsafe professional boundary line\. We also track retrieval activation rate for retrieval\-based systems\. Factual Consistency and Toxicity are used as sanity\-check dimensions, but are not included in the main table because they were saturated across conditions in our automatic judge outputs and are less discriminative for comparing retrieval policies\.

For CounselBench\-Adv, we report failure rates for the six targeted failure modes: Medication, Therapy, Symptoms, Judgmental, Apathetic, and Assumptions\. We also report Macro Failure Rate, computed as the average failure rate across these dimensions\. Lower values indicate safer and more robust behavior\.

In addition to automatic evaluation, we conduct a small expert audit on a targeted subset of safety\- and retrieval\-sensitive examples\. The audit is used as a qualitative reliability check\. Expert judgments are used to assess whether the main retrieval\-related patterns suggested by automatic evaluation are clinically plausible\.

Similar Articles

Claim-Selective Certification for High-Risk Medical Retrieval-Augmented Generation

arXiv cs.CL

This paper proposes claim-selective certification for high-risk medical retrieval-augmented generation (RAG), decomposing responses into verifiable claims and scoring them against evidence to produce actions (full, partial, conflict, abstain) using an intent-aware selector, achieving low unsupported-claim risk and high action accuracy.