File size: 2,224 Bytes
1a2c8d6
4c96130
 
 
1a2c8d6
 
4c96130
1a2c8d6
 
4c96130
1a2c8d6
 
4c96130
 
c434c76
4c96130
 
 
c434c76
4c96130
c434c76
4c96130
 
 
c434c76
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4c96130
 
 
 
c434c76
 
4c96130
 
 
 
 
 
 
 
c434c76
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
---
title: Nuremberg Trials AI
emoji: ⚖️
colorFrom: gray
colorTo: blue
sdk: gradio
sdk_version: 4.44.0
app_file: app.py
pinned: false
license: mit
---

# Nuremberg Trials AI

The most comprehensive AI-powered question-answering system for the Nuremberg Trials (1945-1949).

## Features

- **RAG-powered answers**: Searches through 120,000+ document chunks
- **Source citations**: Every answer shows the original source documents
- **Complete coverage**: All 13 trials (IMT + 12 NMT), judgments, charter, and biographies

## Data Sources

### Harvard Law School Nuremberg Trials Project (518MB)
Complete transcripts from all 13 trials:
- Trial 1: Medical Case (Karl Brandt et al.)
- Trial 2: Milch Case
- Trial 3: Justice Case
- Trial 4: Hostages Case
- Trial 5: Pohl Case
- Trial 6: Einsatzgruppen Case
- Trial 7: IMT - Main Trial (Goering et al.)
- Trial 8: Flick Case
- Trial 9: IG Farben Case
- Trial 10: RuSHA Case
- Trial 11: Krupp Case
- Trial 12: Ministries Case
- Trial 13: High Command Case

**Total: 153,010 pages**

### Yale Avalon Project (192MB)
- London Charter & IMT Constitution
- Indictments and Judgments (all defendants)
- Trial Proceedings (22 volumes)
- Nazi Conspiracy & Aggression (4 volumes)

**Total: 857 documents, 11.3 million words**

### Wikipedia
- 24 defendant biographies
- 11 trial overview pages
- 8 key prosecutors/judges
- 6 Nazi organization pages

**Total: 49 pages**

## Technology

- **Embeddings**: all-MiniLM-L6-v2 (sentence-transformers)
- **Vector Search**: FAISS with 120,385 vectors
- **LLM**: Zephyr-7B (HuggingFace Inference API)
- **UI**: Gradio

## Example Questions

- How many defendants were sentenced to death at Nuremberg?
- What were the four counts in the Nuremberg indictment?
- Who was the chief prosecutor for the United States?
- What happened to Hermann Goering?
- What were the Nazi medical experiments?
- What was the Einsatzgruppen trial about?
- Who was prosecuted in the IG Farben trial?

## Related Resources

- **Raw Dataset**: [Adherence/nuremberg-trials-complete](https://huggingface.co/datasets/Adherence/nuremberg-trials-complete)
- **RAG Dataset**: [Adherence/nuremberg-trials-rag](https://huggingface.co/datasets/Adherence/nuremberg-trials-rag)