eshikasaxena commited on
Commit
e570468
·
verified ·
1 Parent(s): 99885e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -6,4 +6,17 @@ tags:
6
  pretty_name: Datasets for Learning the Learning with Errors Problem
7
  size_categories:
8
  - 100M<n<1B
9
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  pretty_name: Datasets for Learning the Learning with Errors Problem
7
  size_categories:
8
  - 100M<n<1B
9
+ ---
10
+
11
+ # TAPAS: Datasets for Learning the Learning with Errors Problem
12
+
13
+ AI-powered attacks on Learning with Errors (LWE)—an important hard math problem in post-quantum cryptography—rival or outperform "classical" attacks on LWE under certain parameter settings. Despite the promise of this approach, a dearth of accessible data limits AI practitioners' ability to study and improve these attacks. Creating LWE data for AI model training is time- and compute-intensive and requires significant domain expertise. To fill this gap and accelerate AI research on LWE attacks, we propose the TAPAS datasets, a **t**oolkit for **a**nalysis of **p**ost-quantum cryptography using **A**I **s**ystems. These datasets cover several LWE settings and can be used off-the-shelf by AI practitioners to prototype new approaches to cracking LWE.
14
+
15
+ The table below gives an overview of the datasets provided in this work:
16
+ | n | log q | omega | rho | # samples |
17
+ |--------|-----------|----------|--------|------------|
18
+ | 256 | 20 | 10 | 0.4284 | 400M |
19
+ | 512 | 12 | 10 | 0.9036 | 40M |
20
+ | 512 | 28 | 10 | 0.6740 | 40M |
21
+ | 512 | 41 | 10 | 0.3992 | 40M |
22
+ | 1024 | 26 | 10 | 0.8600 | 40M |