In Search of Lost Adventure Novels: Supervised Genre Retrieval and Corpus Refinement in Gallica

· Source: Paper Index on ACL Anthology · Field: Science & Research — Artificial Intelligence & Machine Learning, Data Science & Analytics, Social Sciences & Behavioral Studies · Depth: Intermediate, quick

Summary

This paper addresses the challenge of retrieving adventure novels from Gallica, a large digitized collection of French fiction with unreliable genre metadata. Researchers developed a supervised genre model using a seed list of 101 adventure novels and validated it against 364 independently labeled novels from the Chapitres corpus. The HistGradientBoosting model, utilizing mean paragraph embeddings, achieved 81% external recall despite its small training set. This model was then applied to the 12,176-novel Fictions littde Gallica archive. A subsequent graph-based post-processing step, using a k-nearest-neighbor similarity graph, refined the candidate corpus, producing a more cohesive and homogeneous collection on Gallica, identifying both missed canonical and borderline texts.

Key takeaway

For computational literary historians or digital humanities researchers working with large, uncurated text archives, you should consider a two-stage approach for genre retrieval. First, train a robust supervised classifier like HistGradientBoosting on a small, high-quality seed list. Then, apply graph-based post-processing to refine the initial results, enhancing corpus cohesion and surfacing overlooked texts, rather than solely relying on classification for final curation.

Key insights

Supervised genre modeling combined with graph-based refinement effectively retrieves and curates specific literary genres from large, noisy digital archives.

Principles

Method

A supervised genre classifier (HistGradientBoosting on mean paragraph embeddings) is applied to a large corpus, followed by graph-based post-processing over a k-nearest-neighbor similarity graph for refinement.

In practice

Topics

Best for: NLP Engineer, Research Scientist, AI Scientist, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.