← Search

Emmanouil Antonios Platanios

10 accepted papers

2022

Bridging the Generalization Gap in Text-to-SQL Parsing with Schema Expansion

ACL 2022long

Text-to-SQL parsers map natural language questions to programs that are executable over tables to generate answers, and are typically evaluated on large-scale datasets like Spider (Yu et al., 2018). We argue that existing benchmarks fail to capture a certain out-of-domain generalization problem that…

Cited by 17SourcePDFScholar
2022

Online Semantic Parsing for Latency Reduction in Task-Oriented Dialogue

ACL 2022long

Standard conversational semantic parsing maps a complete user utterance into an executable program, after which the program is executed to respond to the user. This could be slow when the program contains expensive function calls. We investigate the opportunity to reduce latency by predicting and ex…

2022

When More Data Hurts: A Troubling Quirk in Developing Broad-Coverage Natural Language Understanding Systems

EMNLP 2022main

In natural language understanding (NLU) production systems, users’ evolving needs necessitate the addition of new features over time, indexed by new symbols added to the meaning representation space. This requires additional training data and results in ever-growing datasets. We present the first sy…

Cited by 3SourcePDFScholar
2021

Compositional Generalization for Neural Semantic Parsing via Span-level Supervised Attention

NAACL 2021long

We describe a span-level supervised attention loss that improves compositional generalization in semantic parsers. Our approach builds on existing losses that encourage attention maps in neural sequence-to-sequence models to imitate the output of classical word alignment algorithms. Where past work…

Cited by 63SourcePDFScholar
2021

Constrained Language Models Yield Few-Shot Semantic Parsers

EMNLP 2021main

We explore the use of large pretrained language models as few-shot semantic parsers. The goal in semantic parsing is to generate a structured meaning representation given a natural language input. However, language models are trained to generate natural language. To bridge the gap, we use language m…

2021

HyperDynamics: Meta-Learning Object and Agent Dynamics with Hypernetworks

ICLR 2021poster

We propose HyperDynamics, a dynamics meta-learning framework that conditions on an agent’s interactions with the environment and optionally its visual observations, and generates the parameters of neural dynamics models based on inferred properties of the dynamical system. Physical and visual proper…

Cited by 27SourcePDFScholar
2021

Re-TACRED: Addressing Shortcomings of the TACRED Dataset

AAAI 2021technical

TACRED is one of the largest and most widely used sentence-level relation extraction datasets. Proposed models that are evaluated using this dataset consistently set new state-of-the-art performance. However, they still exhibit large error rates despite leveraging external knowledge and unsupervised…

2021

Value-Agnostic Conversational Semantic Parsing

ACL 2021long

Conversational semantic parsers map user utterances to executable programs given dialogue histories composed of previous utterances, programs, and system responses. Existing parsers typically condition on rich representations of history that include the complete set of values and computations previo…

2020

Jelly Bean World: A Testbed for Never-Ending Learning

ICLR 2020poster

Machine learning has shown growing success in recent years. However, current machine learning systems are highly specialized, trained for particular problems or domains, and typically on a single narrow dataset. Human learning, on the other hand, is highly general and adaptable. Never-ending learnin…

Cited by 40SourcecodeScholar
2016

Estimating Accuracy from Unlabeled Data: A Bayesian Approach

ICML 2016poster

We consider the question of how unlabeled data can be used to estimate the true accuracy of learned classifiers, and the related question of how outputs from several classifiers performing the same task can be combined based on their estimated accuracies. To answer these questions, we first present…

Cited by 59SourcePDFScholar