Skip to content

2026-04-27-ppo-batch-size#188

Merged
n-gao merged 15 commits intoiclr-blogposts:mainfrom
teerthaaparakh:main
Apr 7, 2026
Merged

2026-04-27-ppo-batch-size#188
n-gao merged 15 commits intoiclr-blogposts:mainfrom
teerthaaparakh:main

Conversation

@teerthaaparakh
Copy link
Copy Markdown
Contributor

OpenReview Submission Thread

Checklist before opening a PR

  • I am opening a pull request against the main branch of the 2026 repo.

  • My post and all associated references to it are all lowercase, i.e

      2026-04-27-Sample-Test.md               -> 2026-04-27-sample-test.md
      assets/img/2026-04-27-Sample-Test/ 	-> assets/img/2026-04-27-sample-test/
    
  • The title of my PR is exactly the name of my markdown file

    • i.e. _posts/2026-04-27-[submission-name].md would require a PR name 2026-04-27-[submission-name]
  • I have anonymized my post: my author's list is Anonymous, and there is no potential
    content which can reveal my/my collaborators identities.

  • My post matches the formatting requirements, including (but not limited to):

    • I have ONLY MODIFIED files in the following locations (failure to do so will result in
      your PR automatically being closed!):
      • a Markdown (or HTML) file in _posts/ with the format _posts/2026-04-27-[submission-name].md (or .html)
      • static image assets added to assets/img/2026-04-27-[submission-name]/
      • interactive HTML figures added to assets/html/2026-04-27-[submission-name]/
      • citations in a bibtex file in assets/bibliography/2026-04-27-[submission-name].bib
    • I have a short 2-3 sentence abstract in the description field of my front-matter
    • I have a table of contents, formatted using the toc field of my front-matter
    • My bibliography is correctly formatted, using a .bibtex file as per the sample post

Any other comments

@github-actions
Copy link
Copy Markdown

⚠️ We have detected a problem with your submission! ⚠️

You can only add/change/remove files related to your post, i.e. files that match one of these patterns: <_posts/SLUG.md, assets/img/SLUG/..., assets/html/SLUG/..., assets/bibliography/SLUG.bib>. But we found that you changed the following: <_posts/2026-04-27-distill-example.md>. Also, make sure your PR's title (2026-04-27-ppo-batch-size) matches your post's slug!

Please make the aforementioned changes and re-submit :)

1 similar comment
@github-actions
Copy link
Copy Markdown

⚠️ We have detected a problem with your submission! ⚠️

You can only add/change/remove files related to your post, i.e. files that match one of these patterns: <_posts/SLUG.md, assets/img/SLUG/..., assets/html/SLUG/..., assets/bibliography/SLUG.bib>. But we found that you changed the following: <_posts/2026-04-27-distill-example.md>. Also, make sure your PR's title (2026-04-27-ppo-batch-size) matches your post's slug!

Please make the aforementioned changes and re-submit :)

@github-actions
Copy link
Copy Markdown

⚠️ We have detected a problem with your submission! ⚠️

You can only add/change/remove files related to your post, i.e. files that match one of these patterns: <_posts/SLUG.md, assets/img/SLUG/..., assets/html/SLUG/..., assets/bibliography/SLUG.bib>. But we found that you changed the following: <_posts/2026-04-27-distill-example.md>. Also, make sure your PR's title (2026-04-27-ppo-batch-size) matches your post's slug!

Please make the aforementioned changes and re-submit :)

@busycalibrating busycalibrating added verify No confident match found — needs manual review manual accept labels Mar 24, 2026
@n-gao
Copy link
Copy Markdown
Contributor

n-gao commented Apr 7, 2026

Hi Teerthaa,

The affiliations entry in your front matter is a separate list item rather than nested under your name. This means the site won't associate the affiliation with the author.

Current:

authors:
  - name: Teerthaa Parakh
  - affiliations:
      name: Georgia Institute of Technology

Should be:

authors:
  - name: Teerthaa Parakh
    affiliations:
      name: Georgia Institute of Technology

(Note: the - before affiliations needs to be removed so it's a property of the author, not a new list item.) Could you push a fix? Thanks!

Best,
ICLR Blog Post Track Team

@n-gao n-gao merged commit 168d119 into iclr-blogposts:main Apr 7, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

manual accept verify No confident match found — needs manual review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants