English

TiAb Review Plugin: A Browser-Based Tool for AI-Assisted Title and Abstract Screening

Digital Libraries 2026-04-13 v1 Artificial Intelligence Machine Learning

Abstract

Background: Server-based screening tools impose subscription costs, while open-source alternatives require coding skills. Objectives: We developed a browser extension that provides no-code, serverless artificial intelligence (AI)-assisted title and abstract screening and examined its functionality. Methods: TiAb Review Plugin is an open-source Chrome browser extension (available at https://chromewebstore.google.com/detail/tiab-review-plugin/alejlnlfflogpnabpbplmnojgoeeabij). It uses Google Sheets as a shared database, requiring no dedicated server and enabling multi-reviewer collaboration. Users supply their own Gemini API key, stored locally and encrypted. The tool offers three screening modes: manual review, large language model (LLM) batch screening, and machine learning (ML) active learning. For ML evaluation, we re-implemented the default ASReview active learning algorithm (TF-IDF with Naive Bayes) in TypeScript to enable in-browser execution, and verified equivalence against the original Python implementation using 10-fold cross-validation on six datasets. For LLM evaluation, we compared 16 parameter configurations across two model families on a benchmark dataset, then validated the optimal configuration (Gemini 3.0 Flash, low thinking budget, TopP=0.95) with a sensitivity-oriented prompt on five public datasets (1,038 to 5,628 records, 0.5 to 2.0 percent prevalence). Results: The TypeScript classifier produced top-100 rankings 100 percent identical to the original ASReview across all six datasets. For LLM screening, recall was 94 to 100 percent with precision of 2 to 15 percent, and Work Saved over Sampling at 95 percent recall (WSS@95) ranged from 48.7 to 87.3 percent. Conclusions: We developed a functional browser extension that integrates LLM screening and ML active learning into a no-code, serverless environment, ready for practical use in systematic review screening.

Cite

@article{arxiv.2604.08602,
  title  = {TiAb Review Plugin: A Browser-Based Tool for AI-Assisted Title and Abstract Screening},
  author = {Yuki Kataoka and Masahiro Banno and Michihito Kyo and Shuri Nakao and Tomoo Sato and Shunsuke Taito and Tomohiro Takayama and Takahiro Tsuge and Yasushi Tsujimoto and Ryuhei So and Toshi A. Furukawa},
  journal= {arXiv preprint arXiv:2604.08602},
  year   = {2026}
}

Comments

25 pages, 2 figures. Abstract submitted to Cochrane Colloquium 2026. Code: https://github.com/youkiti/tiab-review-plugin

R2 v1 2026-07-01T12:01:49.165Z