-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't report posts from Answer Bot #13922
Comments
I am resistant to doing this, because the premise upon which it rests is false. We do not "know that answers from Answer Bot aren't spam". We believe that SE doesn't intend them as spam, but there's nothing that actually prevents those answers from, effectively, being spam. An LLM could produce anything. There's nothing that restricts the answer from, effectively, promoting something inappropriately. |
@makyen If we're not going to exclude them from SmokeDetector scanning, consensus should be established on whether or not these posts are After re-reading the Feedback Guidance page, I think it should be considered tp for failing to meet the referencing requirements (I don't consider the profile sufficient disclosure). It does have an |
As SD will no longer get these, I don't really think there's much for Charcoal to do here. |
Just for some background: on December 19th I mentioned Smoke Detector to staff in a (private) chat about the places that Answer Bot posts were appearing unintentionally:
I also directed them where they could search to verify whether future posts were showing up in Smoke Detector or not:
So indeed, this is something that Stack Exchange intends to prevent on their end and it shouldn't be necessary to make any changes to SmokeDetector. If they show up again you can probably report it as a bug. However, if you decide you do want to (somehow) handle public Answer Bot posts in the future, I'd just point out that Smokey doesn't seem to be grouping the posts as being from a single user, presumably because the negative user ID, or absence of an account ID, confuses the relevant logic. So that might be a special case to consider. |
Is your feature request related to a problem? Please describe.
Currently, SmokeDetector reports posts from Answer Bot if they trip a watchlist or other spam check. That's not optimal; we already know that answers from Answer Bot aren't spam, so we should probably just ignore them.
Describe the solution you'd like
Answer Bot accounts seem to be guaranteed to have an ID of -2, so adding a check for that somewhere is probably the easiest way to go about this. I'm not particularly familiar with the codebase, but maybe at the top of
FindSpam.test_post
?Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: