Hello everyone,
For the past six months or so I have been sitting on a project that used a neural network to assign a 4-dimensional rating on an object, based on a text description. I imagine a lot of people will groan at my use of a neural network for a linguistic task (but who knows? Maybe chatbots are all neural networks under the covers?)
I did so because four dimensions is pretty simple and my text source - wikipedia - has a whole lot of meta data that I am perfectly content to rely on. I am not after purity, I am trying to make a fun imaginitive game and wikipedia’s licenses allow doing so. If I am trying to match a human interpretation of something, and the program uses reflections of large-scale human biases down on things like how many words have been contributed, links people decided add, etc in order to somehow infer how humans may feel about the object, so be it.
But anyways I have millions (trillions? months) of CPU cycles that evolved it into…well, not very good.
But all of this babbling aside, if I am trying to take a wikipedia article and determine from the text things including how good the person in the article would be in a fight, what tools exist? What models should I use? How slow would the calculations be? Is this idea totally absurd? The entire project hinges off of determining these things well enough to be funny when wrong, no better but certainly no worse.