paper-with-me

홈 › Papers

Rapid Customization for Event Extraction

2018-09-20 · ACL 2019 7 · Yee Seng Chan, Joshua Fasching, Haoling Qiu, Bonan Min

We present a system for rapidly customizing event extraction capability to find new event types and their arguments. The system allows a user to find, expand and filter event triggers for a new event type by exploring an unannotated corpus. The system will then automatically generate mention-level event annotation automatically, and train a Neural Network model for finding the corresponding event. Additionally, the system uses the ACE corpus to train an argument model for extracting Actor, Place, and Time arguments for any event types, including ones not seen in its training data. Experiments show that with less than 10 minutes of human effort per event type, the system achieves good performance for 67 novel event types. The code, documentation, and a demonstration video will be released as open source on github.com.

📄 PDF Abstract BibTeX arXiv:1809.07783

Code (0)

등록된 구현이 없습니다.

Tasks

Event Extraction

Similar Papers 제목 키워드 기반

ICE: Rapid Information Extraction Customization for NLP Novices

2015-06-01 · NAACL 2015 6 · Yifan He, Ralph Grishman
Active Learning

HomeDiffusion: Zero-Shot Object Customization with Multi-View Representation Learning for Indoor Scenes

2026-06-29 · Guoqiu Li, Jin Song, Yiyun Fei arxiv

Recently, zero-shot object customization generation methods have rapidly developed and shown tremendous potential for applications. For instance, in the e-commerce domain, consumers can observe the visual effect of furni…

Representation Learning

CollabKG: A Learnable Human-Machine-Cooperative Information Extraction Toolkit for (Event) Knowledge Graph Construction

2023-07-03 · Xiang Wei, Yufeng Chen, Ning Cheng, Xingyu Cui 외

In order to construct or extend entity-centric and event-centric knowledge graphs (KG and EKG), the information extraction (IE) annotation toolkit is essential. However, existing IE toolkits have several non-trivial prob…

Event Extractiongraph constructionKnowledge Graphsnamed-entity-recognition+3

Generative Model for Models: Rapid DNN Customization for Diverse Tasks and Resource Constraints

2023-08-29 · Wenxing Xu, Yuanchun Li, Jiacheng Liu, Yi Sun 외

Unlike cloud-based deep learning models that are often large and uniform, edge-deployed models usually demand customization for domain-specific tasks and resource-limited environments. Such customization processes can be…

image-classificationImage Classificationobject-detectionObject Detection

Position: On-Premises LLM Deployment Demands a Middle Path: Preserving Privacy Without Sacrificing Model Confidentiality

2024-10-15 · Hanbo Huang, Yihan Li, Bowen Jiang, Lin Liu 외

Current LLM customization typically relies on two deployment strategies: closed-source APIs, which require users to upload private data to external servers, and open-weight models, which allow local fine-tuning but pose …

PositionPrivacy Preserving