This repository was archived by the owner on Mar 10, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgloss.tex
More file actions
472 lines (398 loc) · 11.8 KB
/
Copy pathgloss.tex
File metadata and controls
472 lines (398 loc) · 11.8 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
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
\newglossaryentry{gls-nb}
{
symbol={\ensuremath{\rvdist{NB}}},
name={negative binomial distribution},
description={the discrete probability distribution that describes the number of Bernoulli trials needed for a specific number of ``successes''}
}
\newglossaryentry{gls-geo}
{
symbol={\ensuremath{\rvdist{GEO}}},
name={geometric distribution},
description={the discrete probability distribution that describes the number of Bernoulli trials needed for a ``success''}
}
\newglossaryentry{gls-exp}
{
symbol={\ensuremath{\rvdist{EXP}}},
name={exponential distribution},
description={the continuous probability distribution that describes the time between memorless events that occur continuously and independently at a constant average rate and is the continuous analogue of the geometric distribution}
}
\newglossaryentry{gls-uri}
{
name={uniform resource identifier},
description={description here}
}
\newglossaryentry{gls-map}
{
name={mean average precision},
description={}
}
\newglossaryentry{gls-tfidf}
{
name={term frequency-inverse document frequency},
description={a numerical heuristic that measures how important a word is to a document in a collection, where importance is proportional to the word's document frequency but is offset by the frequency of the word in the collection}
}
\newglossaryentry{gls-ir}
{
name={information retrieval},
description={}
}
\newglossaryentry{approximateset}
{
name={approximate set},
description={a set where false negatives never occur but false positives may occur}
}
\newglossaryentry{gls-phf}
{
name={perfect hash filter},
description={a data structure that implements the abstract data type of the \gls*{approximateset} and is a function of a \gls*{ph}}
}
\newglossaryentry{gls-bf}
{
name={bloom filter},
description={a popular data structure that implements the abstract data type of the \gls*{approximateset}}
}
\newglossaryentry{gls-psi}
{
name={PHF secure index},
description={a bag-of-words \gls*{si} that uses the perfect hash filter, a data structure implementing the approximate set. Since it is a bag-of-words, it only supports membership tests.}
}
\newglossaryentry{gls-bsi}
{
name={BF secure index},
description={a bag-of-words \gls*{si} that uses the bloom filter, a data structure implementing the approximate set. Since it is a bag-of-words, it only supports membership tests.}
}
\newglossaryentry{gls-es}
{
name={Encrypted Search},
description={enables untrusted systems to \emph{obliviously} retrieve documents that satisfy the \glspl*{infoneed} of authorized \glspl*{sa}},
plural={Encrypted Searches}
}
\newglossaryentry{gls-ph}
{
name={perfect hash function},
description={a hash function that guarantees no collisions among members of a given set},
plural={perfect hash functions}
}
\newglossaryentry{gls-si}
{
name={secure index},
description={a search index of a confidential document that facilitates efficient \gls*{es}} operations,
plural={secure indexes}
}
\newglossaryentry{gls-esp}
{
name={\gls*{gls-es} provider},
description={an \emph{untrusted} system that provides \gls*{es} activities}
}
\newglossaryentry{gls-ds}
{
name={document store},
description={a collection of confidential documents}
}
\newglossaryentry{wordbag}
{
name={bag-of-words},
description={a set of words representing an \gls*{infoneed} in information retrieval}
}
\newglossaryentry{obfuscator}
{
name={obfuscator},
description={a trusted agent that transforms a sequence of \gls*{plaintext} \glspl*{query} into a sequence of \glspl*{hq}}
}
\newglossaryentry{avgprecision}
{
name={average precision},
description={description here}
}
\newglossaryentry{preimageres}
{
name={pre-image resistant},
description={given a hash function $\operatorname{h}$ and a hash $x$, finding a $y$ such that $y = \operatorname{h}(x)$ is intractable}
}
\newglossaryentry{preimageattack}
{
name={pre-image attack},
description={given a hash function and a hash $x$, the \gls*{adversary} searches for an input for the given hash function that outputs the given hash value}
}
\newglossaryentry{compression}
{
name={compression},
description={substituting a bit string $x$ with a bit string $x' = \Compress(x)$ where $\BL(x') < \BL(x)$ and $x = \Decompress(x')$}
}
\newglossaryentry{adversary}
{
name={adversary},
description={an agent that is not authorized to comprehend the \gls*{es} activities, such as the \glspl*{infoneed} of \glspl*{sa}},
plural={adversaries}
}
\newglossaryentry{randomoracle}
{
name={random oracle},
description={a theoretical hash function that \emph{uniformly} distributes inputs in the domain to outputs in the range}
}
\newglossaryentry{biword}
{
name={biword model},
description={sequences of \glspl*{word} are coded by a set of \glspl*{bigram} to facilitate search operations like \emph{exact phrase} matching}
}
\newglossaryentry{trapdoor}
{
name=trapdoor,
description={is a cryptographic transformation of a term in a search query}
}
\newglossaryentry{documentidentifier}
{
name={document identififier},
description={description here},
plural={document identifiers}
}
\newglossaryentry{salt}
{
name={salt},
description={description here}, plural={salts}
}
\newglossaryentry{invertedindex}
{
name={inverted index},
description={description here}
}
\newglossaryentry{infoneed}
{
name={information need},
description={description here}
}
\newglossaryentry{hq}
{
name=hidden query,
description={a search \gls*{query} composed of \glspl*{trapdoor} to facilitate \gls*{es} operations}, plural={hidden queries}
}
\newglossaryentry{query}
{
name={query},
description={a string of characters, such as \glspl*{word}, that represents some \gls*{infoneed}}, plural={queries}
}
\newglossaryentry{bm25}
{
name={BM25},
description={a family of \gls*{tfidf}-like functions used in rank-ordered document retrieval}
}
\newglossaryentry{oblivioussearch}{name={oblivious search}, plural={oblivous searches}, description={description here}}
\newglossaryentry{homophonic}{name={Homophonic substitution}, description={is where the distribution of cipher-text symbols in a substitution cipher is made uniform by mapping a plain-text token to one or more cipher-text tokens}}
\newglossaryentry{obliviousram}{name={Oblivious RAM}, description={description here}}
\newglossaryentry{zipf}{name={Zipf}, description={description here}}
\newglossaryentry{queryobfuscation}{name={query obfuscation}, description={description here}}
\newglossaryentry{queryobrate}{name={query obfuscation rate}, description={is the probability that a \gls*{trapdoor} in a \gls*{hq} is an \emph{artificial} \gls*{trapdoor}}}
\newglossaryentry{gls-mle}
{
name={maximum likelihood estimation},
description={description here}
}
\newglossaryentry{trigram}
{
name={trigram},
description={3-gram}
}
\newglossaryentry{bigram}
{
name={bigram},
description={1-gram}
}
\newglossaryentry{unigram}
{
name={unigram},
description={1-gram}
}
\newglossaryentry{ngram}
{
name={$n$-gram},
description={a tuple of $n$ \glspl*{words}}
}
\newglossaryentry{plaintext}
{
name={plain-text},
description={description here}
}
\newglossaryentry{ciphertext}
{
name={cipher-text},
description={description here}
}
\newglossaryentry{precision}
{
name={precision},
description={description here}
}
\newglossaryentry{recall}
{
name={recall},
description={description here}
}
\newglossaryentry{symmetricencryption}
{
name={symmetric encryption},
description={description here}
}
\newglossaryentry{asymmetricencryption}
{
name={asymmetric encryption},
description={description here}
}
\newglossaryentry{booleansearch}
{
name={Boolean search},
description={description here},
plural={Boolean searches}
}
\newglossaryentry{rankorderedsearch}
{
name={rank-ordered search},
description={description here},
plural={rank-ordered searches}
}
\newglossaryentry{confidentiality}
{
name={confidentiality},
description={description here}
}
\newglossaryentry{documentconf}
{
name={document confidentiality},
description={description here}
}
\newglossaryentry{queryprivacy}
{
name={query privacy},
description={description here}
}
\newglossaryentry{obfuscation}
{
name={obfuscation},
description={description here}
}
\newglossaryentry{encryption}
{
name={encryption},
description={description here}
}
\newglossaryentry{sa}
{
name={search agent},
description={description here},
plural={search agents}
}
\newglossaryentry{knownplaintextattack}
{
name={known-plaintext attack},
description={description here},
plural={known-plaintext attacks}
}
\newglossaryentry{resultset}
{
name={result set},
description={description here},
plural={result sets}
}
\newglossaryentry{entropy}
{
name={entropy},
description={description here}
}
\newglossaryentry{queryalphabet}
{
name={\gls*{plaintext} \gls*{query} alphabet},
description={the set of all \gls*{plaintext} \gls*{query} \glspl*{word}, a subset of $\cisb$}
}
\newglossaryentry{queryalphabetsizeparam}
{
name={\ensuremath{m}},
description={the cardinality of the set of all \gls*{plaintext} \gls*{query} \glspl*{word}},
type=symbols
}
\newglossaryentry{trapdooralphabet}
{
name={\ensuremath{m'}},
description={the cardinality of the set of all \glspl*{trapdoor}, a subset of $\cisb_{m'}$},
type=symbols
}
\newglossaryentry{trapdooralphabetsizeparam}
{
name={\ensuremath{m'}},
description={The cardinality of the set of all \gls*{plaintext} \gls*{query} \glspl*{word}},
type=symbols
}
\newglossaryentry{sanumparam}
{
name={\ensuremath{k}},
description={the number of unique \glspl*{sa}},
type=symbols
}
\newglossaryentry{queryarrivalrate}
{
name={query arrival rate},
description={the average number of queries to arrive at the \gls*{esp} per second}
}
\newglossaryentry{queryarrivalrateparam}
{
name={\ensuremath{\lambda}},
description={the expected number of queries to arrive at the \gls*{esp} per second},
type=symbols
}
\newglossaryentry{integerset}
{
name={\ensuremath{\mathbb{Z}}},
description={The set of integers},
type=symbols
}
\newglossaryentry{posintegerset}
{
name=\ensuremath{\mathbb{Z}_{>0}},
description={the set of positive integers $\{1,2,\ldots\}$},
type=symbols
}
\newglossaryentry{nonnegativeintegerset}
{
name={\ensuremath{\mathbb{Z}_{\geq 0}}},
description={the set of non-negative integers $\mathbb{Z}_{>0} \cup \{0\}$},
type=symbols
}
\newglossaryentry{realnumset}
{
name={\ensuremath{\mathbb{R}}},
description={is the set that includes integers, such as $1$, rational numbers, such as $\frac{1}{2}$, and irrational numbers, such as $\pi$},
type=symbols
}
\newglossaryentry{posrealnumset}
{
name={\ensuremath{\mathbb{R}_{>0}}},
description={the set of positive real numbers},
type=symbols
}
\newglossaryentry{bitstringset}
{
name={\ensuremath{\cisb}},
description={the set of all bit strings, $\{b \colon \{0,1\}^*\}$, where $*$ is all non-negative integers},
type=symbols
}
\newglossaryentry{bitstringsetm}
{
name={\ensuremath{\cisb_m}},
description={the set of all bit strings of length $m$, $\{b \colon \{0,1\}\^m\}$, where $m$ is a non-negative integer},
type=symbols
}
\newglossaryentry{rvplainwordssym}
{
name={\ensuremath{\rv{\vec{M_j}}}},
description={a random vector where each component is an element from the \gls*{queryalphabet}},
type=symbols
}
\newglossaryentry{seqxsym}
{
name={\ensuremath{x_{<j}}},
description={a sequence $x_1 \cdots x_{j-1}$, e.g., $a_{<3} \equiv a_1 a_2$},
type=symbols
}
\newglossaryentry{word}
{
name={word},
description={a \emph{searchable} bit string $x \in \cisb$}
}