plot_sequential_baseline
Attributes
Functions
|
Generate a bar chart comparing MAP and sequential alignment results for a specified alignment level. |
|
Generate a bar chart with sub-grouped bars comparing MAP and sequential alignment results across multiple alignment levels. |
Module Contents
- plot_sequential_baseline.data
- plot_sequential_baseline.model_setting = 'opt1.3b-Anthropic-harmless'
- plot_sequential_baseline.categories
- plot_sequential_baseline.map_results
- plot_sequential_baseline.round_1_results
- plot_sequential_baseline.round_5_results
- plot_sequential_baseline.plot_separate_setup() None
Generate a bar chart comparing MAP and sequential alignment results for a specified alignment level.
This function creates a bar plot displaying the aligned c-levels (in quantiles) for each category using MAP alignment, Sequential Round 1, and Sequential Round 5. It visualizes the difference in results across these alignment strategies for a single alignment level (specified by s).
- Parameters:
None
Example
>>> plot_separate_setup()
- plot_sequential_baseline.plot_all_setups() None
Generate a bar chart with sub-grouped bars comparing MAP and sequential alignment results across multiple alignment levels.
This function creates a bar plot with sub-grouped bars to display realized value levels (in quantiles) for each category, across multiple alignment levels (e.g., “50%”, “60%”, “70%”). It compares MAP alignment, Sequential Round 1, and Sequential Round 5 for each alignment level within each category, providing a comprehensive view of alignment outcomes.
- Parameters:
None
Example
>>> plot_all_setups()