|
|
|
|
|
by dominicwhyte
1021 days ago
|
|
It outputs both - { isLikelySpam: boolean, reason: string } Then we have an inbox app (also made in Retool) that our support team uses to manually review any submissions that are isLikelySpam = true. The <reason> helps to understand why it was flagged. Our use case is for a form builder (https://fillout.com) but I imagine this type of use case is pretty common for any app that has user-generated content |
|
Spam detection is a classic example for classification problems. I guess I'm trying to gauge whether there's an entire suite of traditional problems that llms solve well enough by simply asking a question of the base model. I've found a few areas in my own work where this is the case.