Weekly Web Harvest for 2024-01-28

[2012.15761] Learning from the Worst: Dynamically Generated Datasets to Improve Online Hate DetectionWe present a human-and-model-in-the-loop process for dynamically generating datasets and training better performing and more robust hate detection models. We provide a new dataset of ~40,000 entries, generated and labelled by trained annotators over four rounds of dynamic data creation. It includes ~15,000 […]

Read More… from Weekly Web Harvest for 2024-01-28

Weekly Web Harvest for 2024-01-21

Excavating AIThe contrast between Magritte and the physiognomists’ approach to representation speaks to two very different conceptions of the fundamental relationship between images and their labels, and of representation itself. For the physiognomists, there was an underlying faith that the relationship between an image of a person and the character of that person was inscribed […]

Read More… from Weekly Web Harvest for 2024-01-21

Multiple Regex Expressions in a Sublime Snippet

I still use Sublime when I’m not using VS Code. This isn’t the best idea but I do it anyway. One of the things I like about both programs is being able to create little shortcuts to create code I write a lot. It speeds things up and makes me more consistent. Both programs let […]

Read More… from Multiple Regex Expressions in a Sublime Snippet

Format paragraphs based on internal text

As part of the AI Detox, people are cutting and pasting AI/Human conversations from a little font-end chatbot I made with the ChatGPT 4 API. The responses are just in rich text for downloading/saving. The conversations look something like this. The “speaker” is automatically prepended.1 AI: Some weird sentence. Human: Some response. AI: I don’t […]

Read More… from Format paragraphs based on internal text