testing_pico / README.md
mohammedAyesh25's picture
updating to trigger rebuilding
c7e84ae

A newer version of the Gradio SDK is available: 5.45.0

Upgrade
metadata
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.