Hacker News new | ask | show | jobs
by rustedshovel 699 days ago
What techniques have you used to avoid AI artifacts? Have you run it through any detection software to automate artifact elimination?
1 comments

When the story input parameters are too close or similar to an existing work, you'll receive output containing training artifacts. For example if the parameters for a story included topics such as a castle in Norway featuring a princess with powers. While the overall story will be its own thing, you'll definitely get names of characters and story elements from Disney's Frozen. The main ways to avoid this is to increase the top_p and temperature of the LLM requests, as well as add additional specifics to the story prompt. Are there any other techniques out there that would help in this?