菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-16
📄 Abstract - Towards Privacy-Preserving Machine Translation at the Inference Stage: A New Task and Benchmark

Current online translation services require sending user text to cloud servers, posing a risk of privacy leakage when the text contains sensitive information. This risk hinders the application of online translation services in privacy-sensitive scenarios. One way to mitigate this risk for online translation services is introducing privacy protection mechanisms targeting the inference stage of translation models. However, compared to subfields of NLP like text classification and summarization, the machine translation research community has limited exploration of privacy protection during the inference stage. There is no clearly defined privacy protection task for the inference stage, dedicated evaluation datasets and metrics, and reference benchmark methods. The absence of these elements has seriously constrained researchers' in-depth exploration of this direction. To bridge this gap, this paper proposes a novel "Privacy-Preserving Machine Translation" (PPMT) task, aiming to protect the private information in text during the model inference stage. For this task, we constructed three benchmark test datasets, designed corresponding evaluation metrics, and proposed a series of benchmark methods as a starting point for this task. The definition of privacy is complex and diverse. Considering that named entities often contain a large amount of personal privacy and commercial secrets, we have focused our research on protecting only the named entity's privacy in the text. We expect this research work will provide a new perspective and a solid foundation for the privacy protection problem in machine translation.

顶级标签: natural language processing machine learning systems
详细标签: privacy-preserving machine translation inference stage privacy named entity protection benchmark evaluation metrics 或 搜索:

面向推理阶段的隐私保护机器翻译:一个新任务与基准 / Towards Privacy-Preserving Machine Translation at the Inference Stage: A New Task and Benchmark


1️⃣ 一句话总结

这篇论文针对在线翻译服务可能泄露用户敏感信息的问题,首次提出了一个专注于保护翻译模型推理阶段隐私的新任务,并为此建立了包含测试数据、评估指标和基准方法的完整研究框架。

源自 arXiv: 2603.14756