You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Keys.LILO_LABELING trial type for Language-in-the-Loop labeling trials (#4986)
Summary:
Pull Request resolved: #4986
Add `Keys.LILO_LABELING` to identify LILO (Language-in-the-Loop) labeling trials
in generation strategies. LILO trials collect pairwise preference labels via LLM
calls and need a distinct trial type so they can be selectively marked STALE before
relabeling rounds.
- Add `LILO_LABELING = "lilo_labeling"` to `Keys` enum
- Extend `GenerationNode.__init__` trial type validation to accept `LILO_LABELING`
- Extend `Experiment.supports_trial_type()` to accept `LILO_LABELING`
Reviewed By: saitcakmak
Differential Revision: D94743845
fbshipit-source-id: 9526915c193f4ce510a90c9e528290818fc3fa27
0 commit comments