Peer Review History
| Original SubmissionJanuary 28, 2023 |
|---|
|
PONE-D-23-02497Fake News Stance Detection Using Selective Features and FakeNETPLOS ONE Dear Dr. Umer, 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: When updating your manuscript, you should elaborate on your points and clarify with references, examples, data, etc. Also, note that if a reviewer suggested references, you should only add those that are relevant to your work if you feel they strengthen your article. Recommending references to specific publications is not appropriate for reviewers. ============================== Please submit your revised manuscript by May 18 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, Mohamed Hammad, 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. In your Methods section, please include additional information about your dataset and ensure that you have included a statement specifying whether the collection and analysis method complied with the terms and conditions for the source of the data. 4. We note that you have indicated that data from this study are available upon request. PLOS only allows data to be available upon request if there are legal or ethical restrictions on sharing data publicly. For more information on unacceptable data access restrictions, please see http://journals.plos.org/plosone/s/data-availability#loc-unacceptable-data-access-restrictions. In your revised cover letter, please address the following prompts: a) If there are ethical or legal restrictions on sharing a de-identified data set, please explain them in detail (e.g., data contain potentially sensitive information, data are owned by a third-party organization, etc.) and who has imposed them (e.g., an ethics committee). Please also provide contact information for a data access committee, ethics committee, or other institutional body to which data requests may be sent. b) If there are no restrictions, please upload the minimal anonymized data set necessary to replicate your study findings as either Supporting Information files or to a stable, public repository and provide us with the relevant URLs, DOIs, or accession numbers. For a list of acceptable repositories, please see http://journals.plos.org/plosone/s/data-availability#loc-recommended-repositories. We will update your Data Availability statement on your behalf to reflect the information you provide. [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: Partly Reviewer #3: Yes ********** 2. Has the statistical analysis been performed appropriately and rigorously? Reviewer #1: Yes Reviewer #2: Yes Reviewer #3: 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: 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: No 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: This paper presents a fake news detection using FakeNET model. The proposed model is a combination of both CNN with LSTM. The basic idea sounds good but I have some comments to improve the readability of the work as follows: 1. Introduction section is not well organized. Long paragraphs should be divided into short. 2. Comparison with state of the art techniques required. 3. Include specific author contributions at the end of the introduction section. 4. Refer the following important works on importance of deep learning models https://doi.org/10.1016/j.bspc.2022.104549 https://doi.org/10.3390/su15010133 https://doi.org/10.3390/info14020065 https://doi.org/10.1016/j.engappai.2022.105731 5. In Line 177, The extracted features are fed into the proposed hybrid model which comprises CNN and LSTM” I didn’t understand why authors fed selected features to deep learning, because DL has inbuilt feature learning approach? 6. How the data preprocessing unit work? it is not clear. 7. Elaborate Performance evaluation metrics with equations. 8. Tuning of the hyperparameters not discussed well. 9. Cite the SOTA models in Table 4. Overall idea was good, results also reliable but needs improvement in the structure of the script. Reviewer #2: Dear Authors I have now completed the review of the manuscript titled " Fake News Stance Detection Using Selective Features and FakeNET”. The purpose of this study is to locate the article's perspective concerning the headline. This study employs two methods for reducing the number of dimensions including Chi-square and principal component analysis (PCA) in conjunction with a hybrid neural network architecture that combines a convolutional neural network (CNN) and long short-term memory (LSTM) model called FakeNET. Dimensionality reduction strategies are used in this work to utilize appropriate feature vectors for better performance and lower computational complexity. A multi-class dataset is used comprising 'agree', 'disagree', 'discuss', and 'unrelated' classes obtained from the Fake News Challenges (FNC) website. 1. Authors should edit the manuscript in English. 2. The Abstract has a lack of flow. 3. The purpose of the study should come early in the abstract. 4. How authors addressed the issues while using PCA including PCA assumption of linear relationships, outliers treatment; normality; interpretation of components and how to select the optimized number of components. 5. Proposed Model: “Filters f with varying kernel size The output is calculated as (c × e), where e is a word embedding, and c is applied to each e.”, please clarify this sentence. 6. Proposed Model: The FakeNET model comprises a convolutional layer with 64 filters of 5×5 size, why not 3X3 and why not 32 filters? 7. It is followed by the max pooling layer with a 4-pool size, how the authors have chosen this number? 8. Each LSTM layer has 100 neurons while the dense layer has 50 neurons, why? 9. The dropout layer is used with a 0.2 dropout rate, why not 0.4 or 0.5? 10. The LSTM layer is used with 100 units, why not 50 or 200? 11. This study used rectified linear unit (ReLU) as the activation, The ReLU activation function has several problems, including vanishing gradients, dead neurons, lack of smoothness, not centred around zero, and output range limitation. How authors addressed these problems? 12. Line 153-173: LSTM and CNN are used in the present investigation. Authors should use the latest research using LSTM and CNN in various applications including cyber security. 13. The introduction section requires some relevant articles which emphasize the need and use of LSTM and CNN for various types of applications. The authors should add the following works as planetscope nanosatellites image classification using machine learning; cnn based automated weed detection system using uav imagery; smotednn: a novel model for air pollution forecasting and aqi classification; cdlstm: a novel model for climate change forecasting; deep learning based modeling of groundwater storage change; deep learning based supervised image classification using uav images for forest areas classification; insider threat detection based on nlp word embedding and machine learning; dbotpm: a deep neural network-based botnet prediction model; dnnbot: deep neural network-based botnet detection and classification; development of pccnn-based network intrusion detection system for edge computing, to set the narative of the CNN and LSTM utility and wider acceptability in various areas 14. Performance Evaluation Metrics, please write the formulas, and justify if the authors used an F-1 score, F-0.5 or F-2 and why?. 15. Add the future scope of the present work. 16. Discuss the limitations of the proposed research. 17. The conclusion should be rephrased with more clarity and major takeaways from the work. Reviewer #3: This study presents FakeNET, a hybrid deep-learning model that ensembles Convolutional Neural Networks (CNN) and long short-term memory (LSTM) with both Principal Component Analysis (PCA ) and Chi-square feature reduction approaches. The result shows that FakeNet achieves excellent accuracy, Precision, recall, and F1 score when trained with (PCA) based features. Also, in comparison with other deep learning FakeNet achieves good complexity success. This is good research work and is technically sound. However, there is minor work to be made, such as the update of the references to reflect the 2021-2023 published works on fake news detection. ********** 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: Yes: Dr Kiran Kumar Patro 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 |
|
Fake News Stance Detection Using Selective Features and FakeNET PONE-D-23-02497R1 Dear Dr. Umer, 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, Mohamed Hammad, Ph.D. Academic Editor PLOS ONE Additional Editor Comments (optional): 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: Yes 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: The revised version of the manuscript entitled "Fake News Stance Detection Using Selective Features and FakeNET", have addressed all the comments satisfactorily. Reviewer #3: he authors have successfully addressed my comments. The introduction section of the work has been properly written with changes to include major elements and recent related works have been incorporated in the study. The justification for the use of PCA was clearly stated and the performance comparison of the proposed model with the existing models were performed excellently. There are significant improvements in this manuscript as compared to the previous version. I am satisfied with the work. ********** 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 ********** |
| Formally Accepted |
|
PONE-D-23-02497R1 Fake News Stance Detection Using Selective Features and FakeNET Dear Dr. Umer: 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. Mohamed Hammad 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 .