Glossary

This glossary describes essential terms and concepts to help you understand Elasticsearch and its related technologies.

F1 Score

A classification metric that balances precision and recall into a single number by taking their harmonic mean. Useful when both false positives and false negatives carry cost, and when class distribution is uneven. Ranges from 0 to 1, with 1 being perfect precision and recall.

Few-Shot Learning

Performing a task from just a handful of examples rather than a large training dataset. Some embedding models adapt to new tasks with only a few labeled examples, which matters for specialized domains where labeled data is scarce.

Fine-Tuning

Taking a pre-trained model and continuing to train it on a more specific task or dataset. For embedding models, fine-tuning typically means training the model to place similar content close together and dissimilar content far apart. Investing in data quality, task specialization, and fine-tuning for embedding quality counts for much more than the choice of base architecture.

First-Stage Retrieval

The initial stage of a multi-stage retrieval pipeline, responsible for quickly narrowing millions of candidates down to a smaller set, typically hundreds, for further reranking. First-stage retrieval prioritizes speed and recall over precision, accepting some irrelevant results in exchange for broad coverage. Both dense methods, such as bi-encoder embedding models, and sparse methods, such as BM25, are commonly used at this stage.

FLOPS (Floating Point Operations Per Second)

A measure with two related meanings in machine learning: hardware FLOPS refers to how many floating point operations a processor can perform per second, measured in GFLOPS, TFLOPS or PFLOPS; model FLOPS refers to the number of floating point operations required for a single forward pass, used to quantify computational cost independent of hardware. Larger models require more FLOPS per inference, and quantization reduces FLOPS by replacing high precision operations with lower precision equivalents.

최첨단 검색 환경을 구축할 준비가 되셨나요?

충분히 고급화된 검색은 한 사람의 노력만으로는 달성할 수 없습니다. Elasticsearch는 여러분과 마찬가지로 검색에 대한 열정을 가진 데이터 과학자, ML 운영팀, 엔지니어 등 많은 사람들이 지원합니다. 서로 연결하고 협력하여 원하는 결과를 얻을 수 있는 마법 같은 검색 환경을 구축해 보세요.

직접 사용해 보세요