Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -21,3 +21,30 @@ configs:
|
|
| 21 |
- split: test
|
| 22 |
path: data/test-*
|
| 23 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
- split: test
|
| 22 |
path: data/test-*
|
| 23 |
---
|
| 24 |
+
# Shanghai Master Plan Document Retrieval
|
| 25 |
+
|
| 26 |
+
The master plan document is taken from [here](https://www.shanghai.gov.cn/newshanghai/xxgkfj/2035004.pdf). Each page is annotated with a human written query. The `text_description` column contains OCR text extracted from the images using EasyOCR.
|
| 27 |
+
|
| 28 |
+
## Citation
|
| 29 |
+
|
| 30 |
+
```
|
| 31 |
+
@manual{shanghai_masterplan_2018,
|
| 32 |
+
title = {Shanghai Master Plan 2017--2035: Striving for the Excellent Global City},
|
| 33 |
+
author = {{Shanghai Municipal People’s Government Urban Planning and Land Resource Administration Bureau}},
|
| 34 |
+
organization = {Shanghai Municipal People’s Government},
|
| 35 |
+
address = {Shanghai, China},
|
| 36 |
+
year = {2018},
|
| 37 |
+
month = jan,
|
| 38 |
+
note = {Public Reading edition; government‑issued planning document},
|
| 39 |
+
url = {https://www.shanghai.gov.cn/newshanghai/xxgkfj/2035004.pdf}
|
| 40 |
+
}
|
| 41 |
+
```
|
| 42 |
+
|
| 43 |
+
# Disclaimer
|
| 44 |
+
|
| 45 |
+
This dataset may contain publicly available images or text data. All data is provided for research and educational purposes only. If you are the rights holder of any content and have concerns regarding intellectual property or copyright, please contact us at "support-data (at) jina.ai" for removal. We do not collect or process personal, sensitive, or private information intentionally. If you believe this dataset includes such content (e.g., portraits, location-linked images, medical or financial data, or NSFW content), please notify us, and we will take appropriate action.
|
| 46 |
+
|
| 47 |
+
|
| 48 |
+
# Copyright
|
| 49 |
+
|
| 50 |
+
All rights are reserved to the original authors of the documents.
|