-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.tex
More file actions
101 lines (78 loc) · 4.57 KB
/
main.tex
File metadata and controls
101 lines (78 loc) · 4.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
% Here starts the preamble
\documentclass[12pt]{article}
\input{latex/packages}
\input{latex/commands}
\begin{document}
% First Cover (for presentation or preliminary cover)
\pdfbookmark[1]{Preliminary Cover}{Preliminary Cover}
\begin{titlepage}
\centering
\includesvg[width=0.75\textwidth]{latex/imgs/BSE Barcelona Graduate School of Economics.svg}\par
\vspace{1.5cm}
{\LARGE\bfseries Master's Degree in Data Science\par}
\vspace{0.3cm}
{\LARGE Data Science for Decision Making Programme\par}
\vfill
{\huge\bfseries \en{Folk Around and Find Out: Algorithmic Collusion and the Limits of Coordination}\par}
\vfill
{\Large Authors:\par}
{\Large Moritz Peist, Julián Romero, Lucia Sauer\par}
\vspace{0.5cm}
{\Large Supervisors:\par}
{\Large Christopher Rauh, Hannes Mueller\par}
\vfill
{\Large July 2025\par}
\end{titlepage}
% Mandatory for abstract
\pdfbookmark[1]{Abstract}{abstract}
\begin{titlepage}
% Abstract title styling
{\LARGE\bfseries Abstract in English\par}
\vspace{0.5cm}
The Folk Theorem establishes that collusion can be sustained in repeated interactions, yet empirical evidence suggests coordination becomes more difficult as market participants increase. This thesis presents the first test of whether Large Language Model (LLM) agents exhibit this pattern. In controlled experiments with 2--5 competing agents, we find LLM coordination erodes predictably with competition. Our results show a 3.7\% reduction in equilibrium price for each additional firm (p < 0.001), with prices declining smoothly. This culminates in a 10.6\% total price reduction from duopoly to five-agent markets, providing quantitative evidence on algorithmic collusion boundaries in the AI era.
\vspace{1.5cm}
{\LARGE\bfseries Abstract in Spanish\par}
\vspace{0.5cm}
El Teorema de Folk establece que la colusión puede mantenerse en interacciones repetidas, pero la evidencia empírica sugiere que la coordinación se vuelve más difícil a más participantes en el mercado. Esta tesis presenta una primera prueba de si agentes de modelos de lenguaje grandes (LLM) muestran este patrón. En experimentos controlados con 2-5 agentes competidores, encontramos que la coordinación entre LLM se erosiona predeciblemente con la competencia. Resultados muestran una reducción del 3,7\% en el precio de equilibrio por empresa adicional (p < 0,001), con disminución precios. Esto culmina en reducción total del 10,6\% desde duopolio hasta mercados con cinco agentes, proporcionando evidencia cuantitativa sobre límites colusión algorítmica en era de la IA.
\vfill
{\large \textbf{Keywords in English}: algorithmic collusion, Folk Theorem, LLM agents.\par}
\vspace{0.5cm}
{\large \textbf{Keywords in Spanish}: colusión algorítmica, Teorema de Folk, agentes LLM.\par}
\vspace{2cm}
\end{titlepage}
\pdfbookmark[1]{Title page}{Title page}
\begin{titlepage}
\centering
\includesvg[width=0.75\textwidth]{latex/imgs/BSE Barcelona Graduate School of Economics.svg}\par\vspace{1cm}
{\huge\bfseries Folk Around and Find Out:\par}
{\large\bfseries Algorithmic Collusion and the Limits of Coordination\par}
\vspace{1cm}
\noindent\rule{\textwidth}{1pt}
{\Large Moritz Peist (254017)\par}
{\Large Julián Romero (253764)\par}
{\Large Lucia Sauer (254053)\par}
\noindent\rule{\textwidth}{1pt}
\vfill
\begin{abstract}
\noindent
The \emph{Folk Theorem} establishes that collusion can be sustained in repeated interactions, yet empirical evidence suggests coordination becomes more difficult as market participants increase. This thesis presents the first test of whether Large Language Model (LLM) agents exhibit this pattern. In controlled experiments with 2-5 competing agents, we find LLM coordination erodes predictably with competition. Our results show a 3.7\% reduction in equilibrium price for each additional firm (p < 0.001), with prices declining smoothly. This culminates in a 10.6\% total price reduction from duopoly to five-agent markets, providing quantitative evidence on algorithmic collusion boundaries in the AI era.
\end{abstract}
\vfill
% Bottom of the page
{\large \today\par}
\end{titlepage}
\tableofcontents
\thispagestyle{empty}
\newpage
\addtocounter{page}{-1}
\include*{latex/chapters/part1}
\include*{latex/chapters/part2}
\include*{latex/chapters/part3}
\include*{latex/chapters/part4}
\include*{latex/chapters/part5}
\include*{latex/chapters/part6}
\newpage
\printbibliography[heading=bibintoc,title={References}]
\newpage
\include{latex/appendix}
\end{document}