Skip to content

Commit

Permalink
FAQ: Add rebuttal question
Browse files Browse the repository at this point in the history
- this clarifies the quiestion of revising pdfs or posting figures
  during the rebuttal phase
- also add a soft break after all questions in faq
  • Loading branch information
chr5tphr committed Nov 29, 2024
1 parent 35e209a commit c4f3413
Showing 1 changed file with 20 additions and 17 deletions.
37 changes: 20 additions & 17 deletions faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,55 +8,60 @@ weight: 5
## Frequently Asked Questions related to AISTATS 2025 submissions


1. **I missed the abstract submission deadline. Can I still submit a full paper?**
1. **I missed the abstract submission deadline. Can I still submit a full paper?**\
No. You must submit the abstract in time for the deadline on Thursday October 3rd 2024 (AoE).

2. **While submitting a paper, do we need to nominate one of the authors as a reviewer?**
2. **While submitting a paper, do we need to nominate one of the authors as a reviewer?**\
We ask authors to also serve as reviewers in order to ensure that all submissions can receive a sufficient number of reviews whilst ensuring an acceptable load for each reviewer. Due to the recent increase in submissions, we expect we will need a significantly larger number of reviewers than in previous years. Your nominations are important in order to maintain the quality of the conference. There will be a section in the paper submission form to nominate any of the authors to be reviewers. Nominated authors will receive an invitation to be a reviewer, which can be accepted or declined.

3. **We want to submit a version of the work to arXiv. Is it allowed?**
3. **We want to submit a version of the work to arXiv. Is it allowed?**\
Yes, submission to arXiv is allowed. However, keep anonymity in the AISTATS submission. Do not cite the arXiv paper, for example.

4. **Can we advertise the preprint of my submission on social media?**
4. **Can we advertise the preprint of my submission on social media?**\
We strongly discourage advertising the preprint on social media or in the press while under submission to AISTATS. Under no circumstances should your work be explicitly identified as AISTATS submission at any time during the review period, i.e., from the time you submit the abstract to the communication of the accept/reject decisions.

5. **Can the author list be changed?**
5. **Can the author list be changed?**\
The author list is ***final at the abstract submission deadline*** (Thursday, October 3rd, 2024 AoE). After the abstract deadline, any changes to the author list are **impossible**. This is to avoid conflicts of interest with reviewers during the matching, which begins right after the abstract submission deadline. Only once the paper is accepted, you may change the order of authors, but no new authors may be added.

6. **Can I withdraw my submission?**
6. **Can I withdraw my submission?**\
Yes. You can withdraw your submission at any point in the reviewing process. For statistical purposes, we will count a submission as “rejected” if it is withdrawn after reviews have been made available to authors.

7. **Can we revise the abstract after the abstract deadline?**
7. **Can we revise the abstract after the abstract deadline?**\
You can revise your abstract before the full paper deadline, but the changes must be minor (e.g., fixing typos or clarify/correct wording). If the contents or length of the abstract is significantly altered, the submission may be desk-rejected.


8. **If our paper is a resubmission from a previous conference, do I have to indicate so in the submission form?**
8. **If our paper is a resubmission from a previous conference, do I have to indicate so in the submission form?**\
Yes, authors must specify whether the paper is a resubmission and, if so, they must summarize the main criticisms raised by the previous reviewers and how these have been addressed. This information will be visible to Area Chairs only, but not to reviewers.


9. **Can we submit code/dataset with our submission?**
9. **Can we submit code/dataset with our submission?**\
Yes, and authors are encouraged to do so, as long as anonymity is preserved. For example, you may include your code as part of the supplementary material or through an anonymized link. Please note that papers that promise to release code or dataset (either at submission time or during the rebuttal phase) will be automatically rejected if the authors fail to make the code/dataset public by the camera-ready deadline.


10. **Does the paper need to discuss the method assumptions and limitations?**
10. **Does the paper need to discuss the method assumptions and limitations?**\
It is not compulsory, but authors are nonetheless encouraged to discuss these points, as they will be positively considered during the review phase.


11. **Does the paper need to discuss the societal impact?**
11. **Does the paper need to discuss the societal impact?**\
It is not mandatory, but authors are encouraged to discuss the societal implications of their research.


12. **Is there a reproducibility checklist that my paper needs to comply with?**
12. **Is there a reproducibility checklist that my paper needs to comply with?**\
This year we ask the authors to include a reproducibility checklist in the main paper after references. The checklist does not count towards the 8 page main limit for the submission (or 9 page limit for camera ready). See the submission template (sample_paper.tex in the [AISTATS2025 Paper Pack]({{ site.url }}/aistats2025/AISTATS2025PaperPack.zip)) for the checklist details.

13. **Will my submission be desk-rejected if not including the reproducibility checklist?**
13. **Will my submission be desk-rejected if not including the reproducibility checklist?**\
No, but we still strongly suggest the authors include the checklist in submission. If not included, the authors will be asked to submit the checklist during the author feedback period. The checklist is required for the camera ready version of an accepted paper.


14. **Will the questions about industry/academic paper or hardware usage be visible to reviewers or affect the paper decision?**
14. **Will the questions about industry/academic paper or hardware usage be visible to reviewers or affect the paper decision?**\
No, this information will not be visible to reviewers or ACs and will not be taken into account in the paper decisions. It will only be used for statistical purposes.

15. **How can we obtain the citations (references) of our paper in the (Author, Year) format?**
15. **Can we revise our submission PDF or post updated figures during the rebuttal/ author-reviewer discussion phase?**\
The author-reviewer discussion phase is text-only. No revision to the manuscript is allowed until acceptance. Authors are allowed to post links during the discussion phase. However, reviewers are not obliged to click these links.
Posting (external links containing) any information that can be used to identify any of the authors or their institution/s violates the double-blind requirement and will lead to the immediate rejection of your paper.\
Note that OpenReview markdown does not support images or inline-html, see the [specification](https://spec.commonmark.org/0.29/). (La)TeX-type math is supported through MathJax inside markdown, see the [documentation](https://docs.openreview.net/how-to-guides/submissions-comments-reviews-and-decisions/how-to-add-formulas-or-use-mathematical-notation).

16. **How can we obtain the citations (references) of our paper in the (Author, Year) format?**
One option to achieve that goal is to use the latex package `natbib`. For that, you may uncomment lines 19-21 and 24 at the beginning of your main TEX file (sample_paper.tex in the [AISTATS2025 Paper Pack]({{ site.url }}/aistats2025/AISTATS2025PaperPack.zip)). In other words, you can use the following:

```
Expand All @@ -72,9 +77,7 @@ One option to achieve that goal is to use the latex package `natbib`. For that,
\bibliography{your_bib_file}
```

Note that, when using `natbib`, you can add or remove the parentheses as follows:

```
\cite{foo2021} % produces Foo et al. (2021)
\citep{foo2021} % produces (Foo et al., 2021)
Expand Down

0 comments on commit c4f3413

Please sign in to comment.