Advice Needed for Building Medical Notes from Patient Transcripts
Hi all! I鈥檓 building a project that generates medical notes given a transcript of a patient-doctor interaction. i figured this community would be a good place to ask for advice. im having trouble processing LARGE transcripts (1+ hour long). gpt-4 (api) context window is not large enough, and i don鈥檛 currently have access to the 32k model. but even if i did, i imagine that is not the most effective/efficient way of doing this (in terms of cost). are there open source LLMs that traditionally perform well on these sort of tasks with large context windows? another thing: customization. i鈥檝e been hyper-customizing the gpt prompt to my needs and i mean it works well maybe 70% of the time. But is there a better way to do this? More specifically, I want to customize the style of the LLM鈥檚 output. I tell it to not give me bullet points, but 10% of the time it will give it anyways (that鈥檚 just one example). Is this where fine-tuning should come in? I have a good amount of data (input transcript, properly-styled output note) A lot of this is new to me. So really I鈥檇 be truly grateful for any advice you guys may have :)
