Skip to content

Anthropic Claude2 Hackathon:Building MCTS with Claude for optimal action prediction during patient/doctor interactions.

License

Notifications You must be signed in to change notification settings

fadynakhla/dr-claude

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dr-claude

A Next Best Action Engine to help healthcare professionals "pathfind" towards the most accurate diagnosis in the shortest possible time, optimizing patient outcomes and resource utilization. Combines the power of symbolic reasoning (AlphaGo-style MCTS) with LLMs (Dr Claude contextualization) and retrievals.

We use a Disease-Symptom Knowledge Database for Dr Claude to reason over.

Third Place Winner 🥉 at the Anthropic Claude 2 Hackathon!

Architecture diagram

To-do:

All the code was written in 24 hours, so there is some general refactoring and features to polish up to make Dr Claude more robust.

Immediate priorities:

  • Add non-websocket endpoints
  • Improve the symptom retriever model
  • Improve efficiency of MCTS expansion step
  • Improve prompts and abstract away underlying LLM
  • Unit tests
  • General cleanup and refactoring! (in progress: #32)

Next:

  • Async MCTS
  • Add: Dr Claude callback during MCTS

1. Getting Started

We're using Poetry for managing dependencies.

Run poetry install to install dependencies, then make app to start the engine.

About

Anthropic Claude2 Hackathon:Building MCTS with Claude for optimal action prediction during patient/doctor interactions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •