Skip to content

Initial OW patient ranking pipeline#283

Closed
eveenhuis wants to merge 8 commits into
dev/open-world-ph2from
dev/open-world-ranked
Closed

Initial OW patient ranking pipeline#283
eveenhuis wants to merge 8 commits into
dev/open-world-ph2from
dev/open-world-ranked

Conversation

@eveenhuis

@eveenhuis eveenhuis commented Jul 10, 2026

Copy link
Copy Markdown
Contributor
  • We weren't finding that medical urgency/KDMA(s) varied across actions for the same character.So, we are now regressing based on character descriptions only (or non-character actions, but that doesn't really apply due to the available actions). [OWFormatChoicesADMComponent, then CR/DR]
  • We use alignment to pick the highest ranked character (or non-character action) [Existing alignment function].
  • That character may correspond to multiple actions, so we then have a secondary non-aligned prompt to choose which sub action to do. [OWChoiceToActionADMComponent]
  • Once we've picked a single action, we may have details to fill in like tag color or character ID, so we then do that with followups (again, not aligned) [OWActionParameterCompletionADMComponent]
    -Then finally, we do a tag adjustment based on a heuristic to "align" tag color. [OWTaggingAdjustmentADMComponent]. I didn't want to name this component alignment because it doesn't directly use the alignment target. Instead it considers the KDMA ranking vs medical only ranking as well as how other patients have been tagged so far

@eveenhuis
eveenhuis changed the base branch from dev/open-world-ph2 to dev/rebase-open-world-ph2 July 23, 2026 20:46
@eveenhuis
eveenhuis changed the base branch from dev/rebase-open-world-ph2 to dev/open-world-ph2 July 23, 2026 20:47
@eveenhuis eveenhuis closed this Jul 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants