Universal Natural Language Processing with Limited Annotations: Try Few-shot Textual Entailment as a Start
A standard way to address different NLP problems is by first constructing a problem-specific dataset, then building a model to fit this dataset. To build the ultimate artificial intelligence, we desire a single machine that can handle diverse new problems, for which task-specific annotations are limited. We bring up textual entailment as a unified solver for such NLP problems. However, current research of textual entailment has not spilled much ink on the following questions: (i) How well does a pretrained textual entailment system generalize across domains with only a handful of domain-specific examples? and (ii) When is it worth transforming an NLP task into textual entailment? We argue that the transforming is unnecessary if we can obtain rich annotations for this task. Textual entailment really matters particularly when the target NLP task has insufficient annotations. Universal NLP can be probably achieved through different routines. In this work, we introduce Universal Few-shot textual Entailment (UFO-Entail). We demonstrate that this framework enables a pretrained entailment model to work well on new entailment domains in a few-shot setting, and show its effectiveness as a unified solver for several downstream NLP tasks such as question answering and coreference resolution when the end-task annotations are limited. Code: https://github.com/salesforce/UniversalFewShotNLP
Code (1)
Tasks
coreference-resolutionCoreference ResolutionNatural Language InferenceQuestion AnsweringSimilar Papers 제목 키워드 기반
ULSAna: Universal Language Semantic Analyzer
We present a live cross-lingual system capable of producing shallow semantic annotations of natural language sentences for 51 languages at this time. The domain of the input sentences is in principle unconstrained. The s…
Semantic Role LabelingData Mining in Clinical Trial Text: Transformers for Classification and Question Answering Tasks
This research on data extraction methods applies recent advances in natural language processing to evidence synthesis based on medical texts. Texts of interest include abstracts of clinical trials in English and in multi…
Entity Extraction using GANGeneral Classificationnamed-entity-recognitionNamed Entity Recognition+7Tokenizing, POS Tagging, Lemmatizing and Parsing UD 2.0 with UDPipe
Many natural language processing tasks, including the most advanced ones, routinely start by several basic processing steps {--} tokenization and segmentation, most likely also POS tagging and lemmatization, and commonly…
Dependency ParsingLemmatizationPOSPOS TaggingMultilingual Pre-training with Universal Dependency Learning
The pre-trained language model (PrLM) demonstrates domination in downstream natural language processing tasks, in which multilingual PrLM takes advantage of language universality to alleviate the issue of limited resourc…
Dependency ParsingLanguage ModelingLanguage ModellingNatural Language Understanding+1Embracing Non-Traditional Linguistic Resources for Low-resource Language Name Tagging
Current supervised name tagging approaches are inadequate for most low-resource languages due to the lack of annotated data and actionable linguistic knowledge. All supervised learning methods (including deep neural netw…
Relation ClassificationWord Embeddings