Home / Companies / Cohere / Blog / May 2023

May 2023 Summaries

3 posts from Cohere

Filter
Month: Year:
Post Summaries Back to Blog
LLM University (LLMU) is a newly launched educational platform designed to offer comprehensive learning resources in natural language processing (NLP) for individuals ranging from beginners to advanced learners. Spearheaded by NLP experts at Cohere, including Jay Alammar and Meor Amer, the university provides a curriculum that covers everything from basic concepts of large language models (LLMs) to advanced topics like generative AI, with a focus on practical application and hands-on exercises. The courses are structured to accommodate a wide array of learners, enabling them to explore various NLP techniques such as semantic search, text generation, and prompt engineering, while also offering community support through a dedicated Discord channel. LLMU aims to equip learners with the skills necessary to develop their own AI applications, fostering a collaborative and engaging educational experience.
May 16, 2023 486 words in the original blog post.
The text provides an overview of recent advancements and research in natural language processing (NLP) technology, highlighting Cohere's commitment to making NLP accessible to developers and organizations. It invites individuals to join their research community, Cohere For AI, to contribute to this innovative field. The text summarizes several notable research papers, including studies on the challenges of using black-box APIs for toxicity evaluation, the verifiability of generative search engines, a theory on Adam instability in large-scale machine learning, and the benefits of pretraining autoregressive language models with retrieval. Additionally, it covers topics such as parameter-efficient transfer learning through Conditional Adapters, the issue of memorization in large language models, stable and low-precision training techniques, the impact of code prompts versus text prompts, the debate on emergent abilities in large language models, and the limitations of such models in tasks requiring extensive world knowledge. The text concludes by encouraging experimentation and collaboration within the research community to further harness the potential of NLP technologies.
May 09, 2023 2,124 words in the original blog post.
The text introduces a method for enhancing search quality by integrating semantic search technology using the Rerank endpoint, which can be incorporated into a user's existing search stack with a single line of code. It describes how Rerank can improve search results for over 100 languages by computing relevance scores to reorder search results, making it highly effective when combined with a first-stage retrieval system that filters top documents. The text provides a practical example using Elasticsearch to demonstrate the process and highlights the significant improvements in search accuracy when Rerank is applied. Evaluation results indicate that Rerank outperforms traditional lexical and embedding-based semantic searches by providing more relevant results in the top three positions for a larger percentage of queries. The Rerank tool is portrayed as an augmentative rather than a replacement solution, offering simplicity and performance improvements for existing search systems and encouraging users to provide feedback for further enhancements.
May 01, 2023 1,959 words in the original blog post.