1

I think it is important for a research paper to include raw data and code for scientific replicability, verifiability, and falsifiability. However, recently, most of the research paper I read does not give raw data or source codes.

Those papers are from: European Journal of Operation Research; IEEE; International Conference on Cloud Computing and Big Data; MDPI

Some of them are highly reputable outlets. Is this common that an applied CNN and DRL research does not disclose the code and data they used? Are there any journal with a data/code policy on that publishes applied research?

High GPA
  • 173
  • 6

1 Answers1

1

Many papers provide links to code, typically on GitHub.com. I have often found that even if the authors don't give a link, I can search the authors' names on GitHub and find a repository for the paper. My wild guess is that about 50% of papers provide reproducible code.

Papers With Code is a good website for finding papers with code.

Brian O'Donnell
  • 1,997
  • 9
  • 23