Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2d1c01c

Browse files
committed
Fix image extensions
1 parente5fcf01 commit2d1c01c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎pages/guides/reasoning-llms.en.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,20 +39,20 @@ Here are a few sources to keep track of the benchmark performance of reasoning m
3939

4040
When building agentic systems,**planning** is an important component to enable the system to better perform complex tasks. As an example, when building deep research agentic systems, planning helps in planning the actual searches and guiding the agentic system as it progresses through the task. The example below shows a search agent that first plans (breaks down queries) before orchestrating and executing searches:
4141

42-
!["Orchestrator-Worker Agent"](../../img/reasoning-llms/orchestrator_worker_LI_1.jpg)
42+
!["Orchestrator-Worker Agent"](../../img/reasoning-llms/orchestrator_worker_LI_1.JPG)
4343

4444
####Agentic RAG
4545

4646
**Agentic RAG** is a system that leverages reasoning models for building agentic RAG applications that involve advanced tool use and reasoning on complex knowledge bases or sources. It can involve leveraging a**retrieval agent** with a reasoning chain/tool to route complex queries/contexts (via tool/function calling) that require complex reasoning.
4747

48-
!["Agentic RAG"](../../img/reasoning-llms/agentic_rag.jpg)
48+
!["Agentic RAG"](../../img/reasoning-llms/agentic_rag.JPG)
4949
Here is a basic implementation of an agentic RAG system using n8n:[n8n templates](https://drive.google.com/drive/folders/1Rx4ithkjQbYODt5L6L-OcSTTRT4M1MiR?usp=sharing)
5050

5151
####LLM-as-a-Judge
5252

5353
When building applications that require automated evaluation/assessment, LLM-as-a-Judge is an option. LLM-as-a-Judge leverages the complex understanding and reasoning of large amounts of information. Reasoning LLMs are ideal for this type of use case. The example below shows an evaluator-optimizer agentic system that loops with an LLM-as-a-Judge agent (powered by a reasoning model) that first assesses the predictions and generates feedback. The feedback is used by a meta-prompt that takes in the current prompt, feedback, and tries to optimize the base system prompt.
5454

55-
!["LLM-as-a-Judge"](../../img/reasoning-llms/llm_as_a_judge.jpg)
55+
!["LLM-as-a-Judge"](../../img/reasoning-llms/llm_as_a_judge.JPG)
5656

5757
####Visual Reasoning
5858

@@ -107,7 +107,7 @@ Other use cases include:
107107

108108
***Use few-shot prompting:** Use demonstrations if you need to improve the style and format of the outputs.
109109

110-
!["Hybrid Reasoning Models"](../../img/reasoning-llms/hybrid_reasoning_models.jpg)
110+
!["Hybrid Reasoning Models"](../../img/reasoning-llms/hybrid_reasoning_models.JPG)
111111

112112
🧑‍💻 Code Demo:[reasoning.ipynb](https://drive.google.com/file/d/16t34_Ql4QWORkb6U9ykVbvhCHnMvQUE_/view?usp=sharing)
113113

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp