paper-with-me

홈 › Papers

Extractive text summarisation of Privacy Policy documents using machine learning approaches

2024-04-09 · Chanwoo Choi

This work demonstrates two Privacy Policy (PP) summarisation models based on two different clustering algorithms: K-means clustering and Pre-determined Centroid (PDC) clustering. K-means is decided to be used for the first model after an extensive evaluation of ten commonly used clustering algorithms. The summariser model based on the PDC-clustering algorithm summarises PP documents by segregating individual sentences by Euclidean distance from each sentence to the pre-defined cluster centres. The cluster centres are defined according to General Data Protection Regulation (GDPR)'s 14 essential topics that must be included in any privacy notices. The PDC model outperformed the K-means model for two evaluation methods, Sum of Squared Distance (SSD) and ROUGE by some margin (27% and 24% respectively). This result contrasts the K-means model's better performance in the general clustering of sentence vectors before running the task-specific evaluation. This indicates the effectiveness of operating task-specific fine-tuning measures on unsupervised machine-learning models. The summarisation mechanisms implemented in this paper demonstrates an idea of how to efficiently extract essential sentences that should be included in any PP documents. The summariser models could be further developed to an application that tests the GDPR-compliance (or any data privacy legislation) of PP documents.

📄 PDF Abstract BibTeX arXiv:2404.08686

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringSentence

Methods 이 논문이 사용한 방법론

k-Means Clustering k-Means Clustering is a clustering algorithm that divides a training set into $k$ different clusters of examples that are near each other. It works by initializing $k$…
PDC 설명 없음

Similar Papers 제목 키워드 기반

Automatic summarisation of Instagram social network posts Combining semantic and statistical approaches

2023-03-14 · Kazem Taghandiki, Mohammad Hassan Ahmadi, Elnaz Rezaei Ehsan

The proliferation of data and text documents such as articles, web pages, books, social network posts, etc. on the Internet has created a fundamental challenge in various fields of text processing under the title of "aut…

Articles

Generating Extended and Multilingual Summaries with Pre-trained Transformers

2022-06-01 · LREC 2022 6 · Rémi Calizzano, Malte Ostendorff, Qian Ruan, Georg Rehm

Almost all summarisation methods and datasets focus on a single language and short summaries. We introduce a new dataset called WikinewsSum for English, German, French, Spanish, Portuguese, Polish, and Italian summarisat…

Articles

Discharge Summary Hospital Course Summarisation of In Patient Electronic Health Record Text with Clinical Concept Guided Deep Pre-Trained Transformer Models

2022-11-14 · Thomas Searle, Zina Ibrahim, James Teo, Richard Dobson

Brief Hospital Course (BHC) summaries are succinct summaries of an entire hospital encounter, embedded within discharge summaries, written by senior clinicians responsible for the overall care of a patient. Methods to au…

Synthesizing Scientific Summaries: An Extractive and Abstractive Approach

2024-07-29 · Grishma Sharma, Aditi Paretkar, Deepak Sharma

The availability of a vast array of research papers in any area of study, necessitates the need of automated summarisation systems that can present the key research conducted and their corresponding findings. Scientific …

Extractive Summarisation for German-language Data: A Text-level Approach with Discourse Features

2022-10-01 · COLING 2022 10 · Freya Hewett, Manfred Stede

We examine the link between facets of Rhetorical Structure Theory (RST) and the selection of content for extractive summarisation, for German-language texts. For this purpose, we produce a set of extractive summaries for…

Sentence