CoolFace
Apppublic

pritamdeka/pubmed-abstract-retriever

sourceHugging Faceupdated 5mo agoView on Hugging Face
6likes
App README

PubMed Abstract Retriever

Retrieves relevant PubMed abstracts for scientific articles and extracts evidence sentences.

Features

  • โ€”๐Ÿ” Smart Keyphrase Extraction - Automatically extracts key concepts from your article
  • โ€”๐Ÿ“Š Semantic Search - Finds most relevant PubMed abstracts using sentence embeddings
  • โ€”๐ŸŽฏ Evidence Extraction - Identifies sentences that support or contradict the article claim
  • โ€”โšก Fast & Optimized - Uses efficient models for quick results

How to Use

  1. 1.Paste a URL to a scientific/medical article
  2. 2.Select models (defaults work well for most cases)
  3. 3.Click "Submit"
  4. 4.Get JSON output with abstracts and evidence

Models

This app uses:

  • โ€”Sentence Transformers for semantic similarity
  • โ€”SapBERT for biomedical concept clustering
  • โ€”PubMedBERT-MNLI for evidence extraction

Example

Try this example:

  • โ€”URL: https://www.cancer.news/2021-12-22-mrna-vaccines-weaken-immune-system-cause-cancer.html

License

MIT License

Author

Pritam Deka