-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
69 additions
and
140 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
latex/splash2024/experiments/ablation_enumeration_only.tex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Oops, something went wrong.