Skip to content

Instantly share code, notes, and snippets.

View s0nata's full-sized avatar

Nata Stulova s0nata

View GitHub Profile
@antonisa
antonisa / SAC.md
Last active December 16, 2025 21:23
Conference Decisions

The Impossible Task of Conference SACs/PCs or How I lost 3 Nights of Sleep

I am writing this post in order to share my thoughts on the processes behind acceptance/rejection decisions in top-tier (NLP) conferences. I'll first discuss the process and then share some thoughts on its shortcomings.

Before we start, a bit about me. I am an assistant professor (aka, rather junior: I have been in this position for less than 4 years, following my PhD studies and a short postdoc) working on NLP, with a focus on multilingualism and low-resource settings. While I have submitted, published at, and reviewed for *ACL conferences and workshops for many years, it was at EMNLP'23 that I was a Senior Area Chair (SAC) for the first time.

The Conference Paper Pipeline

Let's first briefly outline the process that a paper undergoes, from submission to decision:

@xiaohk
xiaohk / acm-cc.md
Last active November 11, 2025 15:53
How to generate CC copyblock for ACM paper

Create a CC Block for ACM Preprints

Here are two methods to create a nice CC copyright block for your ACM preprint.

First, you need to check your acmart.cls version (you can find it from the first 50 lines of this file).

version >= v1.87

@33eyes
33eyes / commit_jupyter_notebooks_code_to_git_and_keep_output_locally.md
Last active April 24, 2026 09:01
How to commit jupyter notebooks without output to git while keeping the notebooks outputs intact locally

Commit jupyter notebooks code to git and keep output locally

  1. Add a filter to git config by running the following command in bash inside the repo:
git config filter.strip-notebook-output.clean 'jupyter nbconvert --ClearOutputPreprocessor.enabled=True --to=notebook --stdin --stdout --log-level=ERROR'  
  1. Create a .gitattributes file inside the directory with the notebooks

  2. Add the following to that file:

@yhatt
yhatt / marp.md
Last active April 11, 2026 15:58
Marp Next example
marp false

Marp

h:250

Markdown presentation ecosystem
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active May 6, 2026 08:33
Conventional Commits Cheatsheet
@shagunsodhani
shagunsodhani / Semantic Parsing via Paraphrasing.md
Created March 21, 2017 03:34
Notes for Semantic Parsing via Paraphrasing paper

Semantic Parsing via Paraphrasing

Introduction

  • Semantic parsing is the problem of mapping natural language utterances into logical forms that can be executed on a Knowledge Base (KB).
  • The paper presents a new approach to semantic parsing that uses paraphrasing to leverage the large amount of text which is not covered by the KB.
  • Link to the paper

Approach

@nlothian
nlothian / Penn Treebank II Tags.md
Last active December 5, 2025 09:35
Penn Treebank II Tags