diff --git a/blog.md b/blog.md new file mode 100644 index 0000000..c8e6a71 --- /dev/null +++ b/blog.md @@ -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)