Search papers, labs, and topics across Lattice.
This study evaluates the effectiveness of different content moderation strategies by analyzing their impact on customer outcomes, specifically focusing on Usefulness and Harmful Exposure metrics. The authors find that Response-only filtering maximizes Usefulness, while Input + response filtering minimizes Harmful Exposure, suggesting a nuanced approach to moderation is necessary. Additionally, the introduction of response rewriting significantly recovers blocked traffic without increasing harmful exposure, highlighting the importance of context-sensitive moderation strategies in deployment settings.
Response-only moderation maximizes usefulness, but combining input and response strategies can significantly reduce harmful exposure鈥攔evealing a critical trade-off in content moderation design.
Content-moderation classifiers are usually evaluated in isolation, but deployment requires choosing where to intervene and what follows a flag. We evaluate these choices using two end-to-end customer-outcome metrics rather than component accuracy: Usefulness, the fraction of turns with a shown, non-harmful, relevant response, and Harmful Exposure, the fraction with a shown harmful response. Latency and error rates are diagnostics. We compare Input only, Response only, and Input + response hard blocking on a human-labelled product benchmark and public ToxicChat evaluation. At the evaluated operating points, Response only achieves the highest filter-only Usefulness in both settings, while Input + response achieves lower Harmful Exposure. Replacing Response only blocking with Response + rewrite recovers most blocked traffic and yields the same observed Harmful Exposure count as Response only blocking for the selected configuration; this equality is not an equivalence result. Probe routing substantially reduces conditional route-and-generation time relative to LLM routing at comparable measured outcomes. A focused output review shows how rewrites balance filter passage with usefulness by generalizing triggering language while retaining benign intent and safe redirection; some sensitive-domain outputs nevertheless omit potentially safety-relevant support information. These results support comparing moderation configurations under deployment-specific safety and latency constraints rather than applying a universal placement rule. Code and public artifacts are available at https://github.com/microsoft/mod-frontier