paper-with-me

Papers

Doc2EDAG: An End-to-End Document-level Framework for Chinese Financial Event Extraction

2019-04-16 · IJCNLP 2019 11 · Shun Zheng, Wei Cao, Wei Xu, Jiang Bian

Most existing event extraction (EE) methods merely extract event arguments within the sentence scope. However, such sentence-level EE methods struggle to handle soaring amounts of documents from emerging applications, such as finance, legislation, health, etc., where event arguments always scatter across different sentences, and even multiple such event mentions frequently co-exist in the same document. To address these challenges, we propose a novel end-to-end model, Doc2EDAG, which can generate an entity-based directed acyclic graph to fulfill the document-level EE (DEE) effectively. Moreover, we reformalize a DEE task with the no-trigger-words design to ease the document-level event labeling. To demonstrate the effectiveness of Doc2EDAG, we build a large-scale real-world dataset consisting of Chinese financial announcements with the challenges mentioned above. Extensive experiments with comprehensive analyses illustrate the superiority of Doc2EDAG over state-of-the-art methods. Data and codes can be found at https://github.com/dolphin-zs/Doc2EDAG.

📄 PDF Abstract BibTeX arXiv:1904.07535

Code (2)

dolphin-zs/Doc2EDAG 공식 구현 pytorch
Spico197/DocEE pytorch

Tasks

Document-level Event ExtractionEvent ExtractionSentence

Similar Papers 제목 키워드 기반

DCFEE: A Document-level Chinese Financial Event Extraction System based on Automatically Labeled Training Data

2018-07-01 · ACL 2018 7 · Hang Yang, Yubo Chen, Kang Liu, Yang Xiao 외

We present an event extraction framework to detect event mentions and extract events from the document-level financial news. Up to now, methods based on supervised learning paradigm gain the highest performance in public…

Event ExtractionSentence

Target-based Sentiment Annotation in Chinese Financial News

2020-05-01 · LREC 2020 5 · Chaofa Yuan, Yu-Han Liu, Rongdi Yin, Jun Zhang 외

This paper presents the design and construction of a large-scale target-based sentiment annotation corpus on Chinese financial news text. Different from the most existing paragraph/document-based annotation corpus, in th…

Sentiment Analysis

Knowledge Graph Enhanced Event Extraction in Financial Documents

2021-09-06 · Kaihao Guo, Tianpei Jiang, Haipeng Zhang

Event extraction is a classic task in natural language processing with wide use in handling large amount of yet rapidly growing financial, legal, medical, and government documents which often contain multiple events with…

Event ExtractionGraph Neural Network

CFGPT: Chinese Financial Assistant with Large Language Model

2023-09-19 · Jiangtong Li, Yuxuan Bian, Guoxuan Wang, Yang Lei 외

Large language models (LLMs) have demonstrated great potential in natural language processing tasks within the financial domain. In this work, we present a Chinese Financial Generative Pre-trained Transformer framework, …

Decision MakingFinancial AnalysisLanguage ModelingLanguage Modelling+2

Extracting Variable-Depth Logical Document Hierarchy from Long Documents: Method, Evaluation, and Application

2021-05-14 · Rongyu Cao, Yixuan Cao, Ganbin Zhou, Ping Luo

In this paper, we study the problem of extracting variable-depth "logical document hierarchy" from long documents, namely organizing the recognized "physical document objects" into hierarchical structures. The discovery …

Binary ClassificationPassage RetrievalRetrieval