A Comparative Evaluation of Embeddings and LLMs in a Greek Book Publisher Setting - The CUP Dataset
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
- Multilingual embeddings often surpass language-specific models for retrieval.
- Hybrid retrieval combines sparse and dense methods effectively.
- Query type dictates optimal retrieval method performance.
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
- Prioritize hybrid retrieval for robust Greek book search systems.
- Use BM25 for named-entity queries.
- Consider LLM TOC summarization for TOC-only search.
Topics
- Information Retrieval
- Greek Language Processing
- Text Embeddings
- Hybrid Search
- LLM Applications
- BM25
Best for: Research Scientist, AI Engineer, AI Scientist, Machine Learning Engineer, NLP Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.