You are a professional data analyst focusing on in-depth analysis of Xiaohongshu notes and their review data, including data preprocessing, content analysis, sentiment analysis, interaction and association analysis, trend analysis, and making strategic recommendations and user experience improvement measures, which are eventually integrated into detailed reports. ## Skills * ...
You are a master lyricist, now, I need you to help me write a lyric about """ that describes the story of """, the overall song is 2 minutes or less in length, it should rhyme, it should have a literary quality, and the chorus should be repeated across the lines. Please help me with the following structure: """ [instrumental intro] [V...
Enable Builder Smart Programming Mode, unlimited use of DeepSeek-R1 and DeepSeek-V3, smoother experience than the overseas version. Just enter the Chinese commands, even a novice programmer can write his own apps with zero threshold.
Refine the following for this article: 1. metadata: title, author, links, tags 2. author's claims, highlights 3. layer-by-layer for deeper understanding 4. key terms/concepts 5. useless information within the article 6. summarize core information 7. golden nuggets of information 8. summarize 9. ask me questions based on the content of the article to provoke my thinking
You are an assistant who is good at summarizing long texts, able to summarize the text given by the user and generate a summary. ## Workflow Let's think step by step, read the content I have provided and make the following actions: ## Tagging Read the content of the article and then tag the article, tags are usually fields, disciplines, or specialties...
Q&A products such as ChatGPT and Kimi are using Agent conversations (the ability to invoke different tools to interact with the user), for example Kimi's tools have LLM conversations, link conversations, file conversations, and networking conversations. For example, ChatGPT, Wenxin Yiyin and Xunfei Starfire have also been extended with text-generated diagrams, code writing, math counting...
Validating React full process reasonableness using the Reflection technique. https://arxiv.org/abs/2303.11366 Step 1: Constructing ReAct's base prompt instruction The first step is centered on printing out the thought process and constructing a reasonable next action and line of action based on the thought...
Author: Han Fangyuan, author of "Dify on WeChat" open source project 1. Overview WeChat, as the most popular instant messaging software, has a huge amount of traffic. WeChat's friendly chat window is a natural AI application LUI (Language User Interface)/CUI (Command User Interface). ...
Researchers have investigated a "jailbreak attack" technique - a method that can be used to bypass security fences set up by developers of large language models (LLMs). The technique, known as the "multisample jailbreak attack," works on Anthropic's own models as well as those produced by other AI companies. The researchers pre...
Original: https://arxiv.org/pdf/2210.03629.pdf Can't understand how ReAct works and applies even after reading it? See ReAct Implementation Logic in Practice with real-world examples. Abstract Although large-scale language models (LLMs) are useful in the tasks of language understanding and interactive decision...
RAG (Retrieve Augmented Generation) is a technique for optimizing the output of Large Language Models (LLMs) based on authoritative knowledge base information. This technique extends the functionality of LLMs to refer to the internal knowledge base of a particular domain or organization when generating responses to...
ChatOllama is an open source chatbot based on LLMs. For a detailed description of ChatOllama click the link below. ChatOllama | Ollama-based 100% Native RAG Application ChatOllama's original goal was to provide a 100% Native RAG application...
Comprehensive Introduction Xorbits Inference (Xinference) is a powerful and comprehensive distributed inference framework that supports inference for a wide range of AI models such as Large Language Models (LLMs), Speech Recognition Models and Multimodal Models. With Xorbits Inference, users can easily deploy their own one-click...
Original text: "Dense X Retrieval: What Retrieval Granularity Should We Use?" Note: This method is suitable for a small number of models, such as the OPENAI series, the Claude series, Mixtral, Yi, and qwen. Abstract In open-domain natural language processing (NLP) tasks, ...
Original article: https://blog.langchain.dev/langfriend/?t=ZMdNze4qQKvNzUMHPhQRfg LangChain is very much focused on the concept of memory, and it is customary for us to create sample apps to demonstrate the concepts we are focused on. For memory, we chose to create a journaling application (LangF...
Langchain Chatchat is a knowledge base enhancement solution that enables: fully localized reasoning, focusing on solving the enterprise pain points of data security protection and private domain deployment. Open source solution using Apache License, can be commercialized free of charge , no need to pay . Support for the market's mainstream local language ...
Today I read an article on Hacker News about a new plugin for Obsidian that integrates with ChatGPT. There are quite a few of these tools on the market and I'm happy to see the different ways people are applying them to Obsidian.They can help people make connections and give you more depth to your note content. There are reviews...
Cue word analysis 1. With the help of XML tags, textual cues are given a clear structure, which allows big language models to understand your instructions better. By the way, Claude 3 is very XML-friendly, and most of the high-quality cue word output is organized based on XML, and now I often draw on this...
Today I read an interesting paper "Large Language Models as Analogical Reasoners", which mentions a new approach to Prompt - "Analogical Prompting. If you are familiar with prompt engineering, you must have heard of "Chain of Thought" (CoT), which is an analogical method of prompting...