Update README.md
Browse files
README.md
CHANGED
@@ -9,3 +9,18 @@ size_categories:
|
|
9 |
- 1K<n<10K
|
10 |
---
|
11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
- 1K<n<10K
|
10 |
---
|
11 |
|
12 |
+
# [CIKM'25] ECKGBench
|
13 |
+
## Overview
|
14 |
+
The paper link: [ECKGBench: Benchmarking Large Language Models in E-commerce Leveraging Knowledge Graph](https://arxiv.org/abs/2503.15990).
|
15 |
+
|
16 |
+
Source code: https://github.com/OpenStellarTeam/ECKGBench
|
17 |
+
|
18 |
+
## Citation
|
19 |
+
Please cite our paper if you use our dataset.
|
20 |
+
```
|
21 |
+
@article{liu2025eckgbench,
|
22 |
+
title={ECKGBench: Benchmarking Large Language Models in E-commerce Leveraging Knowledge Graph},
|
23 |
+
author={Liu, Langming and Chen, Haibin and Wang, Yuhao and Yuan, Yujin and Liu, Shilei and Su, Wenbo and Zhao, Xiangyu and Zheng, Bo},
|
24 |
+
journal={arXiv preprint arXiv:2503.15990},
|
25 |
+
year={2025}
|
26 |
+
}
|