Link paper and add citation

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +13 -5
README.md CHANGED
@@ -2,6 +2,7 @@
2
  language:
3
  - en
4
  library_name: transformers
 
5
  pipeline_tag: text-generation
6
  tags:
7
  - search-agent
@@ -9,7 +10,6 @@ tags:
9
  - abstention
10
  - refusal
11
  - awa-rl
12
- license: other
13
  ---
14
 
15
  # AWA-RL
@@ -26,9 +26,7 @@ AWA-RL introduces a **courage factor** that controls the model's willingness to
26
 
27
  ![AWA-RL paper results](results.png)
28
 
29
- These results are from the AWA-RL paper. Across both from-scratch and cold-start training, the refusal-rate dynamics respond consistently to the courage factor. The evaluation tables show how this control enables a balance between accuracy, precision, refusal rate, and Reliability-Aware F1 (RA-F1).
30
-
31
- The paper link will be added after the preprint is available.
32
 
33
  ## Usage
34
 
@@ -65,4 +63,14 @@ This is a research checkpoint intended for search-agent experiments. Its reliabi
65
 
66
  ## Citation
67
 
68
- The paper citation and preprint link will be added when the paper is publicly available.
 
 
 
 
 
 
 
 
 
 
 
2
  language:
3
  - en
4
  library_name: transformers
5
+ license: other
6
  pipeline_tag: text-generation
7
  tags:
8
  - search-agent
 
10
  - abstention
11
  - refusal
12
  - awa-rl
 
13
  ---
14
 
15
  # AWA-RL
 
26
 
27
  ![AWA-RL paper results](results.png)
28
 
29
+ These results are from the [AWA-RL paper](https://arxiv.org/abs/2607.10738). Across both from-scratch and cold-start training, the refusal-rate dynamics respond consistently to the courage factor. The evaluation tables show how this control enables a balance between accuracy, precision, refusal rate, and Reliability-Aware F1 (RA-F1).
 
 
30
 
31
  ## Usage
32
 
 
63
 
64
  ## Citation
65
 
66
+ ```bibtex
67
+ @misc{zhang2026answerabstainmitigatingsearchagent,
68
+ title={To Answer or to Abstain: Mitigating Search-Agent Hallucinations via Abstention-Aware Reinforcement Learning},
69
+ author={Fengji Zhang and Tianyu Fan and Yuxiang Zheng and Xinyao Niu and Chengen Huang and Jacky Keung and Bei Chen},
70
+ year={2026},
71
+ eprint={2607.10738},
72
+ archivePrefix={arXiv},
73
+ primaryClass={cs.LG},
74
+ url={https://arxiv.org/abs/2607.10738},
75
+ }
76
+ ```