Detecting Incongruent News Articles Using Multi-head Attention Dual Summarization (2022.aacl-main)
Copied to clipboard
| Challenge: | Recent studies on incongruity detection focus on estimating the similarity between the headline and the encoding of the body or its summary but most of these methods fail to handle inconvenient news articles created with embedded noise. |
| Approach: | They propose a method which generates two types of summaries that capture the congruent and incongruent parts in the body separately. |
| Outcome: | The proposed method outperforms the state-of-the-art methods over three publicly available datasets. |
Similar Papers
Applying Automatic Text Summarization for Fake News Detection (2022.lrec-1)
Copied to clipboard
| Challenge: | Social media has been a driver for the spread of misleading and deliberately wrong information, as there is little to no veracity monitoring. |
| Approach: | They propose a framework that combines transformer-based language models with contextual information to circumvent sequential limits and related loss of information. |
| Outcome: | The proposed framework can circumvent sequential limits and related loss of information on two publicly available datasets and achieve state-of-the-art performance benchmarks. |
Entity-Aware Dual Co-Attention Network for Fake News Detection (2023.findings-eacl)
Copied to clipboard
| Challenge: | Existing models for fake news detection are limited in their ability to detect it from different aspects. |
| Approach: | They propose a Dual Co-Attention Network (Dual-CAN) for fake news detection that takes news content, social media replies, and external knowledge into consideration. |
| Outcome: | The proposed model outperforms existing models in two benchmark datasets. |
Graph-based Fake News Detection using a Summarization Technique (2021.eacl-main)
Copied to clipboard
| Challenge: | Existing methods to detect fake news using external information and internal information are difficult to identify external information in all documents. |
| Approach: | They propose a graph-based fake news detection method that uses only the document internal information to represent the relationship between all sentences using a diagram and the reflection rate of contextual information among sentences is computed by using an attention mechanism. |
| Outcome: | The proposed method achieves high accuracy, 91.04%, that is 8.85%p better than the previous method. |
Multi-News: A Large-Scale Multi-Document Summarization Dataset and Abstractive Hierarchical Model (P19-1)
Copied to clipboard
| Challenge: | Multi-document summarization (MDS) of news articles has been limited to datasets of a couple of hundred examples. |
| Approach: | They propose a model which integrates a traditional extractive summarization model with a standard SDS model and achieves competitive results on MDS datasets. |
| Outcome: | The proposed model achieves competitive results on large-scale datasets. |
Disentangling Structure and Style: Political Bias Detection in News by Inducing Document Hierarchy (2023.findings-emnlp)
Copied to clipboard
| Challenge: | a new method to detect political bias in news articles overcomes this domain dependency . partisan bias exists in various social issues, including the 2016 presidential election . |
| Approach: | They propose a multi-head hierarchical attention model that encodes the structure of long documents through a diverse ensemble of attention heads. |
| Outcome: | The proposed model outperforms existing methods for detecting political bias in news articles. |
Hierarchical Multi-head Attentive Network for Evidence-aware Fake News Detection (2021.eacl-main)
Copied to clipboard
| Challenge: | Existing methods to fact-check information focus on word-level attention or evidence-level focus, which may result in suboptimal performance. |
| Approach: | They propose a Hierarchical Multi-head Attentive Network to fact-check textual claims using word-level attention and document-level focus. |
| Outcome: | The proposed model outperforms state-of-the-art methods on two real-word datasets. Improvements over baselines are from 6% to 18%. |
Towards Unified Uni- and Multi-modal News Headline Generation (2024.findings-eacl)
Copied to clipboard
| Challenge: | Current approaches to multimodal summarization and headline generation are limited by hierarchical cross-modal encoders and modality-specific decoders. |
| Approach: | They propose a task formulation that utilizes a simple encoder-decoder model to generate headlines from uni- and multimodal news articles. |
| Outcome: | The proposed model is trained on data of several modalities and extends the decoder to handle the multimodal output. |
Early Detection of Fake News by Utilizing the Credibility of News, Publishers, and Users based on Weakly Supervised Learning (2020.coling-main)
Copied to clipboard
| Challenge: | Existing models for fake news detection are often insufficient or lacking in features . a novel structure-aware multi-head attention network can detect fake news in 4 hours . |
| Approach: | They propose a structure-aware multi-head attention network to detect fake news in mass news . they use credibility of publishers and users as prior weakly supervised information . |
| Outcome: | The proposed model can detect fake news in 4 hours with an accuracy of over 91% . the proposed model is faster than the state-of-the-art models . |
Multimodal Fusion with Co-Attention Networks for Fake News Detection (2021.findings-acl)
Copied to clipboard
| Challenge: | Existing methods to detect fake news with textual and visual contents are ineffective because they concatenate unimodal features without considering inter-modality relations. |
| Approach: | They propose to fuse textual and visual features for fake news detection using multimodal co-attention networks to learn inter-dependencies between multimodal features. |
| Outcome: | Extensive experiments on two realworld datasets show that the proposed network outperforms state-of-the-art methods and learns inter-dependencies among multimodal features. |
MLASK: Multimodal Summarization of Video-based News Articles (2023.findings-eacl)
Copied to clipboard
| Challenge: | Recent studies on multimodal summarization have shown that the benefits of pre-training and using additional modalities in the input are not orthogonal. |
| Approach: | They propose to use a dataset to train a multimodal article summarization model by automatically crawling several news websites. |
| Outcome: | The proposed dataset can be used to model multimodal summarization by training a Transformer-based neural model. |