Today, the size of the close-votes queue is 55k questions and growing. Is that a problem?
Which action could be taken to clean it up? It seems to be growing faster than Stack Overflow members are capable to handle it.
|
Today, the size of the close-votes queue is 55k questions and growing. Is that a problem? Which action could be taken to clean it up? It seems to be growing faster than Stack Overflow members are capable to handle it. |
||||
| show 6 more comments |
TL;DR Educate active reviewers to filter SO Close Votes queue by single close reason, with "duplicate" and "too localized" additionally filtered by their favorite tags. Based on my experience, this leads to substantial productivity gain. Boring details on what led me to above conclusion are provided below; feel free to skip these. Initially I've been going through close votes queue unfiltered. This worked just fine in all other queues I tried (dozen or two queues at SO and some smaller sites) and I saw no reasons to do it other way. This queue felt a bit difficult from the beginning, but I thought I'll get used to it after a while. 300+ review actions passed, but it still felt cumbersome, at this moment I got curious why is that?
My testing of filtering by close reasons began with "off topic". Bingo! Review went smooth and fast, and most important, I felt comfortable - just about like I felt with all other queues in new system. I tried "not constructive", then "not a real question" - great, the magic is there. Testing "too localized" though didn't went so well. It felt cumbersome again - just the same feeling of having to deal with too many distractions. This lead me to idea to try filtering it further. I added a tag I was comfortable with and the magic flow was back again. Based on my experience with "too localized", I switched to testing "duplicates" filtered by favorite tag from the very beginning. This worked well, too. Well to be precise, duplicates review went slower (much slower) than the rest: I had to study both questions, and in some cases I also had to check the answers to both questions. But (and this is very big BUT) what is important, it felt really comfortable - as opposed to my prior experience with unfiltered queue. |
|||||
|
|
To reduce the backlog: define a function: close(p) = .... where the right hand side includes the number of close votes, the total rep of all the close voters, the net vote score of the post, the number of answers to the post, and the age of the post. In other words, 3 close votes from high-rep users, on a negative-score question, with no answers, should just close the thing. Or some rule like that. Then we could concentrate on content that had some chance of having value. |
|||||||||||||||
|
|
Take a minute here for a sanity check: There's a massive amount of reviewing being done there. It takes 5 voters to close or 3 "do not close" reviewers to kick a question out of the queue without closing. And yet, folks are making some impressive progress. Frankly, I don't particularly think this needs to be sped up any - closing is hard by-design. If it takes a while to get through the backlog, that's probably ok... Update: review task creation / deletion over timeIn response to LittleBobbyTables' concern, here are some graphs that may help to illustrate the problem with clearing this queue: Close review tasks createdClose review tasks deleted (either completed in review, closed or deleted elsewhere)Review tasks are created in response to close votes or flags - these have been going up. |
|||||||||||||||||
|
|
Just as an input to this discussion, a small progress report. After a couple of weeks (or maybe more? don't have the energy to check) on Stack Overflow spent maxing out my close vote queue reviews filtered by the cocoa and objective-c tag, today I got the very nice message
(thanks to @gnat above for attracting my attention to the filter) A couple of random observations from this marathon clicking exercise, in no particular order:
|
|||
|
|
|
To reduce the backlog: Gamify closing more. Right now people review the close votes queue to get badges and for the love of the site. If that's not sufficient to clear the queue, add more incentives. SE is an excellent example of how well gamification can drive participation in an otherwise not very exciting activity. Why not apply the same principle here? Obviously this will require some careful thinking to avoid incentivizing undesirable behavior, but that's the sort of tinkering that SE requires generally so it's nothing new. One way to gamify the close queue without incentivizing bad behavior. This is meant more as a proof of concept than a completely foolproof system, something to distinguish between incentivizing well and incentivizing poorly. Each close vote cast earns 1 rep for the caster if the question is subsequently closed. Each Do Not Close vote earns 1 rep for the caster if the question reaches five DNC votes before reaching five close votes (i.e., being closed). If a caster is on the wrong side of the majority, voting DNC on a question that everyone else votes to close, the caster loses a point. Reviewers aren't shown others' votes to avoid blindly voting with the majority. In this system, there's a reward for reviewing questions that should potentially be closed, but only if other users agree with you. This is meant to be exactly analogous to the general SE model in which questions and answers are rewarded if and only if the community judges them useful. |
|||||||||||||||||||||||||||||||||||||
|
Which action could be taken to clean it up?Reviewing them? – SingerOfTheFall Oct 18 '12 at 13:15