Peer Review History
| Original SubmissionDecember 19, 2021 |
|---|
|
PONE-D-21-39968A construction heuristic for the capacitated Steiner tree problemPLOS ONE Dear Dr. Van den Eynde, Thank you for submitting your manuscript to PLOS ONE. After careful consideration, we feel that it has merit but does not fully meet PLOS ONE’s publication criteria as it currently stands. Therefore, we invite you to submit a revised version of the manuscript that addresses the points raised during the review process. Please read carefully the respected reviewers comments and address them all. Please submit your revised manuscript by Mar 31 2022 11:59PM. If you will need more time than this to complete your revisions, please reply to this message or contact the journal office at plosone@plos.org. When you're ready to submit your revision, log on to https://www.editorialmanager.com/pone/ and select the 'Submissions Needing Revision' folder to locate your manuscript file. Please include the following items when submitting your revised manuscript:
If you would like to make changes to your financial disclosure, please include your updated statement in your cover letter. Guidelines for resubmitting your figure files are available below the reviewer comments at the end of this letter. If applicable, we recommend that you deposit your laboratory protocols in protocols.io to enhance the reproducibility of your results. Protocols.io assigns your protocol its own identifier (DOI) so that it can be cited independently in the future. For instructions see: https://journals.plos.org/plosone/s/submission-guidelines#loc-laboratory-protocols. Additionally, PLOS ONE offers an option for publishing peer-reviewed Lab Protocol articles, which describe protocols hosted on protocols.io. Read more information on sharing protocols at https://plos.org/protocols?utm_medium=editorial-email&utm_source=authorletters&utm_campaign=protocols. We look forward to receiving your revised manuscript. Kind regards, Khalil Abdelrazek Khalil, Ph.D. Academic Editor PLOS ONE Journal Requirements: When submitting your revision, we need you to address these additional requirements. 1. Please ensure that your manuscript meets PLOS ONE's style requirements, including those for file naming. The PLOS ONE style templates can be found at https://journals.plos.org/plosone/s/file?id=wjVg/PLOSOne_formatting_sample_main_body.pdf and 2. Please note that PLOS ONE has specific guidelines on code sharing for submissions in which author-generated code underpins the findings in the manuscript. In these cases, all author-generated code must be made available without restrictions upon publication of the work. Please review our guidelines at https://journals.plos.org/plosone/s/materials-and-software-sharing#loc-sharing-code and ensure that your code is shared in a way that follows best practice and facilitates reproducibility and reuse. 3. Please state in your Methods section whether the authors had access to any identifying information on individuals from the telecom dataset, and if so, whether any IRB oversight was in place. If the dataset was anonymised upon receipt, please state this. 4. In your Data Availability statement, you have not specified where the minimal data set underlying the results described in your manuscript can be found. PLOS defines a study's minimal data set as the underlying data used to reach the conclusions drawn in the manuscript and any additional data required to replicate the reported study findings in their entirety. All PLOS journals require that the minimal data set be made fully available. For more information about our data policy, please see http://journals.plos.org/plosone/s/data-availability. Upon re-submitting your revised manuscript, please upload your study’s minimal underlying data set as either Supporting Information files or to a stable, public repository and include the relevant URLs, DOIs, or accession numbers within your revised cover letter. For a list of acceptable repositories, please see http://journals.plos.org/plosone/s/data-availability#loc-recommended-repositories. Any potentially identifying patient information must be fully anonymized. Important: If there are ethical or legal restrictions to sharing your data publicly, please explain these restrictions in detail. Please see our guidelines for more information on what we consider unacceptable restrictions to publicly sharing data: http://journals.plos.org/plosone/s/data-availability#loc-unacceptable-data-access-restrictions. Note that it is not acceptable for the authors to be the sole named individuals responsible for ensuring data access. We will update your Data Availability statement to reflect the information you provide in your cover letter. Additional Editor Comments: Please do your best to address all comments raised by respected reviewers and resubmit a revised version. [Note: HTML markup is below. Please do not edit.] Reviewers' comments: Reviewer's Responses to Questions Comments to the Author 1. Is the manuscript technically sound, and do the data support the conclusions? The manuscript must describe a technically sound piece of scientific research with data that supports the conclusions. Experiments must have been conducted rigorously, with appropriate controls, replication, and sample sizes. The conclusions must be drawn appropriately based on the data presented. Reviewer #1: Partly Reviewer #2: Yes Reviewer #3: No ********** 2. Has the statistical analysis been performed appropriately and rigorously? Reviewer #1: No Reviewer #2: Yes Reviewer #3: No ********** 3. Have the authors made all data underlying the findings in their manuscript fully available? The PLOS Data policy requires authors to make all data underlying the findings described in their manuscript fully available without restriction, with rare exception (please refer to the Data Availability Statement in the manuscript PDF file). The data should be provided as part of the manuscript or its supporting information, or deposited to a public repository. For example, in addition to summary statistics, the data points behind means, medians and variance measures should be available. If there are restrictions on publicly sharing data—e.g. participant privacy or use of data from a third party—those must be specified. Reviewer #1: Yes Reviewer #2: Yes Reviewer #3: Yes ********** 4. Is the manuscript presented in an intelligible fashion and written in standard English? PLOS ONE does not copyedit accepted manuscripts, so the language in submitted articles must be clear, correct, and unambiguous. Any typographical or grammatical errors should be corrected at revision, so please note any specific errors here. Reviewer #1: Yes Reviewer #2: Yes Reviewer #3: Yes ********** 5. Review Comments to the Author Please use the space provided to explain your answers to the questions above. You may also include additional comments for the author, including concerns about dual publication, research ethics, or publication ethics. (Please upload your review as an attachment if it exceeds 20,000 characters) Reviewer #1: In this paper, the authors work on the heuristic functions for Steiner tree problems. The authors compared and analyzed three heuristic methods, namely linear regression, neural networks and shortest path heuristic (SPH), and suggested that SPH has the best performance. Then a capacitated shortest path heuristic (CSPH) for solving the capacitated Steiner tree problems (CSTP) was developed and analyzed. The paper reads interesting, while my concerns are as follows: 1. The contribution of the paper is not highlighted. 2. The authors spent quite a lot of pages comparing the three heuristics. However, the performance of LR and NN is so poor that the review can hardly be persuaded that they are ideal candidate heuristics. 3. It is intuitive that the searching-based method (SPH) is more accurate but much slower than regression methods. The author could have considered using more powerful regression models, e.g., GBRT, or deep learning models that are more powerful on graphs, e.g., graph convolution networks as the authors mentioned in line 505. 4. In sections 4 and 5, MAPE was used to evaluate the performance of the candidate heuristics. Why not directly use MSE which was used as loss in model training? 5. The method used in feature selection is not persuasive, nor scalable. There are many feature engineering methods in machine learning. However, filtering out zero-valued coefficients in LR model is not robust, as it leads to different results on different datasets, or even might also on different sample sizes. 6. Figures 5 and 6 are wrongly indexed. 7. The authors haven’t discussed/shown whether the CSPH works or how it works. The CSPH is neither compared with ‘ground truth’, nor applied in a solver to evaluate the optimality gap. 8. In line 324, does ‘preprocessing time’ refer to training time? 9. The reviewer doesn’t agree with the statement on line 335. Compared with the difference between SPH and LR/NN, the differences in SPH’s performance on different datasets are neglectable. 10. In table 4, CSPH is compared with SPH and MST. Is SPH applicable to the capacitated problem? If it doesn’t, what’s the point of comparing them, or if it does what’s the point of developing a CSPH? 11. Section 9 shall be extended and provide a more comprehensive analysis, since time performance is the major point in this research. 12. The statement in line 464 about the trend shall be supported by an illustration. Because readers can hardly tell the trend of the numbers in a table. 13. Fig 6 tends to compare the computational time for different given capacity and terminal ratios. However, the graph order, which is a key driver of computational time, is not fixed. This makes the result unreliable. Also, note that a heat map may not be a good choice in this illustration and the authors shall consider other graph types. 14. In line 487 the figure number is wrongly indexed. 15. In line 512 16. A thorough grammar check would be helpful to the paper. Reviewer #2: According to the minimum STP theory, the authors point out the limitations of INTEGER Linear programs, add constraints, and establish CSPH. Through experimental deduction and analysis, some valuable results are obtained, and the results are verified, including precision, running time and cost. At the same time, the author clearly explains the limitations of the current research conclusions and points out some directions for further research. The experimental data and results in this paper are clear and reasonable, and the results of other researchers are respected in the background description, no dual publication,but there are still some modifications to be made, as follows. 1.This draft does not summarize the contributions of this work. Kindly assist in elucidating the contributions and novelties. 2.The introduction is clearly explained the significant of the study, and relevant literature as well as the proposed method. Nevertheless, please state the study objectives. 3.In the section 'introduction', the relative studies were not logically reviewed in both time and dimension. The section of introduction should be restructured in my opinion. This section introducing the reader to the existing literature. While doing this, they introduce authors and their areas of study in general terms without presenting their specific findings. But in this manuscript, such descriptions were not existed. 4.Without explanation, abbreviations such as 'MSE' and 'DFS' are introduced. Before any abbreviations are established, the complete terminology should be provided. Additionally, it would be beneficial for the authors to provide a list of abbreviations prior to the technical session. Reviewer #3: Capacitated Steiner tree problem is one of classical combinatorial optimization problems. This paper presents a heuristic approach to calculate capacitated Steiner tree which proves to be fast and effective on sparse graph. However, the proposed algorithm efficiency is proved by limited experimental test based on graphical dataset, which lacks basic algorithm complexity analysis and rigorous proof. What's more the optimality comparison among the proposed Heuristic Technique, Linear Regression Model and a Feedforward Fully Connected Deep NN is lack of persuasion. It is partly because the result could be influenced by latent factors such as the programmers' coding technique. ********** 6. PLOS authors have the option to publish the peer review history of their article (what does this mean?). If published, this will include your full peer review and any attached files. If you choose “no”, your identity will remain anonymous but your review may still be made public. Do you want your identity to be public for this peer review? For information about this choice, including consent withdrawal, please see our Privacy Policy. Reviewer #1: No Reviewer #2: No Reviewer #3: No [NOTE: If reviewer comments were submitted as an attachment file, they will be attached to this email and accessible via the submission site. Please log into your account, locate the manuscript record, and check for the action link "View Attachments". If this link does not appear, there are no attachment files.] While revising your submission, please upload your figure files to the Preflight Analysis and Conversion Engine (PACE) digital diagnostic tool, https://pacev2.apexcovantage.com/. PACE helps ensure that figures meet PLOS requirements. To use PACE, you must first register as a user. Registration is free. Then, login and navigate to the UPLOAD tab, where you will find detailed instructions on how to use the tool. If you encounter any issues or have any questions when using PACE, please email PLOS at figures@plos.org. Please note that Supporting Information files do not need this step. |
| Revision 1 |
|
A Construction Heuristic for the Capacitated Steiner Tree Problem PONE-D-21-39968R1 Dear Dr. Van den Eynde, We’re pleased to inform you that your manuscript has been judged scientifically suitable for publication and will be formally accepted for publication once it meets all outstanding technical requirements. Within one week, you’ll receive an e-mail detailing the required amendments. When these have been addressed, you’ll receive a formal acceptance letter and your manuscript will be scheduled for publication. An invoice for payment will follow shortly after the formal acceptance. To ensure an efficient process, please log into Editorial Manager at http://www.editorialmanager.com/pone/, click the 'Update My Information' link at the top of the page, and double check that your user information is up-to-date. If you have any billing related questions, please contact our Author Billing department directly at authorbilling@plos.org. If your institution or institutions have a press office, please notify them about your upcoming paper to help maximize its impact. If they’ll be preparing press materials, please inform our press team as soon as possible -- no later than 48 hours after receiving the formal acceptance. Your manuscript will remain under strict press embargo until 2 pm Eastern Time on the date of publication. For more information, please contact onepress@plos.org. Kind regards, Khalil Abdelrazek Khalil, Ph.D. Academic Editor PLOS ONE Additional Editor Comments (optional): Thank you for submitting a revised version of your manuscript. Reviewers' comments: Reviewer's Responses to Questions Comments to the Author 1. If the authors have adequately addressed your comments raised in a previous round of review and you feel that this manuscript is now acceptable for publication, you may indicate that here to bypass the “Comments to the Author” section, enter your conflict of interest statement in the “Confidential to Editor” section, and submit your "Accept" recommendation. Reviewer #1: All comments have been addressed Reviewer #2: All comments have been addressed ********** 2. Is the manuscript technically sound, and do the data support the conclusions? The manuscript must describe a technically sound piece of scientific research with data that supports the conclusions. Experiments must have been conducted rigorously, with appropriate controls, replication, and sample sizes. The conclusions must be drawn appropriately based on the data presented. Reviewer #1: (No Response) Reviewer #2: (No Response) ********** 3. Has the statistical analysis been performed appropriately and rigorously? Reviewer #1: (No Response) Reviewer #2: (No Response) ********** 4. Have the authors made all data underlying the findings in their manuscript fully available? The PLOS Data policy requires authors to make all data underlying the findings described in their manuscript fully available without restriction, with rare exception (please refer to the Data Availability Statement in the manuscript PDF file). The data should be provided as part of the manuscript or its supporting information, or deposited to a public repository. For example, in addition to summary statistics, the data points behind means, medians and variance measures should be available. If there are restrictions on publicly sharing data—e.g. participant privacy or use of data from a third party—those must be specified. Reviewer #1: (No Response) Reviewer #2: (No Response) ********** 5. Is the manuscript presented in an intelligible fashion and written in standard English? PLOS ONE does not copyedit accepted manuscripts, so the language in submitted articles must be clear, correct, and unambiguous. Any typographical or grammatical errors should be corrected at revision, so please note any specific errors here. Reviewer #1: (No Response) Reviewer #2: (No Response) ********** 6. Review Comments to the Author Please use the space provided to explain your answers to the questions above. You may also include additional comments for the author, including concerns about dual publication, research ethics, or publication ethics. (Please upload your review as an attachment if it exceeds 20,000 characters) Reviewer #1: (No Response) Reviewer #2: (No Response) ********** 7. PLOS authors have the option to publish the peer review history of their article (what does this mean?). If published, this will include your full peer review and any attached files. If you choose “no”, your identity will remain anonymous but your review may still be made public. Do you want your identity to be public for this peer review? For information about this choice, including consent withdrawal, please see our Privacy Policy. Reviewer #1: No Reviewer #2: No ********** |
Open letter on the publication of peer review reports
PLOS recognizes the benefits of transparency in the peer review process. Therefore, we enable the publication of all of the content of peer review and author responses alongside final, published articles. Reviewers remain anonymous, unless they choose to reveal their names.
We encourage other journals to join us in this initiative. We hope that our action inspires the community, including researchers, research funders, and research institutions, to recognize the benefits of published peer review reports for all parts of the research system.
Learn more at ASAPbio .