SiPE paper blog link - #53
Open
hriaz17 wants to merge 1 commit into
Open
Conversation
Adds a Blog page listing posts written by lab members, starting with the walkthrough of our EMNLP 2026 SiPE paper. The page picks up the shared layout and appears in the nav automatically via the order front matter.
Contributor
Author
|
Hi Mihai @MihaiSurdeanu, before this gets merged I wanted to check how you would like blog posts integrated into the site, since there is no blog section yet. A few options, roughly in increasing order of effort:
I went with option 1 as the least invasive, but I am happy to redo it either of the other ways, or to drop the nav entry if you would rather it not appear there. Also let me know if you would prefer a different date format or ordering convention for future entries. Thanks! |
Contributor
|
Let's add a "blog" link under the respective paper. I think that's easiest to find as I suspect this is where people who care about the paper will look. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a link to the blog post accompanying our EMNLP 2026 paper, Introducing Syntax-Informed Positional Embeddings (SiPE).
Since the site has no blog section yet, this adds a
blog.mdpage in the same style aspress.md. It uses the shareddefaultlayout and appears in the nav automatically through theorderfront matter, so no changes to the layout or config are needed.I am not sure this is how you would like blog posts handled, so please treat the page itself as a proposal rather than a fixed choice. See my comment below.
Related: #52 adds the paper to the publications bib.