sakasurya commited on
Commit
66beed3
Β·
verified Β·
1 Parent(s): 00d9131

Add organization card

Browse files
Files changed (1) hide show
  1. README.md +76 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: JudicialMind
3
+ emoji: βš–οΈ
4
+ license: cc-by-nc-nd-4.0
5
+ ---
6
+
7
+ <div align="center">
8
+ <img src="https://cdn-avatars.huggingface.co/v1/production/uploads/69e9f4d92a09c772420b42d0/ExIuqQi9htcT0oFbZAgUu.png" width="140" alt="JudicialMind logo" />
9
+
10
+ <h1>JudicialMind</h1>
11
+
12
+ <p><strong>The AI-Native Legal Intelligence System</strong><br/>
13
+ Powering the world's most ambitious law firms and enterprise legal departments.</p>
14
+
15
+ <p>
16
+ <a href="https://judicialmind.ai"><img alt="Website" src="https://img.shields.io/badge/website-judicialmind.ai-0ea5e9"></a>
17
+ <a href="https://huggingface.co/datasets/judicialmind/legal-training-dataset"><img alt="Flagship dataset" src="https://img.shields.io/badge/dataset-legal--training-ffd21e"></a>
18
+ <img alt="License" src="https://img.shields.io/badge/research-open--access-success">
19
+ </p>
20
+ </div>
21
+
22
+ ---
23
+
24
+ ## 🧭 Who we are
25
+
26
+ JudicialMind builds an orchestrated system of specialized AI agents that work like a legal team β€” every agent with a domain expertise, composed into directed workflows that run end-to-end legal operations: intake, research, drafting, negotiation, dispute resolution.
27
+
28
+ We serve:
29
+ - **AmLaw firms** β€” matter-level intelligence and scalable research capacity
30
+ - **In-house legal teams** β€” contract, risk, and compliance workspaces
31
+ - **Solo & boutique practices** β€” affordable, agent-led practice leverage
32
+ - **Courts & ADR bodies** β€” dispute triage and caseflow intelligence
33
+
34
+ ---
35
+
36
+ ## 🧠 The Platform
37
+
38
+ | Product | What it does |
39
+ | --- | --- |
40
+ | **Intelligence** | Legal knowledge graphs, case-law reasoning, jurisdiction-aware retrieval |
41
+ | **Workspace** | Agent-native drafting, review, and matter orchestration |
42
+ | **Disputes** | ODR / ADR workflow automation and dispute resolution agents |
43
+
44
+ ---
45
+
46
+ ## πŸ“¦ Open artifacts on Hugging Face
47
+
48
+ We publish the datasets and components that power our research openly wherever we can.
49
+
50
+ ### Datasets
51
+ - [**`judicialmind/legal-training-dataset`**](https://huggingface.co/datasets/judicialmind/legal-training-dataset) β€” 3.69M annotated query-passage pairs across **35 languages** for training legal IR, QA, and semantic-search models. Rich metadata per row: `query_type`, `legal_domain`, `difficulty`, `jurisdiction`. ~2.6 GB, 264 parquet shards, A/B/C file-level split for clean train/val/test partitioning.
52
+
53
+ ### Models
54
+ _Coming soon β€” we are releasing family of fine-tuned retrieval, reranking, and legal-reasoning models trained on our corpus._
55
+
56
+ ### Spaces
57
+ _Coming soon β€” interactive demos for legal retrieval, agent workflows, and dispute-resolution tooling._
58
+
59
+ ---
60
+
61
+ ## πŸ”¬ Research focus
62
+
63
+ - Multilingual legal retrieval at scale (35+ jurisdictions)
64
+ - Reasoning over structured legal knowledge graphs
65
+ - Agent composition for multi-step legal workflows
66
+ - Evaluation frameworks for factuality, citation integrity, and jurisdictional grounding
67
+
68
+ ---
69
+
70
+ ## 🀝 Connect
71
+
72
+ - 🌐 Website β€” https://judicialmind.ai
73
+ - πŸ“§ Contact β€” [surya@judicialmind.ai](mailto:surya@judicialmind.ai)
74
+ - πŸ§‘β€βš–οΈ Early access β€” [judicialmind.ai/waitlist](https://judicialmind.ai/waitlist)
75
+
76
+ <sub>Β© JudicialMind. Built with care for the practice of law.</sub>