summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJacob <andqso@gmail.com>2013-07-28 10:41:28 +0100
committerJacob <andqso@gmail.com>2013-07-28 10:41:28 +0100
commitc1b1411069a38d44977661e7a348efa997729350 (patch)
treefb786ac5d4a454ed8aed03b4f284ac3fc39ad14f /README.md
parent2a4908e5e85720e358876f2d840bf09475f79281 (diff)
add readme, ignore pycs and vim temps
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
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