DLAINov 8, 2024

Web Archives Metadata Generation with GPT-4o: Challenges and Insights

arXiv:2411.05409v38 citationsh-index: 2Has Code
AI Analysis

This addresses the scalability and efficiency challenges for web archiving institutions, though it is incremental as it positions LLMs as complements rather than replacements for human cataloguers.

This paper tackled the problem of costly and time-consuming metadata creation for web archives by using GPT-4o to generate titles and abstracts, achieving a 99.9% reduction in metadata generation costs while noting that human-curated metadata still maintains higher quality.

Current metadata creation for web archives is time consuming and costly due to reliance on human effort. This paper explores the use of gpt-4o for metadata generation within the Web Archive Singapore, focusing on scalability, efficiency, and cost effectiveness. We processed 112 Web ARChive (WARC) files using data reduction techniques, achieving a notable 99.9% reduction in metadata generation costs. By prompt engineering, we generated titles and abstracts, which were evaluated both intrinsically using Levenshtein Distance and BERTScore, and extrinsically with human cataloguers using McNemar's test. Results indicate that while our method offers significant cost savings and efficiency gains, human curated metadata maintains an edge in quality. The study identifies key challenges including content inaccuracies, hallucinations, and translation issues, suggesting that Large Language Models (LLMs) should serve as complements rather than replacements for human cataloguers. Future work will focus on refining prompts, improving content filtering, and addressing privacy concerns through experimentation with smaller models. This research advances the integration of LLMs in web archiving, offering valuable insights into their current capabilities and outlining directions for future enhancements. The code is available at https://github.com/masamune-prog/warc2summary for further development and use by institutions facing similar challenges.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes