A Comparative Evaluation of Embeddings and LLMs in a Greek Book Publisher Setting - The CUP Dataset

· Source: Artificial Intelligence · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics, Natural Language Processing · Depth: Expert, quick

Summary

The CUP dataset, a new Greek book retrieval benchmark, comprises 868 catalog records and 104 expert-annotated queries with graded relevance judgments. This benchmark evaluates sparse (BM25), dense (sentence-transformers), hybrid, and LLM-assisted retrieval methods. Findings indicate that multilingual embeddings consistently outperform Greek-specific models, with hybrid retrieval achieving the best overall performance. A query-level analysis reveals BM25's strength in named-entity queries, while dense and hybrid methods significantly improve natural-language, noisy, cross-lingual, and concept queries. LLM TOC summarization enhances TOC-only retrieval, and LLM post-filtering improves early-stage retrieval, albeit at a high cost.

Key takeaway

For NLP engineers developing information retrieval systems for non-English languages like Greek, you should prioritize hybrid retrieval methods, especially those incorporating multilingual embeddings. This approach demonstrably outperforms language-specific models and pure sparse or dense methods across various query types. Evaluate your system's performance on diverse query categories, leveraging BM25 for named entities and hybrid methods for semantic or noisy queries, to optimize user experience and resource allocation.

Key insights

Hybrid retrieval, leveraging multilingual embeddings, offers superior performance for diverse Greek book search queries.

Principles

Method

The study evaluates sparse, dense, hybrid, and LLM-assisted retrieval methods using a new expert-annotated Greek book retrieval benchmark (CUP dataset) with graded relevance judgments.

In practice

Topics

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

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.