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.