#161 · Primary category: NLP Tools & Text Processing

uie_pytorch

information-extraction pytorch transformers uie

PaddleNLP UIE模型的PyTorch版实现

Project last updated:08/13/23

GitHub Stars

704

Forks

120

Contributors

1

License

Apache-2.0

Why we included this project

This is a PyTorch port of UIE, the universal information extraction model that PaddleNLP originally shipped, aimed at anyone who works with Chinese text and needs structured facts out of messy documents. You describe what you want in plain language, naming entity types, relations, events, or opinion targets, and the model runs zero-shot extraction with no training data, which makes it useful for structuring medical reports, legal judgments, financial statements, or accident records. The repo also includes scripts for fine-tuning on your own labeled data, evaluating results, converting doccano annotations, and exporting to ONNX for deployment. Teams already on the PyTorch and transformers stack get UIE without having to adopt PaddlePaddle, and a range of pretrained checkpoints covers base, medical, and English variants.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category