Foundational Study on Authorship Attribution of Japanese Web Reviews for Actor Analysis
Summary
A foundational study on applying stylometric authorship attribution to threat intelligence, using Japanese Rakuten reviews to compare TF-IDF+LR, BERT embedding, BERT fine-tuning, and metric learning methods. BERT-FT performed best overall, but TF-IDF+LR proved more stable and efficient when scaling to hundreds of authors.
Similar Articles
Fusing Stylometric and Embedding Systems to Estimate Authorship Likelihood Ratios in Japanese
This paper applies the likelihood ratio framework for forensic authorship attribution to Japanese texts, fusing stylometric features with embedding-based systems to improve discrimination and calibration.
Using Text-Based Causal Inference to Disentangle Factors Influencing Online Review Ratings
This paper introduces a text-based causal inference methodology using an enhanced CausalBERT to disentangle the effects of individual aspects (e.g., school administration, academic performance) on overall online review ratings, validated on 600K+ U.S. K-12 school reviews. Key improvements include temperature scaling, hyperparameter optimization, and interpretability methods to reduce confounding bias.
Large Language Models Threaten Double-blind Review
This paper demonstrates that large language models can effectively deanonymize authors of scientific papers from titles and abstracts alone, threatening the validity of double-blind peer review. The authors argue that stable patterns in problem framing and research focus act as latent conceptual signatures of authorship, necessitating a re-evaluation of anonymity practices in AI-augmented research ecosystems.
When Writing Style Drifts: Benchmarking Authorship Verification under Distribution Shifts in Genre, Time and the AI-Era
This paper introduces AVShift, the first German benchmark for authorship verification under distribution shifts in genre, time, and AI-era. It evaluates feature-based, embedding-based, and LLM-based approaches, finding that temporal drift significantly impacts performance while no measurable AI-era shift is detected.
From TF-IDF to Transformers: A Comparative and Ensemble Approach to Sentiment Classification
This paper compares multiple machine learning and transformer models for sentiment classification on movie reviews, finding RoBERTa achieves 93.02% accuracy, and a soft voting ensemble improves performance.