Team "better_call_claude": Style Change Detection using a Sequential Sentence Pair Classifier
Gleb Schmidt, Johannes R\"omisch, Mariia Halchynska, Svetlana Gorovaia, Ivan P. Yamshchikov

TL;DR
This paper introduces a Sequential Sentence Pair Classifier that effectively detects style changes at the sentence level in documents, leveraging pre-trained language models and contextual modeling to outperform baselines in a challenging benchmark.
Contribution
The paper presents a lightweight, effective approach using PLMs and BiLSTM for fine-grained style change detection, advancing the state-of-the-art in the PAN 2025 shared task.
Findings
Achieved macro-F1 scores of 0.923, 0.828, and 0.724 on EASY, MEDIUM, and HARD datasets.
Outperformed official baselines and zero-shot Claude-3.7 performance.
Demonstrated effectiveness in handling stylistically shallow, short sentences.
Abstract
Style change detection - identifying the points in a document where writing style shifts - remains one of the most important and challenging problems in computational authorship analysis. At PAN 2025, the shared task challenges participants to detect style switches at the most fine-grained level: individual sentences. The task spans three datasets, each designed with controlled and increasing thematic variety within documents. We propose to address this problem by modeling the content of each problem instance - that is, a series of sentences - as a whole, using a Sequential Sentence Pair Classifier (SSPC). The architecture leverages a pre-trained language model (PLM) to obtain representations of individual sentences, which are then fed into a bidirectional LSTM (BiLSTM) to contextualize them within the document. The BiLSTM-produced vectors of adjacent sentences are concatenated and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAuthorship Attribution and Profiling · Topic Modeling · Biomedical Text Mining and Ontologies
