Commit ·
4705541
1
Parent(s): 5603c80
Add paper link to header
Browse files
app.py
CHANGED
|
@@ -470,6 +470,12 @@ with gr.Blocks(
|
|
| 470 |
<div class="main-title">Cognitive Proxy</div>
|
| 471 |
<div class="subtitle">Steering language models through brain-derived coordinate spaces.<br>
|
| 472 |
Using MEG phase-locking patterns from 21 subjects as control geometry.</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 473 |
<div style="color: #999; font-size: 13px; margin-top: 16px;">Sandro Andric</div>
|
| 474 |
<div style="color: #999; font-size: 11px; margin-top: 8px;">Demo model: TinyLlama-1.1B-Chat</div>
|
| 475 |
</div>
|
|
|
|
| 470 |
<div class="main-title">Cognitive Proxy</div>
|
| 471 |
<div class="subtitle">Steering language models through brain-derived coordinate spaces.<br>
|
| 472 |
Using MEG phase-locking patterns from 21 subjects as control geometry.</div>
|
| 473 |
+
<div style="margin-top: 12px;">
|
| 474 |
+
<a href="https://www.researchgate.net/publication/398654954_Brain_Coordinates_for_Language_Models_MEG_Phase-Locking_as_a_Steering_Geometry_for_LLMs"
|
| 475 |
+
style="color: #666; font-size: 13px; text-decoration: none;" target="_blank" rel="noopener noreferrer">
|
| 476 |
+
Paper: Brain Coordinates for Language Models (MEG Phase-Locking as a Steering Geometry)
|
| 477 |
+
</a>
|
| 478 |
+
</div>
|
| 479 |
<div style="color: #999; font-size: 13px; margin-top: 16px;">Sandro Andric</div>
|
| 480 |
<div style="color: #999; font-size: 11px; margin-top: 8px;">Demo model: TinyLlama-1.1B-Chat</div>
|
| 481 |
</div>
|