paper-with-me

Papers

Document Embedding Enhanced Event Detection with Hierarchical and Supervised Attention

2018-07-01 · ACL 2018 7 · Yue Zhao, Xiaolong Jin, Yuanzhuo Wang, Xue-Qi Cheng

Document-level information is very important for event detection even at sentence level. In this paper, we propose a novel Document Embedding Enhanced Bi-RNN model, called DEEB-RNN, to detect events in sentences. This model first learns event detection oriented embeddings of documents through a hierarchical and supervised attention based RNN, which pays word-level attention to event triggers and sentence-level attention to those sentences containing events. It then uses the learned document embedding to enhance another bidirectional RNN model to identify event triggers and their types in sentences. Through experiments on the ACE-2005 dataset, we demonstrate the effectiveness and merits of the proposed DEEB-RNN model via comparison with state-of-the-art methods.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Document EmbeddingEvent DetectionSentence

Similar Papers 제목 키워드 기반

GraphERE: Jointly Multiple Event-Event Relation Extraction via Graph-Enhanced Event Embeddings

2024-03-19 · Haochen Li, Di Geng

Events describe the state changes of entities. In a document, multiple events are connected by various relations (e.g., Coreference, Temporal, Causal, and Subevent). Therefore, obtaining the connections between events th…

Event Relation ExtractionMulti-Task LearningRelationRelation Extraction

MultiDocFusion: Hierarchical and Multimodal Chunking Pipeline for Enhanced RAG on Long Industrial Documents

2026-04-14 · Joongmin Shin, Chanjun Park, Jeongbae Park, Jaehyung Seo 외 arxiv

RAG-based QA has emerged as a powerful method for processing long industrial documents. However, conventional text chunking approaches often neglect complex and long industrial document structures, causing information lo…

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

Hierarchical Document Encoder for Parallel Corpus Mining

2019-06-20 · WS 2019 8 · Mandy Guo, Yinfei Yang, Keith Stevens, Daniel Cer 외

We explore using multilingual document embeddings for nearest neighbor mining of parallel data. Three document-level representations are investigated: (i) document embeddings generated by simply averaging multilingual se…

Parallel Corpus MiningSentenceSentence EmbeddingSentence-Embedding+1

Hierarchical Contextualized Representation for Named Entity Recognition

2019-11-06 · Ying Luo, Fengshun Xiao, Hai Zhao

Named entity recognition (NER) models are typically based on the architecture of Bi-directional LSTM (BiLSTM). The constraints of sequential nature and the modeling of single input prevent the full utilization of global …

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+1