Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some suggestions #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions content/01.abstract.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Abstract

Current-generation Large Language Models (LLMs) have stirred enormous interest in recent months, yielding great potential for accessibility and automation, while simultaneously posing significant challenges and risk of misuse.
To facilitate interfacing with LLMs in the biomedical space, while at the same time safeguarding their functionalities through sensible constraints, we propose a dedicated, open-source framework: BioChatter.
Based on open-source software packages, we synergise the many functionalities that are currently developing around LLMs, such as knowledge integration / retrieval-augmented generation, model chaining, and benchmarking, resulting in an easy-to-use and inclusive framework for application in many use cases of biomedicine.
We focus on robust and user-friendly implementation, including ways to deploy privacy-preserving local open-source LLMs.
We demonstrate use cases via two multi-purpose web apps ([https://chat.biocypher.org](https://chat.biocypher.org)), and provide documentation, support, and an open community.
Current-generation Large Language Models (LLMs) have stirred enormous interest in recent months thanks to their great potential for accessibility and automation, but they also present significant challenges and risks of misuse.
In response to these issues within the biomedical space, we propose BioChatter, an open-source framework designed to facilitate safe interaction with LLMs while maintaining sensible constraints on their use.
BioChatter synergises the many functionalities from open-source software packages currently developed around LLMs including knowledge integration / retrieval-augmented generation, model chaining, and benchmarking.
Focusing on robustness and user-friendliness, BioChatter's implementation results in an easy-to-use and inclusive framework for application in many use cases of biomedicine, with methods to deploy privacy-preserving local LLMs.
We showcase its utility via two multi-purpose web apps ([https://chat.biocypher.org](https://chat.biocypher.org)) and provide comprehensive documentation, support, and a welcoming open community.
Loading