Giter Site home page Giter Site logo

How to evaluate models? about straattaal HOT 2 OPEN

annaproxy avatar annaproxy commented on August 19, 2024
How to evaluate models?

from straattaal.

Comments (2)

Sasafrass avatar Sasafrass commented on August 19, 2024

This is a very interesting question.
Some potential avenues of research:

  • Optimize for models with lowest training accuracy that still generate coherent and phonetically sound words. The soundness of the words could be assessed with some kind of NLP parser. However, this raises the issue that for instance (cool new) slang words may not always adhere to (Dutch) language norms in terms of phonetics.

from straattaal.

annaproxy avatar annaproxy commented on August 19, 2024

Under the assumption that the model only gets better on the train data when you train for longer, non-converged models are one way to still get a certain level of 'babbling' behaviour. (term stolen from https://arxiv.org/pdf/2010.04637.pdf).

One easy way would be to check every (few) epochs if the model is memorizing too many words.
So, simply sample a large amount of words (with various temperatures) from a model, n% of these words will be memorized from train data.

We would have to experimentally find a good value for n. The n% can also be used a sort of proxy for full word accuracy, but we can also have a threshold level of accuracy (at character level).

Edit: A quick look at n for an upcoming model of plaatsnamen :)
image

from straattaal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.