What do these badges mean?
- 🚀ShippingCode exists. Multiple GitHub repos already reference this paper — people are building on it.
- 📈ClimbingCitation velocity is rising. Researchers are starting to pick it up.
- 💤QuietPublished but no notable signal yet. Most papers live here — could become anything later.
- 🎭HypeHeavy social buzz but no shipping signal. The counter-signal — defer until Twitter/X data is wired up.
- 🚀Shipping2605.16215·May 15, 2026·~13 mincs.AIcs.CL
Fully Open Meditron: An Auditable Pipeline for Clinical LLMs
Xavier Theimer-Lienhard, Mushtaha El-Amin, Fay Elhassan, Sahaj Vaidya, +4
⭐ 434 stars / 25 repos📚 0 citesELI5Researchers built the first completely transparent medical AI model where you can see everything: what data it learned from, how it was cleaned, how it was trained, and how it works. They combined medical question datasets, added clinician-verified practice guidelines, and had doctors validate every step.
Problem solvedMedical AI systems need to be trustworthy and auditable for doctors to use them, but most 'open' models hide their training data and methods. This makes it impossible to validate they're safe or understand why they give certain answers—a critical problem in healthcare.
- 🚀Shipping2605.16207·May 15, 2026·~8 mincs.AIcs.CL
Confirming Correct, Missing the Rest: LLM Tutoring Agents Struggle Where Feedback Matters Most
Tahreem Yasir, Wenbo Li, Sam Gilson, Sutapa Dey Tithi, +2
⭐ 439 stars / 22 repos📚 0 citesELI5Researchers tested whether AI tutors can actually tell the difference between correct answers, partially correct answers, and wrong answers—and found they're surprisingly bad at catching subtle mistakes that real tutors should catch.
Problem solvedSchools and education platforms are replacing human tutors with AI, but we didn't know if these AI tutors could actually diagnose student mistakes well enough to give useful feedback. This matters because bad diagnosis leads to bad teaching.
- 🚀Shipping2605.16107·May 15, 2026·~11 mincs.CL
Multi-Level Contextual Token Relation Modeling for Machine-Generated Text Detection
Chenwang Wu, Yiuming Cheung, Bo Han, Shuhai Zhang, +1
⭐ 180 stars / 8 repos📚 0 citesELI5A new technique to catch AI-written text by looking at patterns in how tokens (words) relate to each other locally and globally, rather than just checking individual tokens in isolation.
Problem solvedCurrent detectors get fooled by the random variations in how AI generates text. This method fixes that by examining token relationships across context, making detection more robust across different AI models and domains.