paper-with-me

Papers

Causality Extraction based on Self-Attentive BiLSTM-CRF with Transferred Embeddings

2019-04-16 · Zhaoning Li, Qi Li, Xiaotian Zou, Jiangtao Ren

Causality extraction from natural language texts is a challenging open problem in artificial intelligence. Existing methods utilize patterns, constraints, and machine learning techniques to extract causality, heavily depending on domain knowledge and requiring considerable human effort and time for feature engineering. In this paper, we formulate causality extraction as a sequence labeling problem based on a novel causality tagging scheme. On this basis, we propose a neural causality extractor with the BiLSTM-CRF model as the backbone, named SCITE (Self-attentive BiLSTM-CRF wIth Transferred Embeddings), which can directly extract cause and effect without extracting candidate causal pairs and identifying their relations separately. To address the problem of data insufficiency, we transfer contextual string embeddings, also known as Flair embeddings, which are trained on a large corpus in our task. In addition, to improve the performance of causality extraction, we introduce a multihead self-attention mechanism into SCITE to learn the dependencies between causal words. We evaluate our method on a public dataset, and experimental results demonstrate that our method achieves significant and consistent improvement compared to baselines.

📄 PDF Abstract BibTeX arXiv:1904.07629

Code (1)

Das-Boot/scite 공식 구현

Tasks

Feature Engineering

Similar Papers 제목 키워드 기반

EmotionX-DLC: Self-Attentive BiLSTM for Detecting Sequential Emotions in Dialogues

2018-07-01 · WS 2018 7 · Linkai Luo, Haiqin Yang, Francis Y. L. Chin

In this paper, we propose a self-attentive bidirectional long short-term memory (SA-BiLSTM) network to predict multiple emotions for the EmotionX challenge. The BiLSTM exhibits the power of modeling the word dependencies…

Emotion ClassificationGeneral ClassificationSentence ClassificationSentence Embedding

EmotionX-DLC: Self-Attentive BiLSTM for Detecting Sequential Emotions in Dialogue

2018-06-19 · Linkai Luo, Haiqing Yang, Francis Y. L. Chin

In this paper, we propose a self-attentive bidirectional long short-term memory (SA-BiLSTM) network to predict multiple emotions for the EmotionX challenge. The BiLSTM exhibits the power of modeling the word dependencies…

Emotion ClassificationGeneral Classification

Learning Granger Causality from Instance-wise Self-attentive Hawkes Processes

2024-02-06 · Dongxia Wu, Tsuyoshi Idé, Aurélie Lozano, Georgios Kollias 외

We address the problem of learning Granger causality from asynchronous, interdependent, multi-type event sequences. In particular, we are interested in discovering instance-level causal structures in an unsupervised mann…

Causal DiscoveryDecision MakingType prediction

基于SoftLexicon和注意力机制的中文因果关系抽取(Chinese Causality Extraction Based on SoftLexicon and Attention Mechanism)

2022-10-01 · CCL 2022 10 · Shilin Cui, Rong Yan

“针对现有中文因果关系抽取方法对因果事件边界难以识别和文本特征表示不充分的问题,提出了一种基于外部词汇信息和注意力机制的中文因果关系抽取模型BiLSTM-TWAM+CRF。该模型首次使用SoftLexicon方法引入外部词汇信息构建词集,解决了因果事件边界难以识别的问题。通过构建的双路关注模块TWAM(Two Way Attention Module),实现了从局部和全局两个角度充分刻画文本特征。实验结果表明,与当前中文因果关系抽取模型…

On the Robustness of Self-Attentive Models

2019-07-01 · ACL 2019 7 · Yu-Lun Hsieh, Minhao Cheng, Da-Cheng Juan, Wei Wei 외

This work examines the robustness of self-attentive neural networks against adversarial input perturbations. Specifically, we investigate the attention and feature extraction mechanisms of state-of-the-art recurrent neur…

Machine TranslationSentiment AnalysisTranslation