Abstract
Natural Language Processing (NLP) transforms human language into machine language that can be understood by machines through computer technology. Relation classification is an important semantic extraction task in NLP, which can accurately obtain the semantic relationship between two entities in a text. It has been used extensively in many NLP applications, such as information extraction and question answering. Relation classification can extract accurately relationships between two entities from large amounts of linguistic data. However, collecting such vast amounts of data in relation classification poses serious privacy issues. As far as we know, there is no existing work that implements privacy-preserving relation classification task. In this paper, we consider how to implement privacy-preserving relation classification using attention-based gated recurrent unit (GRU) network. Specifically, we first design three basic privacy-preserving protocols for the non-linear functions (sigmoid and tanh) using secure multi-party computation (MPC). Then, we propose a secure computation protocol SecureGRU for the GRU network based on these three basic protocols. Finally, based on the SecureGRU and the attention mechanism, we obtain the privacy-preserving relation classification system SecureRC. In the semi-honest adversary model, we prove the security of these protocols. Any honest-but-curious adversary is not able to obtain anything beyond what he is allowed to learn. The proposed system is implemented in Python. Experimental results demonstrate the performance of our proposed protocols.
Talk to us
Join us for a 30 min session where you can share your feedback and ask us any queries you have
Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.