|
|
|
|
|
by izacus
530 days ago
|
|
I spent a chunk of my career working on productionizing code from ML/AI papers and huge part of them are outright not reproducible. Mostly they lack critical information (missing chosen constants in equations, outright missing information on input preparation or chunks of "common knowledge algorithms"). Those that don't have measurements that outright didn't fit the reimplemented algorithms or only succeeded in their quality on the handpicked, massaged dataset of the author. It's all worse than you can imagine. |
|
In contrast, if the main value of a paper is a claim that they increase performance/accuracy in some task by x%, then its value can be completely dependent on whether it actually is reproduceable.
Sounds like you are complaining about the latter type of work?