CLMar 14, 2022

Can pre-trained Transformers be used in detecting complex sensitive sentences? -- A Monsanto case study

arXiv:2203.06793v18 citationsh-index: 67
Originality Synthesis-oriented
AI Analysis

This addresses the challenge of preventing confidential information leakage for organizations, though it is incremental as it applies an existing pre-trained transformer method to a new domain-specific dataset.

The paper tackled the problem of detecting complex sensitive sentences in documents, such as those with substantial information or paraphrased content, and found that fine-tuned BERT outperformed traditional models, achieving F2 score improvements ranging from 24.13% to 65.79% across different document categories in the Monsanto dataset.

Each and every organisation releases information in a variety of forms ranging from annual reports to legal proceedings. Such documents may contain sensitive information and releasing them openly may lead to the leakage of confidential information. Detection of sentences that contain sensitive information in documents can help organisations prevent the leakage of valuable confidential information. This is especially challenging when such sentences contain a substantial amount of information or are paraphrased versions of known sensitive content. Current approaches to sensitive information detection in such complex settings are based on keyword-based approaches or standard machine learning models. In this paper, we wish to explore whether pre-trained transformer models are well suited to detect complex sensitive information. Pre-trained transformers are typically trained on an enormous amount of text and therefore readily learn grammar, structure and other linguistic features, making them particularly attractive for this task. Through our experiments on the Monsanto trial data set, we observe that the fine-tuned Bidirectional Encoder Representations from Transformers (BERT) transformer model performs better than traditional models. We experimented with four different categories of documents in the Monsanto dataset and observed that BERT achieves better F2 scores by 24.13\% to 65.79\% for GHOST, 30.14\% to 54.88\% for TOXIC, 39.22\% for CHEMI, 53.57\% for REGUL compared to existing sensitive information detection models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes