Prompt
{%- set times = [] -%} {%- for ners in vertexSet -%} {%- for ner in ners if ner['type'] == 'TIME' -%} {{times.append(ner['name']) | default("", True)}} {%- endfor -%} {%- endfor -%} {% if times %} Find all of the times in the text below. Please list all of them separated by commas. {% for sent in sents -%} {{ sent | join(" ") }}{{" "}} {%- endfor -%}\
