5 ms·
The outstanding line from the article (quoting Mina Bissell)... > But it is sometimes much easier not to replicate than to replicate studies I wonder in what
by jugad 11y ago
The outstanding line from the article (quoting Mina Bissell)...
> But it is sometimes much easier not to replicate than to replicate studies
I wonder in what cases its easier to replicate studies. Probably when the study involves doing nothing...
- Al-Khwarizmi 11y agoIn computer science, the case where the easier thing to do is to replicate something does happen sometimes. For example if you create a natural language parser that you claim is more accurate than another, you may need to replicate the other in order to compare accuracies. Sometimes you can just take the authors' reported accuracy, but often it's not that easy (maybe they just tested on English and you're interested in performance in other languages, maybe you want a different metric, maybe you want to compare on some standard set of features, etc.)