Add and Enhance Chinese Translation of Techniques Section#4
Open
yishangupenn wants to merge 9 commits intomainfrom
Open
Add and Enhance Chinese Translation of Techniques Section#4yishangupenn wants to merge 9 commits intomainfrom
yishangupenn wants to merge 9 commits intomainfrom
Conversation
Add meta-prompting entry to _meta.zh.json
Translate prompt_chaining and pal to Chinese
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces improvements to the Chinese localization and documentation of prompt engineering techniques. The main updates include refining terminology for several techniques, updating the content and naming for "主动提示" (Active-Prompt), and adding a comprehensive new section for "元提示词" (Meta Prompting). These changes enhance clarity, consistency, and educational value for users learning about advanced prompting methods.
Terminology and Translation Improvements:
pages/techniques/_meta.zh.jsonto provide clearer and more consistent Chinese terminology, including "链式提示" for Prompt Chaining, "主动提示" for Active-Prompt, and "PAL(程序辅助语言模型)" for PAL. Added a new entry for "元提示词(Meta Prompting)".Content and Documentation Enhancements:
pages/techniques/activeprompt.zh.mdxto use "主动提示" consistently and clarify the explanation of the method.pages/techniques/meta-prompting.zh.mdxdescribing the concept, features, advantages, and application scenarios of "元提示词(Meta Prompting)", including visual examples and links to related courses.pages/techniques/reflexion.zh.mdxby updating author references and maintaining consistent terminology.