minseokbae commited on
Commit
418a002
1 Parent(s): 31b8757

Updated bibtex

Browse files
Files changed (1) hide show
  1. src/display/about.py +1 -4
src/display/about.py CHANGED
@@ -147,7 +147,6 @@ 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
- ```bibtex
151
  @dataset{HughesBae2023,
152
  author = {Simon Hughes and Minseok Bae},
153
  title = {Vectara Hallucination Leaderboard},
@@ -159,6 +158,4 @@ CITATION_BUTTON_TEXT = r"""
159
  abstract = {A leaderboard comparing LLM performance at maintaining factual consistency when summarizing a set of facts.},
160
  keywords = {nlp, llm, hallucination, nli, machine learning},
161
  license = {Apache-2.0},
162
- }
163
- ```
164
- """
 
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},
 
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
+ }"""