A dashboard for Heat Detector
Need
Heat Detector is quite famous networkwide for its ability to detect rude and abusive comments. However the problem that we are facing at hand is that not many people are feeding back accurately (The bot utilizes ML and feedback is very very important for it's improvement). This issue can be easily solved by having a web dashboard.
Thoughts
Unlike CopyPastor, which had to be written from scratch, the dashboard for HD can be easily forked from Sentinel. The similarities between Natty and HD are:
- Both are related to flagging (comment vs answer)
- Both have various reasons for detections
- Both need feedback
Hence we can remod Sentinel and create a similar web dash board for HD. As none of us know Ruby, we'll need to trouble Art again.
Changes
Changes needed on the HeatDetector side:
- A proper/strict rule to differentiate between what should be a true positive and what should be a false positive.
- A way to provide feedback through a command, so that a userscript could be made use of.
- And of course, calling the dashboard in every report.
Challenges
- Framing the strong rules to differentiate between a heated argument and not is often subjective. Quantizing this in someway in order to improve the algorithm would be the first challenge. (This is not related to the dashboard development work, but the way we provide feedback).
- Few of the posts might be borderline, and we wouldn't want to feedback these. Hence a way to "not provide feedback" would be needed.
Hosting
We can host it on the sobotics webserver. That would not be an issue.
Names
I've thought of a few, which are closely related to Heat Detection.
Inferno
Sprinkler
In the review rules should be determined how to deal with self-blaming comments (e.g. "Oh gosh, I missed that. Stupid me.") as they get caught very often.
Also for the name, I would suggest Sprinkler, as we are fighting the heat.