Peer Review History
| Original SubmissionJanuary 15, 2025 |
|---|
|
PONE-D-25-02599Harnessing Interpretable Novel Combination of GloVe Embedding With Deep CNN-BiLSTM Neural Network for Fake News DetectionPLOS ONE Dear Dr. Syafrudin, 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. This manuscript is good and interesting, but there still has some significant disadvantage that need to be solve. Please carefully read and solve the two reviews' questions, comments and suggestions. Also, please provide a detailed response letter for each reviewer's comment. Please submit your revised manuscript by May 24 2025 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, Weiqiang (Albert) Jin, 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. We are unable to open your Supporting Information file [S1 Code.ipynb]. Please kindly revise as necessary and re-upload. 3. Thank you for uploading your study's underlying data set. Unfortunately, the repository you have noted in your Data Availability statement does not qualify as an acceptable data repository according to PLOS's standards. At this time, please upload the minimal data set necessary to replicate your study's findings to a stable, public repository (such as figshare or Dryad) and provide us with the relevant URLs, DOIs, or accession numbers that may be used to access these data. For a list of recommended repositories and additional information on PLOS standards for data deposition, please see https://journals.plos.org/plosone/s/recommended-repositories. Additional Editor Comments: This manuscript is good and interesting, but there still has some significant disadvantage that need to be solve. Please carefully read and solve the two reviews' questions, comments and suggestions. Also, please provide a detailed response letter for each reviewer's comment. [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: 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: No ********** 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: Thank you for inviting me to review this manuscript. This topic is highly relevant in today's age, where the spread of misinformation poses significant challenges to society. Overall, the research appears to be well-conducted and provides valuable contributions into improving the accuracy of fake news detection. However, I have several suggestions that I believe could further strengthen the manuscript and enhance its clarity, comprehensiveness. These suggestions are detailed below. With regard to Section 1, I thought it would be useful to review existing fake news detection techniques in more detail. I feel that a brief summary of existing technologies, including their advantages and disadvantages, would better highlight the need for this study. In addition, although the issue of fake news in the 2016 US election was mentioned, I think it can be added to some new trends in the spread of fake news in recent years, such as the emergence of multimodal fake news, so that readers can better understand the current challenges. In addition, in the contribution summary, I think the contributions and innovations of this study and other similar studies can be compared in more detail. For example, the uniqueness of this study in terms of model performance and interpretability can be highlighted. In addition, although the use of XAI technology to improve the interpretability of the model is mentioned, I think you can explain the argument further. In the introduction of relevant work, that is, Section 2, I think a more systematic classification and summary of the references can be made. For example, work can be divided into several categories, such as machine learning-based methods, deep learning-based methods, and interpretable AI-based methods, and then a brief summary of each category. Also, if you think it's reasonable, I recommend quoting the following jobs that do fake news in the Related Work section: 1. A prompting multi-task learning-based veracity dissemination consistency reasoning augmentation for few-shot fake news detection 2. Fake News Detection on Social Media: A Data Mining Perspective 3. Veracity-Oriented Context-Aware Large Language Models–Based Prompting Optimization for Fake News Detection In the data preprocessing Section in Section 3, I noticed that the author used SMOTE to solve the data imbalance problem. I would like to ask why SMOTE was chosen over other methods, such as undersampling? I think it would be more convincing if I explained the reasons for my choice. Also, in the feature embeddings section, although FastText and GloVe embeddings are mentioned, I thought it would be easier for the reader to add a flow chart showing how the text is converted into embedded vectors. In addition, I think the data set description in Chapter 3 can be supplemented with the sources and collection methods of data sets. This will make the reader more aware of the quality and representativeness of the data. As for the data preprocessing part, you can also discuss the specific preprocessing steps in depth. In Section 4, in the experimental design section, you chose an 80%-20% data segmentation ratio. I would like to know why this ratio is chosen instead of other ratios, such as 70%-30%? I think it would be better to add the reasons for choosing this ratio. In addition, I suggest that in the model evaluation section, I think it is possible to add an explanation of the meaning and importance of indicators such as accuracy, accuracy, recall and F1 scores. In Section 5, the Future Work section, I feel I can describe in more detail the specific application of the advanced models and techniques mentioned. For example, discuss how these models and techniques can be applied to fake news detection and their potential impact. Overall, the manuscript presents a thorough investigation into leveraging advanced deep learning models and explainable AI techniques for FND area. Given the importance of the topic and the potential impact of the research, I recommend a Major Revision to address the detailed suggestions provided in this review. Reviewer #2: Title: Harnessing Interpretable Novel Combination of GloVe Embedding with Deep CNN-BiLSTM Neural Network for Fake News Detection ID: PONE-D-25-02599 I congratulate the authors for their contribution and hard work. Before going to publish the manuscript, a few perhaps would get clarified from my end. 1. In this work, the authors proposed comparative analysis of innovative hybrid deep learning models and embedding techniques-focusing interpretability using Xplainable Artificial Intelligence (XAI) for fake news detection. Elaborate, how it is better compared to the existing methods. Provide more clarifications. 2. Add more recent references and compare proposed method with Existing works. 3. The paper is technically sound but need to improve the grammar. 4. Provide more relevant information regarding the figures. 5. The alignment of data available in figures 7 and 8 are not visible to identify the fake news. 6. Polish the Language. 7. Instead of Tables, Compare the Existing and proposed methods using Bar Graphs to prove proposed method is more Superior. 9. Problem statement is not clearly mentioned. 10. Related work needs to be improved. 11. The Sections are not aligned properly. ********** 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-25-02599R1Harnessing Interpretable Novel Combination of GloVe Embedding With Deep CNN-BiLSTM Neural Network for Fake News DetectionPLOS ONE Dear Dr. Syafrudin, 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. ============================== ACADEMIC EDITOR: The two anonymous reviewers have proposed several suggestions and both of them think you should proof your language skills and your writing to make your paper easy-following. So please complete and solve their concerns in the next two months. ============================== Please submit your revised manuscript by Jul 24 2025 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, Weiqiang (Albert) Jin, 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. Additional Editor Comments: The two anonymous reviewers have proposed several suggestions and both of them think you should proof your language skills and your writing to make your paper easy-following. So please complete and solve their concerns in the next two months. [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 #1: (No Response) 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: Yes Reviewer #2: Yes ********** 3. Has the statistical analysis been performed appropriately and rigorously? Reviewer #1: Yes Reviewer #2: 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 #1: No Reviewer #2: 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 #1: No Reviewer #2: No ********** 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: Although this paper has been reviewed by the other reviewer in the last round, but I also found some issues that the author should pay attention to, which are listed as follows: 1. The state-of-the-art comparison (Table 8) needs updating with more recent works (2023-2024) to properly contextualize the claimed novelty. The field evolves rapidly. 2. The LIME explanations (Figures 8-9) require much more detailed interpretation. What do the highlighted words indicate about the model's decision process? How representative are these examples? 3. The dataset section should address potential source biases (e.g., PolitiFact's political leanings) and how this might affect model generalizability. 4. The methodology needs clearer justification for architectural choices (e.g., why 128 units in BiLSTM? Why 5 epochs?) and hyperparameter tuning process. 5. Moreover, I suggest the author cite the following literature and work in the Related Work section: 1. Fake news detection: comparative evaluation of BERT-like models and large language models with generative AI-annotated data https://arxiv.org/abs/2412.14276 2. Veracity‐Oriented Context‐Aware Large Language Models–Based Prompting Optimization for Fake News Detection 3. Courtroom-FND: a multi-role fake news detection method based on argument switching-based courtroom debate 4. A prompting multi-task learning-based veracity dissemination consistency reasoning augmentation for few-shot fake news detection. 6. An error analysis section should be added - what types of fake news still evade detection? Where do the models consistently fail? 7. The model architectures lack sufficient detail about hyperparameter selection and tuning processes. Please introduce the key hyper-parameters in the update experiments section. 8. Moreover, I find that the important metrics like ROC-AUC are missing, which are particularly valuable for evaluating performance on imbalanced data. 9. The language needs significant polishing throughout - many awkward phrasings and grammatical errors. I suggest the authors should make some language proof serives to make their paper become more easy-understanding. Reviewer #2: Respected Editor, The authors have addressed all the Comments thoroughly except the Language. Try to Polish the Language. ********** 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: Yes: Ningwei Wang 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 2 |
|
Harnessing Interpretable Novel Combination of GloVe Embedding With Deep CNN-BiLSTM Neural Network for Fake News Detection PONE-D-25-02599R2 Dear Dr. Muhammad Syafrudin, 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. For questions related to billing, please contact billing support. 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, Weiqiang (Albert) Jin, Ph.D. Academic Editor PLOS ONE Additional Editor Comments (optional): Congratulations, all the reviewers believe that your manuscript has met the publication standards of PLOS ONE. Additionally, before final publication, we recommend carefully reviewing the overall formatting of the article to ensure compliance with the journal's official standards, as well as verifying the accuracy of the reference format. 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: Yes Reviewer #2: Yes ********** 3. Has the statistical analysis been performed appropriately and rigorously? Reviewer #1: Yes Reviewer #2: 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 #1: Yes Reviewer #2: 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 #1: Yes Reviewer #2: 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 #1: The authors have addressed all my concerns thoroughly in the revised manuscript, and I find the current version satisfactory for publication. I recommend acceptance in its present form. But the author should pay attention to the conclusion part, because the future direction and the future work part is mutual-repeated. I suggestion to remove the small title "future work". And make the conclusion section become more concise. Reviewer #2: Dear Authors, The Manuscript was revised at the extent. I congratulate the authors for their hard work and contributions. ********** 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: Yes: Ningwei Wang Reviewer #2: No ********** |
| Formally Accepted |
|
PONE-D-25-02599R2 PLOS ONE Dear Dr. Syafrudin, I'm pleased to inform you that your manuscript has been deemed suitable for publication in PLOS ONE. Congratulations! Your manuscript is now being handed over to our production team. At this stage, our production department will prepare your paper for publication. This includes ensuring the following: * All references, tables, and figures are properly cited * All relevant supporting information is included in the manuscript submission, * There are no issues that prevent the paper from being properly typeset You will receive further instructions from the production team, including instructions on how to review your proof when it is ready. Please keep in mind that we are working through a large volume of accepted articles, so please give us a few days to review your paper and let you know the next and final steps. Lastly, 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. You will receive an invoice from PLOS for your publication fee after your manuscript has reached the completed accept phase. If you receive an email requesting payment before acceptance or for any other service, this may be a phishing scheme. Learn how to identify phishing emails and protect your accounts at https://explore.plos.org/phishing. If we can help with anything else, please email us at customercare@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. Weiqiang (Albert) Jin 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 .