Yilun Jin
commited on
Commit
·
5459fa4
1
Parent(s):
1d9ae22
add reference
Browse files- __pycache__/meta_data.cpython-38.pyc +0 -0
- meta_data.py +5 -1
__pycache__/meta_data.cpython-38.pyc
CHANGED
Binary files a/__pycache__/meta_data.cpython-38.pyc and b/__pycache__/meta_data.cpython-38.pyc differ
|
|
meta_data.py
CHANGED
@@ -3,7 +3,11 @@ URL = "http://opencompass.openxlab.space/assets/OpenVLM.json"
|
|
3 |
RESULTS = 'ShoppingMMLU.json'
|
4 |
SHOPPINGMMLU_README = 'https://raw.githubusercontent.com/KL4805/ShoppingMMLU/refs/heads/main/README.md'
|
5 |
# CONSTANTS-CITATION
|
6 |
-
CITATION_BUTTON_TEXT = r"""
|
|
|
|
|
|
|
|
|
7 |
}"""
|
8 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
9 |
# CONSTANTS-TEXT
|
|
|
3 |
RESULTS = 'ShoppingMMLU.json'
|
4 |
SHOPPINGMMLU_README = 'https://raw.githubusercontent.com/KL4805/ShoppingMMLU/refs/heads/main/README.md'
|
5 |
# CONSTANTS-CITATION
|
6 |
+
CITATION_BUTTON_TEXT = r"""@article{jin2024shopping,
|
7 |
+
title={Shopping MMLU: A Massive Multi-Task Online Shopping Benchmark for Large Language Models},
|
8 |
+
author={Jin, Yilun and Li, Zheng and Zhang, Chenwei and Cao, Tianyu and Gao, Yifan and Jayarao, Pratik and Li, Mao and Liu, Xin and Sarkhel, Ritesh and Tang, Xianfeng and others},
|
9 |
+
journal={arXiv preprint arXiv:2410.20745},
|
10 |
+
year={2024}
|
11 |
}"""
|
12 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
13 |
# CONSTANTS-TEXT
|