From c1b1411069a38d44977661e7a348efa997729350 Mon Sep 17 00:00:00 2001 From: Jacob Date: Sun, 28 Jul 2013 10:41:28 +0100 Subject: add readme, ignore pycs and vim temps --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..98d9c44 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Semantic parsing as machine translation + +Most work on semantic parsing, even in variable-free formulations, has focused +on developing task- and formalism-specific models, often with expensive +training and decoding procedures. Can we use standard machine translation tools +to perform the same task? + +Yes. + +For a description of the system (it's really not complicated), see: + +- J Andreas, A Vlachos and S Clark. "Semantic Parsing as Machine + Translation". To appear in ACL-SHORT 2013. + +### How do I -- cgit v1.2.3