Learning to Select from Multiple Options
Jiangshu Du, Wenpeng Yin, Congying Xia, Philip S. Yu

TL;DR
This paper introduces Context-TE and Parallel-TE models that improve selection tasks in NLP by considering multiple options simultaneously, leading to better accuracy and faster inference compared to traditional pairwise methods.
Contribution
The paper proposes a novel contextualized TE model and a parallel decision model that enhance selection accuracy and significantly speed up inference in NLP tasks.
Findings
Context-TE improves decision reliability by considering multiple options.
Parallel-TE achieves k times faster inference than pairwise TE.
Models set new SOTA performance on multiple selection tasks.
Abstract
Many NLP tasks can be regarded as a selection problem from a set of options, such as classification tasks, multi-choice question answering, etc. Textual entailment (TE) has been shown as the state-of-the-art (SOTA) approach to dealing with those selection problems. TE treats input texts as premises (P), options as hypotheses (H), then handles the selection problem by modeling (P, H) pairwise. Two limitations: first, the pairwise modeling is unaware of other options, which is less intuitive since humans often determine the best options by comparing competing candidates; second, the inference process of pairwise TE is time-consuming, especially when the option space is large. To deal with the two issues, this work first proposes a contextualized TE model (Context-TE) by appending other k options as the context of the current (P, H) modeling. Context-TE is able to learn more reliable…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Sentiment Analysis and Opinion Mining
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
