Graphorin API reference v0.8.0
Graphorin API reference / @graphorin/evals / / memoryExtractionRecall
Function: memoryExtractionRecall()
ts
function memoryExtractionRecall(options?): Scorer<MemoryOperationsEvalInput, MemoryOperationsObservation>;Defined in: packages/evals/src/scorers/memory/extraction.ts:39
Extraction recall: matched gold extract points / gold extract points. Vacuously passes (score 1) when the case carries no extract points.
Parameters
| Parameter | Type |
|---|---|
options | MemoryPointScorerOptions |
Returns
Scorer<MemoryOperationsEvalInput, MemoryOperationsObservation>