| ▲ | wongarsu 7 hours ago | ||||||||||||||||||||||
Sure, you can fix that in a couple lines. Then a couple more lines for evaluating multiple questions on the same answer in parallel. Then a couple more lines for the confidence score (which is trivial to compute from all we have, but missing regardless). Then a harness to fine-tune an existing model to perform better on this specific task, and a collection of training data to use for that I think we can all agree that Jev is not rocket science. It's a good idea executed well, with marketing that might have been a tad too bold | |||||||||||||||||||||||
| ▲ | porridgeraisin 7 hours ago | parent [-] | ||||||||||||||||||||||
The confidence score is not trivial to compute. That is the whole point of the model. Even if you are using a proper scoring function such as NLL, it is not enough to ensure calibration in deep nets. So you have to do good post training to ensure it. These are all known techniques, but they are far from trivial, especially on large scale datasets. | |||||||||||||||||||||||
| |||||||||||||||||||||||