This model is a version of
sberbank-ai/ruBert-base fine-tuned on
RuCoLA.
It achieves the following results on the evaluation set:
-
Topological features are properties of attention graphs. Features of directed attention graphs include the number of strongly connected components, edges, simple cycles and average vertex degree. The properties of undirected graphs include
the first two Betti numbers: the number of connected components and the number of simple cycles, the matching number and the chordality.
-
Features derived from barcodes include descriptive characteristics of 0/1-dimensional barcodes and reflect the survival (death and birth) of
connected components and edges throughout the filtration.
-
Distance-to-pattern features measure the distance between attention matrices and identity matrices of pre-defined attention patterns, such as attention to the first token [CLS] and to the last
[SEP] of the sequence, attention to previous and
next token and to punctuation marks.
The
computed features and barcodes can be found in the subdirectories of the repository.
test_sub features and barcodes were computed on the out-of-domain test RuCoLA dataset.
Refer to notebooks 4* and 5* from the
repository to construct the classification pipeline with TDA features.