Skip to content

Instantly share code, notes, and snippets.

@Bhargav-Rao
Last active November 19, 2018 12:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Bhargav-Rao/d77ed02fadd50223b31c0b7aa8f5ddae to your computer and use it in GitHub Desktop.
Save Bhargav-Rao/d77ed02fadd50223b31c0b7aa8f5ddae to your computer and use it in GitHub Desktop.

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

Inferno

Sprinkler

Sprinkler

@Filnor
Copy link

Filnor commented Jan 24, 2018

Top 3 results of the name voting (now closed):

  1. Winner: Hydrant, and the logo could be a 7-headed hydrant (suggested by Andras Deak) with 10 votes/62.5%
  2. Ice (suggested by Bhargav Rao) with 6 votes/37.5%
  3. Sprinkler (suggested by Bhargav Rao) with 5 votes/31.3%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment