Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ofirpress/self-ask

Code and data for "Measuring and Narrowing the Compositionality Gap in Language Models"
https://github.com/ofirpress/self-ask

Last synced: 3 months ago
JSON representation

Code and data for "Measuring and Narrowing the Compositionality Gap in Language Models"

Awesome Lists containing this project

README

        

# self-ask
This repo contains the code and data for our ["Measuring and Narrowing the Compositionality Gap in Language Models" paper](https://arxiv.org/abs/2210.03350), presented at Findings of EMNLP 2023.

You can read more about self-ask prompting [here (including a 2 minute demo video)](https://ofir.io/Self-ask-prompting/).

Or read more about our Compositional Celebrities dataset, and the Compositionality Gap [here (also includes a 2 minute video)](https://ofir.io/The-compositionality-gap-and-compositional-celebrities/).

Lastly, you can learn more about our Bamboogle dataset [here (includes a 2 minute video)](https://ofir.io/The-Bamboogle-Dataset/).

### Citation:
```
@inproceedings{press-etal-2023-measuring,
title = "Measuring and Narrowing the Compositionality Gap in Language Models",
author = "Press, Ofir and
Zhang, Muru and
Min, Sewon and
Schmidt, Ludwig and
Smith, Noah and
Lewis, Mike",
editor = "Bouamor, Houda and
Pino, Juan and
Bali, Kalika",
booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2023",
month = dec,
year = "2023",
address = "Singapore",
publisher = "Association for Computational Linguistics",
url = "https://aclanthology.org/2023.findings-emnlp.378",
doi = "10.18653/v1/2023.findings-emnlp.378",
pages = "5687--5711",
}
```