b1sheng commited on
Commit
ee6bd36
1 Parent(s): 299bf86

Update src/assets/text_content.py

Browse files
Files changed (1) hide show
  1. src/assets/text_content.py +4 -13
src/assets/text_content.py CHANGED
@@ -25,19 +25,10 @@ The total number of test cases is approximately 190,000.
25
 
26
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
27
  CITATION_BUTTON_TEXT = r"""
28
-
29
  @article{tan2023evaluation,
30
- title={Evaluation of ChatGPT as a question answering system for answering complex questions},
31
- author={Tan, Yiming and Min, Dehai and Li, Yu and Li, Wenbo and Hu, Nan and Chen, Yongrui and Qi, Guilin},
32
- journal={arXiv preprint arXiv:2303.07992},
33
- year={2023}
34
- }
35
- @misc{hendrycks2021measuring,
36
- title={Measuring Massive Multitask Language Understanding},
37
- author={Dan Hendrycks and Collin Burns and Steven Basart and Andy Zou and Mantas Mazeika and Dawn Song and Jacob Steinhardt},
38
- year={2021},
39
- eprint={2009.03300},
40
- archivePrefix={arXiv},
41
- primaryClass={cs.CY}
42
  }
43
  """
 
25
 
26
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
27
  CITATION_BUTTON_TEXT = r"""
 
28
  @article{tan2023evaluation,
29
+ title={Evaluation of ChatGPT as a question answering system for answering complex questions},
30
+ author={Tan, Yiming and Min, Dehai and Li, Yu and Li, Wenbo and Hu, Nan and Chen, Yongrui and Qi, Guilin},
31
+ journal={arXiv preprint arXiv:2303.07992},
32
+ year={2023}
 
 
 
 
 
 
 
 
33
  }
34
  """