MattAlexMiracle

Results 8 comments of MattAlexMiracle

I have a first draft of the scoring and question selection system as a pull request: The overall goal I'm targetting is: 1. "No trolls": we do not want to...

> LGTM, thank you > if I understand correctly, a "vote" is a best-one-of-N judgement. Is there also a variant if each user provides a complete ranking of all N...

I have a system for task-selection over at #383. This method gives a self-adjusting distribution over whether to do "rating", "prompting", "answering" or "ranking". There's already a system for selecting...

I looked into langdetect at the beginning, but that didn't have that great performance on small-ish texts (though its better than e.g. https://github.com/saffsd/langid.py which I also looked at). Mostly langdetect...

I also looked into lingua-py, the accurate mode is a little slow compared to my simple model ( which is a simple trigram->PCA(component=400)->SVM(l1 penality, linear kernel, C=1.0)). The fast mode...

Yeah, this version now conflicts with a different version I already merged before this one was accepted. Will reopen this with the necessary merges done on my end

Breaking cycles in rankings is exactly the interesting part of ranked-pairs: The idea of the ranked pair method is to build the graph in such a way that cycles are...

Utilize feedback from deployed assistant (needs additional considerations wrt filterting etc...)