Home / Companies / Vespa / Blog / January 2023

January 2023 Summaries

3 posts from Vespa

Filter
Month: Year:
Post Summaries Back to Blog
Vespa.ai's January 2023 newsletter highlights several recent improvements and upcoming features for their platform. The company is focused on enhancing search applications through machine learning, with detailed blog posts on improving ranking techniques. Noteworthy updates include a simpler JSON format for tensor fields, the ability to provide alternative values for missing fields during indexing, and the introduction of AWS PrivateLink for secure application connectivity. Performance enhancements include improved content node efficiency, mandatory use of Haswell microarchitecture for better optimization, and upgraded container performance and security with the latest Jetty server. Additionally, Vespa Cloud has introduced autoscaling with multiple groups and separate read/write data plane access control, allowing for more precise resource allocation and security configurations. These updates aim to streamline operations and enhance performance for Vespa users across various deployment environments.
Jan 31, 2023 1,042 words in the original blog post.
The blog post explores the enhancement of zero-shot ranking using Vespa Hybrid Search by evaluating various ranking models on the BEIR benchmark in a zero-shot setting. It introduces a new BM25 baseline for the BEIR dataset, which surpasses previously reported results, and demonstrates that a hybrid approach combining BM25 with a neural ranking method outperforms other evaluated methods on 12 of 13 datasets. The hybrid model's effectiveness is further compared to emerging few-shot methods that use large language models to generate synthetic training data, highlighting that while few-shot models perform better, the Vespa hybrid model offers a cost-effective alternative without needing in-domain adaptations or extensive computational resources. The post also emphasizes the importance of establishing a strong BM25 baseline to avoid overestimating neural ranking progress, particularly in zero-shot settings where single vector representations face generalization challenges. The Vespa app supporting this research is open-source, accessible for reproduction, and can be deployed both on Vespa Cloud and locally.
Jan 09, 2023 2,892 words in the original blog post.
Exploring the concept of zero-shot text ranking, this blog post examines how ranking models, particularly those using pre-trained neural language models like BERT, perform when applied to new domains without prior adaptation. The post introduces the BEIR benchmark, which evaluates the generalization of text ranking models across 18 diverse datasets with varying relevance judgments. Highlighted is the Dense Passage Retriever (DPR) model, which excels in in-domain settings but underperforms compared to the BM25 baseline in out-of-domain zero-shot scenarios, demonstrating that in-domain success does not guarantee out-of-domain effectiveness. This analysis underscores the necessity of evaluating retrieval methods on a wide range of datasets to ensure robust performance. The post also previews a forthcoming discussion on a hybrid ranking model combining multi-vector representations with BM25 to address the limitations of single-vector models in zero-shot settings.
Jan 05, 2023 1,558 words in the original blog post.