diff --git a/content/en/papers/2026-AccessRefinery-Fast-Mining-Concise-Access-Control-Intents-on-Public-Cloud.md b/content/en/papers/2026-AccessRefinery-Fast-Mining-Concise-Access-Control-Intents-on-Public-Cloud.md
index 8ba5bd34..f2a6dd63 100644
--- a/content/en/papers/2026-AccessRefinery-Fast-Mining-Concise-Access-Control-Intents-on-Public-Cloud.md
+++ b/content/en/papers/2026-AccessRefinery-Fast-Mining-Concise-Access-Control-Intents-on-Public-Cloud.md
@@ -8,13 +8,14 @@ draft = false
research_label = ["Synthesis"]
bibtex = """
"""
+award = "Reusable Badge"
abstract = [
"Modern cloud applications heavily rely on Identity and Access Management (IAM) services to enforce flexible access control over their data. However, the flexibility comes at a cost: IAM policies are often complex and prone to misconfigurations, leading to risks of data exposure. There is an increasing need to mine a compact set of intents that describe what the policies collectively try to achieve, thereby enabling operators to better understand their policies. However, existing tools on mining access control intent have two major limitations: (1) the mining process is slow and even times out on some complex policies; (2) the mined intents are excessive in number and thus still hard to understand. To overcome these limitations, this paper presents AccessRefinery, which can speed up the mining process while reducing the number of intents. The key idea for the speedup is to reduce the redundancy of the multi-round SMT solving, by preprocessing the constraints into bit-vector constraints. For intent reduction, AccessRefinery computes a compact set of intents that can cover the mined intents, by solving a min-set-cover problem. Experiments based on real and synthetic datasets show that AccessRefinery achieves a ~10–100× speedup in intent mining, and reduces the number of intents by up to ~10×."
]
publisher = "Proceedings of ACM FSE '26"
ccf = "A"
publish = "conference"
-pdf='/papers/AccessRefinery/accessrefinery_final_version.pdf'
+pdf='/papers/AccessRefinery/fse26maina-p1435-p-740a4a11e1-176773-final(1).pdf'
video = 'https://www.youtube.com/watch?v=ILUue00Bc_s&t=18s'
slide ='/papers/AccessRefinery/accessrefinery_slides.pdf'
code = 'https://github.com/XJTU-NetVerify/accessrefinery'
diff --git a/static/papers/AccessRefinery/accessrefinery_final_version.pdf b/static/papers/AccessRefinery/fse26maina-p1435-p-740a4a11e1-176773-final(1).pdf
similarity index 76%
rename from static/papers/AccessRefinery/accessrefinery_final_version.pdf
rename to static/papers/AccessRefinery/fse26maina-p1435-p-740a4a11e1-176773-final(1).pdf
index 3111f85e..46da1d60 100644
Binary files a/static/papers/AccessRefinery/accessrefinery_final_version.pdf and b/static/papers/AccessRefinery/fse26maina-p1435-p-740a4a11e1-176773-final(1).pdf differ