cagatayn commited on
Commit
538fa8e
·
verified ·
1 Parent(s): 09111c2

Delete READ.me

Browse files
Files changed (1) hide show
  1. READ.me +0 -42
READ.me DELETED
@@ -1,42 +0,0 @@
1
- # Munich Urban Graph Network — Chain-of-Thoughts Dataset
2
-
3
- A high-fidelity, explainable dataset for urban graph reasoning and generative urban analytics in Munich.
4
- Each entry represents a unique *chain-of-thought* (CoT) narrative, blending urban mobility, ecological perspective, zoning/policy context, and graph-theoretic features.
5
- Embedding: E5 Large
6
-
7
- ---
8
-
9
- ## 📂 Dataset Overview
10
-
11
- - **Format:** JSONL (`cots_50k.jsonl`)
12
- - **Total entries:** 50,000+
13
- - **Each entry contains:**
14
- - **id**: Unique identifier for the CoT entry
15
- - **document**: Rich, human-readable narrative describing the path, its segments, the urban/ecological/policy context, and embedded graph statistics
16
- - **metadata**:
17
- - `type`: Always `"cot"` (for Chain-of-Thought)
18
- - `source`: Source node (city feature or network node, as numeric string)
19
- - `target`: Target node (city feature or network node, as numeric string)
20
- - `path_length`: Integer, number of graph hops in the described path
21
- - `tone`: Style of the narrative (e.g., `"metaphorical"`, `"analytical"`)
22
- - `perspective`: Narrative angle (e.g., `"resident"`, `"policy"`, `"ecology"`)
23
- - `keyword`: Thematic or analytical tag for the entry (e.g., `"urban heat"`, `"green corridor"`)
24
-
25
- ---
26
-
27
- ## 🧩 Example Entry
28
-
29
- ```json
30
- {
31
- "id": "cot_341_analytical_ecology_8a94565d",
32
- "document": "Between nodes 2272920565 and 392938983, 117 consecutive segments offer an analyzable corridor for urban heat. It covers 18534.6 meters. Segments: ... Habitat fragmentation risk noted at node 2272920565; a loose structure (clustering: 0.00) allowing flexible reconfiguration. Local reachability of 20 hops informs species corridor planning. The target node plays a stronger mediator role in routing dynamics (betweenness 0.00).",
33
- "metadata": {
34
- "type": "cot",
35
- "source": "2272920565",
36
- "target": "392938983",
37
- "path_length": 117,
38
- "tone": "analytical",
39
- "perspective": "ecology",
40
- "keyword": "urban heat"
41
- }
42
- }