TomWagg / software-citation-station

A website for making citing software used in your research quick and easy
22 stars 2 forks source link

[NEW SUBMISSION] Inseq #24

Closed gsarti closed 3 weeks ago

gsarti commented 3 weeks ago

Citation information

"Inseq": {
    "tags": [
        "sarti-etal-2023-inseq"
    ],
    "logo": "https://inseq.org/en/latest/_static/inseq_logo.png",
    "language": "Python",
    "category": "Machine Learning",
    "keywords": [
        "interpretability",
        "explainable ai",
        "transformers",
        "language models"
    ],
    "description": "Inseq is a Pytorch-based hackable toolkit to democratize the study of interpretability for sequence generation models.",
    "link": "https://inseq.org/en/latest/",
    "attribution_link": "https://github.com/inseq-team/inseq#citing-inseq",
    "zenodo_doi": "",
    "custom_citation": "",
    "dependencies": [
        "Jupyter",
        "matplotlib",
        "numpy",
        "python",
        "transformers"
    ]
}

BibTeX

@inproceedings{sarti-etal-2023-inseq,
    title = "Inseq: An Interpretability Toolkit for Sequence Generation Models",
    author = "Sarti, Gabriele  and
      Feldhus, Nils  and
      Sickert, Ludwig  and
      van der Wal, Oskar and
      Nissim, Malvina and
      Bisazza, Arianna",
    booktitle = "Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 3: System Demonstrations)",
    month = jul,
    year = "2023",
    address = "Toronto, Canada",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2023.acl-demo.40",
    doi = "10.18653/v1/2023.acl-demo.40",
    pages = "421--435",
}
FloorBroekgaarden commented 3 weeks ago

Thanks so much for adding this @gsarti . I have added it to the Software Citation Station with commit 142ac1a I added the logo from this page: https://raw.githubusercontent.com/inseq-team/inseq/main/docs/source/images/inseq_logo.png It should be on the website in ~5 min