https://github.com/cedarscript/cedarscript-llm-prompt-engineering
https://github.com/cedarscript/cedarscript-llm-prompt-engineering
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cedarscript/cedarscript-llm-prompt-engineering
- Owner: CEDARScript
- License: bsd-3-clause
- Created: 2024-10-05T09:24:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-20T00:23:00.000Z (over 1 year ago)
- Last Synced: 2025-01-23T16:44:40.417Z (about 1 year ago)
- Size: 52.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CEDARScript LLM Prompt Engineering
# Comparison of Edit Formats
### Gemini 1.5 PRO conversations
This table compares the performance of different edit formats (`diff-fenced` and `CEDARScript`)
for various benchmark tasks in `Gemini 1.5 PRO` conversations.
| Task | Edit Format | Lines | Result |
|-----------------------------------------------|-------------|-------|--------|
| doc_DocCLI_get_role_man_text | [diff-fenced](examples/gemini-1.5-pro/doc_DocCLI_get_role_man_text/diff-fenced.aider.chat.history.md) | 4948 | FAILED (failures=1) |
| doc_DocCLI_get_role_man_text | [CEDARScript](examples/gemini-1.5-pro/doc_DocCLI_get_role_man_text/cedarscript.aider.chat.history.md) | 45 | OK |
| analyzer_cli_DebugAnalyzer__make_source_table | [diff-fenced](examples/gemini-1.5-pro/analyzer_cli_DebugAnalyzer__make_source_table/diff-fenced.aider.chat.history.md) | 4497 | FAILED (failures=1) |
| analyzer_cli_DebugAnalyzer__make_source_table | [CEDARScript](examples/gemini-1.5-pro/analyzer_cli_DebugAnalyzer__make_source_table/cedarscript.aider.chat.history.md) | 164 | OK |