6 ms·
Many comments are criticizing the usage of LLM for this use case but I do believe this will become more common in the future. For example, OpenAI's retrieval pl
by howon92 3y ago
Many comments are criticizing the usage of LLM for this use case but I do believe this will become more common in the future. For example, OpenAI's retrieval plugin leverages LLM to do PII detection [1] instead of using the traditional libraries [2].
[1] https://github.com/openai/chatgpt-retrieval-plugin/blob/main/services/pii_detection.py https://github.com/openai/chatgpt-retrieval-plugin/blob/main...
[2] https://github.com/topics/pii-detection https://github.com/topics/pii-detection
- grammarxcore 3y agoFor this specific problem, I trust the large number of companies that have product lines with devoted test suites more than I do a random LLM. Sometimes it’s better to pick the correct specific tool for a job than a random general purpose tool.