-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhyperquest-project.html
More file actions
354 lines (317 loc) · 18.6 KB
/
hyperquest-project.html
File metadata and controls
354 lines (317 loc) · 18.6 KB
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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>hyperquest</title>
<link href='https://fonts.googleapis.com/css?family=Sofia Sans' rel='stylesheet'>
<link rel="icon" type="image/png" href="/assets/img/favicon.png">
<!-- Bootstrap CSS einbinden -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.5/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-SgOJa3DmI69IUzQ2PVdRZhwQ+dy64/BUtbMJw1MZ8t5HZApcHrRKUc4W0kG879m7" crossorigin="anonymous">
<!-- Bootstrap CSS einbinden -->
<link rel="stylesheet" href="assets/css/variables.css">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body class="bg-body-img-small">
<!-- -- nav start -- -->
<nav class="navbar navbar-expand-lg sticky-top">
<div class="container-fluid px-3 px-xxl-5">
<a class="navbar-brand" href="../#">
<img src="/assets/img/logos/logo_hyperquest_small_nav.svg" alt="Logo" width="auto" height="auto" class="d-inline-block align-text-top">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<div>
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link" aria-current="page" href="../#">about</a></li>
<li class="nav-item"><a class="nav-link" href="../#team">team</a></li>
<!-- <li class="nav-item"><a class="nav-link" href="../#socialproof">social proof</a></li> -->
<li class="nav-item"><a class="nav-link" href="../#partner">partner</a></li>
</ul>
</div>
<!-- <div class="language ms-auto">
<a href="#" class="me-3"><img src="assets/img/visuals_illustrations/UK-flag.svg" alt=""></a>
<a href="#"><img src="assets/img/visuals_illustrations/FR-flag.svg" alt=""></a>
</div> -->
</div>
</div>
</nav>
<!-- -- nav end -- -->
<!-- -- main start -- -->
<main>
<section class="mt-5">
<div class="row justify-content-center">
<div class="col-10 col-lg-4 text-end text-md-end mb-5">
<h1 class="border-bottom scroll-animate">project origin</h1>
</div>
</div>
</section>
<section id="context" class="mt-5 mb-5">
<div class="container ">
<div class="row mb-5">
<div class="col-10 col-lg-5 offset-lg-0 text-end text-md-end">
<h3 class="border-bottom scroll-animate">context and challenges</h3>
</div>
</div>
<div class="row justify-content-center">
<!-- context box 1 -->
<div class="col-12 col-md-6 col-lg-4 mb-4 text-center">
<div>
<div class="min-height">
<img class="me-2" src="assets/img/visuals_illustrations/undraw/undraw_collaborative-writing_ir40.svg" width="250" alt="illustration Gestion des informations">
</div>
<div class="mt-4">
<h5>Information management</h5>
<p>spreadsheets, relational databases</p>
</div>
</div>
</div>
<!-- context box 2 -->
<div class="col-12 col-md-6 col-lg-4 mb-4 text-center">
<div>
<div class="min-height">
<img class="me-2" src="assets/img/visuals_illustrations/undraw/undraw_text-files_tqjw.svg" width="250" alt="illustration Gestion des informations">
</div>
<div class="mt-4">
<h5>Information extraction</h5>
<p>turning text into structured data</p>
</div>
</div>
</div>
<!-- context box 3 -->
<div class="col-12 col-md-6 col-lg-4 mb-4 text-center">
<div>
<div class="min-height">
<img class="me-2" src="assets/img/visuals_illustrations/undraw/undraw_ai-agent_pdkp.svg" width="250" alt="illustration Gestion des informations">
</div>
<div class="mt-4">
<h5>Desire for automation</h5>
<p>AI boom raised organizational awareness</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- -- context section end -- -->
<!-- -- besoin section start -- -->
<section id="besoin">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-md-12 col-lg-5">
<img src="/assets/img/visuals_illustrations/pic-hand-chip.svg" class="img-fluid" alt="images chip and robo-hand">
</div>
<div class="col-12 col-md-12 col-lg-5">
<div class="col-12 col-lg-12 offset-lg-0 text-end text-md-end">
<h2 class="border-bottom scroll-animate">outstanding needs</h2>
</div>
<ul class="mt-5">
<li class="text-big">Lack of internal AI expertise</li>
<span class="text-medium">Difficulty in evaluating or negotiating services</span>
</ul>
<ul>
<li class="text-big">Solutions not tailored to specific needs</li>
<span>Uncertain cost-benefit analysis</span>
</ul>
<ul>
<li class="text-big">Lack of trust in LLMs</li>
<span>Hallucinations, opacity</span>
</ul>
</div>
</div>
</div>
</section>
<!-- -- socialproof section end -- -->
<!-- -- interface-shapes - section start -- -->
<section id="interface" class="mt-5">
<div class="bg-hex-group-right">
<div class="bg-hex-group-middle img-fluid">
<div class="container">
<div class="row">
<div class="col-10 col-lg-8 offset-lg-0 text-end text-md-end mt-5 mb-5">
<h3 class="border-bottom scroll-animate">interface between two canonical approaches</h3>
</div>
</div>
<div class="row justify-content-evenly">
<!-- hexagon-shape top-down - left - start -->
<div class="col-12 col-lg-5 hexagon-shape bg-img-td justify-content-center mb-5">
<div class="top-down-box mb-2">
<h4>
<img src="/assets/img/icons/top-down_blue-big.svg" alt="Top-down Symbol">
Top-down
</h4>
<p class="mb-2">symbolic rules</p>
<p class="text-medium">explicit specification of target regularities</p>
</div>
<div class="d-flex justify-content-center text-center gap-4 mt-2">
<div>
<img src="/assets/img/icons/plus_size_s_blue.svg" alt="Plus Icon" width="24" height="24">
<ul class="text-start mt-2">
<li>High precision</li>
<li>Low recall</li>
<li>Explainable</li>
</ul>
</div>
<div>
<img src="/assets/img/icons/minus_size_s_blue.svg" alt="Plus Icon" width="24" height="24">
<ul class="text-start mt-2">
<li>Rigid</li>
<li>Requires few <br> examples</li>
</ul>
</div>
</div>
</div>
<!-- hexagon-shape top-down - left - end -->
<!-- hexagon-shape bottom-up - right - start -->
<div class="col-12 col-lg-5 hexagon-shape bg-img-bu justify-content-center mb-150">
<div class="top-down-box mb-3">
<h4>
<img src="/assets/img/icons//bottom-up_blue-big.svg" alt="Top-down Symbol">
Bottom-up
</h4>
<p class="mb-2">deep learning, LLMs</p>
<p class="text-medium">implicitly captures regularities with numerous annotated examples</p>
</div>
<div class="d-flex justify-content-center text-center gap-4 mt-2">
<div>
<img src="/assets/img/icons/plus_size_s_blue.svg" alt="Plus Icon" width="24" height="24">
<ul class="text-start mt-2">
<li>High recall</li>
<li>Enhanced handling <br>of context</li>
</ul>
</div>
<div>
<img src="/assets/img/icons/minus_size_s_blue.svg" alt="Plus Icon" width="24" height="24">
<ul class="text-start mt-2">
<li>Black box</li>
<li>Costly training</li>
<li>Limited ability to <br>explore data</li>
</ul>
</div>
</div>
</div>
<!-- hexagon-shape bottom-up - right - end -->
</div>
<!-- hexagon-shape hyperquest - start -->
<div class="row justify-content-center moved-up mb-5">
<div class="col-6 col-lg-5 hexagon-shape-big bg-img-td align-items-center">
<img class="logo-small mt-5" src="assets/img/logos/logo_hyperquest_small_nav.svg" width="50" alt="">
<h4 class="mb-0">hyperquest</h4>
<p class="mb-3">best of both worlds</p>
<div class="hexagon-shape-hyperquest">
<div class="hex-box-left-top text-center">
<img src="assets/img/icons/bottom-up_blue.svg" alt="background image - hexagone bottom up">
<p class="text-medium mt-2">HyperQuest <br>reveals <span class="fw-bold">key patterns</span></p>
</div>
<!-- hex 01 - left - end -->
<div class="hex-box-middle-top text-center">
<img src="assets/img/icons/bottom-up_blue.svg" alt="icon - bottom up">
<p class="text-medium mt-2">Allows domain experts without AI <span class="fw-bold">expertise to select the most relevant cases</span></p>
</div>
<!-- hex 02 - middle - end -->
<div class="hex-box-right-top text-center">
<img src="assets/img/icons/bottom-up_blue.svg" alt="icon bottom up">
<img src="assets/img/icons/top-down_blue.svg" alt="icon top down">
<p class="text-medium mt-1">Suggests/co-constructs targeted information <span class="fw-bold">extraction rules with few examples</span></p>
</div>
<!-- hex 03 - right - end -->
<div class="hex-box-right-bottom text-center">
<img src="assets/img/icons/bottom-up_blue.svg" alt="icon bottom up">
<p class="text-medium mt-2">Expands assisted extraction through <span class="fw-bold">neuro-symbolic patterns</span></p>
</div>
<!-- hex 04 - bottom - end -->
<div class="arrow-big-left-to-top text-left">
<p class="text-medium">successive refinement of sub-corpora and increasingly relevant patterns</p>
</div>
<div class="arrow-small-right-left"></div>
<div class="arrow-small-right-right"></div>
<div class="arrow-small-right-down"></div>
</div>
</div>
<!-- hexagon-shape hyperquest - middle - end -->
</div>
</div>
</div>
</div>
</section>
<!-- interface-shapes - section - end -->
<section id="solution">
<div class="row justify-content-center">
<div class="col-8 offset-sm-0 col-md-6 col-lg-5 text-end mb-5">
<h2 class="border-bottom scroll-animate">proposed solution</h2>
<h5 class="text-center mt-4">application ready to be used by non-specialists</h5>
</div>
</div>
<div class="container-fluid">
<div class="row justify-content-center">
<!-- text -->
<div class="col-12 col-lg-4 interface-column">
<div class="interface-solution-card mt-200">
<h4>
<img src="assets/img/icons/cluster_cachemere_small.svg" class="img-fluid" alt="icon Hypergraphes semantique">
Semantic Hypergraphs
</h4>
<p>generalize semantic graphs, great flexibility in defining regularities to extract</p>
</div>
<div class="interface-solution-card">
<h4>
<img src="assets/img/icons/app_cachemere_small.svg" alt="icon App">
Ergonomic / No-code App
</h4>
<p>democratizes interactive extraction of relevant structured information</p>
</div>
</div>
<!-- image -->
<div class="col-12 col-lg-6">
<img class="moved-left img-fluid rounded-4" src="assets/img/visuals_illustrations/hyperquest_app_202510.png" alt="App Screenshot">
</div>
</div>
</div>
</section>
</main>
<footer class="mt-5">
<div class="container-fluid px-3 px-xxl-5">
<div class="row justify-content-between align-items-end">
<!-- left -->
<div class="col-12 col-md-3 col-lg-3 text-end mb-5">
<h3 class="border-bottom scroll-animate mb-5">hyperquest</h3>
<p>CAMS - UMR 8557 CNRS-EHESS</p>
<p>54 boulevard Raspail</p>
<p>75006 Paris</p>
<p>Phone: +33 (0)1 49 54 20 42</p>
<p class="mb-4">+33 (0)1 49 54 25 53</p>
<a href="mailto:cams@ehess.fr">cams@ehess.fr</a>
<a href="https://cams.ehess.fr/">https://cams.ehess.fr/</a>
</div>
<!-- right, bottom -->
<div class="col-12 col-md-12 col-lg-4 ">
<div class="footer-right d-flex gap-4 justify-content-end text-end">
<a href="legalnotice.html">Credits & legal notice</a>
</div>
</div>
</div>
</div>
</footer>
<!-- Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.5/dist/js/bootstrap.bundle.min.js" integrity="sha384-k6d4wzSIapyDyv1kpU366/PK5hCdSbCRGRCMv+eplOQJWyd1fbcAu9OCUj5zNLiq" crossorigin="anonymous"></script>
<script>
document.addEventListener("DOMContentLoaded", function () {
const targets = document.querySelectorAll('.scroll-animate');
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
entry.target.classList.add('animate');
} else {
entry.target.classList.remove('animate');
}
});
}, {
threshold: 0.3 // ab wann es sichtbar sein muss
});
targets.forEach(target => observer.observe(target));
});
</script>
</body>
</html>