minseokbae commited on
Commit
bac5383
1 Parent(s): e2aca33

Updated bibtex citation

Browse files
Files changed (1) hide show
  1. src/display/about.py +13 -31
src/display/about.py CHANGED
@@ -147,34 +147,16 @@ Make sure you have followed the above steps first.
147
 
148
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
149
  CITATION_BUTTON_TEXT = r"""
150
- # This CITATION.cff file was generated with cffinit.
151
- # Visit https://bit.ly/cffinit to generate yours today!
152
-
153
- cff-version: 1.2.0
154
- title: Vectara Hallucination Leaderboard
155
- message: >-
156
- If you use this dataset, please cite it using the metadata
157
- from this file.
158
- type: dataset
159
- authors:
160
- - email: simon@vectara.com
161
- given-names: Simon
162
- family-names: Hughes
163
- - given-names: Minseok
164
- family-names: Bae
165
- email: minseok@vectara.com
166
- repository-code: 'https://github.com/vectara/hallucination-leaderboard'
167
- url: >-
168
- https://github.com/vectara/hallucination-leaderboard/blob/main/README.md
169
- abstract: >-
170
- A leaderboard comparing LLM performance at maintaining
171
- factual consistency when summarizing a set of facts.
172
- keywords:
173
- - nlp
174
- - llm
175
- - hallucination
176
- - nli
177
- - machine learning
178
- license: Apache-2.0
179
- date-released: '2023-11-01'
180
- """
 
147
 
148
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
149
  CITATION_BUTTON_TEXT = r"""
150
+ @dataset{HughesBae2023,
151
+ author = {Simon Hughes and Minseok Bae},
152
+ title = {Vectara Hallucination Leaderboard},
153
+ year = {2023},
154
+ month = {11},
155
+ publisher = {Vectara, Inc},
156
+ doi = {},
157
+ url = {https://github.com/vectara/hallucination-leaderboard},
158
+ abstract = {A leaderboard comparing LLM performance at maintaining factual consistency when summarizing a set of facts.},
159
+ keywords = {nlp, llm, hallucination, nli, machine learning},
160
+ license = {Apache-2.0},
161
+ }
162
+ """