Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions blog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
layout: default
title: "Blog"
order: 5
---

Posts by lab members about our research.

Haris Riaz, 9/2026:
[Introducing Syntax-Informed Positional Embeddings (SiPE)](https://hriaz17.github.io/SiPE/)

A walkthrough of our EMNLP 2026 paper: how a dependency parse is compressed into two tags per word, where those tags should enter a Transformer, and why the simplest way of combining them works best.
[[paper]](https://arxiv.org/abs/2608.06111) [[code]](https://github.com/hriaz17/SiPE)