Alexander Khundoev commited on
Commit
bad348e
·
verified ·
1 Parent(s): 7de3f07

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -7
README.md CHANGED
@@ -1,10 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
- title: README
3
- emoji: 🌍
4
- colorFrom: indigo
5
- colorTo: pink
6
- sdk: static
7
- pinned: false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
1
+ # EVAM Lab 🪷
2
+
3
+ **Ancient logic. Modern AI. Built to know what it doesn't know.**
4
+
5
+ We implement Buddhist formal logic as ML infrastructure — rigorous epistemological frameworks developed over 1,500 years, now running on GPUs.
6
+
7
+ ---
8
+
9
+ ## Phase A: Apoha — Available Now
10
+
11
+ > *"A concept is not defined by what it includes, but by what it excludes."*
12
+ > — Dignāga, c. 480–540 CE
13
+
14
+ **Apoha** is a few-shot classifier that defines concepts by their **exclusion sets** — examples of what they are NOT. Inputs that don't clearly belong anywhere receive `UNCERTAIN` instead of a forced label. OOD rejection is built into the architecture, not bolted on after.
15
+
16
+ | Benchmark | Apoha OOD Rejection | Best Baseline | Improvement |
17
+ |-----------|-------------------|---------------|-------------|
18
+ | CLINC150 (30 intents) | 84.6% | 15.1% (InfoNCE) | **5.6×** |
19
+ | Banking77 (50 intents) | 29.1% | 0.0% (InfoNCE) | **∞** |
20
+ | HWU64 (40 intents) | 24.9% | 0.2% (InfoNCE) | **166×** |
21
+ | Cybersecurity (15 TTPs) | 45.2% | 1.2% (InfoNCE) | **38×** |
22
+
23
+ 👉**[apoha-bge-small-en-v1.5](https://huggingface.co/EVAMLab/apoha-bge-small-en-v1.5)** — model weights + inference code
24
+
25
+ 👉 **[apoha-demo](https://huggingface.co/spaces/EVAMLab/apoha-demo)** — live interactive demo
26
+
27
+ 📄 **Preprint:** ArXiv *(coming soon)*
28
+
29
  ---
30
+
31
+ ## Roadmap
32
+
33
+ | Phase | Module | What it does |
34
+ |-------|--------|-------------|
35
+ | **A ✅** | Apoha | Rejects OOD *inputs* — classifier knows what it doesn't know |
36
+ | **B 🔨** | Hetuchakra | Verifies LLM *outputs* — formal argument gate |
37
+ | **C** | Pratibandha | Causal inference via do-calculus |
38
+ | **D** | Pramāṇa | Belief revision and feedback loop |
39
+
40
+ ---
41
+
42
+ ## Who We Are
43
+
44
+ **Dobdon Maksarov** — Buddhist monk and scholar. Geshe Lharampa (highest degree in Buddhist philosophy) after 23 years at Drepung Gomang Monastic University. MA Buddhist Studies, SOAS (2022). PhD researcher, SOAS University of London. Reads Dignāga and Dharmakīrti in Sanskrit and Tibetan.
45
+
46
+ https://www.soas.ac.uk/about/dobdon-maksarov
47
+
48
+ **Alexander Khundoev** — Software engineer, 25 years industry experience (Mathematics & CS degree). Built the complete Apoha implementation: loss functions, training pipeline, 6 benchmarks, 5 ablation studies.
49
+
50
+ https://www.linkedin.com/in/alexanderkhundoev
51
+
52
  ---
53
 
54
+ ## Contact
55
+
56
+ dobdon.maksarov@gmail.com · alexander.khundoev@gmail.com
57
+
58
+ © 2026 Dobdon Maksarov and Alexander Khundoev · [Proprietary License](https://huggingface.co/EVAMLab/apoha-bge-small-en-v1.5/blob/main/LICENSE)