Skip to content

Sentence-Level Sequence Labeling for Automatic Compliance Analysis of Privacy Policy Text with GDPR Article 13

License

Notifications You must be signed in to change notification settings

zhangfanTJU/Sentence-Level-Sequence-Labeling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentence-Level Sequence Labeling

This repository contains the corpus and code for Sentence-Level Sequence Labeling.

Sentence-Level Sequence Labeling for Automatic Compliance Analysis of Privacy Policy Text with GDPR Article 13

Fan Zhang, Meishan Zhang, Shuang Liu and Baiyang Zhao

Reqirements

pip install -r requirements.txt

Quick Start

# Baseline
## GloVe
python3 train-baseline.py --emb glove

## BERT
python3 train-baseline.py --emb bert

# +Syntax
## GloVe
python3 train.py --emb glove --use_dep

## BERT
python3 train.py --emb bert --use_dep

Citation

@article{zhang2022sequencelabeling,
  title={Sentence-Level Sequence Labeling for Automatic Compliance Analysis of Privacy Policy Text with GDPR Article 13}, 
  author={Fan Zhang, Meishan Zhang, Shuang Liu and Baiyang Zhao}
}

About

Sentence-Level Sequence Labeling for Automatic Compliance Analysis of Privacy Policy Text with GDPR Article 13

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages