| I agree that matching the variety of possible assignements by some generic method is very difficult, though in my humble opinion, we already have a lot of the tools required. There is a ton of improvements to do(lots and lots of usability), but the base is there - and a project of such a scale would not be unheard of. > Its hard to communicate a fraction to a computer > "Explain whether 4/3 or 3/4 is closer to 1, and how you know." You just did that. Twice.
Square root ? "(3/4)^(1/2)" or maybe "sqrt(3/4)". There's no complexity in parsing that. I do agree it is not as natural as on paper but maybe tablets will find a way to improve that. Thats what innovation is here for after all. >"Explain whether 4/3 or 3/4 is closer to 1, and how you know." I am not familiar with the domain, but dont we have some automatic theorem-proving tools? Validating the answer to such a question would look like a perfect use case to me.[edit : clarified] > [the description example] Im not sure about this one. On the one hand i used to have a project in college about reconstructing a picture from an incomplete description - and its hard. On the other hand we are expecting a perfect description. Hence it would be pretty much isomorphic to the code of a program used to draw the picture. Matching the two images is also doable. Pseudocode would actually be the best way to transmit this image . |