paper-with-me

홈 › Papers

Multiway Attention Networks for Modeling Sentence Pairs

2018-07-01 · IJCAI 2018 7 · Chuanqi Tan, Furu Wei, Wenhui Wang, Weifeng Lv, Ming Zhou

Modeling sentence pairs plays the vital role for judging the relationship between two sentences, such as paraphrase identification, natural language inference, and answer sentence selection. Previous work achieves very promising results using neural networks with attention mechanism. In this paper, we propose the multiway attention networks which employ multiple attention functions to match sentence pairs under the matching-aggregation framework. Specifically, we design four attention functions to match words in corresponding sentences. Then, we aggregate the matching information from each function, and combine the information from all functions to obtain the final representation. Experimental results demonstrate that the proposed multiway attention networks improve the result on the Quora Question Pairs, SNLI, MultiNLI, and answer sentence selection task on the SQuAD dataset.

📄 PDF Abstract BibTeX

Code (1)

zsweet/zsw_AI_model pytorch

Tasks

Natural Language InferenceParaphrase IdentificationSentence

Similar Papers 제목 키워드 기반

Cascading Multiway Attentions for Document-level Sentiment Classification

2017-11-01 · IJCNLP 2017 11 · Dehong Ma, Sujian Li, Xiaodong Zhang, Houfeng Wang 외

Document-level sentiment classification aims to assign the user reviews a sentiment polarity. Previous methods either just utilized the document content without consideration of user and product information, or did not c…

ClassificationGeneral ClassificationProduct RecommendationSentence+2

Image as a Foreign Language: BEiT Pretraining for Vision and Vision-Language Tasks

2023-01-01 · CVPR 2023 1 · Wenhui Wang, Hangbo Bao, Li Dong, Johan Bjorck 외

A big convergence of language, vision, and multimodal pretraining is emerging. In this work, we introduce a general-purpose multimodal foundation model BEiT-3, which achieves excellent transfer performance on both vi…

Cross-Modal RetrievalImage Captioningimage-classificationImage Classification+10

Image as a Foreign Language: BEiT Pretraining for All Vision and Vision-Language Tasks

2022-08-22 · Wenhui Wang, Hangbo Bao, Li Dong, Johan Bjorck 외

A big convergence of language, vision, and multimodal pretraining is emerging. In this work, we introduce a general-purpose multimodal foundation model BEiT-3, which achieves state-of-the-art transfer performance on both…

AllCross-Modal RetrievalImage Captioningimage-classification+13

ABCNN: Attention-Based Convolutional Neural Network for Modeling Sentence Pairs

2015-12-16 · TACL 2016 1 · Wenpeng Yin, Hinrich Schütze, Bing Xiang, Bo-Wen Zhou

How to model a pair of sentences is a critical issue in many NLP tasks such as answer selection (AS), paraphrase identification (PI) and textual entailment (TE). Most prior work (i) deals with one individual task by fine…

Answer SelectionNatural Language InferenceParaphrase IdentificationSentence

Once is Enough: A Light-Weight Cross-Attention for Fast Sentence Pair Modeling

2022-10-11 · Yuanhang Yang, shiyi qi, Chuanyi Liu, Qifan Wang 외

Transformer-based models have achieved great success on sentence pair modeling tasks, such as answer selection and natural language inference (NLI). These models generally perform cross-attention over input pairs, leadin…

Answer SelectionNatural Language InferenceSentenceSentence Pair Modeling