Skip to content

ADT sectioning by page outputs worse activities than sectioning by smaller chunks #232

@gbergengruen

Description

@gbergengruen

The current default config uses the page sectioning by the original's textbook page:

  page_sectioning:
    model: default
    template_path: prompts/page_sectioning_by_page.jinja2

When using the alternative method, which sections the ADT into smaller chunks, outputs better activities as the current activity approach requires only one activity_type per section, and when taking a full page, there could be several different types, and only outputs one.

  page_sectioning:
    model: default
    template_path: prompts/page_sectioning.jinja2

Maybe we need to find an in-between method, or to improve the activity generation to enable multiple activities per page.

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