Update README.md
Browse files
README.md
CHANGED
@@ -39,15 +39,15 @@ It achieves the following results on the evaluation set:
|
|
39 |
|
40 |
## Model description
|
41 |
|
42 |
-
|
43 |
|
44 |
## Intended uses & limitations
|
45 |
|
46 |
-
|
47 |
|
48 |
## Training and evaluation data
|
49 |
|
50 |
-
|
51 |
|
52 |
## Training procedure
|
53 |
|
|
|
39 |
|
40 |
## Model description
|
41 |
|
42 |
+
Model predicts whether to mask names as pseudonyms in any text. Input format should be a paragraph with names masked. It will then output whether to use a pseudonym because the EOIR courts would not allow such private/sensitive information to become public unmasked.
|
43 |
|
44 |
## Intended uses & limitations
|
45 |
|
46 |
+
This is a minimal privacy standard and will likely not work on out-of-distribution data.
|
47 |
|
48 |
## Training and evaluation data
|
49 |
|
50 |
+
We train on the EOIR Privacy dataset and evaluate further using sensitivity analyses.
|
51 |
|
52 |
## Training procedure
|
53 |
|