You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+60Lines changed: 60 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,3 +12,63 @@ Consider for example the following scenario: *D1* and *D2* represent two documen
12
12
To prevent AA and AV methods from focusing on the topic and instead force them to concentrate on linguistic patterns such as function words or punctuation marks (which are closely related to writing style), topic masking approaches can be used, where POSNoise is one such approach...
13
13
14
14
15
+
## Installation
16
+
The easiest way to install POSNoise is to use pip, where you can choose between (1) the PyPI repository and (2) this repository.
A detailed explanation of the **POS placeholders** (Ø, #, etc.) used in POSNoise can be found in Table 2 in the paper. Here, the arXiv version for open access: https://arxiv.org/abs/2005.06605
43
+
44
+
## Features
45
+
- Effective way to mask topic-relatd content with **custom POS placeholders**
46
+
-**Automatic NLP pipeline creation** (loads and installs the spaCy models on demand, while providing feedback)
47
+
-**No API dependency** (after downloading the spaCy models, POSNoise can be used completely **offline**)
48
+
-**Documented** source code
49
+
50
+
## Citation
51
+
If you find this library helpful, please invest a few minutes and cite it in your paper/project:
52
+
```bibtex
53
+
@inproceedings{HalvaniGranerPOSNoise:2021,
54
+
author = {Oren Halvani and Lukas Graner},
55
+
editor = {Delphine Reinhardt and Tilo M{\"{u}}ller},
56
+
title = {{POSNoise: An Effective Countermeasure Against Topic Biases in Authorship Analysis}},
57
+
booktitle = {{ARES} 2021: The 16th International Conference on Availability, Reliability and Security, Vienna, Austria, August 17-20, 2021},
The POSNoise package is released under the Apache-2.0 license. See <ahref="https://github.com/Halvani/posnoise/blob/main/LICENSE">LICENSE</a> for further details.
71
+
72
+
73
+
## Last Remarks
74
+
As is usual with open source projects, we developers do not earn any money with what we do, but are primarily interested in giving something back to the community with fun, passion and joy. Nevertheless, we would be very happy if you rewarded all the time that has gone into the project with just a small star 🤗
0 commit comments