paper-with-me

Papers

Universal Natural Language Processing with Limited Annotations: Try Few-shot Textual Entailment as a Start

2020-10-06 · EMNLP 2020 11 · Wenpeng Yin, Nazneen Fatema Rajani, Dragomir Radev, Richard Socher, Caiming Xiong

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

📄 PDF Abstract BibTeX arXiv:2010.02584

Code (1)

salesforce/UniversalFewShotNLP 공식 구현 pytorch

Tasks

coreference-resolutionCoreference ResolutionNatural Language InferenceQuestion Answering

Similar Papers 제목 키워드 기반

ULSAna: Universal Language Semantic Analyzer

2019-09-01 · RANLP 2019 9 · Ond{\v{r}}ej Pra{\v{z}}{\'a}k, Miloslav Konopik

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 Labeling

Data Mining in Clinical Trial Text: Transformers for Classification and Question Answering Tasks

2020-01-30 · Lena Schmidt, Julie Weeds, Julian P. T. Higgins

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+7

Tokenizing, POS Tagging, Lemmatizing and Parsing UD 2.0 with UDPipe

2017-08-01 · CONLL 2017 8 · Milan Straka, Jana Strakov{\'a}

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 Tagging

Multilingual Pre-training with Universal Dependency Learning

2021-12-01 · NeurIPS 2021 12 · Kailai Sun, Zuchao Li, Hai Zhao

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+1

Embracing Non-Traditional Linguistic Resources for Low-resource Language Name Tagging

2017-11-01 · IJCNLP 2017 11 · Boliang Zhang, Di Lu, Xiaoman Pan, Ying Lin 외

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