github-actions[bot]
Auto-sync from demo at Wed Oct 15 06:28:02 UTC 2025
799ac7c
raw
history blame
560 Bytes
from .coreference_resolution import COREFERENCE_RESOLUTION_PROMPT
from .description_rephrasing import DESCRIPTION_REPHRASING_PROMPT
from .generation import (
AGGREGATED_GENERATION_PROMPT,
ATOMIC_GENERATION_PROMPT,
COT_GENERATION_PROMPT,
MULTI_HOP_GENERATION_PROMPT,
)
from .kg_extraction import KG_EXTRACTION_PROMPT
from .kg_summarization import KG_SUMMARIZATION_PROMPT
from .question_generation import QUESTION_GENERATION_PROMPT
from .search_judgement import SEARCH_JUDGEMENT_PROMPT
from .statement_judgement import STATEMENT_JUDGEMENT_PROMPT