Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Laya the open source version of Jev(convaiinnovations.com ↗)
    20comments
  2. AI-generated posters don’t have to be horrible(john.hartnup.uk ↗)
    265comments
  3. Human brain is two separate organs, Stanford Medicine-led research finds(stanford.edu ↗)
    130comments
  4. “The Secret Life of Circuits” is here(coredump.cx ↗)
    31comments
  5. GPT-6 Astra Solves a WWI German Radio Cipher(prinzai.com ↗)
    95comments
  6. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    484comments
  7. If math is more than proof, we need to better celebrate the rest of it(terrytao.wordpress.com ↗)
    125comments
  8. San Francisco Onion Futures Company(onionfutures.com ↗)
    85comments
  9. Show HN: I wrote a custom assembler for CHIP-8 in C++(github.com/tackx ↗)
    2comments
  10. Communication by means of modulated Johnson noise(pnas.org ↗)
    8comments
  11. Cloudflare Quick Tunnels(cloudflare.com ↗)
    294comments
  12. From Stonemasons to Carpenters(thelastsoftwareengineer.substack.com ↗)
    2comments
  13. How to Write with an LLM(sockpuppet.org ↗)
    346comments
  14. You can run Git on object storage if you re-make packfiles(tigrisdata.com ↗)
    19comments
  15. SDCC – Small Device C Compiler(sourceforge.net ↗)
    20comments
  16. Saving another 100TB of RAM(cloudflare.com ↗)
    84comments
  17. Science Is Open Software(jepedersen.dk ↗)
    41comments
  18. Why building a Rust LSP is hard(rust-glancer.github.io ↗)
    40comments
  19. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    100comments
  20. Ctenophores: Wonders of Biology(quantamagazine.org ↗)
    6comments
  21. NASA-IBM Lunar Foundation open-Source Geospatial AI Model(usra.edu ↗)
    4comments
  22. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    110comments
  23. OpenJev(openjev.com ↗)
    273comments
  24. Goroutine Leak Profiles(go.dev ↗)
    5comments
  25. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    89comments
  26. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    75comments
  27. Veronese's Dogs(publicdomainreview.org ↗)
    2comments
  28. Warez: The Infrastructure and Aesthetics of Piracy (2021)(archive.org ↗)
    90comments
  29. Cache-to-Cache: Direct Semantic Communication Between LLMs (2025)(arxiv.org ↗)
    14comments
  30. Inside ZCode: Silently uploading your Git history to the cloud(ferstar.org ↗)
    105comments

Snomed CT Entity Linking Challenge

2 pointsby 2y agodrivendata.org
13 comments
2y agoHN ↗

The objective of this competition is to link spans of text in clinical notes with specific topics in the SNOMED CT clinical terminology. Participants will train models based on real-world doctor's notes which have been de-identified and annotated with SNOMED CT concepts by medically trained professionals. This is the largest publicly available dataset of labelled clinical notes, and you can be one of the first to use it!

NER: Named Entity Recognition: https://en.wikipedia.org/wiki/Named-entity_recognition

awsome-medical-coding-nlp: https://github.com/acadTags/Awesome-medical-coding-NLP

awesome-ehr-deep-learning: https://github.com/hurcy/awesome-ehr-deeplearning

awesome-ner: https://github.com/smiyawaki0820/awesome-ner

awesome-bioie > Research groups: https://github.com/caufieldjh/awesome-bioie#groups-active-in...

SNOMED-CT as RDF: https://sphn-semantic-framework.readthedocs.io/en/latest/ext...

...

SNOMED-CT is a Medical Terminology.

SNOMED-CT: https://en.wikipedia.org/wiki/SNOMED_CT

Traditionally, a Terminology Service provides a query endpoint over a schema like SNOMED-CT (which is a nonredistributable medical XML schema, which is challenging for Open Linked Data):

https://github.com/NCIP/lexevs

https://github.com/OpenConceptLab

https://openconceptlab.org/terminology-service/

https://github.com/MedevaKnowledgeSystems/pymedtermino/blob/... :

For SNOMED CT, ICD10 and MedDRA, the data are not included (because they are not freely redistribuable) but they can be downloaded in XML format. PyMedTermino includes scripts for exporting these data into SQLite3 databases.

2y agoHN ↗

Tangentially, but also to the point,

Software Development IDEs have (optional) autocomplete;

Unstructured Medical Coding interfaces could also have autocomplete,

such that when you type `icd:` or `snomed:` it presents a search interface for that particular medical terminology / vocabulary / system of classification / categories.

GNU Health > Issue tracker > "Freetext ICD-10 references as URIs (e.g. icd10:A01)" (2013) https://lists.gnu.org/archive/html/health-dev/2013-12/msg000...

2y agoHN ↗

I'm not convinced that auto complete would add much value to clinical workflows. Clinicians typically don't enter the codes themselves. In order to write those unstructured narrative blocks they might type them in manually, fill in the blanks on a template, or dictate. But in any case the clinician typically isn't entering billing or clinical codes. Usually certified medical coders add codes afterwards using specialized interfaces, often with some kind of NLP assistance.

2y agoHN ↗

Yeah, so it's at that workflow where they're not getting linked data edges out of their own unstructured data input.

To prompt them at that time for whether or not this referenced thing in a dictated .txt file is actually a thing with a URI and have them confirm that those are the correct annotations for their input would save a lot of time and money.

Requisite study for Linked Data clinical coding / informatics:

- HIPAA and unstructured notes, HIPAA and Linked Data; Informed Consent; Precision Medicine

- Tokens; NLP, stemming, conceptual entity recognition

- The LODcloud; a great big graph of Linked Open Data (that our data does not yet link to, is siloed separately from, does not yet have references to existing URIs in)

- RDFa: RDF-in-html-Attributes

- JSON-LD: JSON Linked Data

- Schema.org/MedicalEntity ; /docs/schemas.html -> "Health and medical types" https://schema.org/docs/meddocs.html

- TTS Text-to-Speech, Speech-to-Text; Multimodal models with RAG, LORA, RLHF, Transformer Self Attention tensor Networks, Benchmarking OpenAI Whisper with relative performance metrics, ONNX

- FHIR for EHR data portability (JSON-LD,)

UX Improvements:

- More IDE-like unstructured data entry

- Auto-annotate this text field in place

- Auto-annotate this pasted text

- Auto-annotate this text field and display the linked data annotations

- Display the revisions of the unstructured note -> annotated linked data document

- Autocomplete with search from e.g. icd:

- Frequently used annotations per Clinician/Provider

- Recently used annotations per Clinician/Provider

- Hover over visually distinguished auto-recognized entities and approve/clarify/reject

- Indicate which prov:Agent added which annotations; human (name(s)), AI (signed git revision of repo URI)

- Indicate degree of confidence in annotation (note that AGI hypergraph systems have TruthValue and also AttentionValue, like attention networks; and that AGI systems may someday also support CDSS: Clinical Decision Support Systems and Health Decision Support Systems)

2y agoHN ↗

Right, but physicians currently don't have time to do that and don't get paid for it. For provider organizations it ends up being more profitable to hire certified coders to do the coding so that physicians can focus on treating patients.

2y agoHN ↗

Why aren't they trained in the above, and who will ask large EHR vendors for those features, who would do the asking and is there a forms committee yet?

2y agoHN ↗

It doesn't make sense to train most physicians in coding. We already have a shortage of doctors. They need to focus on directly treating patients while lower paid staff handle other tasks.

Most EHRs already have features for building custom data entry template forms for common situations, which can allow for selecting specific codes. Large provider organizations typically have internal committees to design these forms in order to ensure some level of consistency in patient charts.

2y agoHN ↗

Hot take: Most clinicians should code at time of data entry in order to not play telephone with patients' medical information.

Transmission chain method > Application in studies of memory: https://en.wikipedia.org/wiki/Transmission_chain_method

https://en.wikipedia.org/wiki/False_memory_syndrome#Evidence... :

Human memory is created and highly suggestible

Though nowhere is it shown that clinicians are even competent enough to add RDFa linked data annotations to their TXT unstructured notes with an encabulator.

It's clear that there's value in disambiguation; did they say "biomemetic" or "liquid metal" days ago on a dictaphone in a loud environment?