Earlier quoted context omitted.
do you understand that POS tagging or dependency/constictuency parsing are angular tasks needed by much of the others. I'm not sure. I rarely have to do that explicitly in my head. Perhaps a model should learn to infer/guess them implicitly, from context, just like I do. what exactly is more important? In my opinion, having a world model (for common sense) and situational awareness (e.g. through sensor fusion, or fro…
I'm not sure. I rarely have to do that explicitly in my head. Well I can't prove it but I strongly believe that our brains use part of speech too, unconsciously. Perhaps a model should learn to infer/guess them implicitly, from data. That's exactly what deep learning POS tagger do, they are far better than hard coded algorithms. SOTA has 97.96% of accuracy. In my opinion, having a world model (for common sense) and s…
Interesting. Where did you see that?