Prompt
{% set vars = {'key':"near", 'value':""} %} {% for feature in meaning_representation.split("]") if vars['key'] in feature %} {% set temp = vars.update({'value':feature.replace(",","").replace(vars['key']+"[", '')}) %} {%- endfor %} {% if vars["value"]|length > 0 %} {{human_reference}} Name one landmark that is close to the restaurant in the given passage.
