TOI-CNN: a Solution of Information Extraction on Chinese Insurance Policy (N19-2)
Copied to clipboard
| Challenge: | Existing methods for Element Tagging on insurance policies can be used to streamline manual review of hundreds of contracts. |
| Approach: | They propose a text-of-interest convolutional neural network (TOI-CNN) to replace traditional pooling layer for processing nested phrasal or clausal elements in insurance policies. |
| Outcome: | The proposed method can automatically convert a massive amount of insurance policies into structural archives for management and comparison. |
Similar Papers
Baseline Needs More Love: On Simple Word-Embedding-Based Models and Associated Pooling Mechanisms (P18-1)
Copied to clipboard
Dinghan Shen, Guoyin Wang, Wenlin Wang, Martin Renqiang Min, Qinliang Su, Yizhe Zhang, Chunyuan Li, Ricardo Henao, Lawrence Carin
| Challenge: | Existing deep learning architectures to model compositionality in text sequences require a large number of parameters and expensive computations. |
| Approach: | They propose two additional pooling strategies over word embeddings for improved interpretability and hierarchical pooling for spatial (n-gram) information within text sequences. |
| Outcome: | The proposed pooling strategies improve interpretability and preserve spatial (n-gram) information within text sequences. |
Every Document Owns Its Structure: Inductive Text Classification via Graph Neural Networks (2020.acl-main)
Copied to clipboard
| Challenge: | Existing graph-based methods for text classification cannot capture contextual word relationships within each document nor can they produce inductive learning of new words. |
| Approach: | They propose to use Graph Neural Networks to learn the local word representations and then aggregate the word nodes as the document embeddings. |
| Outcome: | The proposed method outperforms state-of-the-art methods on four benchmark datasets. |
Convolutional Neural Networks for Financial Text Regression (P19-2)
Copied to clipboard
| Challenge: | Recent studies have defined forecasting financial volatility from annual reports as text regression problem. |
| Approach: | They propose to replace word features with word embedding vectors to remove lexicon dependency. |
| Outcome: | The proposed model provides more accurate volatility predictions than lexicon based models. |
A Neural Network Model for Part-Of-Speech Tagging of Social Media Texts (L18-1)
Copied to clipboard
| Challenge: | Recent approaches based on end-to-end Deep Neural Networks (DNNs) have shown promising results for Natural Language Processing (NLP). |
| Approach: | They propose a neural network model for part-of-speech (POS) tagging of User-Generated Content (UGC) such as Twitter, Facebook and Web forums that uses character and word representations. |
| Outcome: | The proposed model is end-to-end and uses character and word representations . it is compared with existing models on social media in English, german, french, italian and spanish . |
APPSI-139: A Parallel Corpus of English Application Privacy Policy Summarization and Interpretation (2026.acl-long)
Copied to clipboard
Pengyun Zhu, Qiheng Sun, Long Wen, Yanbo Wang, Yang Cao, Junxu Liu, Deyi Xiong, Jinfei Liu, Zhibo Wang, Kui Ren
| Challenge: | a lack of high-quality English privacy policy corpus optimized for legal clarity and readability is limiting translation of privacy policies . 139 privacy policies are often considered "incomprehensible" due to technical jargon, legal language, and convoluted grammatical structures. |
| Approach: | They propose a high-quality English privacy policy corpus annotated by domain experts . they propose APPSI-139 to summarize and interpret privacy policies in English . |
| Outcome: | The proposed framework outperforms large language models in terms of readability and accuracy. |
A Deep Neural Information Fusion Architecture for Textual Network Embeddings (D19-1)
Copied to clipboard
| Challenge: | Textual network embeddings aim to learn a low-dimensional representation for every node in the network while seeking to retain the original network information. |
| Approach: | They propose a deep neural architecture to fuse the two kinds of informations into one representation. |
| Outcome: | The proposed model outperforms the comparing methods on all three datasets. |
Obligation and Prohibition Extraction Using Hierarchical RNNs (P18-2)
Copied to clipboard
| Challenge: | Existing methods for contract element extraction and contract element classification focus on indicative tokens, but they are not as efficient as the current ones. |
| Approach: | They propose a self-attention mechanism that converts each sentence to an embedding and processes the embeddables to classify each sentence. |
| Outcome: | The proposed method outperforms the flat BILSTM classifier even when it considers surrounding sentences because it has a broader discourse view. |
VCWE: Visual Character-Enhanced Word Embeddings (N19-1)
Copied to clipboard
| Challenge: | Currently, word embeddings are playing a pivotal role in many natural language processing tasks. |
| Approach: | They propose a model to learn Chinese word embeddings via three-level composition . they use convolutional neural network to extract intra-character compositionality from character shape . |
| Outcome: | The proposed model performs better on word similarity, sentiment analysis, named entity recognition and part-of-speech tagging tasks. |
Encoding Sentiment Information into Word Vectors for Sentiment Analysis (C18-1)
Copied to clipboard
| Challenge: | Existing methods for embedding sentiment knowledge into word vectors are generally trained independently of the downstream task. |
| Approach: | They propose to encode sentiment knowledge into pre-trained word vectors to improve sentiment analysis. |
| Outcome: | The proposed method improves sentiment analysis on four popular sentiment datasets compared to benchmark methods. |
Double Embeddings and CNN-based Sequence Labeling for Aspect Extraction (P18-2)
Copied to clipboard
| Challenge: | Recent supervised deep learning models have achieved state-of-the-art performance, but there are two other considerations that are important. |
| Approach: | They propose a supervised aspect extraction model using general-purpose embeddings and domain-specific embeddables. |
| Outcome: | The proposed model outperforms state-of-the-art methods without supervision and achieves very good results. |