-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpapers.html
More file actions
61 lines (54 loc) · 2.76 KB
/
papers.html
File metadata and controls
61 lines (54 loc) · 2.76 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Papers</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h2>Papers</h2>
<ul>
<li>
<div id="paper2" class="paper-title">[2025] RSK linear operators and the Vershik-Kerov-Logan-Shepp curve</div>
<div class="authors">Duy Phan, <b>David Xia</b></div>
<div class="status"><i>Submitted to <a href="https://www.combinatorics.org/" target="_blank">Electronic Journal of Combinatorics</a></i></div>
<div class="arxiv-links">
<a href="https://arxiv.org/abs/2504.05510" target="_blank">arXiv</a>
</div>
</li>
<li>
<div id="paper1" class="paper-title">[2024] EveGuard: Defeating Vibration-based Side-Channel Eavesdropping with Audio Adversarial Perturbations</div>
<div class="authors">Jung-Woo Chang, Ke Sun, <b>David Xia</b>, Xinyu Zhang, Farinaz Koushanfar</div>
<div class="status"><i><a href="https://sp2025.ieee-security.org/" target="_blank">IEEE Symposium on Security and Privacy, 2025 </a></i></div>
<div class="arxiv-links">
<a href="https://arxiv.org/abs/2411.10034" target="_blank">arXiv</a>
</div>
</li>
</ul>
<h2>Workshop papers, Manuscripts, Notes</h2>
<ul>
<li>
<div id="paper5" class="paper-title">[2026] Algebraic Combinatorics Scribe Notes: The Cauchy Identity</div>
<div class="authors"><b>David Xia</b></div>
<div class="status"><i><a href="docs/cauchy_identity_scribe_notes.pdf" target="_blank">PDF</a></i></div>
</li>
<li>
<div id="paper4" class="paper-title">[2026] Algebraic Combinatorics Scribe Notes: Schur Polynomials</div>
<div class="authors"><b>David Xia</b>, Oren Akresh</div>
<div class="status"><i><a href="docs/schur_polynomial_scribe_notes.pdf" target="_blank">PDF</a></i></div>
</li>
<li>
<div id="paper3" class="paper-title">[2026] Revitalizing Local Democracy: A Human-Centered Audit of LLMs in City Council Journalism</div>
<div class="authors"><b>David Xia</b>, Chris Maury</div>
<div class="status"><i>To appear in <a href="https://heal-workshop.github.io/" target="_blank">Human-centered Evaluation and Auditing of Language Models (HEAL) Workshop</a> at <a href="https://chi2026.acm.org/" target="_blank">CHI 2026</a>
<!-- <div class="arxiv-links">
<a href="https://arxiv.org/abs/2504.05510" target="_blank">arXiv</a>
</div> -->
</li>
</ul>
<nav>
<a href="index.html">Home</a>
</nav>
</body>
</html>