Skip to content

Commit

Permalink
Update to EMNLP proceedings citation (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
calpt authored Dec 13, 2023
1 parent 72b504b commit 9ad5ab2
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 17 deletions.
34 changes: 33 additions & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,36 @@ authors:
- family-names: Gurevych
given-names: Iryna
- family-names: Pfeiffer
given-names: Jonas
given-names: Jonas
preferred-citation:
type: conference-paper
authors:
- family-names: Poth
given-names: Clifton
- family-names: Sterz
given-names: Hannah
- family-names: Paul
given-names: Indraneil
- family-names: Purkayastha
given-names: Sukannya
- family-names: Engländer
given-names: Leon
- family-names: Imhof
given-names: Timo
- family-names: Vulić
given-names: Ivan
- family-names: Ruder
given-names: Sebastian
- family-names: Gurevych
given-names: Iryna
- family-names: Pfeiffer
given-names: Jonas
booktitle: "Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing: System Demonstrations"
month: 12
start: 149
end: 160
title: "Adapters: A Unified Library for Parameter-Efficient and Modular Transfer Learning"
year: 2023
publisher: "Association for Computational Linguistics"
url: "https://aclanthology.org/2023.emnlp-demo.13"
address: "Singapore"
28 changes: 20 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,16 +160,28 @@ To get started with developing on _Adapters_ yourself and learn more about ways

## Citation

If you use the _Adapters_ library in your work, please consider citing our library paper: [Adapters: A Unified Library for Parameter-Efficient and Modular Transfer Learning](https://arxiv.org/abs/2311.11077)
If you use _Adapters_ in your work, please consider citing our library paper: [Adapters: A Unified Library for Parameter-Efficient and Modular Transfer Learning](https://arxiv.org/abs/2311.11077)

```
@misc{poth2023adapters,
title={Adapters: A Unified Library for Parameter-Efficient and Modular Transfer Learning},
author={Clifton Poth and Hannah Sterz and Indraneil Paul and Sukannya Purkayastha and Leon Engländer and Timo Imhof and Ivan Vulić and Sebastian Ruder and Iryna Gurevych and Jonas Pfeiffer},
year={2023},
eprint={2311.11077},
archivePrefix={arXiv},
primaryClass={cs.CL}
@inproceedings{poth-etal-2023-adapters,
title = "Adapters: A Unified Library for Parameter-Efficient and Modular Transfer Learning",
author = {Poth, Clifton and
Sterz, Hannah and
Paul, Indraneil and
Purkayastha, Sukannya and
Engl{\"a}nder, Leon and
Imhof, Timo and
Vuli{\'c}, Ivan and
Ruder, Sebastian and
Gurevych, Iryna and
Pfeiffer, Jonas},
booktitle = "Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing: System Demonstrations",
month = dec,
year = "2023",
address = "Singapore",
publisher = "Association for Computational Linguistics",
url = "https://aclanthology.org/2023.emnlp-demo.13",
pages = "149--160",
}
```

Expand Down
28 changes: 20 additions & 8 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,18 +110,30 @@ Currently, we support the PyTorch versions of all models as listed on the `Model
Citation
========

If you use the _Adapters_ library in your work, please consider citing our library paper `Adapters: A Unified Library for Parameter-Efficient and Modular Transfer Learning <https://arxiv.org/abs/2311.11077)>`
If you use _Adapters_ in your work, please consider citing our library paper `Adapters: A Unified Library for Parameter-Efficient and Modular Transfer Learning <https://arxiv.org/abs/2311.11077)>`


.. code-block:: bibtex
@misc{poth2023adapters,
title={Adapters: A Unified Library for Parameter-Efficient and Modular Transfer Learning},
author={Clifton Poth and Hannah Sterz and Indraneil Paul and Sukannya Purkayastha and Leon Engländer and Timo Imhof and Ivan Vulić and Sebastian Ruder and Iryna Gurevych and Jonas Pfeiffer},
year={2023},
eprint={2311.11077},
archivePrefix={arXiv},
primaryClass={cs.CL}
@inproceedings{poth-etal-2023-adapters,
title = "Adapters: A Unified Library for Parameter-Efficient and Modular Transfer Learning",
author = {Poth, Clifton and
Sterz, Hannah and
Paul, Indraneil and
Purkayastha, Sukannya and
Engl{\"a}nder, Leon and
Imhof, Timo and
Vuli{\'c}, Ivan and
Ruder, Sebastian and
Gurevych, Iryna and
Pfeiffer, Jonas},
booktitle = "Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing: System Demonstrations",
month = dec,
year = "2023",
address = "Singapore",
publisher = "Association for Computational Linguistics",
url = "https://aclanthology.org/2023.emnlp-demo.13",
pages = "149--160",
}
Expand Down

0 comments on commit 9ad5ab2

Please sign in to comment.