Skip to content

Changing map routing server will affect the reward #4

Description

@xhluca

As discussed in #3, the tile server from CMU is down (it appears that the routing is still functioning, not sure about geocoding).

Apart from self-hosting (challenging and takes a lot of space), one approach is to use the official server. See this for more information on how to do that: web-arena-x/webarena#190

If you switch the routing URL to the official routing server yield different results. For example,

Official routing (reward=0) Old routing (reward=1)
image image

Note the difference: in the official routing (routing.openstreetmap.de), the route takes 10min, 5.2km and 10 steps. In the old routing (from cmu.edu's hosted routing server), it takes 9min, 5.1km, and 8 steps.

Here's the official answer:

  {
    "sites": [
      "map"
    ],
    "task_id": 155,
    "require_login": true,
    "storage_state": null,
    "start_url": "__MAP__",
    "geolocation": null,
    "intent_template": "What is the minimum travel time by car from {{location1}} to {{location2}}?",
    "instantiation_dict": {
      "location1": "Animal Rescue League of Pittsburgh",
      "location2": "Schenley park"
    },
    "intent": "What is the minimum travel time by car from Animal Rescue League of Pittsburgh to Schenley park?",
    "require_reset": false,
    "eval": {
      "eval_types": [
        "string_match"
      ],
      "reference_answers": {
        "fuzzy_match": [
          "9min"
        ]
      },
      "reference_url": "",
      "program_html": [],
      "string_note": "",
      "reference_answer_raw_annotation": "9min"
    },
    "intent_template_id": 36
  },

So it's something to consider before switching map server

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions