CLSep 24, 2015

Description of the Odin Event Extraction Framework and Rule Language

arXiv:1509.07513v119 citations
Originality Synthesis-oriented
AI Analysis

This provides a tool for researchers and practitioners in natural language processing to quickly develop event extraction models, though it is incremental as it builds on existing rule-based approaches.

The paper introduces the Odin framework, a domain-independent platform for rule-based event extraction that handles complex syntactic structures and parsing errors, achieving processing speeds of over 100 sentences per second in real-world applications.

This document describes the Odin framework, which is a domain-independent platform for developing rule-based event extraction models. Odin aims to be powerful (the rule language allows the modeling of complex syntactic structures) and robust (to recover from syntactic parsing errors, syntactic patterns can be freely mixed with surface, token-based patterns), while remaining simple (some domain grammars can be up and running in minutes), and fast (Odin processes over 100 sentences/second in a real-world domain with over 200 rules). Here we include a thorough definition of the Odin rule language, together with a description of the Odin API in the Scala language, which allows one to apply these rules to arbitrary texts.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes