Research on Knowledge Graph Construction Technology Based on LLM Graph Transformer

Research on Knowledge Graph Construction Technology Based on LLM Graph Transformer

Source: DeepHub IMBA This article is approximately 7000 words long and is recommended to be read in over 10 minutes. This article delves into the LLM Graph Transformer framework of LangChain and its dual-mode implementation mechanism for text-to-graph conversion. The conversion from text to graph is a research area with technical challenges, where the core … Read more

Getting Started with LangChain: A Beginner’s Guide to Building LLM-Powered Applications

Getting Started with LangChain: A Beginner's Guide to Building LLM-Powered Applications

Author: Leonie Monigatti Translation: Zhao Jiankai Proofreading: zrx This article is approximately 4800 words long and is recommended for a 7-minute read. This article introduces you to the LangChain framework. Tags: LangChain, LLM Application, OpenAI Since the release of ChatGPT, large language models (LLMs) have gained significant popularity. Even if you may not have enough … Read more

Issues and Alternatives for Langchain

Issues and Alternatives for Langchain

Source: DeepHub IMBA This article is about 1100 words long, and it is recommended to read in 5 minutes. In this article, we will explore some issues related to Langchain and consider some alternative frameworks. Langchain has gained attention for its ability to simplify interactions with large language models (LLM). With its advanced API, it … Read more

Getting Started with LangChain Framework for Machine Learning

Getting Started with LangChain Framework for Machine Learning

This article will introduce the LangChain framework and explain its functions with Python code examples, utilizing the OpenAI API, along with code and results. Interested readers can follow along with the code. What is LangChain Framework LangChain is a framework for building and deploying applications based on language models (such as large language models, LLMs). … Read more

Empowering Questionnaire Generation with Wenxin Yiyan

Empowering Questionnaire Generation with Wenxin Yiyan

Currently, various large language models (LLM) are experiencing explosive development, and applications based on LLM are continuously emerging.However, when developers create downstream applications based on LLM, the results generated directly by LLM have many uncertainties in terms of format and content, making it difficult to interact with other business logic code, leading developers to generate … Read more

Run LLM Quickly on CPU Using Llama.cpp

Run LLM Quickly on CPU Using Llama.cpp

Source: DeepHub IMBA This article is approximately 2300 words long and is recommended for a 10-minute read. This article introduces how to run LLM on high-performance CPU using the llama.cpp library in Python. Large Language Models (LLM) Are Becoming Increasingly Popular, But They Require A Lot Of Resources, Especially GPU. Large language models (LLM) are … Read more

Complete Guide to Deploying Open Source Large Models Locally: LangChain + Streamlit + Llama

Complete Guide to Deploying Open Source Large Models Locally: LangChain + Streamlit + Llama

Source: DeepHub IMBA This article is about 4000 words, and it is recommended to read in 5 minutes. In this article, I will demonstrate how to create your own Document Assistant from scratch using LLaMA 7b and Langchain. In the past few months, large language models (LLMs) have gained tremendous attention, creating exciting prospects, especially … Read more

Meta’s System 2 Distillation Technique for Llama 2 Dialog Models

Meta's System 2 Distillation Technique for Llama 2 Dialog Models

When discussing strategies for large language models (LLMs), there are generally two types: System 1 (fast reaction) and System 2 (slow thinking). System 2 reasoning tends to involve more deliberate thought, generating intermediate reasoning that allows the model (or human) to reason and plan in order to successfully complete tasks or respond to instructions. Effortful … Read more

Building an LLM from Scratch: A Step-by-Step Guide

Building an LLM from Scratch: A Step-by-Step Guide

MLNLP community is a well-known machine learning and natural language processing community both domestically and internationally, covering NLP master’s and PhD students, university teachers, and researchers from enterprises. The vision of the community is to promote communication and progress between the academic and industrial sectors of natural language processing and machine learning, especially for beginners. … Read more

Reviewing Hot Terms in the LLM Field: Which Ones Do You Not Know?

Reviewing Hot Terms in the LLM Field: Which Ones Do You Not Know?

MLNLP community is a well-known machine learning and natural language processing community both domestically and internationally, covering NLP master’s and doctoral students, university teachers, and corporate researchers. The Vision of the Community is to promote communication and progress between the academic and industrial sectors of natural language processing and machine learning, especially for beginners. Reprinted … Read more