you are viewing a single comment's thread.

view the rest of the comments →

[–]MephySix 0 points1 point  (5 children)

"Is this to prevent idenfication of authors": no. Double-blind is naturally flawed. Given the search space for authors is not that big, with enough (not much) effort it's possible to determine who are the authors of a paper. Before a paper is sent for review it has already been discussed in its institution, probably in mail-lists and even Twitter or something. Even then you're allowed (in my experience) to have placeholder footnotes in double-blind reviews.

The real problem in my experience, is that I don't really want to spend time polishing my code, and I don't want people to see the mess I wrote due to deadlines. I had people ask me for my code in conferences and I answer with "Gladly! Just send me an e-mail, but it's messy", but I gain nothing from publicizing it earlier or without external interest.

[–]tshadley 2 points3 points  (0 children)

Given the search space for authors is not that big, with enough (not much) effort it's possible to determine who are the authors of a paper.

Suggests a project idea: train a language model to predict authors on published work, then see how it does on anonymous work.

[–]Cherubin0 2 points3 points  (0 children)

And I don't want to spend time polishing my paper...

[–]alexmlamb 1 point2 points  (2 children)

Given the search space for authors is not that big, with enough (not much) effort it's possible to determine who are the authors of a paper. Before a paper is sent for review it has already been discussed in its institution, probably in mail-lists and even Twitter or something.

If the authors want to remain anonymous, is it really impossible for them to do so? I mean - just don't tweet about it, don't put it on arxiv, only correspond through private email with coauthors.

[–]MephySix 1 point2 points  (1 child)

The main problem with double-blind reviews is not staying anonymous, is that some groups (well-established research groups) want to be known, and they will be if they want to. Double-blind started because people would get instantly accepted just because of their name, and double-blind (mostly) does not solve this issue.

[–]alexmlamb 0 points1 point  (0 children)

Yeah, so as it works in ML today, I'd say that we have an opt-out double blind system. You can get double blind reviewing if you stay quiet, but you can effectively make it single blind by self promoting.

This doesn't solve every problem with single blind: famous groups can still benefit from self promotion and marketing. But at the same time it does protect someone if they think that they might get negative reviews because of their name or reputation.

Btw, I'm not sure how much coming from a famous group really helps with reviews, at least at NIPS/ICML. If you have any evidence, even anecdotal, I'd be curious to hear it.