↓ 13 callersFunctioncreate_training_datapoint(
datapoint_type: str,
prompt: str,
target_response: str,
layer: int,
num_positions: int,
nl_probes/utils/dataset_utils.py:288
↓ 5 callersFunctionmk_cfg(
custom_params,
*,
num_train: int,
num_test: int,
splits: list[str],
model_name: str,
experiments/explorations/count_training_data.py:25
↓ 3 callersFunction_plot_results_panel(
ax,
names: list[str],
labels: list[str],
means: list[float],
cis: list[float],
title
experiments/final_paper_plots/plot_secret_keeping_results.py:515
↓ 3 callersFunction_plot_results_panel(
ax,
names: list[str],
labels: list[str],
means: list[float],
cis: list[float],
title
experiments/plotting/plot_secret_keeping_results.py:475
↓ 3 callersFunction_plot_selected_with_extras_panel(
ax,
selected_name: str,
selected_mean: float,
selected_ci: float,
extras: list[dict],
experiments/final_paper_plots/plot_secret_keeping_results.py:552
↓ 3 callersFunction_plot_selected_with_extras_panel(
ax,
selected_name: str,
selected_mean: float,
selected_ci: float,
extras: list[dict],
experiments/plotting/plot_secret_keeping_results.py:511
↓ 3 callersFunctionplot_pair(ax, title: str, stats50: tuple[float, float], stats75: tuple[float, float], show_ylabel: bool)
experiments/final_paper_plots/plot_layer_comparison_secret_keeping.py:394
↓ 2 callersFunction_plot_results_panel(
ax,
names: list[str],
labels: list[str],
means: list[float],
cis: list[float],
title
experiments/final_paper_plots/plot_qwen3-8b_eval_results.py:241