SOBotics / FireAlarm

A Stack Exchange chatbot to catch low-quality posts.
https://bonfire.sobotics.org
MIT License
14 stars 8 forks source link

Ideas for new filters #23

Open double-fault opened 6 years ago

double-fault commented 6 years ago

FireAlarm currently uses a Naive Bayes classifier to detect bad posts. This works great, but a couple of other filters which add to the weight would help detect a lot more bad posts. If you have an idea for a new filter, please post one! One per comment, please.

The Naive Bayes filter, Misleading Links, and Blacklisted tag/keyword/user filters already exist.

double-fault commented 6 years ago

Image without code

double-fault commented 6 years ago

Low Length

adeak commented 6 years ago

Link to google drive, dropbox or any typical file exchange site.

double-fault commented 6 years ago

@adeak nice idea! Any other site you wanna add?

double-fault commented 6 years ago

Non-english posts

sri-shree commented 6 years ago

Code only (code without explanation)

Bhargav-Rao commented 6 years ago

Keywords like "Are there any tools for this?" etc.

jdd-software commented 6 years ago

Reputation of OP, it's seems like an ugly filter but it works fairly well in other context so probably it's worth trying

adeak commented 6 years ago

@Fortunate-MAN I edited to add dropbox, otherwise I'm not aware of the popular file exchange sites nowadays (I lost track at megaupload et al.). Feel free to expand on the suggestion as you see fit :P I don't moderate main too much, so I don't see the worst offenders.

double-fault commented 6 years ago

@Bhargav-Rao Blacklisted keywords already exist! Thanks though!

double-fault commented 6 years ago

@jdd-software Most questions detected by FireAlarm are usually posted by 1 rep posters, so I don't know how much difference it would have. That would probably be nice with a small weight though!