paper-with-me

Papers

GLEN: General-Purpose Event Detection for Thousands of Types

2023-03-16 · Qiusi Zhan, Sha Li, Kathryn Conger, Martha Palmer, Heng Ji, Jiawei Han

The progress of event extraction research has been hindered by the absence of wide-coverage, large-scale datasets. To make event extraction systems more accessible, we build a general-purpose event detection dataset GLEN, which covers 205K event mentions with 3,465 different types, making it more than 20x larger in ontology than today's largest event dataset. GLEN is created by utilizing the DWD Overlay, which provides a mapping between Wikidata Qnodes and PropBank rolesets. This enables us to use the abundant existing annotation for PropBank as distant supervision. In addition, we also propose a new multi-stage event detection model CEDAR specifically designed to handle the large ontology size in GLEN. We show that our model exhibits superior performance compared to a range of baselines including InstructGPT. Finally, we perform error analysis and show that label noise is still the largest challenge for improving performance for this new dataset. Our dataset, code, and models are released at \url{https://github.com/ZQS1943/GLEN}.}

📄 PDF Abstract BibTeX arXiv:2303.09093

Code (1)

zqs1943/glen 공식 구현 pytorch

Tasks

Event DetectionEvent Extraction

Methods 이 논문이 사용한 방법론

Ontology 설명 없음

Similar Papers 제목 키워드 기반

Real-time Fall Prevention system for the Next-generation of Workers

2025-05-30 · Nicholas Cartocci, Antonios E. Gkikakis, Darwin G. Caldwell, Jesús Ortiz

Developing a general-purpose wearable real-time fall-detection system is still a challenging task, especially for healthy and strong subjects, such as industrial workers that work in harsh environments. In this work, we …

Generalized Tuning of Distributional Word Vectors for Monolingual and Cross-Lingual Lexical Entailment

2019-07-01 · ACL 2019 7 · Goran Glava{\v{s}}, Ivan Vuli{\'c}

Lexical entailment (LE; also known as hyponymy-hypernymy or is-a relation) is a core asymmetric lexical relation that supports tasks like taxonomy induction and text generation. In this work, we propose a simple and effe…

Lexical EntailmentRelationText Generation

Swish-Driven GoogleNet for Intelligent Analog Beam Selection in Terahertz Beamspace MIMO

2021-10-12 · Hosein Zarini, Mohammad Robat Mili, Mehdi Rasti, Sergey Andreev 외

In this paper, we propose an intelligent analog beam selection strategy in a terahertz (THz) band beamspace multiple-input multiple-output (MIMO) system. First inspired by transfer learning, we fine-tune the pre-trained …

Transfer Learning

Mental Stress Detection: Development and Evaluation of a Wearable In-Ear Plethysmography

2024-04-12 · Hika Barki, Wan-Young Chung

Mental stress is a prevalent condition that can have negative impacts on one's health. Early detection and treatment are crucial for preventing related illnesses and maintaining overall wellness. This study presents a ne…

MathMental Stress Detection

TriangleNet: Edge Prior Augmented Network for Semantic Segmentation through Cross-Task Consistency

2022-10-11 · Dan Zhang, Rui Zheng, Luosang Gadeng, Pei Yang

This paper addresses the task of semantic segmentation in computer vision, aiming to achieve precise pixel-wise classification. We investigate the joint training of models for semantic edge detection and semantic segment…

Autonomous DrivingEdge DetectionMulti-Task LearningReal-Time Semantic Segmentation+2