Spaces:
Runtime error
Runtime error
title: "GLiNER-BioMed PICO Extractor" | |
emoji: π§ | |
colorFrom: gray | |
colorTo: blue | |
sdk: gradio | |
sdk_version: "4.0.0" | |
app_file: app.py | |
pinned: false | |
# GLiNER-BioMed PICO Extractor | |
This Hugging Face Space extracts PICO elements (Population, Intervention, Comparison, Outcome) from: | |
- Raw biomedical abstracts | |
- `.nbib` reference files | |
### Model | |
Powered by `Ihor/gliner-biomed-bi-small-v1.0` β a compact BERT-like NER model trained for biomedical text using synthetic annotations. | |
### Features | |
- β Zero-shot extraction using natural language entity descriptions | |
- π NBIB parser for PubMed export files | |
- β‘ Lightweight: deploys on CPU-only Spaces | |
### How to Use | |
1. **Paste a biomedical abstract** in the textbox β Get labeled PICO entities. | |
2. **Upload a `.nbib` file** β Get per-abstract PICO extractions. | |
### Dependencies | |
- `gradio` | |
- `gliner` | |
- `torch` | |
- `transformers` | |
--- | |
Inspired by the needs of evidence-based medicine and large-scale systematic reviews. | |