Add ExeQut organization card
Browse files
README.md
CHANGED
|
@@ -1,10 +1,39 @@
|
|
| 1 |
---
|
| 2 |
title: README
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
colorTo: blue
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
title: README
|
| 3 |
+
emoji: 🧬
|
| 4 |
+
colorFrom: indigo
|
| 5 |
colorTo: blue
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
+
# ExeQut
|
| 11 |
+
|
| 12 |
+
We build data and AI systems for research and government, with a focus on biomedical data
|
| 13 |
+
infrastructure, search, and knowledge graphs.
|
| 14 |
+
|
| 15 |
+
Our work covers the full path from raw source data to something a researcher can actually find:
|
| 16 |
+
ingestion and transformation pipelines, entity resolution, knowledge graphs, search platforms, and
|
| 17 |
+
the domain models that make specialised data discoverable.
|
| 18 |
+
|
| 19 |
+
## What we publish here
|
| 20 |
+
|
| 21 |
+
Models we build in house for biomedical text and metadata. We care about two things in particular,
|
| 22 |
+
and both show up in how we evaluate:
|
| 23 |
+
|
| 24 |
+
- **Honest measurement.** We score against human-labelled ground truth, hold the evaluation set out
|
| 25 |
+
of training, and report single-threshold results rather than tuned upper bounds.
|
| 26 |
+
- **Current vocabulary.** Biomedical language moves. A model trained on a frozen vocabulary quietly
|
| 27 |
+
stops recognising the terms researchers are actually using.
|
| 28 |
+
|
| 29 |
+
## Models
|
| 30 |
+
|
| 31 |
+
- **[ExeQut MeSH Tagger](https://huggingface.co/Exequt/mesh-tagger)** - biomedical MeSH tagging
|
| 32 |
+
across 25,489 current MeSH descriptors, trained from scratch on roughly 3 million indexed MEDLINE
|
| 33 |
+
records. It reaches 0.663 micro-F1 against expert human indexing, ahead of the widely used open
|
| 34 |
+
model for this task.
|
| 35 |
+
|
| 36 |
+
## Work with us
|
| 37 |
+
|
| 38 |
+
We take on data platform, search, and applied machine learning work in biomedical and public sector
|
| 39 |
+
settings. Get in touch at [exequt.com](https://exequt.com).
|