There's some interesting technical details in this release: > Privacy Filter is a bidirectional token-classification model with span decoding. It begins from an autoregressive pretrained checkpoint and is then adapted into a token classifier over a fixed taxonomy of privacy labels. Instead of generating text token by token, it labels an input sequence in one pass and then decodes coherent spans with a constrained Vit…
Couldn't this be used to locate private data in unstructured text without having to rely on other means of PII detection? 1. Pass the raw text through the filter to obtain the spans. 2. Map all the spans back to the original text. Now you have all the PII information.
OpenAI Privacy Filter
21–30 of 78 posts
Re: OpenAI Privacy Filter
#22Re: OpenAI Privacy Filter
#23Re: OpenAI Privacy Filter
#24Earlier quoted context omitted.
And also something that it’s dangerous to try to do stochastically.
It's going to be stochastic in some sense whether you want it to be or not, human error never reaches zero percent. I would bet you a penny you'd get better results doing one two-second automated pass + your usual PII redaction than your PII redaction alone.
Re: OpenAI Privacy Filter
#25Re: OpenAI Privacy Filter
#26Earlier quoted context omitted.
It's going to be stochastic in some sense whether you want it to be or not, human error never reaches zero percent. I would bet you a penny you'd get better results doing one two-second automated pass + your usual PII redaction than your PII redaction alone.
The advantage of computers was that they didn't make human errors; they did things repeatedly, quickly, and predictably. If I'm going to accept human error, I'd like it to come from a human.
Re: OpenAI Privacy Filter
#27I'm surprised nobody else has commented on this. This is a very straightforward and useful thing for a small locally runnable model to do.
Re: OpenAI Privacy Filter
#28It works pretty well for the use cases I was playing with.
The OpenAI model is small enough that I might enhance my tool to use it.
Re: OpenAI Privacy Filter
#29There's some interesting technical details in this release: > Privacy Filter is a bidirectional token-classification model with span decoding. It begins from an autoregressive pretrained checkpoint and is then adapted into a token classifier over a fixed taxonomy of privacy labels. Instead of generating text token by token, it labels an input sequence in one pass and then decodes coherent spans with a constrained Vit…
Couldn't this be used to locate private data in unstructured text without having to rely on other means of PII detection? 1. Pass the raw text through the filter to obtain the spans. 2. Map all the spans back to the original text. Now you have all the PII information.
Re: OpenAI Privacy Filter
#30I'm surprised nobody else has commented on this. This is a very straightforward and useful thing for a small locally runnable model to do.
For the confused: this link must have gotten revived or something, I posted this comment a few days ago. Looks like it's getting the accolades I claim it deserves now.
The submission "OpenAI Privacy Filter" that you posted to Hacker News (https://news.ycombinator.com/item?id=47870901) looks good, but hasn't had much attention so far. We put it in the second-chance pool, so it will get a random placement on the front page some time in the next day or so.
This is a way of giving good HN submissions multiple chances at the front page. If you're curious, you can read about it at https://news.ycombinator.com/item?id=26998308 and other links there.