Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Prompts For Evaluators

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.

Grade Level Appropriateness

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.

Sentence Structure Evaluator

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.

Vocabulary Evaluator

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.