토론

배열 불일치 수정 - CoT 및 JSON 사용

Wikiprompt, 무료 프롬프트 백과사전에서

宝玉
기여자宝玉X출처

2023년 6월 17일

배열 불일치 수정 - CoT 및 JSON 사용 소스 배열과 정렬된 번역된 자막 배열을 정합시키기 위해 Chain of Thought 추론을 사용하는 프롬프트로, 병합된 번역을 올바른 수의 조각으로 분할하고 구조화된 JSON을 출력합니다.

프롬프트 내용저장

🌐
[ { "translated": "约翰·尤瓦尔德:你好,欢迎来到大型语言模型介绍。", "sources": [ "JOHN EWALD: Hello, and welcome to Introduction", "to Large Language Models." ], "count": 2, "fragments": [ "约翰·尤瓦尔德:你好,欢迎来到大型语言模型介绍。", "" ] }, { "translated": "我叫约翰·尤瓦尔德,在谷歌云这里是一名培训开发者。", "sources": [ "My name is John Ewald, and I'm a training developer here", "at Google Cloud." ], "count": 2, "fragments": [ "我叫约翰·尤瓦尔德,在谷歌云这里是一名培训开发者。", "" ] }, { "translated": "在这门课程中,您将学习定义大型语言模型(LLM),描述LLM的用例,", "sources": [ "In this course, you learn to define large language", "models, or LLMs, describe LLM use cases," ], "count": 2, "fragments": [ "在这门课程中,您将学习定义大型语言模型(LLM),描述LLM的用例,", "" ] }, { "translated": "解释提示调优,以及描述谷歌的Gen AI开发工具。", "sources": [ "explain prompt tuning, and describe Google's Gen AI", "development tools." ], "count": 2, "fragments": [ "解释提示调优,以及描述谷歌的Gen AI开发工具。", "" ] }, { "translated": "大型语言模型(LLM)是深度学习的一个子集。", "sources": [ "Large language models, or LLMs, are a subset of deep learning." ], "count": 1, "fragments": [ "大型语言模型(LLM)是深度学习的一个子集。" ] }, { "translated": "要了解更多关于深度学习的信息,请观看我们的生成性AI课程视频。", "sources": [ "To find out more about deep learning,", "see our Introduction to Generative AI course video." ], "count": 2, "fragments": [ "要了解更多关于深度学习的信息,请观看我们的生成性AI课程视频。", "" ] } ]

전체 프롬프트를 보려면 로그인하세요

Continue with:

By logging in, you agree to our Terms of Use and Privacy Policy

사용법

이 프롬프트는 coding와 함께 사용하도록 설계되었습니다. 위의 프롬프트 내용을 복사하여 원하는 AI 도구에 붙여넣으세요.

최상의 결과를 얻으려면 자리 표시자(대괄호 또는 대문자로 표시)를 특정 요구 사항으로 사용자 지정할 수 있습니다.

참고 자료

분류:coding| twitter| chain-of-thought| json-output

토론