https://github.com/petuum/composing_information_system
In this repository we provide examples of composing information system through individual components
https://github.com/petuum/composing_information_system
Last synced: 9 months ago
JSON representation
In this repository we provide examples of composing information system through individual components
- Host: GitHub
- URL: https://github.com/petuum/composing_information_system
- Owner: petuum
- Created: 2021-04-12T21:26:55.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-07-16T04:35:14.000Z (almost 4 years ago)
- Last Synced: 2025-09-08T21:17:34.661Z (10 months ago)
- Language: Python
- Size: 266 KB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Composable Information System
[](https://github.com/petuum/composing_information_system/actions/workflows/main.yml)
The repo shows how to build NLP pipelines using Forte that comes with switchable parts,
and allows users to re-purpose it for different datasets and/or tasks.
It contains two parts:
The first one is a Q&A Engine, which shows how to utilized existing models and tools to do NLP task in Forte.
You can check the details [_here_](QA.md)
The other contains four training pipelines: general NER, bio-medical NER,
wiki entity linking, and medical entity linking, in which you will be able to see how to do train and inference with your own model in Forte.
You can check the details [_here_](training.md)