FLERT: Document-level features for Named Entity Recognition—a specific model used here to extract entities for query decomposition
mGTE: Generalized Text Embeddings (multilingual)—a model used here for semantic reranking of retrieved documents
RAGAs: Retrieval Augmented Generation Assessment—a framework used here as a gatekeeper to score answer confidence (faithfulness, relevancy) and trigger rewriting if scores are low
Chain-of-Thought (CoT): A prompting technique encouraging models to generate intermediate reasoning steps
Break-Down Reasoning: The paper's specific prompting strategy instructing the LLM to verify each query constraint independently rather than sequentially
iterative retrieval: A process where the system repeatedly searches for information, refining the query based on previous results
Exact Match (EM): A metric measuring if the generated answer is character-for-character identical to the ground truth
Named Entity Recognition (NER): The task of identifying and classifying key information (names, organizations, locations) in text