Home / Companies / Cleanlab / Blog / October 2024

October 2024 Summaries

2 posts from Cleanlab

Filter
Month: Year:
Post Summaries Back to Blog
The Trustworthy Language Model (TLM) enhances the accuracy of responses from various base language models (LLMs) such as GPT-4, GPT-3.5, and Claude 3 by scoring the trustworthiness of the responses to reduce errors without altering the prompts or relying on any additional models. TLM demonstrates the ability to decrease error rates significantly across a range of datasets like TriviaQA, ARC, SVAMP, and GSM8k, showcasing improvements over the base models. It operates by sampling multiple candidate responses, scoring their trustworthiness, and selecting the most reliable one, thereby improving the accuracy of LLM responses. While TLM increases accuracy, it may require longer runtimes, making it more suitable for data processing tasks rather than latency-sensitive applications.
Oct 31, 2024 1,890 words in the original blog post.
OpenAI's o1-preview model has demonstrated significant advancements in language model reasoning capabilities, but it still produces incorrect responses, or "hallucinates." The Trustworthy Language Model (TLM), designed to evaluate and enhance response accuracy, can detect and reduce the rate of these erroneous outputs by over 20% when used with o1 as the base model. Benchmarks conducted on datasets like TriviaQA, SVAMP, and PII Detection reveal TLM's ability to improve accuracy and detect errors by scoring the trustworthiness of responses, allowing for more reliable AI workflows. In particular, TLM enhances the accuracy of o1-preview across these datasets, making it a valuable tool for trustworthy AI applications, including human-in-the-loop processes, by identifying when LLM responses may be unreliable and need human oversight.
Oct 21, 2024 1,505 words in the original blog post.