Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
zhang_lu committed Jan 10, 2025
1 parent b0594e1 commit cfae47c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/concepts/agent_operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ These operators are seamlessly integrated into OmAgent, allowing users to import
By leveraging these classic operators, users can easily improve their agents' performance in a wide range of tasks, making OmAgent a versatile and powerful tool for developing intelligent agents.

## Operator List
- **CoT: Chain-of-thought prompting elicits reasoning in large language models** ([Paper](https://arxiv.org/abs/2201.11903) | [Operator](omagent-core/src/omagent_core/advanced_components/workflow/cot))
- **CoT: Chain-of-thought prompting elicits reasoning in large language models** ([Paper](https://arxiv.org/abs/2201.11903) | [Operator](../../omagent-core/src/omagent_core/advanced_components/workflow/cot))
Enhances response quality by encouraging more in-depth reasoning through prompts.

- **SC-CoT: Self-Consistency Improves Chain of Thought Reasoning in Language Models** ([Paper](https://arxiv.org/abs/2203.11171) | [Operator](omagent-core/src/omagent_core/advanced_components/workflow/self_consist_cot))
- **SC-CoT: Self-Consistency Improves Chain of Thought Reasoning in Language Models** ([Paper](https://arxiv.org/abs/2203.11171) | [Operator](../../omagent-core/src/omagent_core/advanced_components/workflow/self_consist_cot))
Improves reasoning consistency in language models.

- **PoT: Program of thoughts prompting: Disentangling computation from reasoning for numerical reasoning tasks** ([Paper](https://arxiv.org/abs/2211.12588) | [Operator](omagent-core/src/omagent_core/advanced_components/workflow/pot))
- **PoT: Program of thoughts prompting: Disentangling computation from reasoning for numerical reasoning tasks** ([Paper](https://arxiv.org/abs/2211.12588) | [Operator](../../omagent-core/src/omagent_core/advanced_components/workflow/pot))
Disentangles computation from reasoning for numerical reasoning tasks.

- **ReAct: ReAct: Synergizing Reasoning and Acting in Language Models** ([Paper](https://arxiv.org/abs/2210.03629) | [ReAct Operator](omagent-core/src/omagent_core/advanced_components/workflow/react) | [ReAct-Pro Operator](omagent-core/src/omagent_core/advanced_components/workflow/react_pro))
- **ReAct: ReAct: Synergizing Reasoning and Acting in Language Models** ([Paper](https://arxiv.org/abs/2210.03629) | [ReAct Operator](../../omagent-core/src/omagent_core/advanced_components/workflow/react) | [ReAct-Pro Operator](../../omagent-core/src/omagent_core/advanced_components/workflow/react_pro))
Combines reasoning with acting, allowing agents to utilize external tools and information in real-time to solve problems.

0 comments on commit cfae47c

Please sign in to comment.