-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
156 lines (131 loc) · 4.59 KB
/
index.html
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>non fungible docs</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="../dist/reset.css">
<link rel="stylesheet" href="../dist/reveal.css">
<link rel="stylesheet" href="../dist/theme/black.css" id="theme">
<link rel="stylesheet" href="../plugin/highlight/monokai.css">
<style>
.black{background-color:rgba(0, 0, 0, .8);padding:5em;}
.center{text-align: center;}
i {font-size:0.35em;}
</style>
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<h1>The state of Document Security</h1>
With over 1,800 data breaches in the U.S. in 2022 alone
<br>
Email data leaks present serious risks to companies, leading to financial loss, reputation harm, and legal issues.
<i>
<br/>
scroll or press for more
</i>
</section>
<section>
<h1>Traditional methods</h1>
<ul>
<li>
A page of the average document contains 500 words.
</li>
<li>
NDAs and basic encryption are inadequate in tracing the source of leaks.
</li>
<li class="fragment fade-left">
Is there a better way?
</li>
</ul>
<i>
<br/>
scroll or press for more
</i>
</section>
<section>
<img src="./assets/nfd-logo.png" />
<br /><i>scroll or press for more</i>
</section>
<section>
<h1>Proposed</h1>
<ul>
<li>
Uses multivariate tech and large language models (LLMs) to create unique document versions for each recipient
</li>
<li>
This technology allows to detect the source of the leak.
</li>
</ul>
</section>
<!-- <section class="full" style="width:100vw !important;">
<iframe data-autoplay style="width:100vw !important;"
height="500"
src="https://nonfungibledocsstatic.onrender.com/header.html"
src="./minicar.html"
frameborder="0"></iframe>
<br /><i>scroll or press for more</i>
</section> -->
<!-- <section class="full" style="width:100vw;">
<iframe data-autoplay style="width:100vw" height="540"
src="http://localhost:8080/" frameborder="0"></iframe>
<br /><i>scroll or press for more</i>
</section> -->
<section data-background-video-muted data-background-video-loop="loop" data-background-color="white" data-background-video="./assets/video1.mp4">
<i>
The average A4 document contains 500 words.
<br/>
scroll or press for more
</i>
</section>
<section>
<h1>Documents need to be Confidential</h1>
<p>
Email data leaks present serious risks to companies, leading to financial loss, reputation harm, and legal issues.
</p>
</section>
<section>
<h1>Tracing the source of leaks</h1>
<p>
Traditional methods like NDAs and basic encryption are inadequate in tracing the source of leaks.
There is an urgent need for advanced solutions that can detect and prevent leaks proactively.
</p>
</section>
<section>
<h1>NLP, LLMs</h1>
The proposed AI-driven solution uses multivariate testing and large language models (LLMs) to create unique document versions for each employee, allowing for precise identification of leak sources. This technology allows to detect the source of the leak, thereby giving confidence to stakeholders of the repercussions of a leak, and is designed to start with documents and emails before expanding to other sensitive data.
</section>
<section>
<img src="./assets/table.png" />
<br /><i>scroll or press for more</i>
</section>
<section>
<img src="./assets/arch.png" />
<br /><i>scroll or press for more</i>
</section>
<section>
<iframe data-autoplay style="width:100vw;background:white;" height="540"
src="/app.html" frameborder="0"></iframe>
<br /><i>scroll or press for more</i>
</section>
<section>
<h2>Visit at https://nonfungibledocs.com/</h2>
<h3><a href="https://www.youtube.com/watch?v=CGAblZfXb5U">Watch video</a></h3>
</section>
</div>
</div>
<script src="../dist/reveal.js"></script>
<script src="../plugin/notes/notes.js"></script>
<script src="../plugin/markdown/markdown.js"></script>
<script src="../plugin/highlight/highlight.js"></script>
<script>
Reveal.initialize({
view: 'scroll',
hash: true,
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
});
</script>
</body>
</html>