Datasets:
Tasks:
Token Classification
Sub-tasks:
named-entity-recognition
Languages:
English
Tags:
pii-detection
License:
Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,6 @@ task_categories:
|
|
15 |
- token-classification
|
16 |
task_ids:
|
17 |
- named-entity-recognition
|
18 |
-
- part-of-speech
|
19 |
train-eval-index:
|
20 |
- config: privy-small
|
21 |
task: token-classification
|
@@ -64,7 +63,7 @@ A synthetic dataset generated using [Privy](https://github.com/pixie-io/pixie/tr
|
|
64 |
|
65 |
This labelled PII dataset consists of protocol traces (JSON, SQL (PostgreSQL, MySQL), HTML, and XML) generated from OpenAPI specifications and includes 60+ PII types.
|
66 |
|
67 |
-
An IOB tagged version of this dataset is available
|
68 |
|
69 |
### Supported Tasks and Leaderboards
|
70 |
|
@@ -78,7 +77,7 @@ English
|
|
78 |
|
79 |
### Data Instances
|
80 |
|
81 |
-
A sample
|
82 |
```
|
83 |
{
|
84 |
"full_text": "{\"full_name_female\": \"Bethany Williams\", \"NewServerCertificateName\": \"\", \"NewPath\": \"\", \"ServerCertificateName\": \"dCwMNqR\", \"Action\": \"\", \"Version\": \"u zNS zNS\"}",
|
@@ -94,6 +93,7 @@ A sample looks like this:
|
|
94 |
"template_id": 51889,
|
95 |
"metadata": null
|
96 |
}
|
|
|
97 |
```
|
98 |
|
99 |
## Dataset Creation
|
|
|
15 |
- token-classification
|
16 |
task_ids:
|
17 |
- named-entity-recognition
|
|
|
18 |
train-eval-index:
|
19 |
- config: privy-small
|
20 |
task: token-classification
|
|
|
63 |
|
64 |
This labelled PII dataset consists of protocol traces (JSON, SQL (PostgreSQL, MySQL), HTML, and XML) generated from OpenAPI specifications and includes 60+ PII types.
|
65 |
|
66 |
+
An IOB tagged version of this dataset is available under `iob/`.
|
67 |
|
68 |
### Supported Tasks and Leaderboards
|
69 |
|
|
|
77 |
|
78 |
### Data Instances
|
79 |
|
80 |
+
A sample:
|
81 |
```
|
82 |
{
|
83 |
"full_text": "{\"full_name_female\": \"Bethany Williams\", \"NewServerCertificateName\": \"\", \"NewPath\": \"\", \"ServerCertificateName\": \"dCwMNqR\", \"Action\": \"\", \"Version\": \"u zNS zNS\"}",
|
|
|
93 |
"template_id": 51889,
|
94 |
"metadata": null
|
95 |
}
|
96 |
+
|
97 |
```
|
98 |
|
99 |
## Dataset Creation
|