t2s-metrics Documentation
A lightweight evaluation toolkit for Text-to-SPARQL systems.
Contents
What is t2s-metrics?
t2s-metrics provides a configurable evaluation pipeline for Text-to-SPARQL systems:
Load query pairs from JSONL files.
Run a metric suite (exact-match, answer-set, token/text, execution-aware, ranking, and distance metrics).
Export reproducible JSON results.
Explore outcomes in an interactive dashboard or static dashboard snapshot.
Quick Links
Installation and local setup: Getting Started
End-to-end execution flow: Basic Workflow
Parallel runs, custom exports, and backend choices: Advanced Usage
How internals fit together: Architecture