Skip to content

create checklists for authors from review using autochecklist #24

Description

@kazhou
uv pip install autochecklist

and make sure openrouter api key is in .env

  • Start with a DirectGenerator (prompt-only), generator only pipeline, with a custom prompt specifically about addressing the review for the paper
from autochecklist import DirectGenerator

gen = DirectGenerator(
    custom_prompt="<custom_prompt>",
    model="openai/gpt-5",
)
checklist = gen.generate(input="<review>")

Update:

  • support creating action plan (checklist) to grade rebuttals (e.g., does your rebuttal address the reviewer's points), more as a separate feature where users can import real peer reviews

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions