Summer 2026 Cohort Admission Deadline is
25ᵗʰ May, 2026 11:59 PM PST.
Book a free 20-min strategy call
>
>
>
Data science and AI journals that accept high school research
Data science and AI journals that accept high school research
Data science and AI journals that accept high school research | RISE Research
Data science and AI journals that accept high school research | RISE Research
RISE Research
RISE Research
Data Science and AI Journals That Accept High School Research
TL;DR: Finding data science and AI journals that accept high school research is harder than it looks. Most top-tier AI journals publish exclusively at the graduate level. A small but credible set of peer-reviewed journals do accept strong high school submissions, including the Journal of Emerging Investigators, Cureus (for health-related AI work), and several open-access STEM journals. The key is matching your research methodology to the right journal scope before you write your abstract. If you need help identifying the right journal and preparing a submission-ready manuscript, book a free Research Assessment with RISE.
Introduction
Most high school students researching data science and AI assume the publication barrier is impossibly high. It is not, but it is specific. Data science and AI journals that accept high school research are fewer in number than general STEM journals, and the submission requirements are more technically demanding. A literature review will not be enough. Reviewers in this field expect defined datasets, clear methodology, reproducible results, and honest discussion of model limitations. Many students discover this only after submitting a paper that gets rejected for reasons they did not anticipate. This post identifies the journals that genuinely accept high school submissions in data science and AI, explains what each one looks for, and clarifies what the process actually requires so you can make a strategic decision before you write a single line of your abstract.
Which data science and AI journals accept high school research?
Answer Capsule: Several peer-reviewed journals accept high school research in data science and AI, including the Journal of Emerging Investigators, Cureus (for health AI applications), the International Journal of High School Research, and Regeneron Science Talent Search-affiliated publication pathways. Acceptance depends heavily on methodological rigor, not just topic selection.
The landscape of data science and AI publishing for high school students breaks into three categories. The first is journals explicitly designed for pre-college researchers. The second is open-access STEM journals that do not restrict by academic level but require university-level methodology. The third is competition-linked publication pathways, where award recognition can accompany or substitute for traditional journal publication.
The Journal of Emerging Investigators (JEI) is peer-reviewed, free to submit, and explicitly designed for middle and high school researchers. It accepts work across biological and physical sciences, and increasingly reviews data-driven projects that use machine learning for scientific questions, such as predicting disease outcomes or analyzing environmental datasets. JEI's review process is mentored: reviewers provide developmental feedback rather than a binary accept or reject decision. Review timelines typically run eight to sixteen weeks.
The International Journal of High School Research (IJHSR) accepts submissions across STEM disciplines including computer science and data analysis. It is open-access and peer-reviewed. It does not publish an official acceptance rate, but it is considered accessible relative to graduate-level journals, making it a reasonable target for a first submission with a well-scoped project.
For AI research applied to health or medicine, Cureus is an open-access, peer-reviewed journal that accepts submissions from researchers at any career stage. It charges an article processing fee for some submission tracks. Students working on machine learning models applied to clinical datasets or public health data have published successfully here, though the bar for methodological transparency is high.
If your work is interdisciplinary, combining AI with social science, economics, or policy analysis, the journals covered in our guide to interdisciplinary journals for high school research may offer additional options worth considering alongside the AI-specific journals listed here.
What high school researchers need to know about publishing in data science and AI
Data science and AI publication is more methodologically demanding than most other fields for high school researchers. Understanding why helps you prepare a submission that reviewers take seriously.
Peer reviewers in this field expect you to document your data source, explain how you cleaned and preprocessed the data, justify your model choice, report your evaluation metrics, and discuss where your model fails. This is not optional detail. It is the substance of the paper. A project that builds a neural network to classify images but does not report precision, recall, or F1 score will not pass peer review, regardless of how interesting the application is.
Dataset selection is the most common early mistake. Many students build projects on benchmark datasets like MNIST or CIFAR-10. These are valuable for learning, but they do not constitute original research because the results are already well-documented in the literature. Journals want to see either a novel dataset, a novel application of an existing method to a new domain, or a meaningful comparison of methods that produces new insight. If your project uses a publicly available dataset, you need to apply it to a question that has not already been answered in published literature.
Reproducibility is the second major issue. Can another researcher run your code and get the same results? Journals increasingly require that code and data be deposited in a public repository such as GitHub or Zenodo before acceptance. Students who do not plan for this from the start often find themselves scrambling to clean and document their code after the research is complete, which delays submission significantly.
The question of which journal to target should be answered before you finalize your research design, not after. Journal scope determines what counts as a complete paper. Some journals focus on applied AI in specific domains such as education, health, or environmental science. Others accept broader computational methods papers. Matching your project to the right journal early means you write to that journal's standards from the beginning. Our guide to top academic journals accepting high school research papers provides a broader framework for this decision.
Publication fees vary significantly. JEI and IJHSR are free to submit. Cureus charges fees for certain submission tracks. Some open-access STEM journals charge article processing fees ranging from $100 to several hundred dollars. Always check the journal's author guidelines page directly before submitting. Our guide to free journals that publish high school research lists cost-free options across subjects if budget is a constraint.
Review timelines in data science journals tend to be longer than in some humanities journals. Expect eight to twenty weeks for an initial decision, depending on the journal and reviewer availability. Factor this into your application timeline if you plan to reference the publication in college applications.
How does publishing in a data science or AI journal affect your college application?
Answer Capsule: A peer-reviewed publication in a credible data science or AI journal is one of the strongest signals of intellectual initiative a high school student can present. It demonstrates technical depth, sustained effort, and the ability to contribute original knowledge, all qualities that selective universities explicitly seek in applicants.
A publication belongs in the Activities section of the Common App, where you can describe the journal, the subject of your research, and the peer-review outcome. It can also be referenced in your personal statement or additional information section if the research connects to your intellectual narrative. Admissions officers at selective universities distinguish between a published, peer-reviewed paper and a research project that was completed but not submitted for external review. The peer-review outcome signals that your work was evaluated by experts outside your school or programme and met an external standard.
RISE scholars achieve a 90% publication success rate across 40+ academic journals, and RISE mentors are published researchers themselves, with expertise across more than 500 mentors. The outcome data is clear: RISE scholars are accepted to Top 10 universities at three times the standard rate, with an 18% Stanford acceptance rate compared to the standard 8.7%, and a 32% UPenn acceptance rate compared to the standard 3.8%. You can review the full outcomes data on the RISE results page.
For data science and AI specifically, a publication also signals technical competency in a way that a course grade or standardised test score cannot. It shows that you can frame a research question, execute a methodology, interpret results, and communicate findings to a scientific audience. These are skills that universities teach at the graduate level. Demonstrating them in high school is genuinely distinctive.
Where students working alone get stuck with data science and AI journal submissions
Three points in the process consistently stall students who attempt this without expert guidance.
The first is research scoping. Students often begin with a broad interest, say, using machine learning to predict climate outcomes, and struggle to define a question specific enough to be answerable with available data in a reasonable timeframe. A mentor who has published in this field knows how to narrow a question until it is tractable, which is a skill that takes years to develop and is genuinely difficult to learn from a textbook.
The second is methodology validation. Students frequently choose a model because it is popular rather than because it is appropriate for their data structure. Using a deep learning model on a dataset with 200 rows, for example, will produce results that reviewers immediately identify as methodologically unsound. A mentor who works in data science or AI knows which methods are defensible for which data types and can steer you away from choices that will result in rejection.
The third is responding to peer review. Most first submissions receive a revise-and-resubmit decision rather than an outright acceptance. The reviewer comments in data science papers are often highly technical, requesting additional ablation studies, alternative baselines, or statistical significance testing. Students without a mentor often do not know how to interpret these requests or how to respond in a way that satisfies reviewers without reopening the entire research design.
A PhD mentor who has navigated peer review in their own field brings direct experience with all three of these sticking points. They know what reviewers in this field look for, how to frame a response letter, and how to strengthen a paper without losing the original contribution. This is the guidance RISE mentors provide at every stage of the publication process. You can explore the range of RISE mentor expertise on the RISE mentors page.
If you want expert guidance on data science and AI journal selection and the full publication process, book a free Research Assessment to find out whether RISE's Summer cohort is the right fit for your goals.
Frequently asked questions about data science and AI journals for high school research
Which journals have the highest acceptance rate for high school data science research?
The Journal of Emerging Investigators and the International Journal of High School Research are generally more accessible than graduate-level AI journals. JEI uses a developmental review model, meaning reviewers guide revisions rather than issuing immediate rejections. Neither journal publishes an official acceptance rate, but both are designed with pre-college researchers in mind, which meaningfully increases the probability of a successful outcome for a well-prepared submission.
Do I need to choose my journal before I write my data science paper?
Yes, and this matters more in data science than in most other fields. Different journals have different requirements for dataset documentation, code availability, and evaluation metrics. Writing your paper to one journal's standards and then submitting to another often means significant revision. Identify your target journal before you finalize your methodology so you write to the right standard from the start. Our guide on journals that accept high school research papers can help you map your options early.
Can I submit my AI research paper to more than one journal at once?
No. Simultaneous submission, submitting the same manuscript to multiple journals at the same time, violates the publication ethics policy of virtually every peer-reviewed journal. If your paper is under review at one journal, you must wait for a decision before submitting elsewhere. This is why journal selection matters: choosing the wrong journal first can cost you three to five months of review time before you can resubmit.
Does it matter if a data science journal charges a publication fee?
Publication fees, called article processing charges, do not automatically indicate a lower-quality journal. Many legitimate open-access journals charge fees to fund peer review and hosting. However, some predatory journals charge fees with no genuine peer review. Before paying any fee, verify that the journal is indexed in a recognized database such as DOAJ, Scopus, or PubMed, and check whether the editorial board includes researchers with verifiable institutional affiliations.
How long does it take to hear back from a data science journal after submission?
Initial decisions from peer-reviewed data science and AI journals typically take eight to twenty weeks. JEI operates on an eight-to-sixteen-week timeline. More competitive open-access journals can take longer if reviewer recruitment is difficult. After an initial decision, revise-and-resubmit rounds add additional time. Plan for a total process of six to twelve months from first submission to final acceptance if you are targeting a rigorous peer-reviewed journal.
Conclusion
Publishing data science and AI research as a high school student is achievable, but it requires more preparation than most students expect. The journals that accept high school work, including JEI, IJHSR, and Cureus for health AI applications, each have specific methodological standards that must be met before submission. Journal selection should happen before you finalize your research design, not after. And the peer-review process in this field is technically demanding in ways that are genuinely difficult to navigate without expert guidance.
The students who publish successfully in this space tend to have two things: a well-scoped, original research question and a mentor who understands what peer reviewers in data science and AI actually expect. You can see what that looks like in practice on the RISE publications page. If you want help navigating journal selection and the full submission process with a PhD mentor who has published in your field, schedule a free Research Assessment and we will match you with the right mentor for your subject and publication goals. Summer cohort spots are limited.
Data Science and AI Journals That Accept High School Research
TL;DR: Finding data science and AI journals that accept high school research is harder than it looks. Most top-tier AI journals publish exclusively at the graduate level. A small but credible set of peer-reviewed journals do accept strong high school submissions, including the Journal of Emerging Investigators, Cureus (for health-related AI work), and several open-access STEM journals. The key is matching your research methodology to the right journal scope before you write your abstract. If you need help identifying the right journal and preparing a submission-ready manuscript, book a free Research Assessment with RISE.
Introduction
Most high school students researching data science and AI assume the publication barrier is impossibly high. It is not, but it is specific. Data science and AI journals that accept high school research are fewer in number than general STEM journals, and the submission requirements are more technically demanding. A literature review will not be enough. Reviewers in this field expect defined datasets, clear methodology, reproducible results, and honest discussion of model limitations. Many students discover this only after submitting a paper that gets rejected for reasons they did not anticipate. This post identifies the journals that genuinely accept high school submissions in data science and AI, explains what each one looks for, and clarifies what the process actually requires so you can make a strategic decision before you write a single line of your abstract.
Which data science and AI journals accept high school research?
Answer Capsule: Several peer-reviewed journals accept high school research in data science and AI, including the Journal of Emerging Investigators, Cureus (for health AI applications), the International Journal of High School Research, and Regeneron Science Talent Search-affiliated publication pathways. Acceptance depends heavily on methodological rigor, not just topic selection.
The landscape of data science and AI publishing for high school students breaks into three categories. The first is journals explicitly designed for pre-college researchers. The second is open-access STEM journals that do not restrict by academic level but require university-level methodology. The third is competition-linked publication pathways, where award recognition can accompany or substitute for traditional journal publication.
The Journal of Emerging Investigators (JEI) is peer-reviewed, free to submit, and explicitly designed for middle and high school researchers. It accepts work across biological and physical sciences, and increasingly reviews data-driven projects that use machine learning for scientific questions, such as predicting disease outcomes or analyzing environmental datasets. JEI's review process is mentored: reviewers provide developmental feedback rather than a binary accept or reject decision. Review timelines typically run eight to sixteen weeks.
The International Journal of High School Research (IJHSR) accepts submissions across STEM disciplines including computer science and data analysis. It is open-access and peer-reviewed. It does not publish an official acceptance rate, but it is considered accessible relative to graduate-level journals, making it a reasonable target for a first submission with a well-scoped project.
For AI research applied to health or medicine, Cureus is an open-access, peer-reviewed journal that accepts submissions from researchers at any career stage. It charges an article processing fee for some submission tracks. Students working on machine learning models applied to clinical datasets or public health data have published successfully here, though the bar for methodological transparency is high.
If your work is interdisciplinary, combining AI with social science, economics, or policy analysis, the journals covered in our guide to interdisciplinary journals for high school research may offer additional options worth considering alongside the AI-specific journals listed here.
What high school researchers need to know about publishing in data science and AI
Data science and AI publication is more methodologically demanding than most other fields for high school researchers. Understanding why helps you prepare a submission that reviewers take seriously.
Peer reviewers in this field expect you to document your data source, explain how you cleaned and preprocessed the data, justify your model choice, report your evaluation metrics, and discuss where your model fails. This is not optional detail. It is the substance of the paper. A project that builds a neural network to classify images but does not report precision, recall, or F1 score will not pass peer review, regardless of how interesting the application is.
Dataset selection is the most common early mistake. Many students build projects on benchmark datasets like MNIST or CIFAR-10. These are valuable for learning, but they do not constitute original research because the results are already well-documented in the literature. Journals want to see either a novel dataset, a novel application of an existing method to a new domain, or a meaningful comparison of methods that produces new insight. If your project uses a publicly available dataset, you need to apply it to a question that has not already been answered in published literature.
Reproducibility is the second major issue. Can another researcher run your code and get the same results? Journals increasingly require that code and data be deposited in a public repository such as GitHub or Zenodo before acceptance. Students who do not plan for this from the start often find themselves scrambling to clean and document their code after the research is complete, which delays submission significantly.
The question of which journal to target should be answered before you finalize your research design, not after. Journal scope determines what counts as a complete paper. Some journals focus on applied AI in specific domains such as education, health, or environmental science. Others accept broader computational methods papers. Matching your project to the right journal early means you write to that journal's standards from the beginning. Our guide to top academic journals accepting high school research papers provides a broader framework for this decision.
Publication fees vary significantly. JEI and IJHSR are free to submit. Cureus charges fees for certain submission tracks. Some open-access STEM journals charge article processing fees ranging from $100 to several hundred dollars. Always check the journal's author guidelines page directly before submitting. Our guide to free journals that publish high school research lists cost-free options across subjects if budget is a constraint.
Review timelines in data science journals tend to be longer than in some humanities journals. Expect eight to twenty weeks for an initial decision, depending on the journal and reviewer availability. Factor this into your application timeline if you plan to reference the publication in college applications.
How does publishing in a data science or AI journal affect your college application?
Answer Capsule: A peer-reviewed publication in a credible data science or AI journal is one of the strongest signals of intellectual initiative a high school student can present. It demonstrates technical depth, sustained effort, and the ability to contribute original knowledge, all qualities that selective universities explicitly seek in applicants.
A publication belongs in the Activities section of the Common App, where you can describe the journal, the subject of your research, and the peer-review outcome. It can also be referenced in your personal statement or additional information section if the research connects to your intellectual narrative. Admissions officers at selective universities distinguish between a published, peer-reviewed paper and a research project that was completed but not submitted for external review. The peer-review outcome signals that your work was evaluated by experts outside your school or programme and met an external standard.
RISE scholars achieve a 90% publication success rate across 40+ academic journals, and RISE mentors are published researchers themselves, with expertise across more than 500 mentors. The outcome data is clear: RISE scholars are accepted to Top 10 universities at three times the standard rate, with an 18% Stanford acceptance rate compared to the standard 8.7%, and a 32% UPenn acceptance rate compared to the standard 3.8%. You can review the full outcomes data on the RISE results page.
For data science and AI specifically, a publication also signals technical competency in a way that a course grade or standardised test score cannot. It shows that you can frame a research question, execute a methodology, interpret results, and communicate findings to a scientific audience. These are skills that universities teach at the graduate level. Demonstrating them in high school is genuinely distinctive.
Where students working alone get stuck with data science and AI journal submissions
Three points in the process consistently stall students who attempt this without expert guidance.
The first is research scoping. Students often begin with a broad interest, say, using machine learning to predict climate outcomes, and struggle to define a question specific enough to be answerable with available data in a reasonable timeframe. A mentor who has published in this field knows how to narrow a question until it is tractable, which is a skill that takes years to develop and is genuinely difficult to learn from a textbook.
The second is methodology validation. Students frequently choose a model because it is popular rather than because it is appropriate for their data structure. Using a deep learning model on a dataset with 200 rows, for example, will produce results that reviewers immediately identify as methodologically unsound. A mentor who works in data science or AI knows which methods are defensible for which data types and can steer you away from choices that will result in rejection.
The third is responding to peer review. Most first submissions receive a revise-and-resubmit decision rather than an outright acceptance. The reviewer comments in data science papers are often highly technical, requesting additional ablation studies, alternative baselines, or statistical significance testing. Students without a mentor often do not know how to interpret these requests or how to respond in a way that satisfies reviewers without reopening the entire research design.
A PhD mentor who has navigated peer review in their own field brings direct experience with all three of these sticking points. They know what reviewers in this field look for, how to frame a response letter, and how to strengthen a paper without losing the original contribution. This is the guidance RISE mentors provide at every stage of the publication process. You can explore the range of RISE mentor expertise on the RISE mentors page.
If you want expert guidance on data science and AI journal selection and the full publication process, book a free Research Assessment to find out whether RISE's Summer cohort is the right fit for your goals.
Frequently asked questions about data science and AI journals for high school research
Which journals have the highest acceptance rate for high school data science research?
The Journal of Emerging Investigators and the International Journal of High School Research are generally more accessible than graduate-level AI journals. JEI uses a developmental review model, meaning reviewers guide revisions rather than issuing immediate rejections. Neither journal publishes an official acceptance rate, but both are designed with pre-college researchers in mind, which meaningfully increases the probability of a successful outcome for a well-prepared submission.
Do I need to choose my journal before I write my data science paper?
Yes, and this matters more in data science than in most other fields. Different journals have different requirements for dataset documentation, code availability, and evaluation metrics. Writing your paper to one journal's standards and then submitting to another often means significant revision. Identify your target journal before you finalize your methodology so you write to the right standard from the start. Our guide on journals that accept high school research papers can help you map your options early.
Can I submit my AI research paper to more than one journal at once?
No. Simultaneous submission, submitting the same manuscript to multiple journals at the same time, violates the publication ethics policy of virtually every peer-reviewed journal. If your paper is under review at one journal, you must wait for a decision before submitting elsewhere. This is why journal selection matters: choosing the wrong journal first can cost you three to five months of review time before you can resubmit.
Does it matter if a data science journal charges a publication fee?
Publication fees, called article processing charges, do not automatically indicate a lower-quality journal. Many legitimate open-access journals charge fees to fund peer review and hosting. However, some predatory journals charge fees with no genuine peer review. Before paying any fee, verify that the journal is indexed in a recognized database such as DOAJ, Scopus, or PubMed, and check whether the editorial board includes researchers with verifiable institutional affiliations.
How long does it take to hear back from a data science journal after submission?
Initial decisions from peer-reviewed data science and AI journals typically take eight to twenty weeks. JEI operates on an eight-to-sixteen-week timeline. More competitive open-access journals can take longer if reviewer recruitment is difficult. After an initial decision, revise-and-resubmit rounds add additional time. Plan for a total process of six to twelve months from first submission to final acceptance if you are targeting a rigorous peer-reviewed journal.
Conclusion
Publishing data science and AI research as a high school student is achievable, but it requires more preparation than most students expect. The journals that accept high school work, including JEI, IJHSR, and Cureus for health AI applications, each have specific methodological standards that must be met before submission. Journal selection should happen before you finalize your research design, not after. And the peer-review process in this field is technically demanding in ways that are genuinely difficult to navigate without expert guidance.
The students who publish successfully in this space tend to have two things: a well-scoped, original research question and a mentor who understands what peer reviewers in data science and AI actually expect. You can see what that looks like in practice on the RISE publications page. If you want help navigating journal selection and the full submission process with a PhD mentor who has published in your field, schedule a free Research Assessment and we will match you with the right mentor for your subject and publication goals. Summer cohort spots are limited.
Summer 2026 Cohort II Deadline Approaching
Book a free 20-min strategy call
Book a free 20-min strategy call
Read More











