PyTorch-IE: Fast and Reproducible Prototyping for Information Extraction
Arne Binder, Leonhard Hennig, Christoph Alt

TL;DR
PyTorch-IE is a flexible, reusable framework that simplifies the development of information extraction models by integrating diverse data types and supporting rapid, reproducible prototyping.
Contribution
It introduces a novel flexible data model and task modules that enhance reusability and decoupling in IE model development, supporting multiple data formats and libraries.
Findings
Enables swift prototyping of IE models.
Supports complex data structures and diverse data types.
Facilitates reproducibility and reusability in IE research.
Abstract
The objective of Information Extraction (IE) is to derive structured representations from unstructured or semi-structured documents. However, developing IE models is complex due to the need of integrating several subtasks. Additionally, representation of data among varied tasks and transforming datasets into task-specific model inputs presents further challenges. To streamline this undertaking for researchers, we introduce PyTorch-IE, a deep-learning-based framework uniquely designed to enable swift, reproducible, and reusable implementations of IE models. PyTorch-IE offers a flexible data model capable of creating complex data structures by integrating interdependent layers of annotations derived from various data types, like plain text or semi-structured text, and even images. We propose task modules to decouple the concerns of data representation and model-specific representations,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsWeb Data Mining and Analysis · Natural Language Processing Techniques · Semantic Web and Ontologies
MethodsHydra
