gsarti commited on
Commit
97fd9ac
1 Parent(s): e28a611

Update citations.py

Browse files
Files changed (1) hide show
  1. citations.py +16 -0
citations.py CHANGED
@@ -29,6 +29,22 @@ inseq_citation = """@inproceedings{sarti-etal-2023-inseq,
29
  pages = "421--435",
30
  }"""
31
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  mirage_citation = """@article{qi-sarti-etal-2024-mirage,
33
  title = "Model Internals-based Answer Attribution for Trustworthy Retrieval-Augmented Generation",
34
  author = "Qi, Jirui and Sarti, Gabriele and Fern{\'a}ndez, Raquel and Bisazza, Arianna",
 
29
  pages = "421--435",
30
  }"""
31
 
32
+ inseq_xai_citation = """@inproceedings{sarti-etal-2024-democratizing,
33
+ title = "Democratizing Advanced Attribution Analyses of Generative Language Models with the Inseq Toolkit",
34
+ author = "Sarti, Gabriele and
35
+ Feldhus, Nils and
36
+ Qi, Jirui and
37
+ Nissim, Malvina and
38
+ Bisazza, Arianna",
39
+ booktitle = "xAI-2024 Late-breaking Work, Demos and Doctoral Consortium Joint Proceedings",
40
+ month = jul,
41
+ year = "2024",
42
+ address = "Valletta, Malta",
43
+ publisher = "CEUR.org",
44
+ url = "https://ceur-ws.org/Vol-3793/paper_37.pdf",
45
+ pages = "289--296",
46
+ }"""
47
+
48
  mirage_citation = """@article{qi-sarti-etal-2024-mirage,
49
  title = "Model Internals-based Answer Attribution for Trustworthy Retrieval-Augmented Generation",
50
  author = "Qi, Jirui and Sarti, Gabriele and Fern{\'a}ndez, Raquel and Bisazza, Arianna",