paper-with-me

홈 › Papers

AutoFR: Automated Filter Rule Generation for Adblocking

2022-02-25 · Hieu Le, Salma Elmalaki, Athina Markopoulou, Zubair Shafiq

Adblocking relies on filter lists, which are manually curated and maintained by a community of filter list authors. Filter list curation is a laborious process that does not scale well to a large number of sites or over time. In this paper, we introduce AutoFR, a reinforcement learning framework to fully automate the process of filter rule creation and evaluation for sites of interest. We design an algorithm based on multi-arm bandits to generate filter rules that block ads while controlling the trade-off between blocking ads and avoiding visual breakage. We test AutoFR on thousands of sites and we show that it is efficient: it takes only a few minutes to generate filter rules for a site of interest. AutoFR is effective: it generates filter rules that can block 86% of the ads, as compared to 87% by EasyList, while achieving comparable visual breakage. Furthermore, AutoFR generates filter rules that generalize well to new sites. We envision that AutoFR can assist the adblocking community in filter rule generation at scale.

📄 PDF Abstract BibTeX arXiv:2202.12872

Code (1)

UCI-Networking-Group/AutoFR 공식 구현

Tasks

Blocking

Similar Papers 제목 키워드 기반

AutoFreeze: Automatically Freezing Model Blocks to Accelerate Fine-tuning

2021-02-02 · YuHan Liu, Saurabh Agarwal, Shivaram Venkataraman

With the rapid adoption of machine learning (ML), a number of domains now use the approach of fine tuning models which were pre-trained on a large corpus of data. However, our experiments show that even fine-tuning on mo…

GPU

AutoFraudNet: A Multimodal Network to Detect Fraud in the Auto Insurance Industry

2023-01-15 · Azin Asgarian, Rohit Saha, Daniel Jakubovitz, Julia Peyre

In the insurance industry detecting fraudulent claims is a critical task with a significant financial impact. A common strategy to identify fraudulent claims is looking for inconsistencies in the supporting evidence. How…

Fraud DetectionMultimodal Reasoning

SINBAD: Saliency-informed detection of breakage caused by ad blocking

2024-05-08 · Saiid El Hajj Chehade, Sandra Siby, Carmela Troncoso

Privacy-enhancing blocking tools based on filter-list rules tend to break legitimate functionality. Filter-list maintainers could benefit from automated breakage detection tools that allow them to proactively fix problem…

Blocking

Less is More: On the Importance of Data Quality for Unit Test Generation

2025-02-20 · Junwei Zhang, Xing Hu, Shan Gao, Xin Xia 외

Unit testing is crucial for software development and maintenance. Effective unit testing ensures and improves software quality, but writing unit tests is time-consuming and labor-intensive. Recent studies have proposed d…

Evaluating LLM-Generated ACSL Annotations for Formal Verification

2026-02-14 · Arshad Beg, Diarmuid O'Donoghue, Rosemary Monahan arxiv

Formal specifications are crucial for building verifiable and dependable software systems, yet generating accurate and verifiable specifications for real-world C programs remains challenging. This paper presents an empir…