paper-with-me

홈 › Papers

A Mutual Information Maximization Approach for the Spurious Solution Problem in Weakly Supervised Question Answering

2021-06-14 · ACL 2021 5 · Zhihong Shao, Lifeng Shang, Qun Liu, Minlie Huang

Weakly supervised question answering usually has only the final answers as supervision signals while the correct solutions to derive the answers are not provided. This setting gives rise to the spurious solution problem: there may exist many spurious solutions that coincidentally derive the correct answer, but training on such solutions can hurt model performance (e.g., producing wrong solutions or answers). For example, for discrete reasoning tasks as on DROP, there may exist many equations to derive a numeric answer, and typically only one of them is correct. Previous learning methods mostly filter out spurious solutions with heuristics or using model confidence, but do not explicitly exploit the semantic correlations between a question and its solution. In this paper, to alleviate the spurious solution problem, we propose to explicitly exploit such semantic correlations by maximizing the mutual information between question-answer pairs and predicted solutions. Extensive experiments on four question answering datasets show that our method significantly outperforms previous learning methods in terms of task performance and is more effective in training models to produce correct solutions.

📄 PDF Abstract BibTeX arXiv:2106.07174

Code (1)

ZhihongShao/MIMAX 공식 구현 pytorch

Tasks

Question Answering

Similar Papers 제목 키워드 기반

Emergent cooperation through mutual information maximization

2020-06-21 · Santiago Cuervo, Marco Alzate

With artificial intelligence systems becoming ubiquitous in our society, its designers will soon have to start to consider its social dimension, as many of these systems will have to interact among them to work efficient…

Deep Reinforcement Learning

High-Order Conditional Mutual Information Maximization for dealing with High-Order Dependencies in Feature Selection

2022-07-18 · Francisco Souza, Cristiano Premebida, Rui Araújo

This paper presents a novel feature selection method based on the conditional mutual information (CMI). The proposed High Order Conditional Mutual Information Maximization (HOCMIM) incorporates high order dependencies in…

feature selectionVocal Bursts Intensity Prediction

DiME: Maximizing Mutual Information by a Difference of Matrix-Based Entropies

2023-01-19 · Oscar Skean, Jhoan Keider Hoyos Osorio, Austin J. Brockmeier, Luis Gonzalo Sanchez Giraldo

We introduce an information-theoretic quantity with similar properties to mutual information that can be estimated from data without making explicit assumptions on the underlying distribution. This quantity is based on a…

DisentanglementMutual Information EstimationRepresentation Learning

Multimodal Representations Learning Based on Mutual Information Maximization and Minimization and Identity Embedding for Multimodal Sentiment Analysis

2022-01-10 · Jiahao Zheng, Sen Zhang, XiaoPing Wang, Zhigang Zeng

Multimodal sentiment analysis (MSA) is a fundamental complex research problem due to the heterogeneity gap between different modalities and the ambiguity of human emotional expression. Although there have been many succe…

Multimodal Sentiment AnalysisSentiment Analysis

Long-Tailed Recognition by Mutual Information Maximization between Latent Features and Ground-Truth Labels

2023-05-02 · Min-Kook Suh, Seung-Woo Seo

Although contrastive learning methods have shown prevailing performance on a variety of representation learning tasks, they encounter difficulty when the training dataset is long-tailed. Many researchers have combined co…

Contrastive Learningimage-classificationImage ClassificationImage Segmentation+3