paper-with-me

Papers

Two is Better than Many? Binary Classification as an Effective Approach to Multi-Choice Question Answering

2022-10-29 · Deepanway Ghosal, Navonil Majumder, Rada Mihalcea, Soujanya Poria

We propose a simple refactoring of multi-choice question answering (MCQA) tasks as a series of binary classifications. The MCQA task is generally performed by scoring each (question, answer) pair normalized over all the pairs, and then selecting the answer from the pair that yield the highest score. For n answer choices, this is equivalent to an n-class classification setup where only one class (true answer) is correct. We instead show that classifying (question, true answer) as positive instances and (question, false answer) as negative instances is significantly more effective across various models and datasets. We show the efficacy of our proposed approach in different tasks -- abductive reasoning, commonsense question answering, science question answering, and sentence completion. Our DeBERTa binary classification model reaches the top or close to the top performance on public leaderboards for these tasks. The source code of the proposed approach is available at https://github.com/declare-lab/TEAM.

📄 PDF Abstract BibTeX arXiv:2210.16495

Code (1)

declare-lab/team 공식 구현 pytorch

Tasks

Binary ClassificationQuestion AnsweringScience Question AnsweringSentenceSentence Completion

Methods 이 논문이 사용한 방법론

How do I file a dispute with Expedia?*DisputeFastService How do I file a dispute with Expedia? To file a dispute with Expedia, call +1(888) (829) (0881) OR +1(805) (330) (4056), or use their Help Center to submit your case with…
DeBERTa DeBERTa is a Transformer-based neural language model that aims to improve the…

Similar Papers 제목 키워드 기반

Adapting multi-armed bandits policies to contextual bandits scenarios

2018-11-11 · David Cortes

This work explores adaptations of successful multi-armed bandits policies to the online contextual bandits scenario with binary rewards using binary classification algorithms such as logistic regression as black-box orac…

Binary ClassificationClassificationGeneral ClassificationMulti-Armed Bandits+2

The Offset Tree for Learning with Partial Labels

2008-12-21 · Alina Beygelzimer, John Langford

We present an algorithm, called the Offset Tree, for learning to make decisions in situations where the payoff of only one choice is observed, rather than all choices. The algorithm reduces this setting to binary classif…

Binary ClassificationClassificationGeneral Classification

Learning Effective Binary Visual Representations with Deep Networks

2018-03-08 · Jianxin Wu, Jian-Hao Luo

Although traditionally binary visual representations are mainly designed to reduce computational and storage costs in the image retrieval research, this paper argues that binary visual representations can be applied to l…

General ClassificationImage Retrievalobject-detectionObject Detection+1

Binary Classifier Calibration using an Ensemble of Near Isotonic Regression Models

2015-11-16 · Mahdi Pakdaman Naeini, Gregory F. Cooper

Learning accurate probabilistic models from data is crucial in many practical tasks in data mining. In this paper we present a new non-parametric calibration method called \textit{ensemble of near isotonic regression} (E…

Binary ClassificationClassifier calibrationGeneral Classificationregression

Can depth-adaptive BERT perform better on binary classification tasks

2021-11-22 · Jing Fan, Xin Zhang, Sheng Zhang, Yan Pan 외

In light of the success of transferring language models into NLP tasks, we ask whether the full BERT model is always the best and does it exist a simple but effective method to find the winning ticket in state-of-the-art…

Binary ClassificationClassificationText Classification