CLLGAug 24, 2024

Are LLM-based methods good enough for detecting unfair terms of service?

arXiv:2409.00077v22 citationsh-index: 10Has Code
Originality Synthesis-oriented
AI Analysis

This addresses the problem of users blindly signing unfair terms of service, but the results show incremental progress with limited practical utility.

The paper investigated whether LLMs can effectively detect unfair terms in privacy policies by testing various models on a dataset of 12 questions applied to crawled policies, finding that while some open-source models outperformed commercial ones, the best model (ChatGPT4) still performed only slightly better than random.

Countless terms of service (ToS) are being signed everyday by users all over the world while interacting with all kinds of apps and websites. More often than not, these online contracts spanning double-digit pages are signed blindly by users who simply want immediate access to the desired service. What would normally require a consultation with a legal team, has now become a mundane activity consisting of a few clicks where users potentially sign away their rights, for instance in terms of their data privacy, to countless online entities/companies. Large language models (LLMs) are good at parsing long text-based documents, and could potentially be adopted to help users when dealing with dubious clauses in ToS and their underlying privacy policies. To investigate the utility of existing models for this task, we first build a dataset consisting of 12 questions applied individually to a set of privacy policies crawled from popular websites. Thereafter, a series of open-source as well as commercial chatbots such as ChatGPT, are queried over each question, with the answers being compared to a given ground truth. Our results show that some open-source models are able to provide a higher accuracy compared to some commercial models. However, the best performance is recorded from a commercial chatbot (ChatGPT4). Overall, all models perform only slightly better than random at this task. Consequently, their performance needs to be significantly improved before they can be adopted at large for this purpose.

Foundations

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

Your Notes