Papers by Nathan Schucher

2 papers
The Power of Prompt Tuning for Low-Resource Semantic Parsing (2022.acl-short)

Copied to clipboard

Challenge: Prompt tuning is an effective method for adapting pre-trained language models to downstream tasks.
Approach: They propose to use prompt tuning for semantic parsing to map natural language utterances onto formal meaning representations.
Outcome: The proposed method outperforms the fine-tuned model on low-resource splits of Overnight and TOPv2 on language representations with increasing model scale and target representations.
PICARD: Parsing Incrementally for Constrained Auto-Regressive Decoding from Language Models (2021.emnlp-main)

Copied to clipboard

Challenge: Large pre-trained language models for textual data have an unconstrained output space . when fine-tuned to target constrained formal languages like SQL, these models often generate invalid code, rendering it unusable.
Approach: They propose a method for constraining auto-regressive decoders of language models through incremental parsing.
Outcome: The proposed method can find valid output sequences by rejecting inadmissible tokens . it can be used on Spider and CoSQL text-to-SQl translation tasks .

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations