paper-with-me

홈 › Papers

EDeR: A Dataset for Exploring Dependency Relations Between Events

2023-04-04 · RuiQi Li, Patrik Haslum, Leyang Cui

Relation extraction is a central task in natural language processing (NLP) and information retrieval (IR) research. We argue that an important type of relation not explored in NLP or IR research to date is that of an event being an argument - required or optional - of another event. We introduce the human-annotated Event Dependency Relation dataset (EDeR) which provides this dependency relation. The annotation is done on a sample of documents from the OntoNotes dataset, which has the added benefit that it integrates with existing, orthogonal, annotations of this dataset. We investigate baseline approaches for predicting the event dependency relation, the best of which achieves an accuracy of 82.61 for binary argument/non-argument classification. We show that recognizing this relation leads to more accurate event extraction (semantic role labelling) and can improve downstream tasks that depend on this, such as co-reference resolution. Furthermore, we demonstrate that predicting the three-way classification into the required argument, optional argument or non-argument is a more challenging task.

📄 PDF Abstract BibTeX arXiv:2304.01612

Code (1)

richielee93/eder 공식 구현 pytorch

Tasks

Event ExtractionInformation RetrievalRelationRelation ExtractionRetrieval

Similar Papers 제목 키워드 기반

Federated Learning with Only Positive Labels by Exploring Label Correlations

2024-04-24 · Xuming An, Dui Wang, Li Shen, Yong Luo 외

Federated learning aims to collaboratively learn a model by using the data from multiple users under privacy constraints. In this paper, we study the multi-label classification problem under the federated learning settin…

Federated LearningMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Supporting Medical Relation Extraction via Causality-Pruned Semantic Dependency Forest

2022-08-29 · COLING 2022 10 · Yifan Jin, Jiangmeng Li, Zheng Lian, Chengbo Jiao 외

Medical Relation Extraction (MRE) task aims to extract relations between entities in medical texts. Traditional relation extraction methods achieve impressive success by exploring the syntactic information, e.g., depende…

Medical Relation ExtractionRelationRelation Extraction

Exploring Contextualized Neural Language Models for Temporal Dependency Parsing

2020-04-30 · EMNLP 2020 11 · Hayley Ross, Jonathon Cai, Bonan Min

Extracting temporal relations between events and time expressions has many applications such as constructing event timelines and time-related question answering. It is a challenging problem which requires syntactic and s…

Dependency ParsingQuestion AnsweringSentence

Dependency-Guided LSTM-CRF for Named Entity Recognition

2019-09-23 · IJCNLP 2019 11 · Zhanming Jie, Wei Lu

Dependency tree structures capture long-distance and syntactic relationships between words in a sentence. The syntactic relations (e.g., nominal subject, object) can potentially infer the existence of certain named entit…

Chinese Named Entity Recognitionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

Learning the Dependency Structure of Latent Factors

2012-12-01 · NeurIPS 2012 12 · Yunlong He, Yanjun Qi, Koray Kavukcuoglu, Haesun Park

In this paper, we study latent factor models with the dependency structure in the latent space. We propose a general learning framework which induces sparsity on the undirected graphical model imposed on the vector of l…