In this folder, you will find prompt files designed for evaluating text complexity. These prompts consist of system and user prompts that can be used with various LLMs to assess the complexity of text.
In file gla_prompts.py, we provide system and user prompts used in the Grade Level Appropriateness evaluator's code. You can also use these prompts as a reference for creating your own prompts.
In file sent_str_prompts.py, we provide system and user prompts used in the Sentence Structure evaluator's code. These prompts help assess the syntactic and structural complexity of sentences and can be adapted for your own evaluation needs.
In file vocab_prompts.py, we provide system and user prompts used in the Vocabulary Evaluator's code. These prompts can help assess the difficulty of vocabulary in texts and serve as a starting point for your own prompt development.