paper-with-me

Papers

A Self-Attention Network for Hierarchical Data Structures with an Application to Claims Management

2018-08-30 · Leander Löw, Martin Spindler, Eike Brechmann

Insurance companies must manage millions of claims per year. While most of these claims are non-fraudulent, fraud detection is core for insurance companies. The ultimate goal is a predictive model to single out the fraudulent claims and pay out the non-fraudulent ones immediately. Modern machine learning methods are well suited for this kind of problem. Health care claims often have a data structure that is hierarchical and of variable length. We propose one model based on piecewise feed forward neural networks (deep learning) and another model based on self-attention neural networks for the task of claim management. We show that the proposed methods outperform bag-of-words based models, hand designed features, and models based on convolutional neural networks, on a data set of two million health care claims. The proposed self-attention method performs the best.

📄 PDF Abstract BibTeX arXiv:1808.10543

Code (0)

등록된 구현이 없습니다.

Tasks

Fraud DetectionManagement

Similar Papers 제목 키워드 기반

Tree-structured Attention with Hierarchical Accumulation

2020-02-19 · ICLR 2020 1 · Xuan-Phi Nguyen, Shafiq Joty, Steven C. H. Hoi, Richard Socher

Incorporating hierarchical structures like constituency trees has been shown to be effective for various natural language processing (NLP) tasks. However, it is evident that state-of-the-art (SOTA) sequence-based models …

text-classificationText ClassificationTranslation

Theoretical Limitations of Self-Attention in Neural Sequence Models

2019-06-16 · TACL 2020 1 · Michael Hahn

Transformers are emerging as the new workhorse of NLP, showing great success across tasks. Unlike LSTMs, transformers process input sequences entirely through self-attention. Previous work has suggested that the computat…

Hard Attention

Tree Transformer: Integrating Tree Structures into Self-Attention

2019-09-14 · IJCNLP 2019 11 · Yau-Shian Wang, Hung-Yi Lee, Yun-Nung Chen

Pre-training Transformer from large-scale raw texts and fine-tuning on the desired task have achieved state-of-the-art results on diverse NLP tasks. However, it is unclear what the learned attention captures. The attenti…

Language ModelingLanguage Modelling

DialogXL: All-in-One XLNet for Multi-Party Conversation Emotion Recognition

2020-12-16 · Weizhou Shen, Junqing Chen, Xiaojun Quan, Zhixian Xie

This paper presents our pioneering effort for emotion recognition in conversation (ERC) with pre-trained language models. Unlike regular documents, conversational utterances appear alternately from different parties and …

AllEmotion RecognitionEmotion Recognition in Conversation

SHMamba: Structured Hyperbolic State Space Model for Audio-Visual Question Answering

2024-06-14 · Zhe Yang, Wenrui Li, GuangHui Cheng

The Audio-Visual Question Answering (AVQA) task holds significant potential for applications. Compared to traditional unimodal approaches, the multi-modal input of AVQA makes feature extraction and fusion processes more …

Audio-visual Question AnsweringAudio-Visual Question Answering (AVQA)Question AnsweringState Space Models+1