|
|
|
|
|
by blake_himself
4105 days ago
|
|
For NLP. Presumably you could extract it from sentences with techniques like Socher's: http://www.socher.org/index.php/Main/ParsingNaturalScenesAnd... There was an example in Socher's paper of a tree of logic - ands, ors, nots (not shown on that site, but in the paper) - which logic, he showed his RNN technique can represent. The OP paper I imagine is more along those lines. Being able to capture full logic like that gets you that much closer to being able to extract the full meaning from language, not just words that provide a general flavor. |
|