Skip to content

Commit c1e2f46

Browse files
committed
Added a new blog on providing feedback.
1 parent 534843d commit c1e2f46

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
layout: post
3+
title: "Why and How do we provide feedback to the bots?"
4+
date: 2019-01-22 7:30:00 +0000
5+
comments: false
6+
---
7+
8+
### Why do we need to feedback to bots?
9+
10+
We send feedback to the bots for us to collect some statistics and to improve the filters. Few of the bots are built on ML and hence they need feedback to improve.
11+
12+
The continual improvement of the bots is one way to see how your feedback has affected the bot. Soon we are planning to utilize SOPlotics to plot nice graphs and figures for the same.
13+
14+
The bots do log these data. Some bots, like Guttenberg, send the data to a dashboard, like CopyPastor, which stores the data on its behalf.
15+
16+
17+
### What all bots take feedback?
18+
19+
- Belisarius posts possible vandalized posts and takes `tp` or `fp` as feedback.
20+
- Guttenberg posts possible plagiarized answers and takes `k` or `f` (and `tp` or `fp`) as feedback. See [How to react to Guttenberg's reports?](https://github.com/SOBotics/Guttenberg/blob/master/feedback.md)
21+
- HeatDetector posts possible inflammatory comments and takes `tp`, `fp`, `fn`, `nc` and `sk` as feedback. See [What all types of feedback does Heat Detector take?](https://github.com/SOBotics/HeatDetector/wiki/Feedback)
22+
- Natty posts possible non-answers and takes `tp`, `fp` and `ne` as feedback. See [How do I interact with Natty?](https://natty.sobotics.org/interacting).
23+
- SOCVFinder posts possible duplicate questions and takes `k` or `f` as feedback.
24+
25+
Additionally, our guest, SmokeDetector, posts possible spam or rude or abusive posts, and it takes `tp` (`k`, `v`), `fp` (`f`) or `naa` (`n`) as feedback via replying to its report messages.
26+
27+
There are some bots which do not take feedback, but can be replied to. These include:
28+
29+
- GenericBot tracks the posts you have flagged and reports edits to them. It takes an `untrack` as a reply command to stop tracking that post.
30+
- Notepad pings you back as a reminder, and takes a snooze value as a reply.
31+
- OpenReports lists the reports of Natty and Guttenberg, and takes an `ignore` as a reply command to not show you the same reports again.
32+
- TagWikiEditMonitor reports tag wiki edits and takes a `tp socvr` as a reply and then posts the same message in SOCVR.

0 commit comments

Comments
 (0)