FreoStream:Enhancing Stream Guardrails via Future-Aware Reasoning and Safety-Aligned Optimization

23d ago · Global · primary source: export.arxiv.org

A new streaming guardrail framework called FreoStream aims to reduce over-refusal in large language models while strengthening defenses against jailbreak attacks, according to a paper submitted June 11, 2026. [1] Stream guardrails inspect content token-by-token before a full response is generated, but they frequently block safe yet sensitive tokens — a problem known as over-refusal — and miss implicitly harmful content because they lack full context. [2] The proposed FreoStream framework addresses both shortcomings by adding a LoRA module that performs Future-Aware Reasoning when the base guardrail flags an unsafe token. [2] The reasoning follows a Future-Reason-Judge paradigm: the system predicts what will come next, reasons about the full context, and then issues a final judgment. [2] By incorporating future information, the design reduces over-refusal. A separate Safety-Aligned Optimization module extracts the safety-aligned component from reasoning gradients and uses it to update the base guardrail model, improving streaming safety detection. [2] The authors report that across multiple safety benchmarks, FreoStream achieves lower over-refusal rates and better jailbreak defense than existing streaming guardrails. [2] The paper appears on arXiv, a preprint server that accounts for roughly 95 percent of the paper URLs Hugging Face users have linked in their repositories. [4] Hugging Face and arXiv have collaborated to embed interactive demos directly alongside papers, allowing readers to try models without writing code. [5] Large language models have drawn intense scrutiny over safety mechanisms. DeepSeek, the Chinese AI firm, released its R1 model in January 2025 under open-weight terms, and its low training cost — a reported US$6 million for the V3 model — triggered a sharp sell-off in AI hardware stocks. [7] Alibaba Cloud’s Qwen family of models is distributed under Apache 2.0 and other licenses. [9] The FreoStream paper does not disclose which base model was used for fine-tuning. [2] The paper was submitted through arXivLabs, a framework that lets collaborators develop and share new arXiv features directly on the site. [1]

research-papercontroversytool-release

Background sources we checked (8)
  • arxiv.org ↗ Stream guardrails enable token-level safety detection before full responses are generated. However, they often make overly conservative judgements and block those sensitive but safe tokens, which is known as over-refusal. Due to lack of full context, they also fail to detect impl…
  • arxiv.org ↗ We review thirteen generative systems and five supporting datasets for quantum circuit and quantum code generation, identified through a structured scoping review of Hugging Face, arXiv, and provenance tracing (January-February 2026). We organize the field along two axes: artifac…
  • huggingface.co ↗ # Paper Pages Paper pages allow people to find artifacts related to a paper such as models, datasets and apps/demos (Spaces). Paper pages also enable the community to discuss about the paper. ## Linking a Paper to a model, dataset or Space If the repository card (`README.md`) …
  • huggingface.co ↗ # How to Add a Space to ArXiv ... Demos on Hugging Face Spaces allow a wide audience to try out state-of-the-art machine learning research without writing any code. Hugging Face and ArXiv have collaborated to embed these demos directly along side papers on ArXiv! ... Thanks to th…
  • huggingface.co ↗ Daily Papers - Hugging Face new Get trending papers in your email inbox once a day! Get trending papers in your email inbox! Subscribe # Daily Papers ## byAK and the research community - Daily - Weekly - Monthly Trending Papers https://huggingface.co/papers/date/2026-06-…
  • en.wikipedia.org ↗ Hangzhou DeepSeek Artificial Intelligence Basic Technology Research Co., Ltd., doing business as DeepSeek, is a Chinese artificial intelligence (AI) company that develops large language models (LLMs). Based in Hangzhou, Zhejiang, DeepSeek is owned and funded by High-Flyer, a Chin…
  • en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…
  • en.wikipedia.org ↗ Qwen (also known as Tongyi Qianwen, Chinese: 通义千问; pinyin: Tōngyì Qiānwèn) is a family of large language models developed by Alibaba Cloud. Many Qwen models are distributed under the free and open-source Apache 2.0 license, the source-available Qwen License, or the non-commercial…

Sources

Spot something wrong? Report an issue