-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.htm
More file actions
executable file
·172 lines (162 loc) · 8.31 KB
/
index.htm
File metadata and controls
executable file
·172 lines (162 loc) · 8.31 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Personal portfolio of Florent Draye, a PhD student in Machine Learning. Discover research, projects, and experiences.">
<meta name="keywords" content="Florent Draye, Machine Learning, PhD, Mechanistic Interpretability, MPI-IS, ELLIS, portfolio">
<meta name="author" content="Florent Draye">
<meta property="og:title" content="Florent Draye - Portfolio">
<meta property="og:description" content="Explore the research, projects, and academic background of Florent Draye, a PhD student in Machine Learning.">
<meta property="og:image" content="https://florentdraye.github.io/images/Flo_Yvo4.jpg">
<meta property="og:url" content="https://florentdraye.github.io">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Florent Draye - Portfolio">
<meta name="twitter:description" content="Discover the academic journey and work of Florent Draye, a PhD student at MPI-IS.">
<meta name="twitter:image" content="https://florentdraye.github.io/images/Flo_Yvo4.jpg">
<title>My Portfolio</title>
<link href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div class="container">
<h1> </h1>
<nav>
<ul>
<li><a href="#about-section">About</a></li>
<li><a href="#cv-section">CV</a></li>
<li><a href="#news-section">News</a></li>
<li><a href="#research-section">Research</a></li>
</ul>
</nav>
</div>
</header>
<main>
<!-- About Section -->
<section id="about-section" class="about-section">
<div class="container">
<div class="profile-wrapper">
<div class="left-column">
<h2>About Me</h2>
<p>
Hi! I'm a first year ELLIS PhD student in mechanistic interpretability and AI safety at the MPI for Intelligent Systems advised by Prof. Bernhard Schölkopf, and supported by the Hector Fellow Academy.
</p>
<p>
I am interested in understanding the internal mechanisms of large language models (LLMs), particularly their "world models"—the structured representations they develop to interpret and make sense of data.
My current projects center around cross-layer transcoders and attribution graphs.
<p>
Before starting my PhD, I did a BSc in mathematics at EPFL and spent one year at ENS in Paris (Ulm). I then transitioned to pursue a MSc in Neural Systems and Computation at ETH Zürich. During my master, I worked by Prof. Maneesh Sahani at the Gatbsy Unit in London on non-generative representation learning.
</p>
</div>
<div class="right-column">
<img src="images/Flo_Yvo4.jpg" alt="Profile Picture">
<h2>Florent Draye</h2>
<p class="title">PhD Student in Machine Learning</p>
<p class="institution">MPI-IS, Germany</p>
<div class="social-links">
<a href="mailto:draye.florent@gmail.com" title="Email">📧</a>
<a href="https://github.com/florentdraye" target="_blank" title="GitHub">🐙</a>
<a href="https://www.linkedin.com/in/florent-draye-2ab42a152/" target="_blank" title="LinkedIn">🔗</a>
<a href="https://x.com/flodraye" target="_blank" title="Twitter">🐦</a>
</div>
</div>
</div>
</div>
</section>
<!-- CV Section -->
<section id="cv-section" class="cv-section">
<div class="container">
<h2>Education</h2>
<ul class="education-list">
<li>
<b>PhD, Machine Learning</b>
<p>Max Planck Institute | 2025–Present</p>
</li>
<li>
<b>MSc, Neural Systems and Computation</b>
<p>ETH Zürich | 2022–2024</p>
<p>GPA: 5.9/6</p>
</li>
<li>
<b>Exchange Program, Mathematics</b>
<p>Ecole Normale Supérieure (Ulm) | 2021–2022</p>
<p>GPA: 18.3/20</p>
</li>
<li>
<b>BSc, Mathematics</b>
<p>EPFL | 2019–2022</p>
<p>GPA: 5.88/6</p>
</li>
</ul>
<h3>Prizes</h3>
<ul class="education-list">
<li>
<b>Best Bachelor Average Grade (1500$)</b>
<p>
<small>
Awarded for achieving the highest bachelor average (5.88/6) among 1214 graduates, 2022.
</small>
</p>
<p>EPFL, 2019–2022</p>
</li>
<li>
<b>Part III International Scholarship – University of Cambridge</b>
<p>
<small>
Awarded based on academic potential for the Master of Applied Mathematics (Part III), declined.
</small>
</p>
<p>University of Cambridge, 2022</p>
</li>
</ul>
<h3>Experiences</h3>
<ul class="education-list">
<li>
<b>Machine Learning Research Intern</b>
<p>Gatsby Unit UCL, 09/2023-02/2023</p>
</li>
<li>
<b>Data Science Intern</b>
<p>Mindmaze, Summer 2023</p>
</li>
</ul>
</div>
</section>
<section id="news-section" class="news-section">
<div class="container">
<h2>News</h2>
<div class="news-item">
<h3>Released CLT-Forge library</h3>
<p>March 2026</p>
<p>
I released <a href="https://github.com/LLM-Interp/CLT-Forge" target="_blank">
CLT-Forge</a>, a library for Cross-Layer Transcoders and mechanistic interpretability.
</p>
</div>
<div class="news-item">
<h3>Just started my PhD with Prof. Bernhard Schölkopf</h3>
<p>January 2025</p>
</div>
</div>
</section>
<section id="research-section" class="research-section">
<div class="container">
<h2>Research</h2>
<div class="research-item">
<h3>A Review on the Universal Approximation Theorems of Artificial Neural Networks</h3>
<p>U Faure<sup>†</sup>, F Draye<sup>†</sup>, Bachelor Thesis 2022</p>
<p><small>† Equal contribution</small></p>
<a href="https://www.researchgate.net/profile/Florent-Draye/publication/381002345_A_Review_on_the_Universal_Approximation_Theorems_of_Artificial_Neural_Networks/links/6658c0b1479366623a333562/A-Review-on-the-Universal-Approximation-Theorems-of-Artificial-Neural-Networks.pdf" target="_blank">PDF</a>
</div>
<!-- Add more research items as needed -->
</div>
</section>
</main>
<footer>
<div class="container">
<p></ Made by Florent Draye /></p>
</div>
</footer>
</body>
</html>