An in-depth study by Innodata evaluated the performance of various large language models (LLMs) including Llama2, Mistral, Gemma, and GPT. The study assessed the models based on factuality, toxicity, bias, and propensity for hallucinations and used fourteen unique datasets designed to evaluate each model's safety.
One of the main criteria was factuality, the ability of the…
Recent research by scientists at Ohio State University and Carnegie Mellon University has analyzed the limitations of large language models (LLMs), such as GPT-4, and their limitations in implicit reasoning. This refers to their ability to make accurate comparisons of internalized facts and properties, even when aware of the entities in question.
The study focused…
The use of Large Language Models (LLMs) for automating and assisting in coding holds promise for improving the efficiency of software development. However, the challenge is ensuring these models produce code that is not only helpful but also secure, as the code generated could potentially be used maliciously. This concern is not theoretical, as real-world…
The study of multilingual natural language processing (NLP) is rapidly progressing, seeking to create language models capable of interpreting and generating text in various languages. The central goal of this research is to improve global communication and access to information, making artificial intelligence technologies accessible across diverse linguistic backgrounds.
However, creating such models brings significant challenges,…
Natural language processing (NLP) is a field in computer science that seeks to enable computers to interpret and generate human language. This has various applications such as machine translation and sentiment analysis. However, there are limitations and inefficiencies with conventional tokenizers employed in large language models (LLMs). These tokenizers break down text into subwords, demanding…
The Knowledge Engineering Group (KEG) and Data Mining team at Tsinghua University have revealed their latest breakthrough in code generation technology, named CodeGeeX4-ALL-9B. This advanced model, a new addition in the acclaimed CodeGeeX series, is a ground-breaking achievement in multilingual code generation, raising the bar for automated code generation efficiency and performance.
A product of extensive…
In the field of machine learning and artificial language modeling, Large Language Models (LLMs) are often used to analyze or interpret large chunks of data. Such models have the capability to support very long context windows; however, this approach is not without its challenges. Standard attention mechanisms, used to allocate computational resources, often suffer from…
Large language models (LLMs) like GPT-4 have demonstrated impressive performance in various tasks, ranging from summarizing news articles to writing code. However, concerns propagated by two crucial issues: hallucination and performance disparities. Hallucination describes the tendency of LLMs to generate plausible yet inaccurate text, posing a risk in tasks that require accurate factual recall. Performance…
InternLM has introduced its newest development in open large language models, InternLM2.5-7B-Chat, which is available in GGUF format. This latest model is compatible with the open-source framework, llama.cpp which is used for LLM inference and can be utilized both locally and in the cloud on different hardware platforms. The GGUF format provides half-precision and low-bit…
Artificial Intelligence (AI) has revolutionized numerous industries, from customer service to content generation, by deploying large language models (LLMs) that can supply accurate and useful replies to human prompts. However, these models tend to favor longer responses, exhibiting an inherent length bias that complicates model evaluation.
To balance response length with quality, researchers have developed Length-Instruction…
Businesses worldwide are capitalizing on the transformative capabilities of Artificial Intelligence (AI) to improve their processes. A standout AI-powered tool is OpenAI's ChatGPT, a language model that can generate texts mimicking human conversation. While beneficial, out-of-the-box applications of ChatGPT sometimes fail to fully meet a business's specific requirements. To maximize its potential, businesses must perform…