Abstract: Radiology report generation aims to automatically produce diagnostic reports from medical images, reducing radiologists' workload. Most existing models commonly use an encoder-decoder ...
Abstract: Hierarchical text classification (HTC) aims to assign each document to a path of labels in a predefined taxonomy, reflecting both high-level semantic categories and fine-grained subtopics.
if think: gen_text = self.gen_text(gen_context, do_sample=do_sample, temperature=text_temperature, max_length=max_think_token_n) gen_context = self.update_context_text(gen_text, gen_context) ...