🤖 AI Summary
This study investigates whether large language models (LLMs) implicitly capture deep linguistic features—such as syntactic structure, metaphor density, and prosodic rhythm—and evaluates their utility in multilingual literary genre classification. Method: We propose the first multilingual literary analysis framework integrating dependency parsing, metaphor identification, and metrical scansion, validated on poetry, drama, and prose from Project Gutenberg across six languages. Classification is performed by jointly encoding explicit linguistic features and raw text as input to LLMs. Contribution/Results: Results demonstrate that LLMs do implicitly model complex linguistic structures; incorporating structured linguistic features significantly improves classification accuracy—especially for fine-grained distinctions between poetry and drama. The framework advances understanding of LLMs’ linguistic representational capacity and offers a novel pathway toward enhancing their interpretability in literary computing.
📝 Abstract
Large language models (LLMs) demonstrate remarkable potential across diverse language related tasks, yet whether they capture deeper linguistic properties, such as syntactic structure, phonetic cues, and metrical patterns from raw text remains unclear. To analysis whether LLMs can learn these features effectively and apply them to important nature language related tasks, we introduce a novel multilingual genre classification dataset derived from Project Gutenberg, a large-scale digital library offering free access to thousands of public domain literary works, comprising thousands of sentences per binary task (poetry vs. novel;drama vs. poetry;drama vs. novel) in six languages (English, French, German, Italian, Spanish, and Portuguese). We augment each with three explicit linguistic feature sets (syntactic tree structures, metaphor counts, and phonetic metrics) to evaluate their impact on classification performance. Experiments demonstrate that although LLM classifiers can learn latent linguistic structures either from raw text or from explicitly provided features, different features contribute unevenly across tasks, which underscores the importance of incorporating more complex linguistic signals during model training.