|
| 1 | +dataset: wikiann |
| 2 | +subset: fr |
| 3 | +templates: |
| 4 | + 1f800a8f-83a9-4163-8b65-48452f6ff788: !Template |
| 5 | + answer_choices: null |
| 6 | + id: 1f800a8f-83a9-4163-8b65-48452f6ff788 |
| 7 | + jinja: "{% set ner_num = 1 %}\nLister les entit\xE9s de type \"personne\" dans\ |
| 8 | + \ le texte suivant : {% for idx in range(tokens|length) %}{{ tokens[idx] }}{%\ |
| 9 | + \ if idx+1 < tokens|length %}{% if (tokens[idx+1] not in \"])'/\u2019.,%-\u20AC\ |
| 10 | + $\xA3\\\")\" and tokens[idx][-1] not in \"'[(/\u2019-\") %} {% endif %}{% endif\ |
| 11 | + \ %}{% endfor %} ||| {% for idx in range(ner_tags|length) %}{% if ner_tags[idx]\ |
| 12 | + \ in [ner_num, ner_num+1] %}{% if ner_tags[idx] == ner_num %}\n{% else %}{%\ |
| 13 | + \ if (tokens[idx] not in \"])'/\u2019.,%-\u20AC$\xA3\\\")\" and tokens[idx-1][-1]\ |
| 14 | + \ not in \"'[(/\u2019-\") %} {% endif %}{% endif %}{{ tokens[idx] }}{% endif\ |
| 15 | + \ %}{% endfor %}" |
| 16 | + metadata: !TemplateMetadata |
| 17 | + choices_in_prompt: false |
| 18 | + languages: |
| 19 | + - fr |
| 20 | + metrics: |
| 21 | + - Other |
| 22 | + original_task: true |
| 23 | + name: list-PER |
| 24 | + reference: list-PER |
| 25 | + e8528c25-17f6-463b-a6a5-c68888035680: !Template |
| 26 | + answer_choices: null |
| 27 | + id: e8528c25-17f6-463b-a6a5-c68888035680 |
| 28 | + jinja: "{% set ner_num = 3 %}\nLister les entit\xE9s de type \"organisation\"\ |
| 29 | + \ dans le texte suivant : {% for idx in range(tokens|length) %}{{ tokens[idx]\ |
| 30 | + \ }}{% if idx+1 < tokens|length %}{% if (tokens[idx+1] not in \"])'/\u2019.,%-\u20AC\ |
| 31 | + $\xA3\\\")\" and tokens[idx][-1] not in \"'[(/\u2019-\") %} {% endif %}{% endif\ |
| 32 | + \ %}{% endfor %} ||| {% for idx in range(ner_tags|length) %}{% if ner_tags[idx]\ |
| 33 | + \ in [ner_num, ner_num+1] %}{% if ner_tags[idx] == ner_num %}\n{% else %}{%\ |
| 34 | + \ if (tokens[idx] not in \"])'/\u2019.,%-\u20AC$\xA3\\\")\" and tokens[idx-1][-1]\ |
| 35 | + \ not in \"'[(/\u2019-\") %} {% endif %}{% endif %}{{ tokens[idx] }}{% endif\ |
| 36 | + \ %}{% endfor %}" |
| 37 | + metadata: !TemplateMetadata |
| 38 | + choices_in_prompt: false |
| 39 | + languages: |
| 40 | + - fr |
| 41 | + metrics: |
| 42 | + - Other |
| 43 | + original_task: true |
| 44 | + name: list-ORG |
| 45 | + reference: '' |
| 46 | + f4b66834-d50a-4059-82b4-03366394e86c: !Template |
| 47 | + answer_choices: null |
| 48 | + id: f4b66834-d50a-4059-82b4-03366394e86c |
| 49 | + jinja: "{% set ner_num = 5 %}\nLister les entit\xE9s de type \"lieu\" dans le\ |
| 50 | + \ texte suivant : {% for idx in range(tokens|length) %}{{ tokens[idx] }}{% if\ |
| 51 | + \ idx+1 < tokens|length %}{% if (tokens[idx+1] not in \"])'/\u2019.,%-\u20AC\ |
| 52 | + $\xA3\\\")\" and tokens[idx][-1] not in \"'[(/\u2019-\") %} {% endif %}{% endif\ |
| 53 | + \ %}{% endfor %} ||| {% for idx in range(ner_tags|length) %}{% if ner_tags[idx]\ |
| 54 | + \ in [ner_num, ner_num+1] %}{% if ner_tags[idx] == ner_num %}\n{% else %}{%\ |
| 55 | + \ if (tokens[idx] not in \"])'/\u2019.,%-\u20AC$\xA3\\\")\" and tokens[idx-1][-1]\ |
| 56 | + \ not in \"'[(/\u2019-\") %} {% endif %}{% endif %}{{ tokens[idx] }}{% endif\ |
| 57 | + \ %}{% endfor %}" |
| 58 | + metadata: !TemplateMetadata |
| 59 | + choices_in_prompt: false |
| 60 | + languages: |
| 61 | + - fr |
| 62 | + metrics: |
| 63 | + - Other |
| 64 | + original_task: true |
| 65 | + name: list-LOC |
| 66 | + reference: '' |
0 commit comments