Explore System
-
Take a few minutes to explore some examples of comments on YouSocial and the toxicity ratings provided by YouSocial's content moderation system.
-
You can optionally sort by the "System rating" by clicking on the arrow button in the header.
-
Feel free to click the button to fetch a new sample of examples if you'd like.
{#await promise}
{:then examples}
{#if cur_examples}
|
|
arrow_upward
|
{#each cur_examples as ex (ex.item_id)}
{ex.comment} |
{ex.system_decision}
|
{Number(ex.rating)} |
{/each}
{/if}
{:catch error}
{error.message}
{/await}