Tiiiger/bert_score
BERT score for text generation observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2692
- days_rel: n/a
- days_push: 764
- n_releases_24m: 0
Adoption not part of the score
1916 stars · 240 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
BERTScore is a PyTorch implementation of the BERTScore automatic evaluation metric for text generation, which scores generated text against references using contextual embeddings from pretrained models like BERT and RoBERTa. It supports ~130 pretrained models and correlates well with human evaluation.
Use cases
- evaluate machine translation output quality
- score text summarization against references
- compare generated text with human judgments
- compute semantic similarity between sentences
- evaluate LLM text generation quality
- benchmark NLP generation models
When to choose
- you need an automatic evaluation metric that correlates better with human judgment than BLEU or ROUGE
- you are evaluating text generation tasks like summarization or translation
- you want a PyTorch-based metric with broad pretrained model support
When to avoid
- you need a lightweight metric without GPU or large model downloads
- you need exact n-gram overlap scores like BLEU for reporting
- you need a metric actively adding new features rather than maintenance fixes
Facets
library · maturity maintenance
nlp machine-learning benchmarking machine-learning python bert evaluation-metric text-generation pytorch transformers natural-language-processing
2 sources
- readme: https://github.com/Tiiiger/bert_score · fetched 2026-08-28 · 5eacd997c2b1
- registry_pypi: https://pypi.org/pypi/bert_score/json · fetched 2026-08-29 · ca81a53ef441
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Tiiiger/bert_score | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="Tiiiger/bert_score")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem