Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
minseokbae
commited on
Commit
•
bac5383
1
Parent(s):
e2aca33
Updated bibtex citation
Browse files- 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 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
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 |
+
"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|