Peer Review History
| Original SubmissionFebruary 25, 2021 |
|---|
|
PONE-D-21-06370 Developing a Natural Language Processing tool to identify perinatal self-harm in electronic healthcare records. PLOS ONE Dear Dr. Ayre, 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 Jul 02 2021 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: http://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, Natalia Grabar 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 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. 3. Please provide additional details regarding participant consent. In the ethics statement in the Methods and online submission information, please ensure that you have specified (1) whether consent was informed and (2) what type you obtained (for instance, written or verbal, and if verbal, how it was documented and witnessed). If your study included minors, state whether you obtained consent from parents or guardians. If the need for consent was waived by the ethics committee, please include this information. If you are reporting a retrospective study of medical records or archived samples, please ensure that you have discussed whether all data were fully anonymized before you accessed them and/or whether the IRB or ethics committee waived the requirement for informed consent. If patients provided informed written consent to have data from their medical records used in research, please include this information. 4. Please include captions for your Supporting Information files at the end of your manuscript, and update any in-text citations to match accordingly. Please see our Supporting Information guidelines for more information: http://journals.plos.org/plosone/s/supporting-information. Additional Editor Comments: Dear Authors, Please consider the reviewers' comments and take them into account when preparing the new version of the submission. The issues on generalizability and reusability of the methods should be addressed. Please, prepare the letter with answers. [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: Yes Reviewer #2: Yes ********** 2. Has the statistical analysis been performed appropriately and rigorously? Reviewer #1: N/A 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: No 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: [REVIEW] Developing a Natural Language Processing tool to identify perinatal self-harm in electronic healthcare records. PLOS ONE 21st April 2021 # SUMMARY This paper presents work on the development of an NLP algorithm to detect individuals who have experienced perinatal self-harm. 400 clinical notes were sampled from the South London & Maudsley hospital system secondary mental healthcare service representing 232 distinct patients. Interannotator agreement ranged from 0.78 to 0.92. The notes were divided into development and test sets (320 and 80, respectively) and a rule-based system built around the Spacy Python NLP library was developed. The mention level performance of the system performed quite well, as did the patient-level classification, resulting in an F-score of 0.81. This was a clear, well-presented paper on an interesting and important topic (i.e. the identification of perinatal self-harm). The methodology adopted was appropriate and reasonable for the stated research goals. I have made some additional comments/suggestions below. Thanks for the opportunity to review this work. # COMMENTS * ln 56. This isn’t a major issue, but I believe “reference standard” is the preferred term (rather than “gold standard”) * ln 57. “As service users usually had more than one EHR…” This is a bit ambiguous. It could mean either EHR System (i.e. a patient uses two medical systems with different EHR systems) or particular EHR encounters. I believe — based on usage later in the paper — that you mean it in the latter sense. * ln 61. The results section of the abstract is a little schematic * ln 129. “We devised rules around the span of text to annotate as a mention and the attributes to annotate the mention with.” I think there is an grammar issue here * ln 145. “For example, if a mention described someone who had thoughts of self-harm, by definition, no act of self-harm had occurred” I’m not so sure about this. I think “by definition” may be too strong given that it is quite possible that someone may have suicidal ideation and also harm themselves. I’d suggest weakening this (e.g. “indicating…”) * ln 169. “First, we randomly sampled 400 EHRs from Taylor’s study of self harm in pregnant SLaM service-users with affective and non-affective psychotic disorders (23).” See comment re EHRs above * I may have missed this, but do you have the annotation guidelines as supplementary materials * ln 187. I’m not sure “tokens” should be in quotation marks * ln 195. “A full list of these lexicons and example content is shown in Table 1” * ln 209. You might include a couple of sentences on dependency parsing here (what it is, how it has been used with EHR data in the past) * ln 216. Isn’t negation covered in the previous section * ln 308. The structure of the discussion section is a bit confusing (2 “discussion” headers) * ln 331. I agree with the strengths listed, but limitations should also — I believe — include the relatively small annotated corpus and unknown generalisability to other (non-SLAM) records. * ln 347. Some of the references are incomplete * It would be nice to have more discussion of (potential) downstream applications of the tool in the discussion section Reviewer #2: The article proposes to implement an NLP tool apply in a very specific context to identify perinatal self-harm. From a general point of view, the article is sound, easy to read and precise. We do not have access to the all data for ethical concerns. In the end, the results are in general good. The authors choose to work on different tasks and some of them are complex. Thus it is not a surprise to have some disagreement on Kappa scores or other. The final tool seems to be useful in the very specific situation of the authors. My main concerns is about the re-usability of the result. Authors pre-process the data and write ad hoc rules for the data. I am not sure how it generalizes over a given medicine process or on the description of the disease itself. It is quite important in my understanding of the paper because, although the outcome is relevant in the given situation, it seems to rely on artefacts of the institution rather than the description of the disease. This does not call into question the intrinsic value of the result for the hospital service, but it would give it more perspective. Without talking about the reproducibility of the research, it would be interesting to work on the possibility of reusing the proposed strategy for another pathology, especially since the authors are working on a language with many resources. On a more specific point, I am not exactly sure to understand how the negation is used in the tool. This is a crucial point for a correct interpretation, exactly as for the coordination. The authors address this issue but it is not clear how it is done. ********** 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 |
|
Developing a Natural Language Processing tool to identify perinatal self-harm in electronic healthcare records. PONE-D-21-06370R1 Dear Dr. Ayre, 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, Natalia Grabar Academic Editor PLOS ONE |
| Formally Accepted |
|
PONE-D-21-06370R1 Developing a Natural Language Processing tool to identify perinatal self-harm in electronic healthcare records. Dear Dr. Ayre: I'm pleased to inform you that your manuscript has been deemed suitable for publication in PLOS ONE. Congratulations! Your manuscript is now with our production department. If your institution or institutions have a press office, please let them know about your upcoming paper now to help maximize its impact. If they'll be preparing press materials, please inform our press team within the next 48 hours. 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. If we can help with anything else, please email us at plosone@plos.org. Thank you for submitting your work to PLOS ONE and supporting open access. Kind regards, PLOS ONE Editorial Office Staff on behalf of Dr. Natalia Grabar Academic Editor PLOS ONE |
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 .