paper-with-me

홈 › Papers

Unfair TOS: An Automated Approach using Customized BERT

2024-01-20 · Bathini Sai Akash, Akshara Kupireddy, Lalita Bhanu Murthy

Terms of Service (ToS) form an integral part of any agreement as it defines the legal relationship between a service provider and an end-user. Not only do they establish and delineate reciprocal rights and responsibilities, but they also provide users with information on essential aspects of contracts that pertain to the use of digital spaces. These aspects include a wide range of topics, including limitation of liability, data protection, etc. Users tend to accept the ToS without going through it before using any application or service. Such ignorance puts them in a potentially weaker situation in case any action is required. Existing methodologies for the detection or classification of unfair clauses are however obsolete and show modest performance. In this research paper, we present SOTA(State of The Art) results on unfair clause detection from ToS documents based on unprecedented custom BERT Fine-tuning in conjunction with SVC(Support Vector Classifier). The study shows proficient performance with a macro F1-score of 0.922 at unfair clause detection, and superior performance is also shown in the classification of unfair clauses by each tag. Further, a comparative analysis is performed by answering research questions on the Transformer models utilized. In order to further research and experimentation the code and results are made available on https://github.com/batking24/Unfair-TOS-An-Automated-Approach-based-on-Fine-tuning-BERT-in-conjunction-with-ML.

📄 PDF Abstract BibTeX arXiv:2401.11207

Code (0)

등록된 구현이 없습니다.

Tasks

TAG

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음
Multi-Head Attention 설명 없음
Attention 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

ExtremeBERT: A Toolkit for Accelerating Pretraining of Customized BERT

2022-11-30 · Rui Pan, Shizhe Diao, Jianlin Chen, Tong Zhang

In this paper, we present ExtremeBERT, a toolkit for accelerating and customizing BERT pretraining. Our goal is to provide an easy-to-use BERT pretraining toolkit for the research community and industry. Thus, the pretra…

Molecular System PredictionSentence Classification

SecureBERT: A Domain-Specific Language Model for Cybersecurity

2022-04-06 · Ehsan Aghaei, Xi Niu, Waseem Shadid, Ehab Al-Shaer

Natural Language Processing (NLP) has recently gained wide attention in cybersecurity, particularly in Cyber Threat Intelligence (CTI) and cyber automation. Increased connection and automation have revolutionized the wor…

Language ModelingLanguage ModellingMasked Language Modelingmodel+1

fairBERTs: Erasing Sensitive Information Through Semantic and Fairness-aware Perturbations

2024-07-11 · Jinfeng Li, Yuefeng Chen, Xiangyu Liu, Longtao Huang 외

Pre-trained language models (PLMs) have revolutionized both the natural language processing research and applications. However, stereotypical biases (e.g., gender and racial discrimination) encoded in PLMs have raised ne…

FairnessGenerative Adversarial Network

CLAUDETTE: an Automated Detector of Potentially Unfair Clauses in Online Terms of Service

2018-05-03 · Marco Lippi, Przemyslaw Palka, Giuseppe Contissa, Francesca Lagioia 외

Terms of service of on-line platforms too often contain clauses that are potentially unfair to the consumer. We present an experimental study where machine learning is employed to automatically detect such potentially un…

BIG-bench Machine LearningUnfairness Detection

Causality Detection using Multiple Annotation Decisions

2022-10-26 · Quynh Anh Nguyen, Arka Mitra

The paper describes the work that has been submitted to the 5th workshop on Challenges and Applications of Automated Extraction of socio-political events from text (CASE 2022). The work is associated with Subtask 1 of Sh…