awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
microsoft avatar

microsoft/BioGPT

0
View on GitHub↗
4,486 stars·477 forks·Python·mit·21 views

BioGPT

BioGPT is a biomedical large language model and domain-specific transformer designed for processing and creating specialized medical text. It functions as a generative tool and knowledge extraction engine trained on large-scale scientific literature to produce human-like scientific prose and factual responses to queries.

The project provides specialized capabilities for biomedical named entity recognition and the extraction of complex relations from unstructured medical corpora. It is designed to identify and classify biological entities through data mining and relation extraction to support downstream medical analysis.

The system covers a broad range of scientific text processing tasks, including biomedical document classification and question answering. It also supports domain-specific model fine-tuning and text feature extraction to adapt the pre-trained architecture for niche scientific tasks.

Features

  • Biomedical Relation Extractors - Identifies relationships between biomedical entities such as chemicals, diseases, and drugs from text.
  • Biomedical Fine-Tuning Pipelines - Adapts a pre-trained biomedical language model to specific relation extraction tasks using domain-specific data.
  • Medical Relationship Extraction - Extracts structured medical relations from biomedical text using a fine-tuned inference model.
  • Biomedical Entity Recognizers - Provides a specialized model for identifying and classifying biological entities in medical text.
  • Biomedical Pre-Trained Transformers - Ships a transformer model pre-trained on biomedical literature for domain-specific text understanding.
  • Relation Extraction - Extracts structured relationships between biomedical entities by processing text through a fine-tuned model.
  • Biomedical Text Generators - Generates human-like scientific prose and factual responses based on medical domain knowledge.
  • Literature Mining Pipelines - Extracts structured information from biomedical literature using a specialized language model.
  • Fine-Tuning Pipelines - Provides workflows for adapting the pre-trained model to specific biomedical tasks via supervised training.
  • Task-Specific Fine-Tuning Pipelines - Provides pipelines for adapting the base model to specific downstream tasks like classification and QA.
  • Fine-Tuned Model Evaluators - Runs inference on test datasets and computes performance metrics to assess model accuracy.
  • Biomedical Document Classification - Assigns biomedical documents to predefined categories using a fine-tuned transformer model.
  • Model Evaluation Frameworks - Includes utilities for running model inference and validation on standard biomedical datasets.
  • Model Generalization - Runs inference on held-out test sets and computes accuracy metrics to measure generalization.
  • Biomedical - Answers questions from biomedical research by fine-tuning on PubMedQA datasets.
  • Question Answering - Answers medical questions by fine-tuning the model on curated biomedical question-answer datasets.
  • Question Answering Benchmarks - Measures model performance on question-answering tasks using test sets with ground truth labels.
  • Test Set Inference Evaluators - Runs trained models on held-out data and computes performance metrics to measure accuracy.
  • Domain Specific Bots - Focuses on biomedical research and entity extraction.
  • GPT-2 models - Listed in the “GPT-2 models” section of the Awesome Bioie awesome list.

Star history

Star history chart for microsoft/biogptStar history chart for microsoft/biogpt

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with BioGPT

These projects share indexed features with BioGPT. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • osu-nlp-group/qa4reOSU-NLP-Group avatar

    OSU-NLP-Group/QA4RE

    40View on GitHub↗

    Data and code for ACL 2023 Findings: Aligning Instruction Tasks Unlocks Large Language Models as Zero-Shot Relation Extractors.

    Python
    View on GitHub↗40
  • google-research-datasets/natural-questionsgoogle-research-datasets avatar

    google-research-datasets/natural-questions

    1,124View on GitHub↗

    Natural Questions is a large-scale machine learning research dataset designed for training and evaluating open-domain question answering systems. It consists of a corpus of real search queries paired with human-annotated Wikipedia document spans, providing a standardized foundation for advancing automated information retrieval and comprehension technologies. The project distinguishes itself by providing high-quality ground truth data that supports multiple answer formats, including binary, short-form, and long-form responses. By incorporating extractive span annotations and structured documen

    Python
    View on GitHub↗1,124
  • future-house/paper-qaFuture-House avatar

    Future-House/paper-qa

    8,161View on GitHub↗

    Paper-qa is a retrieval augmented generation system designed for question answering and analysis of scientific literature and technical documents. It functions as an LLM-powered research assistant that extracts grounded answers and summaries with citations from a document library. The system utilizes an agentic RAG orchestrator to iteratively refine search queries and gather evidence through multi-step tool calling. It features a multimodal document parser that extracts text, tables, and images from PDFs, alongside a vector-based indexer that embeds and caches document libraries for efficient

    Pythonairagscience
    View on GitHub↗8,161
  • internlm/opencompassInternLM avatar

    InternLM/opencompass

    7,096View on GitHub↗

    OpenCompass is a comprehensive evaluation platform, benchmarking suite, and distributed model evaluator designed to measure the performance and accuracy of large language models. It provides a framework for benchmarking both open-source and API-based models against diverse datasets using standardized metrics and reproducible pipelines. The project features an automated judging framework that uses language models as judges to score and verify the quality of generated text. It includes a performance leaderboard system for comparing the relative capabilities of various models across industry-sta

    Python
    View on GitHub↗7,096
Compare all 30 related projects→

Frequently asked questions

What does microsoft/biogpt do?

BioGPT is a biomedical large language model and domain-specific transformer designed for processing and creating specialized medical text. It functions as a generative tool and knowledge extraction engine trained on large-scale scientific literature to produce human-like scientific prose and factual responses to queries.

What are the main features of microsoft/biogpt?

The main features of microsoft/biogpt are: Biomedical Relation Extractors, Biomedical Fine-Tuning Pipelines, Medical Relationship Extraction, Biomedical Entity Recognizers, Biomedical Pre-Trained Transformers, Relation Extraction, Biomedical Text Generators, Literature Mining Pipelines.

Which projects share features with microsoft/biogpt?

Projects with overlapping indexed features include: osu-nlp-group/qa4re — Data and code for ACL 2023 Findings: Aligning Instruction Tasks Unlocks Large Language Models as Zero-Shot Relation… google-research-datasets/natural-questions — Natural Questions is a large-scale machine learning research dataset designed for training and evaluating open-domain… internlm/opencompass — OpenCompass is a comprehensive evaluation platform, benchmarking suite, and distributed model evaluator designed to… future-house/paper-qa — Paper-qa is a retrieval augmented generation system designed for question answering and analysis of scientific… hannibal046/awesome-llm — This project serves as a comprehensive, static directory of external resources dedicated to the study and application… eleutherai/lm-evaluation-harness — This project is a standardized framework for benchmarking large language models across a wide range of academic and…