🏠 Home
Benchmark Hub
📊 All Benchmarks 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List Applications 🎨 Creative Free Pages 🎯 FSACB - Ultimate Showcase 🌍 Translation Benchmark
Models
🏆 Top 10 Models 🆓 Free Models 📋 All Models ⚙️ Kilo Code
Resources
💬 Prompts Library 📖 AI Glossary 🔗 Useful Links

AI Glossary

The complete dictionary of Artificial Intelligence

162
categories
2,032
subcategories
23,060
terms
📖
terms

Retriever-Reader

Two-step QA architecture where a 'retriever' first selects relevant documents, then a 'reader' extracts the precise answer from these documents to maximize efficiency and accuracy.

📖
terms

Answer Span Prediction

Task of predicting the start and end positions of the exact answer in a given context, typically performed by classification layers on the text tokens.

📖
terms

Knowledge-Intensive QA

QA systems requiring access to extensive external knowledge bases to answer complex questions that cannot be solved by reasoning alone on the provided context.

📖
terms

Open-Domain Fact Verification

Process of validating the accuracy of a claim by searching and analyzing evidence across unrestricted sources on the web or in large document collections.

📖
terms

Question Decomposition

Technique that divides a complex question into multiple simpler and individually tractable sub-questions, facilitating information retrieval and composition of complete answers.

📖
terms

Answer Triggering

Binary classification mechanism that determines whether a retrieved passage actually contains an answer to the asked question, avoiding generating incorrect answers from irrelevant contexts.

📖
terms

Reader Confidence Score

Metric calculated by the 'reader' model indicating the certainty level of the extracted answer, often used for reranking or filtering candidate answers in QA pipelines.

📖
terms

Reranking Model

Specialized model that reevaluates and reorders an initial list of retrieved documents or passages to improve the precision of the most relevant results before the answer extraction step.

📖
terms

Passage Overlap

Phenomenon where several retrieved passages contain redundant or overlapping information, requiring deduplication or merging techniques to optimize answer presentation.

📖
terms

Knowledge Graph Integration

Incorporation of structured knowledge graphs into QA systems to provide verifiable factual information and complement answers based on unstructured text.

📖
terms

Answer Aggregation

Process of combining multiple candidate answers from different passages or documents to form a single, coherent, and complete answer to the asked question.

🔍

No results found