Skip to content

Document level Attitude and Relation Extraction toolkit (AREkit) for mass-media news and analytical articles

License

Notifications You must be signed in to change notification settings

Zhiyuan-Fan/AREkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AREkit 0.22.1

AREkit (Attitude and Relation Extraction Toolkit) -- is a python toolkit, devoted to document level Attitude and Relation Extraction between text objects from mass-media news and analytical articles with entity-linking (EL) API support for objects.

Description

Is an open-source and extensible toolkit focused on data preparation for document-level relation extraction organization. In complements the OpenNRE functionality since document-level RE setting is not widely explored (2.4 [paper]). The core functionality includes (1) API for document presentation with EL (Entity Linking, i.e. Object Synonymy) support for sentence level relations preparation (dubbed as contexts) (2) API for contexts extraction (3) relations transferring from sentence-level onto document-level, and more. It providers contrib modules of neural networks (like OpenNRE) applicable for sentiment attitude extraction task.

Installation

pip install git+https://github.com/nicolay-r/[email protected]

Download Resources

from arekit.data import download_data
download_data()

Applications

  • ARElight [site] [github]
    • Infer attitudes from large Mass-media documents or sample texts for your Machine Learning models applications

Papers

  • Frame-Based attitude extraction workflow for news processing [code]
    • Represents an attitude annotation workflow based on RuSentiFrames lexicon which is utilized for news processing;
  • Neural Networks Applications in Sentiment Attitude Extraction [code]
    • Neural Networks application for attitude extraction from analytical articles;
  • BERT-based model utils for Sentiment Attitude Extraction task [code]
    • Analytical news formatter for BERT-based models;

Related Frameworks

About

Document level Attitude and Relation Extraction toolkit (AREkit) for mass-media news and analytical articles

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%