Peer Review History
| Original SubmissionAugust 10, 2022 |
|---|
|
PONE-D-22-22485Natural Language Processing Augments Comorbidity Documentation in Neurosurgical Inpatient AdmissionsPLOS ONE Dear Dr. Sastry, 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 submit your revised manuscript by Dec 03 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, Vijayalakshmi Kakulapati, 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 ensure you state in the Methods section of your manuscript text all relevant information regarding participant consent. This is in addition to the information you have provided in the Ethics Statement section of the online submission form. Additionally, 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. 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. [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 ********** 2. Has the statistical analysis been performed appropriately and rigorously? Reviewer #1: Yes Reviewer #2: Yes ********** 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: No ********** 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 ********** 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: The authors present a valuable solution to document augmentation through use of ML algorithms, by inferring two comorbidities from the text accompanying patient brain scan (MRI, and CT). While I value and command the authors initiative, time, and effort in conducting this research, I do hope that including a note on the following considerations will improve the quality of the work. Main considerations about the current manuscript are as follows: (1) The data need to be described in more detail. The authors have trained ML models for two binary classification problems, effectively rendering four different classes (non-compression vs compression) (non-edema vs edema). However the membership size in each of these classes is not clear. The authors mention that they have collected data both from neurosurgery department as well as from emergency to include both positive and negative controls, however they do not specify how many positive/negative examples were present in the ML datasets. The difference in these numbers, referred to as “class imbalance” can negatively affect the performance of the model and can cause a one-sided optimization, by improving specificity only, disregarding sensitivity (or vice versa). In the presence of class imbalance, there are also methods to deal with this problem that the authors could utilize. However, since these class balances are not specified in the current manuscript it is not possible to come to a conclusion. (2) Also related to (1), the metric that the ML model is optimized for can be of significance. While it is not clearly specified in the document, I am inferring that the optimization metric (loss function) used for the ML training has been the accuracy value. In certain scenarios, especially in the presence of class imbalance, optimizing for higher accuracy might not be the best choice. Regardless of whether there was imbalance or not, choice of loss function is of importance and has to be specified for reproducible result. (3) Again not unrelated to (1), it appears that the training and test sets have been collected using a different protocol than the validation set. Specifically, the validation set is only based on neurosurgery patients while the training and test sets include patients from the emergency department as well. The grid search performed to select the best parameters is generally performed on the validation set which should have the same distribution as the training and test sets. Is there evidence that the distribution is not different among validation and train/test sets. (4) The authors have described their method for tokenization, however some statistics or a few examples could be helpful to both, better understand the problem and have a better picture of the solution. In particular, is it possible that some of the texts accompanying the MRI/CT images do already mention brain edema/compression. If so, what is the percentage of these images, and what is the benefit of using an ML models in such texts? Wouldn’t limiting the training examples to ones without such clear indication result in better performing algorithms? And a final minor point: (5) “After” (I assume) is missing in “during and after admission” on line 84. Reviewer #2: Framing of the abstract: NLP cannot be applied to images. I would reframe it to state that “948 CT or MRI scans’ radiological reports were examined” or something of the sort (instead of "we applied NLP to images", which isn't possible). It’s important to be clear if you’re talking about the reports or images because in other instances where RAS reviews the images, it’s unclear if he’s looking at reports or if he’s looking at the images themselves. Data-preprocessing: Few small points of clarification. 1) How did you split word tokens. Based on white-space? Data Availability: It’s understandable that there are restrictions placed on data access. However, I think it might be useful for those looking to recreate the approaches on their own data if the code was made available. It would also help clear up any confusion about pre-processing. Results: Reporting accuracy is not particularly meaningful if I don’t know the prevalence. If brain compression only occurs in 10% of patients, and I predict “no brain compression” for all patients, my accuracy is 90% but my predictions are useless. It’s fine to use accuracy as the single measure reported in the text, but in the figure/appendix you should be reporting a wider array of measures. At minimum: precision/ppv, recall/sensitivity, npv, specificity. I’m not sure why this is the case, (could be on my side), but the images are very poor in quality. It’s very hard to make out what’s written. Reporting and comparing the AUC for the provider thresholds is likely meaningless/incorrect. The AUC procedure involves testing the performance of a classifier at different thresholds. However, the idea of thresholds doesn’t apply to human documentation? Again, the comments about reporting more/different metrics from above applies here. I do see some numbers sensitivity/specific in the discussion, but this should be upfront in the results section not in the discussion. It would also be interesting to explore why the sensitivity is so low and discuss the sensitivity of the humans vs machine. ********** 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 ********** [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 |
|
PONE-D-22-22485R1Natural Language Processing Augments Comorbidity Documentation in Neurosurgical Inpatient AdmissionsPLOS ONE Dear Dr. Sastry, 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 submit your revised manuscript by Jan 26 2023 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 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, Vijayalakshmi Kakulapati, Ph.D Academic Editor PLOS ONE Journal Requirements: Please review your reference list to ensure that it is complete and correct. If you have cited papers that have been retracted, please include the rationale for doing so in the manuscript text, or remove these references and replace them with relevant current references. Any changes to the reference list should be mentioned in the rebuttal letter that accompanies your revised manuscript. If you need to cite a retracted article, indicate the article’s retracted status in the References list and also include a citation and full reference for the retraction notice. Reviewers' comments: Reviewer #2: The paper’s presentation is much improved. I have only a few comments: > TF-IDF and frequency should be TF-IDF and TF. TF stands for term frequency which is just vanilla bag of words. > Line 142 is incomplete. > It is not clear how the predictions for the provider sample are arrived at. Are the classification of “Provider Model” the terms used in the discharge notes? That is, the NLP is applied to the radiology report and you check the agreement with the discharge notes. If so, I think this can be stated much more clearly than it is currently done. > “All 1,055 patient images were reviewed by a single author (RAS)”. It’s unclear why this was done. You state “to assess for the presence or absence of BC/BE”. If that is the case, are these your gold labels? Or are the gold labels extracted from the reports? If these are your gold labels then it’s poor form to have only a single person judge the entire set of images because agreement between radiologists can sometimes be quite low and this would provide meaningful context to model comparisons. Not that you should change this, you only need to highlight this as a limitation. But more importantly, it should be much more clear. > In fact, I recommend splitting the materials section into subsections: > Gold Labels, > Machine Prediction, > Human prediction, > Preprocessing, etc. This would make it clearer when you’ve moved from one topic to another. > Images are blurry, though it’s not clear if that’s because of the Authors or because of the submission system. ********** 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 2 |
|
PONE-D-22-22485R2Natural Language Processing Augments Comorbidity Documentation in Neurosurgical Inpatient AdmissionsPLOS ONE Dear Dr. Sastry, 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 submit your revised manuscript by Nov 17 2023 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, Vijayalakshmi Kakulapati, Ph.D Academic Editor PLOS ONE [Note: HTML markup is below. Please do not edit.] 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 #2: All comments have been addressed Reviewer #3: 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 #2: Yes Reviewer #3: Yes ********** 3. Has the statistical analysis been performed appropriately and rigorously? Reviewer #2: Yes Reviewer #3: Yes ********** 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 #2: No Reviewer #3: Yes ********** 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 #2: Yes Reviewer #3: Yes ********** 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 #2: (No Response) Reviewer #3: Clarity and Presentation: The paper is well-structured and clearly presents the integration of natural language processing (NLP) for augmenting comorbidity documentation in neurosurgical inpatient admissions. The methodology and results are articulated effectively. Originality and Contribution: The paper addresses a significant issue in the healthcare domain, where comorbidity documentation is essential for patient care and treatment planning. The utilization of NLP to enhance this process is an innovative and valuable contribution. Technical Soundness: The technical aspects of implementing NLP for comorbidity documentation should be elaborated upon further. Explain the NLP techniques, tools, and algorithms used in detail. Provide insights into the data preprocessing, feature extraction, and model training procedures to ensure reproducibility. Experimental Validation: The paper mentions improved comorbidity documentation, but it would be beneficial to include quantitative results and metrics, such as precision, recall, and F1-score, to quantify the effectiveness of the NLP approach. A comprehensive evaluation would strengthen the paper's claims. Data Privacy and Ethical Considerations: Discuss the ethical considerations and data privacy safeguards implemented when handling patient data in a healthcare context. Ensure that all patient information is anonymized and de-identified to protect privacy. Future Directions: Conclude the paper with a discussion of potential future directions and applications of NLP in healthcare documentation beyond comorbidities. How can this technology be further extended to benefit patient care and streamline medical records? References: Ensure that all references are up-to-date and accurately cited. Consider including recent works related to NLP applications in healthcare for a comprehensive literature review. ********** 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 #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 3 |
|
Natural Language Processing Augments Comorbidity Documentation in Neurosurgical Inpatient Admissions PONE-D-22-22485R3 Dear Dr. Sastry, 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 will be generated when your article is formally accepted. Please note, if your institution has a publishing partnership with PLOS and your article meets the relevant criteria, all or part of your publication costs will be covered. Please make sure your user information is up-to-date by logging into Editorial Manager at Editorial Manager® and clicking the ‘Update My Information' link at the top of the page. If you have any questions relating to publication charges, 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, Vijayalakshmi Kakulapati, Ph.D Academic Editor PLOS ONE Additional Editor Comments (optional): author addressed all comments
|
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 .