← Search

Christopher Meek

6 accepted papers

2023

Learning Math Reasoning from Self-Sampled Correct and Partially-Correct Solutions

ICLR 2023poster

Pretrained language models have shown superior performance on many natural language processing tasks, yet they still struggle at multi-step formal reasoning tasks like grade school math problems. One key challenge of finetuning them to solve such math reasoning problems is that many existing dataset…

2022

Synchromesh: Reliable Code Generation from Pre-trained Language Models

ICLR 2022poster

Large pre-trained language models have been used to generate code, providing a flexible interface for synthesizing programs from natural language specifications. However, they often violate syntactic and semantic rules of their output language, limiting their practical usability. In this paper, we p…

Cited by 255SourcePDFScholar
2021

Few-Shot Learning Evaluation in Natural Language Understanding

NeurIPS 2021poster

Most recent progress in natural language understanding (NLU) has been driven, in part, by benchmarks such as GLUE, SuperGLUE, SQuAD, etc. In fact, many NLU models have now matched or exceeded "human-level" performance on many tasks in these benchmarks. Most of these benchmarks, however, give models…

Cited by 3SourcecodeScholar
2021

NL-EDIT: Correcting Semantic Parse Errors through Natural Language Interaction

NAACL 2021long

We study semantic parsing in an interactive setting in which users correct errors with natural language feedback. We present NL-EDIT, a model for interpreting natural language feedback in the interaction context to generate a sequence of edits that can be applied to the initial parse to correct its…

Cited by 49SourcePDFScholar
2021

SCoRe: Pre-Training for Context Representation in Conversational Semantic Parsing

ICLR 2021poster

Conversational Semantic Parsing (CSP) is the task of converting a sequence of natural language queries to formal language (e.g., SQL, SPARQL) that can be executed against a structured ontology (e.g. databases, knowledge bases). To accomplish this task, a CSP system needs to model the rel…

Cited by 79SourcePDFScholar
2021

Structure-Grounded Pretraining for Text-to-SQL

NAACL 2021long

Learning to capture text-table alignment is essential for tasks like text-to-SQL. A model needs to correctly recognize natural language references to columns and values and to ground them in the given database schema. In this paper, we present a novel weakly supervised Structure-Grounded pretraining…