CoUDA ALBERT-xxl

Fine-tuned ALBERT-xxl model for the CoUDA (Coherence via Unified Discourse Analysis) coherence metric, used in the simpsy text simplification evaluation library.

Usage

from simpsy import evaluate

df = evaluate(
    ["The cat sat on the mat. It watched the mouse. Then it pounced."],
    families=["couda"],
)

Or point simpsy at this repo explicitly:

export SIMPSY_COUDA_HF_REPO=BVendeville/couda-albert-xxl

Citation

Zhang et al. (2024), "CoUDA: Coherence Evaluation via Unified Data Augmentation" — https://arxiv.org/abs/2404.00681.

Downloads last month
1,107
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Paper for BVendeville/couda-albert-xxl