Cross Encoder
Also called: Cross-Encoder
A neural reranking model that jointly encodes a query and a candidate document to produce a highly accurate relevance score.
Explore more about Knowledge Retrieval
Related terms
A retrieval process that re-scores and re-orders an initial list of candidate documents using a specialized model to improve relevance.
RetrieverA system component responsible for fetching relevant documents or passages from a knowledge base given a query.
Embedding ModelA machine learning model that converts text, images, audio, or other data into dense numerical vector representations that capture semantic meaning for retrieval, similarity search, and related AI tasks.
Semantic SearchA search technique that analyzes sentence meaning and intent rather than matching literal keywords.
Hybrid SearchA retrieval technique that combines semantic vector search with keyword-based lexical search to improve the relevance, accuracy, and recall of retrieved information by leveraging the strengths of both approaches.