Skip to content

Commit d620bdb

Browse files
committed
test(evals): add experiment 028 (json-geojson-cities) partial results
Add baseline turn 0 output for the JSON GeoJSON cities experiment. This is the initial evaluation result from the first conversation turn.
1 parent 79740b9 commit d620bdb

1 file changed

Lines changed: 130 additions & 0 deletions

File tree

  • evals/data/experiments/028-json-geojson-cities/outputs/base
Lines changed: 130 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,130 @@
1+
{
2+
"type": "FeatureCollection",
3+
"features": [
4+
{
5+
"type": "Feature",
6+
"geometry": { "type": "Point", "coordinates": [2.3522, 48.8566] },
7+
"properties": { "name": "Paris", "country": "France", "population": 2161000, "timezone": "Europe/Paris", "elevation_m": 35, "is_capital": true, "continent": "Europe" }
8+
},
9+
{
10+
"type": "Feature",
11+
"geometry": { "type": "Point", "coordinates": [139.6917, 35.6895] },
12+
"properties": { "name": "Tokyo", "country": "Japan", "population": 13960000, "timezone": "Asia/Tokyo", "elevation_m": 40, "is_capital": true, "continent": "Asia" }
13+
},
14+
{
15+
"type": "Feature",
16+
"geometry": { "type": "Point", "coordinates": [-74.006, 40.7128] },
17+
"properties": { "name": "New York City", "country": "United States", "population": 8468000, "timezone": "America/New_York", "elevation_m": 10, "is_capital": false, "continent": "North America" }
18+
},
19+
{
20+
"type": "Feature",
21+
"geometry": { "type": "Point", "coordinates": [-46.6333, -23.5505] },
22+
"properties": { "name": "São Paulo", "country": "Brazil", "population": 12330000, "timezone": "America/Sao_Paulo", "elevation_m": 760, "is_capital": false, "continent": "South America" }
23+
},
24+
{
25+
"type": "Feature",
26+
"geometry": { "type": "Point", "coordinates": [37.6173, 55.7558] },
27+
"properties": { "name": "Moscow", "country": "Russia", "population": 12655000, "timezone": "Europe/Moscow", "elevation_m": 156, "is_capital": true, "continent": "Europe" }
28+
},
29+
{
30+
"type": "Feature",
31+
"geometry": { "type": "Point", "coordinates": [77.1025, 28.6139] },
32+
"properties": { "name": "New Delhi", "country": "India", "population": 32941000, "timezone": "Asia/Kolkata", "elevation_m": 216, "is_capital": true, "continent": "Asia" }
33+
},
34+
{
35+
"type": "Feature",
36+
"geometry": { "type": "Point", "coordinates": [18.4233, -33.9249] },
37+
"properties": { "name": "Cape Town", "country": "South Africa", "population": 4618000, "timezone": "Africa/Johannesburg", "elevation_m": 2, "is_capital": true, "continent": "Africa" }
38+
},
39+
{
40+
"type": "Feature",
41+
"geometry": { "type": "Point", "coordinates": [151.2093, -33.8688] },
42+
"properties": { "name": "Sydney", "country": "Australia", "population": 5312000, "timezone": "Australia/Sydney", "elevation_m": 3, "is_capital": false, "continent": "Australia" }
43+
},
44+
{
45+
"type": "Feature",
46+
"geometry": { "type": "Point", "coordinates": [-0.1278, 51.5074] },
47+
"properties": { "name": "London", "country": "United Kingdom", "population": 8982000, "timezone": "Europe/London", "elevation_m": 11, "is_capital": true, "continent": "Europe" }
48+
},
49+
{
50+
"type": "Feature",
51+
"geometry": { "type": "Point", "coordinates": [116.4074, 39.9042] },
52+
"properties": { "name": "Beijing", "country": "China", "population": 21542000, "timezone": "Asia/Shanghai", "elevation_m": 44, "is_capital": true, "continent": "Asia" }
53+
},
54+
{
55+
"type": "Feature",
56+
"geometry": { "type": "Point", "coordinates": [-99.1332, 19.4326] },
57+
"properties": { "name": "Mexico City", "country": "Mexico", "population": 9209000, "timezone": "America/Mexico_City", "elevation_m": 2240, "is_capital": true, "continent": "North America" }
58+
},
59+
{
60+
"type": "Feature",
61+
"geometry": { "type": "Point", "coordinates": [31.2357, 30.0444] },
62+
"properties": { "name": "Cairo", "country": "Egypt", "population": 9540000, "timezone": "Africa/Cairo", "elevation_m": 23, "is_capital": true, "continent": "Africa" }
63+
},
64+
{
65+
"type": "Feature",
66+
"geometry": { "type": "Point", "coordinates": [103.8198, 1.3521] },
67+
"properties": { "name": "Singapore", "country": "Singapore", "population": 5686000, "timezone": "Asia/Singapore", "elevation_m": 15, "is_capital": true, "continent": "Asia" }
68+
},
69+
{
70+
"type": "Feature",
71+
"geometry": { "type": "Point", "coordinates": [-58.3816, -34.6037] },
72+
"properties": { "name": "Buenos Aires", "country": "Argentina", "population": 3075000, "timezone": "America/Argentina/Buenos_Aires", "elevation_m": 25, "is_capital": true, "continent": "South America" }
73+
},
74+
{
75+
"type": "Feature",
76+
"geometry": { "type": "Point", "coordinates": [12.4964, 41.9028] },
77+
"properties": { "name": "Rome", "country": "Italy", "population": 2873000, "timezone": "Europe/Rome", "elevation_m": 21, "is_capital": true, "continent": "Europe" }
78+
},
79+
{
80+
"type": "Feature",
81+
"geometry": { "type": "Point", "coordinates": [-77.0369, 38.9072] },
82+
"properties": { "name": "Washington, D.C.", "country": "United States", "population": 689000, "timezone": "America/New_York", "elevation_m": 12, "is_capital": true, "continent": "North America" }
83+
},
84+
{
85+
"type": "Feature",
86+
"geometry": { "type": "Point", "coordinates": [28.0473, -26.2041] },
87+
"properties": { "name": "Johannesburg", "country": "South Africa", "population": 5635000, "timezone": "Africa/Johannesburg", "elevation_m": 1753, "is_capital": false, "continent": "Africa" }
88+
},
89+
{
90+
"type": "Feature",
91+
"geometry": { "type": "Point", "coordinates": [100.5018, 13.7563] },
92+
"properties": { "name": "Bangkok", "country": "Thailand", "population": 10539000, "timezone": "Asia/Bangkok", "elevation_m": 1, "is_capital": true, "continent": "Asia" }
93+
},
94+
{
95+
"type": "Feature",
96+
"geometry": { "type": "Point", "coordinates": [-3.7038, 40.4168] },
97+
"properties": { "name": "Madrid", "country": "Spain", "population": 3223000, "timezone": "Europe/Madrid", "elevation_m": 655, "is_capital": true, "continent": "Europe" }
98+
},
99+
{
100+
"type": "Feature",
101+
"geometry": { "type": "Point", "coordinates": [13.405, 52.52] },
102+
"properties": { "name": "Berlin", "country": "Germany", "population": 3769000, "timezone": "Europe/Berlin", "elevation_m": 34, "is_capital": true, "continent": "Europe" }
103+
},
104+
{
105+
"type": "Feature",
106+
"geometry": { "type": "Point", "coordinates": [-74.0721, 4.711] },
107+
"properties": { "name": "Bogotá", "country": "Colombia", "population": 7743000, "timezone": "America/Bogota", "elevation_m": 2640, "is_capital": true, "continent": "South America" }
108+
},
109+
{
110+
"type": "Feature",
111+
"geometry": { "type": "Point", "coordinates": [31.0000, 48.3794] },
112+
"properties": { "name": "Kyiv", "country": "Ukraine", "population": 2962000, "timezone": "Europe/Kyiv", "elevation_m": 179, "is_capital": true, "continent": "Europe" }
113+
},
114+
{
115+
"type": "Feature",
116+
"geometry": { "type": "Point", "coordinates": [126.978, 37.5665] },
117+
"properties": { "name": "Seoul", "country": "South Korea", "population": 9776000, "timezone": "Asia/Seoul", "elevation_m": 38, "is_capital": true, "continent": "Asia" }
118+
},
119+
{
120+
"type": "Feature",
121+
"geometry": { "type": "Point", "coordinates": [-122.4194, 37.7749] },
122+
"properties": { "name": "San Francisco", "country": "United States", "population": 873000, "timezone": "America/Los_Angeles", "elevation_m": 16, "is_capital": false, "continent": "North America" }
123+
},
124+
{
125+
"type": "Feature",
126+
"geometry": { "type": "Point", "coordinates": [30.435, -1.9706] },
127+
"properties": { "name": "Kigali", "country": "Rwanda", "population": 1132000, "timezone": "Africa/Kigali", "elevation_m": 1567, "is_capital": true, "continent": "Africa" }
128+
}
129+
]
130+
}

0 commit comments

Comments
 (0)