Research Papers 论文研究 6h ago Updated 1h ago 更新于 1小时前 47

I Am No One: Style-Aware Paraphrasing for Text Anonymization 我本无名:风格感知的文本匿名化改写

Authorship attribution models can re-identify users from anonymized text by exploiting stable stylistic fingerprints, creating privacy risks even after explicit identifiers are removed The proposed approach uses pretrained large language models to build compact stylistic profiles from minimal samples and rewrites text to suppress identifiable style markers while preserving meaning The method reduces authorship attribution F1 by 60-70% across blog and review datasets while maintaining content qua 作者归属模型可通过稳定的风格指纹重新识别用户,即使显式标识符已被移除,对文本发布和分析构成隐私风险 提出风格感知、提示驱动的匿名化方法,利用预训练大语言模型从少量样本构建紧凑风格配置文件并重写文本 在博客和评论数据集上,该方法将作者归属F1降低60-70%,同时保持内容质量和可读性 相比差分隐私方法,新方案在文本质量与隐私保护之间取得更好平衡 该风险同样适用于ASR转录文本(如会议记录、客服对话),即使经过声学匿名化仍存在风格泄露

62
Hot 热度
74
Quality 质量
68
Impact 影响力

Analysis 深度分析

TL;DR

  • Authorship attribution models can re-identify users from anonymized text by exploiting stable stylistic fingerprints, creating privacy risks even after explicit identifiers are removed
  • The proposed approach uses pretrained large language models to build compact stylistic profiles from minimal samples and rewrites text to suppress identifiable style markers while preserving meaning
  • The method reduces authorship attribution F1 by 60-70% across blog and review datasets while maintaining content quality and readability
  • This approach substantially outperforms both differential privacy-based and non-DP baseline anonymization methods
  • The risk extends to speech-derived text like ASR transcripts, where stylometric leakage persists even after acoustic anonymization

Why It Matters

This research addresses a critical and often overlooked privacy vulnerability: even when personal identifiers are stripped from text, stylistic fingerprints can still re-identify authors, posing significant risks for content publishing, analytics, and speech-derived text applications. For AI practitioners building text processing pipelines, this highlights the need to consider stylometric re-identification as a privacy threat alongside traditional PII removal.

Technical Details

  • The approach is prompt-driven and style-aware, leveraging pretrained large language models to construct compact stylistic profiles from minimal text samples
  • It rewrites anonymized text to suppress identifiable stylistic markers while preserving semantic meaning and readability
  • Evaluated across blog and review datasets, measuring performance via authorship attribution F1 scores
  • Compared against differential privacy-based anonymization methods and non-DP baselines, demonstrating superior utility-privacy tradeoffs
  • The method is applicable to both written text and ASR transcripts from meetings and call-center conversations

Industry Insight

  • Organizations publishing user-generated content or analytics should implement style-aware anonymization as a defense against authorship re-identification, not just PII redaction
  • The 60-70% F1 reduction demonstrates that LLM-based paraphrasing can achieve strong privacy guarantees without the severe quality degradation typical of differential privacy approaches
  • As speech AI systems increasingly transcribe conversations, stylometric leakage in ASR outputs represents an emerging privacy vector that warrants attention in compliance and data governance frameworks

TL;DR

  • 作者归属模型可通过稳定的风格指纹重新识别用户,即使显式标识符已被移除,对文本发布和分析构成隐私风险
  • 提出风格感知、提示驱动的匿名化方法,利用预训练大语言模型从少量样本构建紧凑风格配置文件并重写文本
  • 在博客和评论数据集上,该方法将作者归属F1降低60-70%,同时保持内容质量和可读性
  • 相比差分隐私方法,新方案在文本质量与隐私保护之间取得更好平衡
  • 该风险同样适用于ASR转录文本(如会议记录、客服对话),即使经过声学匿名化仍存在风格泄露

为什么值得看

本文针对文本匿名化中的风格指纹泄露问题提出了创新解决方案,对保护用户隐私同时保持文本可用性具有重要实践价值。对于从事文本发布、数据分析、语音转写等业务的AI从业者和企业而言,该研究提供了可落地的隐私保护技术路径。

技术解析

  • 问题定义:作者归属模型可利用稳定的风格特征(如用词习惯、句式结构)重新识别用户身份,即使删除姓名、邮箱等显式标识符后仍存在风险
  • 核心方法:采用预训练大语言模型构建紧凑风格配置文件,通过提示驱动方式重写文本,抑制可识别的风格标记同时保留语义内容
  • 实验评估:在博客和评论数据集上进行测试,以作者归属F1分数作为隐私保护指标,同时评估内容质量和可读性
  • 性能表现:相比差分隐私基线和非差分隐私基线,该方法在降低可重识别性方面表现显著更优,F1降低60-70%
  • 应用场景:不仅适用于普通文本,还延伸至ASR转录文本(会议记录、客服对话),解决声学匿名化后仍存在的风格泄露问题

行业启示

  • 文本隐私保护需从"标识符删除"转向"风格指纹抑制",企业发布用户生成内容前应评估风格泄露风险
  • 大语言模型可作为隐私保护工具而非仅用于内容生成,风格感知重写为文本匿名化提供了新范式
  • 语音转写文本的隐私保护需端到端考虑,声学匿名化不足以保障隐私,应结合文本风格匿名化策略

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Research 科学研究 Security 安全 LLM 大模型 Speech 语音 Ethics 伦理