paper-with-me

홈 › Papers

NUS-IDS at FinCausal 2021: Dependency Tree in Graph Neural Network for Better Cause-Effect Span Detection

2021-10-06 · FNP 2021 9 · Fiona Anting Tan, See-Kiong Ng

Automatic identification of cause-effect spans in financial documents is important for causality modelling and understanding reasons that lead to financial events. To exploit the observation that words are more connected to other words with the same cause-effect type in a dependency tree, we construct useful graph embeddings by incorporating dependency relation features through a graph neural network. Our model builds on a baseline BERT token classifier with Viterbi decoding, and outperforms this baseline in cross-validation and during the competition. In the official run of FinCausal 2021, we obtained Precision, Recall, and F1 scores of 95.56%, 95.56% and 95.57% that all ranked 1st place, and an Exact Match score of 86.05% which ranked 3rd place.

📄 PDF Abstract BibTeX arXiv:2110.02991

Code (1)

tanfiona/causeeffectdetection 공식 구현 pytorch

Tasks

Graph Neural Network

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Weight Decay 설명 없음
Multi-Head Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

LIPI at FinCausal 2022: Mining Causes and Effects from Financial Texts

2022-06-01 · FNP (LREC) 2022 6 · Sohom Ghosh, Sudip Naskar

While reading financial documents, investors need to know the causes and their effects. This empowers them to make data-driven decisions. Thus, there is a need to develop an automated system for extracting causes and the…

JDD @ FinCausal 2020, Task 2: Financial Document Causality Detection

2020-12-01 · FNP (COLING) 2020 12 · Toshiya Imoto, Tomoki Ito

This paper describes the approach we built for the Financial Document Causality Detection Shared Task (FinCausal-2020) Task 2: Cause and Effect Detection. Our approach is based on a multi-class classifier using BiLSTM wi…

Task 2

ISIKUN at the FinCausal 2020: Linguistically informed Machine-learning Approach for Causality Identification in Financial Documents

2020-12-01 · FNP (COLING) 2020 12 · Gökberk Özenir, İlknur Karadeniz

This paper presents our participation to the FinCausal-2020 Shared Task whose ultimate aim is to extract cause-effect relations from a given financial text. Our participation includes two systems for the two sub-tasks of…

Binary ClassificationTask 2

iLab at FinCausal 2022: Enhancing Causality Detection with an External Cause-Effect Knowledge Graph

2022-06-01 · FNP (LREC) 2022 6 · Ziwei Xu, Rungsiman Nararatwong, Natthawut Kertkeidkachorn, Ryutaro Ichise

The application of span detection grows fast along with the increasing need of understanding the causes and effects of events, especially in the finance domain. However, once the syntactic clues are absent in the text, t…

graph constructionGraph Embedding

An Empirical Investigation of Structured Output Modeling for Graph-based Neural Dependency Parsing

2019-07-01 · ACL 2019 7 · Zhisong Zhang, Xuezhe Ma, Eduard Hovy

In this paper, we investigate the aspect of structured output modeling for the state-of-the-art graph-based neural dependency parser (Dozat and Manning, 2017). With evaluations on 14 treebanks, we empirically show that g…

Dependency ParsingSentence