-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmain.tex
More file actions
121 lines (86 loc) · 4.18 KB
/
main.tex
File metadata and controls
121 lines (86 loc) · 4.18 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
\documentclass[letterpaper]{article}
\usepackage{aaai}
\usepackage{times}
\usepackage{helvet}
\usepackage{courier}
\usepackage{graphicx}
\graphicspath{ {images/} }
\usepackage{enumitem}
\usepackage{color}
\usepackage{subfigure}
\usepackage{hyperref}
\usepackage{dcolumn}
\usepackage{adjustbox}
\frenchspacing
\setlength{\pdfpagewidth}{8.5in}
\setlength{\pdfpageheight}{11in}
\pdfinfo{
Forever Blowing Blockchains: Determinants and Dynamics of Speculative Bubbles}
%/Nicolas Della Penna, Eaman Jahani, Peter Krafft, Octavio Bunge, Harper Reed, Alex "Sandy" Pentland, Julain McAuley}
\setcounter{secnumdepth}{0}
\begin{document}
% The file aaai.sty is the style file for AAAI Press
% proceedings, working notes, and technical reports.
%
\title{Forever Blowing Blockchains: Determinants and Dynamics of Speculative Bubbles}
\maketitle
\begin{abstract}
We study the power of structural features of the social network around cryptocurrencies to understand the severity and magnitude of bubbles. We introduce a novel dataset that combines measures of the social network surrounding the introduction of coins in online cryptocurrency forums and the trading behavior across marketplace. Our networks are constructed based on the intensity of social interactions in the main discussion forum of cryptocurrencies. All the structural features of the network are measured based on the state of the social network before the relevant cryptocurrency is ever traded; therefore avoiding any possible confounding between the prices of the assets and community attention.
We find that timing of coin introduction is crucial for bubbles to form.
\end{abstract}
\section{Introduction}
\input{intro.tex}
\section{Literature}
\input{lit.tex}
\section{Data Description}
\subsection{Prices, Exchanges, and Coin characteristics}
\input{data_nikete.tex}
\input{data_otto.tex}
\subsection{Forum Discussions}
\input{data_eaman1.tex}
\subsection{Forum Interaction Network}
\input{data_eaman2.tex}
\section{Variables}
\subsection{Magnitude and Severity}
\input{variables_nikete.tex}
\subsection{Network Structure}
\input{variables_eaman.tex}
\section{Methods }
\input{methods.tex}
\section{Results}
\input{results.tex}
\section{Future Work \& Conclusion}
\input{future_work.tex}
\input{conclusion.tex}
\input{tables/log_severity_btc.tex}
%\caption{Robust regression results of bubble severity as defined in variables section.
%Regression was performed using Huber weights after Elastic net feature selection. Empty
%cells indicate that the independent variable was not included in the model either
%explicitly or due to feature selection.}
\input{tables/log_magnitude_usd.tex}
%\caption{Robust regression results of bubble magnitude as defined in variables section.
%Regression was performed using Huber weights after Elastic net feature selection. Empty
%cells indicate that the independent variable was not included in the model either
%explicitly or due to feature selection. Note that train sample size is smaller than
%severity due to missing volume data in the first few trading days of several coins.}
%\input{tables/log_severity_with_trivialness_btc.tex}
%\caption{Robust regression results of bubble severity as defined in variables section.
%Regression was performed using Huber weights after Elastic net feature selection. Empty
%cells indicate that the independent variable was not included in the model either
%explicitly or due to feature selection.}
%\input{tables/log_severity_with_trivialness_usd.tex}
%\caption{Robust regression results of bubble magnitude as defined in variables section.
%Regression was performed using Huber weights after Elastic net feature selection. Empty
%cells indicate that the independent variable was not included in the model either
%explicitly or due to feature selection. Note that train sample size is smaller than
%severity due to missing volume data in the first few trading days of several coins.}
%\input{tables/log_magnitude_with_trivialness_usd.tex}
%\input{tables/log_magnitude_with_trivialness_btc.tex}
%\section{Acknowledgments}
% You must have a proper ".bib" file
% and remember to run:
% latex bibtex latex latex
% to resolve all references
\bibliography{references}
\bibliographystyle{aaai}
\end{document}