Skip to content
Snippets Groups Projects
Commit 9fbb8176 authored by ybrenning's avatar ybrenning
Browse files

Merge branch 'main' of gitlab.lis-lab.fr:COMPO/compo-text-eval

parents 43274cf2 16bd87c3
No related branches found
No related tags found
No related merge requests found
...@@ -12,16 +12,16 @@ These are possible metrics for evaluation of a generated text: ...@@ -12,16 +12,16 @@ These are possible metrics for evaluation of a generated text:
- Type / token ratio, Corrected TTR (CTTR), Measure of Textual Lexical Diversity (MTLD), D-value (Voc-D) - Type / token ratio, Corrected TTR (CTTR), Measure of Textual Lexical Diversity (MTLD), D-value (Voc-D)
> **CTTR formula**: > **CTTR formula**:
> \[ > $$
> \text{CTTR} = \frac{\text{Number of Types}}{\sqrt{2 \times \text{Number of Tokens}}} > \text{CTTR} = \frac{\text{Number of Types}}{\sqrt{2 \times \text{Number of Tokens}}}
> \] >$$
- Lexical redundancy - Lexical redundancy
> **Lexical Redundancy formula**: > **Lexical Redundancy formula**:
> \[ >$$
> \text{Lexical Redundancy} = 1 - \frac{\text{Number of Types}}{\text{Number of Tokens}} > \text{Lexical Redundancy} = 1 - \frac{\text{Number of Types}}{\text{Number of Tokens}}
> \] >$$
- Frequency of passive voice - Frequency of passive voice
- Frequency of adverbs - Frequency of adverbs
......
File added
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment