nxphi47 commited on
Commit
0d971ad
1 Parent(s): 4e14deb

Update src/about.py

Browse files
Files changed (1) hide show
  1. src/about.py +8 -0
src/about.py CHANGED
@@ -83,4 +83,12 @@ EVALUATION_QUEUE_TEXT = """
83
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
84
  CITATION_BUTTON_TEXT = r"""
85
 
 
 
 
 
 
 
 
 
86
  """
 
83
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
84
  CITATION_BUTTON_TEXT = r"""
85
 
86
+ ```
87
+ @article{nguyen2024sfrrag,
88
+ title={SFR-RAG: Towards Contextually Faithful LLMs},
89
+ author={Nguyen, Xuan-Phi and Pandit, Shrey and Purushwalkam, Senthil and Xu, Austin and Chen, Hailin and Ming, Yifei and Ke, Zixuan and Savarese, Silvio and Xong, Caiming and Joty, Shafiq},
90
+ year={2024}
91
+ }
92
+
93
+ ```
94
  """