Skip to content

Commit 5ac77d9

Browse files
Merge pull request #1 from jacob-morrison/update
Update
2 parents 62c502e + fbabc7f commit 5ac77d9

File tree

3 files changed

+150
-22
lines changed

3 files changed

+150
-22
lines changed

_layouts/home.html

Lines changed: 150 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,88 @@
116116
display: none;
117117
}
118118

119+
/* Research dropdown styles */
120+
.research-dropdown {
121+
margin-bottom: 0.25rem;
122+
}
123+
124+
.research-dropdown summary {
125+
cursor: pointer;
126+
font-size: 1rem;
127+
color: #333;
128+
list-style: none;
129+
position: relative;
130+
padding-left: 1.2rem;
131+
display: flex;
132+
align-items: center;
133+
font-weight: bold;
134+
}
135+
136+
.research-dropdown summary::-webkit-details-marker {
137+
display: none;
138+
}
139+
140+
.research-dropdown summary::before {
141+
content: "▶";
142+
position: absolute;
143+
left: 0;
144+
font-size: 0.7rem;
145+
transition: transform 0.2s ease;
146+
top: 50%;
147+
transform: translateY(-50%);
148+
}
149+
150+
.research-dropdown[open] summary::before {
151+
transform: translateY(-50%) rotate(90deg);
152+
}
153+
154+
.research-dropdown .dropdown-content {
155+
margin-top: 0.5rem;
156+
margin-left: 0;
157+
padding: 0.75rem;
158+
border: 1px solid #e1e4e8;
159+
border-radius: 4px;
160+
background-color: #f8f9fa;
161+
}
162+
163+
.research-dropdown .dropdown-content h4 {
164+
margin: 0 0 0.5rem 0;
165+
padding-bottom: 0.3rem;
166+
font-size: 0.9rem;
167+
font-weight: normal;
168+
border-bottom: 1px solid #ddd;
169+
font-family: Georgia, Times, "Times New Roman", serif;
170+
}
171+
172+
.research-dropdown .dropdown-content ul {
173+
margin: 0;
174+
padding-left: 1.2rem;
175+
}
176+
177+
.research-dropdown .dropdown-content li {
178+
margin-bottom: 0.3rem;
179+
font-size: 0.85rem;
180+
color: #666;
181+
line-height: 1.4;
182+
}
183+
184+
.research-dropdown .dropdown-content li:last-child {
185+
margin-bottom: 0;
186+
}
187+
188+
.research-dropdown .dropdown-content a {
189+
color: navy;
190+
text-decoration: none;
191+
}
192+
193+
.research-dropdown .dropdown-content a:hover {
194+
text-decoration: underline;
195+
}
196+
197+
.research-interests {
198+
margin-top: 1rem;
199+
}
200+
119201
@media (max-width: 768px) {
120202
.custom-grid {
121203
grid-template-columns: 1fr;
@@ -131,7 +213,7 @@
131213

132214
<div class="custom-grid">
133215
<div class="profile-column">
134-
<img src="assets/images/avatar.png" alt="Jacob Morrison" class="profile-image">
216+
<img src="assets/images/test-pic.png" alt="Jacob Morrison" class="profile-image">
135217
<div class="profile-info">
136218
<!-- <p>Jacob Morrison</p> -->
137219
<p>
@@ -146,9 +228,6 @@
146228
<a href="https://bsky.app/profile/jacobcares.bsky.social"><i class="fab fa-bluesky"></i></a>
147229
<a href="https://linkedin.com/in/jacob-morrison"><i class="fab fa-linkedin"></i></a>
148230
<a href="https://scholar.google.com/citations?user=AZgHehoAAAAJ&hl=en"><i class="ai ai-google-scholar-square ai-2x"></i></a>
149-
<!-- <a href="https://letterboxd.com/birdhouseinyour/" style="display: inline-block; width: 24px; height: 24px; margin: 0 15px;">
150-
<img src="/assets/images/letterboxd-decal-dots-pos-rgb.svg" alt="Letterboxd" style="width: 100%; height: 100%;">
151-
</a> -->
152231
</div>
153232
</div>
154233
</div>
@@ -157,30 +236,79 @@
157236

158237
<h1>Jacob Morrison</h1>
159238
Hi! I'm a <a href="https://allenai.org/predoctoral-young-investigators">predoctoral researcher</a> on the
160-
<a href="https://allennlp.org/">AllenNLP</a> team at <a href="https://allenai.org/">Ai2</a>, and I'm advised by <a href="https://pdasigi.github.io/">Pradeep Dasigi</a> and <a
161-
href="https://jessedodge.github.io/">Jesse Dodge</a>. I received my masters in computational linguistics and bachelors in computer science from the University of Washington,
162-
where I was advised by <a href="https://nasmith.github.io/">Noah
163-
Smith</a>. I've previously worked on code & program synthesis at <a href="https://x.company/">Google [x]</a>, language + vision models at Ai2,
164-
and platform health at Twitter, and I also spent a few years as a software engineer at <a
165-
href="https://www.tableau.com/">Tableau</a> and <a
166-
href="https://marketingplatform.google.com/about/display-video-360/">Google</a>. See my
167-
<a href="/assets/cv-12.12.24.pdf">CV</a> for more details.
168-
169-
<br>
170-
<br>
171-
<b>I'm applying to PhD programs!</b> Feel free to reach out if you're interested in chatting. I'm interested in building broadly capable LMs, and I'll be supported by an <a href="https://cra.org/csgrad4us/">NSF Computer Science Graduate Fellowship</a>.
239+
<a href="https://allennlp.org/">AllenNLP</a> team at <a href="https://allenai.org/">Ai2</a>. I'm also an incoming NLP PhD student at UW, where I'll be working with <a href="https://banghua.me/">Banghua Zhu</a>, and I'll be supported by an <a href="https://cra.org/csgrad4us/">NSF Computer Science Graduate Fellowship</a>.
240+
<!-- I received my masters in computational linguistics and bachelors in computer science from the University of Washington, where I was advised by <a href="https://nasmith.github.io/">Noah Smith</a>. -->
241+
<br>
242+
<br>
243+
I've previously worked on code generation at <a href="https://x.company/">Google [x]</a> and platform health at Twitter, and in a previous life I was a software engineer at <a href="https://www.tableau.com/">Tableau</a> and <a href="https://marketingplatform.google.com/about/display-video-360/">Google</a>. See my <a href="/assets/CV-Sep-2025.pdf">CV</a> for more details.
244+
245+
<!-- <br>
246+
<br> -->
247+
<!-- <b>I'm applying to PhD programs!</b> Feel free to reach out if you're interested in chatting. I'm interested in building broadly capable LMs, and I'll be supported by an <a href="https://cra.org/csgrad4us/">NSF Computer Science Graduate Fellowship</a>. -->
172248

173249
<h2>Research</h2>
174250
<br>
175-
My research is generally focused on making modern language models broadly useful and reliable. I've recently been focused on improving model capabilities through post-training by creating new datasets and evaluations, and improving training algorithms and model architectures. I'm also a strong supporter of open science, and I've contributed to openly released artefacts including <a href="https://allenai.org/blog/tulu-3">Tulu 3</a>, <a href="https://huggingface.co/spaces/allenai/reward-bench">RewardBench</a>, <a href="https://arxiv.org/abs/2402.00159">Dolma</a>, and <a href="https://arxiv.org/abs/2402.00838">OLMo</a>, <a href="https://allenai.org/olmo">OLMo 2</a>, and <a href="https://arxiv.org/abs/2409.02060">OLMoE</a>, with more coming soon.
251+
<!-- My research is generally focused on making modern language models broadly useful and reliable, and I've recently been focused on improving model capabilities through post-training. I'm also a strong supporter of open science, and I've contributed to openly released artefacts including <a href="https://allenai.org/blog/tulu-3">Tulu 3</a>, <a href="https://huggingface.co/spaces/allenai/reward-bench">RewardBench</a>, <a href="https://arxiv.org/abs/2402.00159">Dolma</a>, and <a href="https://arxiv.org/abs/2402.00838">OLMo</a>, <a href="https://allenai.org/olmo">OLMo 2</a>, and <a href="https://arxiv.org/abs/2409.02060">OLMoE</a>, with more coming soon. -->
252+
My research is generally focused on making language models broadly useful and reliable, and understanding their downstream societal impacts.
253+
In addition to my research I also spend a portion of my time helping policymakers understand and address the societal impacts of AI.
254+
<!-- I previously served on the City of Seattle's Generative AI Policy Advisory Group, and I'm currently serving on the Education and Workforce Development Subcommittee of the Washington State AI Task Force. -->
255+
176256
<br><br>
177-
I also spend a portion of my time helping policymakers understand and address the societal impacts of advances in AI, and I regularly engage with policymakers at the local, state, and federal levels. I previously served on the City of Seattle's Generative AI Policy Advisory Group, and I'm currently serving on the Education and Workforce Development Subcommittee of the Washington State AI Task Force.
257+
A few selected interests of mine and relevant publications:
258+
259+
<div class="research-interests">
260+
<details class="research-dropdown">
261+
<summary>data-centric methods for improving model capabilities</summary>
262+
<div class="dropdown-content">
263+
<h4><i>Selected Work</i></h4>
264+
<ul>
265+
<li><i>Developing new post-training recipes and methods: </i><a href="https://arxiv.org/abs/2411.15124">Tülu 3</a>, <a href="https://arxiv.org/abs/2410.12937">Merge to Learn</a></li>
266+
<li><i>New and interesting model evaluations: </i><a href="https://huggingface.co/spaces/allenai/reward-bench">RewardBench</a>, <a href="https://arxiv.org/abs/2506.01937">RewardBench 2</a>, <a href="https://arxiv.org/abs/2112.04139">Bidimensional Leaderboards</a></li>
267+
</ul>
268+
</div>
269+
</details>
270+
271+
<details class="research-dropdown">
272+
<summary>open science and democratizing access to large models</summary>
273+
<div class="dropdown-content">
274+
<h4><i>Selected Work</i></h4>
275+
<ul>
276+
<li><i>Openly releasing large(-ish) models and datasets:</i> <a href="https://arxiv.org/abs/2402.00838">OLMo</a>, <a href="https://arxiv.org/abs/2501.00656">OLMo 2</a>, <a href="https://arxiv.org/abs/2402.00159">Dolma</a></li>
277+
<li><i>Exploring alternative model architectures: </i> <a href="https://arxiv.org/abs/2409.02060">OLMoE</a>, <a href="https://arxiv.org/abs/2507.07024">FlexOLMo</a></li>
278+
</ul>
279+
</div>
280+
</details>
281+
282+
<details class="research-dropdown">
283+
<summary>environmental and societal impacts of AI systems</summary>
284+
<div class="dropdown-content">
285+
<h4><i>Selected Work</i></h4>
286+
<ul>
287+
<li><i>Measuring the environmental impact of training LLMs: </i> <a href="https://arxiv.org/abs/2503.05804">[1] (ICLR 2025 Spotlight)</a>, <a href="">[2]</a>, <a href="">[3]</a></li>
288+
<li><i>Exploring AI legal risks and questions: </i> <a href="https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4964912">[1]</a>, <a href="https://arxiv.org/abs/2407.01968">[2]</a>, <a href="https://arxiv.org/abs/2404.09479">[3]</a></li>
289+
</ul>
290+
</div>
291+
</details>
292+
293+
<!-- <details class="research-dropdown">
294+
<summary>Improving evaluation methods for language models</summary>
295+
<div class="dropdown-content">
296+
<ul>
297+
<li><a href="https://arxiv.org/abs/2112.04139">Bidimensional Leaderboards</a> - Generate and evaluate language models hand in hand</li>
298+
<li><a href="https://arxiv.org/abs/2111.08940">Transparent Human Evaluation for Image Captioning</a> - Methods for more reliable human evaluation</li>
299+
<li><a href="https://arxiv.org/abs/2406.07835">SciRIFF</a> - Resource to enhance instruction-following over scientific literature</li>
300+
</ul>
301+
</div>
302+
</details> -->
303+
</div>
178304

179-
<h2>Awards & Fellowships</h2>
305+
<h2>Selected Awards & Fellowships</h2>
180306
<ul>
181-
<li>Aug. 2024: ACL Theme Paper Award</li>
182-
<li>Aug. 2024: ACL Best Resource Paper Award</li>
183-
<li>Aug. 2023: NSF Computer Science Graduate Fellowship</li>
307+
<li>May 2025: Mercor Graduate Fellowship Finalist</li>
308+
<li>August 2024: ACL Theme Paper Award</li>
309+
<li>August 2024: ACL Best Resource Paper Award</li>
310+
<li>April 2024: GeekWire Innovation of the Year</li>
311+
<li>August 2023: NSF Computer Science Graduate Fellowship</li>
184312
</ul>
185313
<!-- <h2>Service</h2>
186314
<br>

assets/CV-Sep-2025.pdf

64 KB
Binary file not shown.

assets/images/test-pic.png

27.7 MB
Loading

0 commit comments

Comments
 (0)