Dataset Viewer
Auto-converted to Parquet
id
string
data
string
gmt_create
float64
timestamp
float64
Game
{"id": "Game", "type": "map_country_streak", "gmtCreate": 1734188074762, "gmtFinish": 1734188097294, "hostUserId": "HostUser", "playerIds": "Players", "numPlayersJoined": 0, "status": "finish", "currentRoundNumber": 1, "roundNumber": 0, "rounds": [{"round": 1, "id": "Game", "contentType": "panorama", "lat": -27.1405249973, "lng": -59.4525319805, "heading": 290.8791503906, "startTime": 1734188075183, "endTime": 1734188097294, "isDamageMultiple": false, "damageMultiple": 1.0, "nation": "阿根廷", "move": false, "source": "google_pano", "panoId": "ZF8FdQbXVt4XYSgP9szamg", "vHeading": 290.74, "vZoom": 0.0, "vPitch": 0.07, "pan": true, "zoom": true}], "teams": [], "teamsSize": 2, "player": {"streaks": 0, "lastRoundResult": {"round": 1, "score": 15, "distance": 11616.42890082367, "guessPlace": "挪威", "targetPlace": "阿根廷"}, "roundResults": [], "totalScore": 15, "userId": "User", "guesses": [{"round": 1, "gmtCreate": 1734188096396, "lat": 61.52588100795455, "lng": 9.678774290625825, "distance": 11616.42890082367, "timeConsume": 21213, "score": 15, "type": "guess"}], "pins": [{"round": 1, "gmtCreate": 1734188095256, "lat": 60.68033874641395, "lng": 14.111789398216388, "timeConsume": 20073, "type": "guess"}, {"round": 1, "gmtCreate": 1734188096124, "lat": 61.52588100795455, "lng": 9.678774290625825, "timeConsume": 20941, "type": "guess"}]}, "startTime": 1734188074762, "createTime": 1734188074762, "multiplierOpen": true, "streaks": 0, "leftSkipTimes": 3, "saveTeamCount": 0, "move": false, "moveType": "noMove", "mapsId": 1418, "mapsName": "西湖十景-苏堤春晓", "centerLng": 9.3914097615, "centerLat": 51.2758208168, "mapZoom": 4, "mapMaxLat": 81.6812215034, "mapMinLat": -85.0000164841, "mapMaxLng": 178.3897528865, "mapMinLng": -177.3755914392, "scoreDistance": 1853.693498982, "health": 6000, "pan": true, "zoom": true, "china": false}
1,734,188,074,762
null

GeoComp

Dataset description

Inspired by geoguessr.com, we developed a free geolocation game platform that tracks participants' competition histories. Unlike most geolocation websites, including Geoguessr, which rely solely on samples from Google Street View, our platform integrates Baidu Maps and Gaode Maps to address coverage gaps in regions like mainland China, ensuring broader global accessibility. The platform offers various engaging competition modes to enhance user experience, such as team contests and solo matches. Each competition consists of multiple questions, and teams are assigned a "vitality score". Users mark their predicted location on the map, and the evaluation is based on the ground truth's surface distance from the predicted location. Larger errors result in greater deductions from the team's vitality score. At the end of the match, the team with the higher vitality score wins. We also provide diverse game modes, including street views, natural landscapes, and iconic landmarks. Users can choose specific opponents or engage in random matches. To prevent cheating, external search engines are banned, and each round is time-limited. To ensure predictions are human-generated rather than machine-generated, users must register with a phone number, enabling tracking of individual activities. Using this platform, we collected GeoComp, a comprehensive dataset covering 1,000 days of user competition.

File introduction

  • tuxun_combined_*

    The splited files of tuxun_combined.csv, you can use "cat" to get the csv file.

  • tuxun_sample.csv

    An example to preview the structure of tuxun_combined.csv.

  • selected_panoids

    The 500 panoids we used in our work. You can add csv or json suffix to the file.

  • download_panoramas.py

    The script to download street view images from the panoid.

Requirement

The GeoComp is only for reasearch.

Start

Get tuxun_combined.csv

Merge the splited files to tuxun_combined.csv

cat tuxun_comblined_* > tuxun_comblined.csv

ls -lh tuxun_comblined.csv

Data format of tuxun_combined.csv

Example

id data gmt_create timestamp
Game Json style metadata 1734188074762.0

Explanation

  • We hide data items that may reveal personal privacy like changing the value of key "userId" to "User", "hostUserId" to "HostUser", "playerIds" to "Players", "id" to "Game"

  • The data under the "data" column is in json style. This column contains the detailed geolocation information like "lat", "lng", "nation" and "panoId".

Additional Information

Citation Information

@misc{song2025geolocationrealhumangameplay,
      title={Geolocation with Real Human Gameplay Data: A Large-Scale Dataset and Human-Like Reasoning Framework}, 
      author={Zirui Song and Jingpu Yang and Yuan Huang and Jonathan Tonglet and Zeyu Zhang and Tao Cheng and Meng Fang and Iryna Gurevych and Xiuying Chen},
      year={2025},
      eprint={2502.13759},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2502.13759}, 
}

Links

arXiv

Hugging Face

github

Downloads last month
1,526