classify

package
v0.3.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 6, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateFailureCategoryReports

func GenerateFailureCategoryReports(reportPath, failurePath, jsonlOut, mdOut string) error

Types

type QuestionReport

type QuestionReport struct {
	ID           string   `json:"id"`
	Query        string   `json:"query"`
	RelevantIDs  []string `json:"relevant_ids"`
	RetrievedIDs []string `json:"retrieved_ids"`
	Rank         int      `json:"rank"`
}

type Report

type Report struct {
	System        string           `json:"system"`
	Dataset       string           `json:"dataset"`
	RecallAnyAt10 float64          `json:"recall_any_at_10"`
	MRR           float64          `json:"mrr"`
	Questions     []QuestionReport `json:"questions"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL