Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unpack abbreviations during evaluation #96

Open
saattrupdan opened this issue Sep 23, 2024 · 0 comments
Open

Unpack abbreviations during evaluation #96

saattrupdan opened this issue Sep 23, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@saattrupdan
Copy link
Collaborator

When evaluating ASR models, we should unpack all common abbreviations from both the ground truth and the model's output, to avoid unfair measurement.

This includes (at least) the following:

  • "fx" = "fx" = "f.eks." -> for eksempel
  • "bl.a." -> blandt andet
  • "m.fl." -> med flere
  • "m.m." -> med mere
  • "dvs." = "d.v.s." -> det vil sige
  • "etc." -> et cetera
  • "osv." = "o.s.v." -> og så videre
  • "vha." = "v.h.a." -> ved hjælp af
  • "ekskl." -> eksklusiv
  • "jf." -> jævnfør
  • "m.h.p." = "mhp." -> med henblik på
  • "mfl." = "m.fl." -> med flere
  • "mv." = "m.v." -> med videre
  • "mao." = "m.a.o." -> med andre ord
  • "ifm." = "i.f.m." -> i forbindelse med
  • "ca." -> cirka
  • "e.l." = "el." -> eller lignende

We should be careful not to mistakenly replace instances of these when they're not abbreviations, however - they need to be separated by word boundaries at least.

@saattrupdan saattrupdan added the bug Something isn't working label Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant