Skip to content

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

ParameterType
optionsMemoryPointScorerOptions

Returns

Scorer&lt;MemoryOperationsEvalInput, MemoryOperationsObservation&gt;

Stable