paper-with-me

Papers

Evaluating the Effectiveness of Efficient Neural Architecture Search for Sentence-Pair Tasks

2020-10-08 · EMNLP (insights) 2020 11 · Ansel MacLaughlin, Jwala Dhamala, Anoop Kumar, Sriram Venkatapathy, Ragav Venkatesan, Rahul Gupta

Neural Architecture Search (NAS) methods, which automatically learn entire neural model or individual neural cell architectures, have recently achieved competitive or state-of-the-art (SOTA) performance on variety of natural language processing and computer vision tasks, including language modeling, natural language inference, and image classification. In this work, we explore the applicability of a SOTA NAS algorithm, Efficient Neural Architecture Search (ENAS) (Pham et al., 2018) to two sentence pair tasks, paraphrase detection and semantic textual similarity. We use ENAS to perform a micro-level search and learn a task-optimized RNN cell architecture as a drop-in replacement for an LSTM. We explore the effectiveness of ENAS through experiments on three datasets (MRPC, SICK, STS-B), with two different models (ESIM, BiLSTM-Max), and two sets of embeddings (Glove, BERT). In contrast to prior work applying ENAS to NLP tasks, our results are mixed -- we find that ENAS architectures sometimes, but not always, outperform LSTMs and perform similarly to random architecture search.

📄 PDF Abstract BibTeX arXiv:2010.04249

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationLanguage ModelingLanguage ModellingMRPCNatural Language InferenceNeural Architecture SearchSemantic Textual SimilaritySentenceSTSSTS-B

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Sentence Pair Embeddings Based Evaluation Metric for Abstractive and Extractive Summarization

2022-06-01 · LREC 2022 6 · Ramya Akula, Ivan Garibay

The development of an automatic evaluation metric remains an open problem in text generation. Widely used evaluation metrics, like ROUGE and BLEU, are based on exact word matching and fail to capture semantic similarity.…

Extractive SummarizationNatural Language InferenceSemantic SimilaritySemantic Textual Similarity+5

Training and Evaluating Multimodal Word Embeddings with Large-scale Web Annotated Images

2016-11-24 · NeurIPS 2016 12 · Junhua Mao, Jiajing Xu, Yushi Jing, Alan Yuille

In this paper, we focus on training and evaluating effective word embeddings with both text and visual information. More specifically, we introduce a large-scale dataset with 300 million sentences describing over 40 mill…

Image RetrievalSentenceWord Embeddings

Readability-based Sentence Ranking for Evaluating Text Simplification

2016-03-18 · Sowmya Vajjala, Detmar Meurers

We propose a new method for evaluating the readability of simplified sentences through pair-wise ranking. The validity of the method is established through in-corpus and cross-corpus evaluation experiments. The approach …

ArticlesCross-corpusSentenceText Simplification

Pointwise Paraphrase Appraisal is Potentially Problematic

2020-05-25 · ACL 2020 6 · Hannah Chen, Yangfeng Ji, David Evans

The prevailing approach for training and evaluating paraphrase identification models is constructed as a binary classification problem: the model is given a pair of sentences, and is judged by how accurately it classifie…

Binary ClassificationParaphrase Identification

DialogueCSE: Dialogue-based Contrastive Learning of Sentence Embeddings

2021-09-26 · EMNLP 2021 11 · Che Liu, Rui Wang, Jinghua Liu, Jian Sun 외

Learning sentence embeddings from dialogues has drawn increasing attention due to its low annotation cost and high domain adaptability. Conventional approaches employ the siamese-network for this task, which obtains the …

Contrastive LearningSemantic Textual SimilaritySentenceSentence Embeddings