ArtificialIntelligence.io

The Signal

Everything that matters in AI, with our take.

Updated through the day. Every headline links straight to the source. The two lines underneath are ours.

arXiv cs.LGPaper

Why ML-based cough models do not generalize: a systematic cross-dataset evaluation for tuberculosis screening

This is a useful cautionary result for anyone building health diagnostics on acoustic or sensor data: within-dataset AUC of 0.75 collapses to below 0.6 across sites, and a boring clinical-variable baseline beats the fancy models on generalization. If you're pitching cough-based or similar biomarker screening tools, budget for multi-site, multi-device validation before you claim clinical utility.

arXiv cs.CLPaper

Listwise Cross-Encoder Fine-Tuning vs. Agentic Instruction Tuning for LLM Rerankers: A Systematic Study in Medical Procedure Reranking

This is a useful data point against the assumption that bigger instruction-tuned rerankers beat small fine-tuned cross-encoders in narrow production domains. For anyone building retrieval in healthcare or other jargon-heavy verticals, a small purpose-trained model plus a solid dataset pipeline may beat throwing a large LLM at the reranking step, and it's cheaper to serve.