Best

r0:21222df107462b80fde54a74d060bc7e

When silence is safer: a review and decision-theoretic framework for LLM abstention in healthcare

Large language models (LLMs) are designed to generate answers to user prompts, which often drives them to respond even when uncertainty is high, information is incomplete, or a refusal would be more appropriate. In healthcare, this tendency can be dangerous: confidently stated but inaccurate medical advice can cause significant harm, making the ability to abstain especially important. In this paper, we review studies investigating LLM abstention behaviors in healthcare. The literature highlights two main motivations: (1) uncertainty-driven abstention, where the model withholds a response when confidence is low, and (2) safety-driven abstention, where the model declines to provide potentially harmful information. Most existing mechanisms are extrinsic and rely on auxiliary tools to determine when to abstain. We find that state-of-the-art LLMs still struggle to refuse inappropriate prompts, and that few benchmarks evaluate abstention in realistic medical scenarios, where performance lags behind other domains. Building on these findings, we introduce a decision-theoretic formalization of abstention that models the trade-off between answering and withholding responses under uncertainty and potential harm. Based on this formulation, we present MedSAFE, a framework for evaluating abstention in clinical dialogs, and demonstrate its operationalization through a proof-of-concept pilot across clinical scenarios derived from the review.

When silence is safer: a review and decision-theoretic framework for LLM abstention in healthcare Leer más »

R0:1bd6c89454b8a29952356211c7075d12-YOLOP: You Only Look Once for Panoptic Driving Perception

YOLOP: You Only Look Once for Panoptic Driving Perception

A panoptic driving perception system is an essential part of autonomous driving. A high-precision and real-time perception system can assist the vehicle in making the reasonable decision while driving. We present a panoptic driving perception network (YOLOP) to perform traffic object detection, drivable area segmentation and lane detection simultaneously. It is composed of one encoder for feature extraction and three decoders to handle the specific tasks. Our model performs extremely well on the challenging BDD100K dataset, achieving state-of-the-art on all three tasks in terms of accuracy and speed. Besides, we verify the effectiveness of our multi-task learning model for joint training via ablative studies.

YOLOP: You Only Look Once for Panoptic Driving Perception Leer más »

Dive into Deep Learning

Dive into Deep Learning

«We set out to create a resource that could (i) be freely available for everyone; (ii) offer sufficient technical depth to provide a starting point on the path to actually becoming an applied machine learning scientist; (iii) include runnable code, showing readers how to solve problems in practice; (iv) allow for rapid updates, both by us and also by the community at large; and (v) be complemented by a forum for interactive discussion of technical details and to answer questions».

Dive into Deep Learning Leer más »

Microsoft NLP Best Practices

Microsoft NLP Best Practices

This repository contains examples and best practices for building NLP systems, provided as Jupyter notebooks and utility functions. The focus of the repository is on state-of-the-art methods and common scenarios that are popular among researchers and practitioners working on problems involving text and language

Microsoft NLP Best Practices Leer más »