Update contents.py
Browse files- contents.py +16 -0
contents.py
CHANGED
@@ -110,6 +110,22 @@ inseq_citation = """@inproceedings{sarti-etal-2023-inseq,
|
|
110 |
pages = "421--435",
|
111 |
}"""
|
112 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
113 |
powered_by = """<div class="footer-custom-block"><b>Powered by</b> <a href='https://github.com/inseq-team/inseq' target='_blank'><img src="file/img/inseq_logo_white_contour.png" width=150px /></a></div>"""
|
114 |
|
115 |
examples = [
|
|
|
110 |
pages = "421--435",
|
111 |
}"""
|
112 |
|
113 |
+
inseq_xai_citation = """@inproceedings{sarti-etal-2024-democratizing,
|
114 |
+
title = "Democratizing Advanced Attribution Analyses of Generative Language Models with the Inseq Toolkit",
|
115 |
+
author = "Sarti, Gabriele and
|
116 |
+
Feldhus, Nils and
|
117 |
+
Qi, Jirui and
|
118 |
+
Nissim, Malvina and
|
119 |
+
Bisazza, Arianna",
|
120 |
+
booktitle = "xAI-2024 Late-breaking Work, Demos and Doctoral Consortium Joint Proceedings",
|
121 |
+
month = jul,
|
122 |
+
year = "2024",
|
123 |
+
address = "Valletta, Malta",
|
124 |
+
publisher = "CEUR.org",
|
125 |
+
url = "https://ceur-ws.org/Vol-3793/paper_37.pdf",
|
126 |
+
pages = "289--296",
|
127 |
+
}"""
|
128 |
+
|
129 |
powered_by = """<div class="footer-custom-block"><b>Powered by</b> <a href='https://github.com/inseq-team/inseq' target='_blank'><img src="file/img/inseq_logo_white_contour.png" width=150px /></a></div>"""
|
130 |
|
131 |
examples = [
|