Skip to content

Commit 5096425

Browse files
committed
Deleted beamer frames - wrong style
1 parent 5498ae2 commit 5096425

301 files changed

Lines changed: 33 additions & 8 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

final_presentation.tex

Lines changed: 33 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
\usepackage{threeparttable}
2121
\usepackage{csquotes}
2222
\usepackage{multicol}
23+
\usepackage[dvipsnames]{xcolor}
24+
25+
\definecolor{CompBlue}{HTML}{1f77b4}
26+
\definecolor{CompGreen}{HTML}{4daf4a}
27+
\definecolor{CompRed}{HTML}{e41a1c}
2328

2429
\usepackage[
2530
backend=biber,
@@ -30,6 +35,8 @@
3035

3136
\definecolor{lightgray}{gray}{0.95}
3237

38+
%%% COLOR FOR EQUATIONS
39+
\definecolor{myorange}{HTML}{FF7F0E}
3340
\newtcblisting{promptblock}{
3441
colback=lightgray,
3542
colframe=,
@@ -78,7 +85,12 @@
7885
\tableofcontents
7986
\end{column}
8087
\begin{column}{0.45\textwidth}
81-
88+
\begin{figure}
89+
\centering
90+
\includegraphics[width=1\linewidth]{latex/slides_pricing_collusion/imgs/folk_around_find_out_static.pdf}
91+
\caption{Will we find out?}
92+
\label{fig:fafo}
93+
\end{figure}
8294
\end{column}
8395
\end{columns}
8496
\end{frame}
@@ -144,19 +156,21 @@ \section{Introduction}
144156
\begin{frame}{Research question}
145157
\textbf{Group Size Effect} --- \textcite[]{calvano_artificial_2020} find:
146158

159+
\vspace{0.5cm}
160+
147161
\begin{quote}
148162
\enquote{\emph{The degree of collusion decreases as the number of competitors rises. However, substantial collusion continues to prevail when firms are three or four in number.}}
149163
\end{quote}
150164
\vfill
151165
\begin{center}
152-
\fbox{\begin{minipage}{0.9\textwidth}
166+
\begin{tcolorbox}[colback=gray!10, colframe=black, width=0.9\textwidth]
153167
\centering
154168
\textbf{Research Gap:} Fish et al. focus on duopoly settings. How does LLM collusion scale with market size?
155169

156170
\vspace{0.5cm}
157171

158172
\textbf{Folk Theorem Implication:} Collusion sustainability requires $\delta \geq \frac{\pi^D - \pi^C}{\pi^D}$ where $\pi^C = \frac{\pi^M}{n}$. As $n$ increases, the critical discount factor approaches unity, making collusion sustainable only under conditions of extreme patience (see \ref{app:ft}).
159-
\end{minipage}}
173+
\end{tcolorbox}
160174
\end{center}
161175
\end{frame}
162176

@@ -174,7 +188,7 @@ \section{Experiment}
174188
\end{frame}
175189

176190

177-
% Uncomment this to increase performance
191+
% Comment this to increase performance
178192
%\begin{frame}{How does it look in reality?}
179193
% \begin{figure}
180194
% \centering
@@ -216,6 +230,15 @@ \section{Results}
216230
\end{minipage}
217231
\end{frame}
218232

233+
\begin{frame}{Oligopoly Experiment}
234+
\begin{figure}[htpb!]
235+
\centering
236+
\includesvg[width=1\linewidth]{latex/imgs/res/price_over_time_by_prompt_prefix_combined.svg}
237+
\caption{Average prices over 300 rounds for markets with 2, 3, 4, and 5 agents under two prompt specifications (P1, P2). Shaded areas represent 95\% confidence intervals across 21 experimental runs per condition (7 runs × 3 $\alpha$-parameters). Prices systematically decline as the number of competing agents increases, consistent with Folk Theorem logic on collusion sustainability.}
238+
\label{fig:ts_prices_comb}
239+
\end{figure}
240+
\end{frame}
241+
219242
\begin{frame}{Analyzing Strategic Behavior}
220243
\begin{center}
221244
\begin{tcolorbox}[colback=gray!10, colframe=black, width=0.9\textwidth]
@@ -240,7 +263,9 @@ \section{Results}
240263

241264
\begin{frame}{Converge \& Persist Strategy}
242265
\begin{center}
243-
\begin{tcolorbox}[colback=gray!10, colframe=black, width=0.6\textwidth]
266+
\begin{tcolorbox}[colback=myorange!10, colframe=myorange, width=0.6\textwidth]
267+
268+
%\begin{tcolorbox}[colback=gray!10, colframe=black, width=0.6\textwidth]
244269
$$\Delta \log p_{i,r}^{t} = \gamma \, \Delta \log p_{i,r}^{t-1} + \delta \, \Delta \log p_{j,r}^{t-1} + \Delta \epsilon_{i,r}^t$$
245270
\end{tcolorbox}
246271
\end{center}
@@ -327,9 +352,9 @@ \section{Textual analysis}
327352
%\label{fig:enter-label}
328353
\end{figure}
329354

330-
\begin{equation*}
331-
\text{\textcolor{#1f77b4}{Competition Score}}^t_{i,r} = \text{\textcolor{#4daf4a}{Competitive}}^t_{i,r} - \text{\textcolor{#e41a1c}{NonCompetitive}}^t_{i,r}
332-
\end{equation*}
355+
\scalebox{0.8}{%
356+
$\color{#1f77b4}\mathrm{Competition\ Score}^t_{i,r} = \color{#4daf4a}\mathrm{Competitive}^t_{i,r} - \color{#e41a1c}\mathrm{NonCompetitive}^t_{i,r}$
357+
}
333358
\end{column}
334359
\end{columns}
335360

-130 KB
Binary file not shown.
-134 KB
Binary file not shown.
-137 KB
Binary file not shown.
-139 KB
Binary file not shown.
-141 KB
Binary file not shown.
-142 KB
Binary file not shown.
-143 KB
Binary file not shown.
-145 KB
Binary file not shown.
-147 KB
Binary file not shown.

0 commit comments

Comments
 (0)