Spaces:
Running
Running
File size: 528 Bytes
acd7cf4 |
1 2 3 4 5 6 7 8 9 10 |
from .kg_extraction import KG_EXTRACTION_PROMPT
from .kg_summarization import KG_SUMMARIZATION_PROMPT
from .search_judgement import SEARCH_JUDGEMENT_PROMPT
from .description_rephrasing import DESCRIPTION_REPHRASING_PROMPT
from .statement_judgement import STATEMENT_JUDGEMENT_PROMPT
from .answer_rephrasing import ANSWER_REPHRASING_PROMPT
from .question_generation import QUESTION_GENERATION_PROMPT
from .multi_hop_generation import MULTI_HOP_GENERATION_PROMPT
from .coreference_resolution import COREFERENCE_RESOLUTION_TEMPLATE
|