We need a prompt that helps an LLM identify the following Bescheide:
- BAMF Bescheid einfache Ablehnung
- Offensichtlich unbegründet/unzulässig
- Dublin Bescheid / Zuständigkeitsbestimmungsverfahren
We need anonymous sample Bescheide to test the prompt. The LLM has to return one of these words (and nothing else):
bamf_simple_rejection, obviously_unfounded_inadmissible, dublin_decision, unsupported
The current basic prompt can be found here: https://github.com/digitalfabrik/integreat-chat/blob/main/integreat_chat/bescheidcheck/static/prompts.py#L50
We need a prompt that helps an LLM identify the following Bescheide:
We need anonymous sample Bescheide to test the prompt. The LLM has to return one of these words (and nothing else):
bamf_simple_rejection, obviously_unfounded_inadmissible, dublin_decision, unsupportedThe current basic prompt can be found here: https://github.com/digitalfabrik/integreat-chat/blob/main/integreat_chat/bescheidcheck/static/prompts.py#L50