Effect-driven interpretation: Functors for natural language composition
By: Dylan Bumford, Simon Charlow
Potential Business Impact:
Makes computer programs understand language like humans.
Computer programs are often factored into pure components -- simple, total functions from inputs to outputs -- and components that may have side effects -- errors, changes to memory, parallel threads, abortion of the current loop, etc. We make the case that human languages are similarly organized around the give and pull of pure values and impure processes, and we'll aim to show how denotational techniques from computer science can be leveraged to support elegant and illuminating analyses of natural language composition.
Similar Papers
Type, Ability, and Effect Systems: Perspectives on Purity, Semantics, and Expressiveness
Programming Languages
Makes computer programs safer and easier to write.
An effectful object calculus
Programming Languages
Lets programmers build complex programs more easily.
Towards Cumulative Abstract Semantics via Handlers
Programming Languages
Lets computer programs check themselves better.