Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

PENELOPIE: Enabling Open Information Extraction for the Greek Language through Machine Translation

License

NotificationsYou must be signed in to change notification settings

lighteternal/PENELOPIE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple Jupyter notebook with a demo implementation of the "PENELOPIE: Enabling Open Information Extraction for the Greek Language through Machine Translation" paper, to be presented in EACL 2021 SRW.

Prerequisites

  • Python 3.6.9
  • The Python wrapper ofOpenIE5 (has to be installed manually)
  • The Python wrapper ofClausIE (has to be installed from source)
  • Follow the instructions below for additional requirements.

Installation

  1. It is recommended to create a new virtual environment to avoid version conflicts. For Linux:
python3 -m venv penelopiesource penelopie/bin/activate
  1. Install the OpenIE5 and ClausIE OIE engines following the above links.
  2. Install additional requirements with:
git clone https://github.com/lighteternal/PENELOPIE.gitcd PENELOPIEpip install -r requirements.txt

Usage

The pipeline showcased in the Jupyter notebook will process the Greek sentences indata/demo_greek.txt, translate them into English, extract triples using 3 OIE engines and back-translate the resulting triples in Greek. The results are found indata/final_triples.csv.The standalone NMT models (EN2EL, EL2EN) can be found here:https://huggingface.co/lighteternal

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

Apache2.0

About

PENELOPIE: Enabling Open Information Extraction for the Greek Language through Machine Translation

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2026 Movatter.jp