Skip to content

Commit

Permalink
document ablation experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan committed Mar 15, 2024
1 parent 4c18526 commit a9bc987
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 140 deletions.
27 changes: 27 additions & 0 deletions latex/splash2024/experiments/ablation_enumeration_only.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
\begin{tikzpicture}
\begin{axis}[
ybar,
xlabel={$\Delta(\err\sigma, \sigma)$},
ylabel={Precision},
title={Enumeration Only},
axis x line*=bottom,
axis y line*=left,
ymin=0,
ymax=1,
xtick=data,
xticklabels={1, 2, 3, 4},
width=5cm,
height=4cm,
enlarge x limits=0.15,
legend style={at={(0.5,-0.15)},
anchor=north,legend columns=-1},
]
\addplot table[x=Lev, y=P@1] {
Lev P@1
1 0.98
2 0.61
3 0.35
4 0.29
};
\end{axis}
\end{tikzpicture}
27 changes: 27 additions & 0 deletions latex/splash2024/experiments/ablation_pcfg_only.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
\begin{tikzpicture}
\begin{axis}[
ybar,
xlabel={$\Delta(\err\sigma, \sigma)$},
ylabel={Precision},
title={PCFG Only},
axis x line*=bottom,
axis y line*=left,
ymin=0,
ymax=1,
xtick=data,
width=5cm,
height=4cm,
xticklabels={1, 2, 3, 4},
enlarge x limits=0.15,
legend style={at={(0.5,-0.15)},
anchor=north,legend columns=-1},
]
\addplot table[x=Lev, y=P@1] {
Lev P@1
1 0.60
2 0.39
3 0.10
4 0.05
};
\end{axis}
\end{tikzpicture}
Binary file modified latex/splash2024/splash.pdf
Binary file not shown.
Loading

0 comments on commit a9bc987

Please sign in to comment.