Tianhui-Liu commited on
Commit
8499ec0
·
verified ·
1 Parent(s): 04e6d3e

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -3
README.md CHANGED
@@ -1,3 +1,29 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## CityData
2
+
3
+ This is the CityData dataset of 13 existing cities used in our CityBench research. Please follow the steps below to use it:
4
+
5
+ 1. Click on the following link to download the zip file:
6
+ 2. Unzip the downloaded file.
7
+ 3. Place the extracted `citydata` folder under the `CityBench` directory.
8
+
9
+ ## CityBench
10
+
11
+ Repository: [https://github.com/tsinghua-fib-lab/CityBench](https://github.com/tsinghua-fib-lab/CityBench)
12
+
13
+ Paper: [https://arxiv.org/abs/2406.13945](https://arxiv.org/abs/2406.13945)
14
+
15
+ ## Citation
16
+
17
+
18
+ If you find this work helpful, please cite our paper.
19
+
20
+ ```
21
+ @article{Feng2024CityBenchET,
22
+ title={CityBench: Evaluating the Capabilities of Large Language Model as World Model},
23
+ author={J. Feng and Jun Zhang and Junbo Yan and Xin Zhang and Tianjian Ouyang and Tianhui Liu and Yuwei Du and Siqi Guo and Yong Li},
24
+ journal={ArXiv},
25
+ year={2024},
26
+ volume={abs/2406.13945},
27
+ url={https://api.semanticscholar.org/CorpusID:270620697}
28
+ }
29
+ ```