docs: add multi-turn strategy option to Qiskit code validation example#717
Queued
vabarbosa wants to merge 1 commit intogenerative-computing:mainfrom
Queued
docs: add multi-turn strategy option to Qiskit code validation example#717vabarbosa wants to merge 1 commit intogenerative-computing:mainfrom
vabarbosa wants to merge 1 commit intogenerative-computing:mainfrom
Conversation
Signed-off-by: va <va@us.ibm.com>
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🟢 Enforce conventional commitWonderful, this rule succeeded.Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
|
Contributor
|
The PR description has been updated. Please fill out the template for your PR to be reviewed. |
psschwei
reviewed
Mar 23, 2026
Member
psschwei
left a comment
There was a problem hiding this comment.
LGTM
@ajbozarth for final review
Contributor
|
Looks good on first glance, I'll take a deeper look after my morning calls to make sure it works locally for me. |
ajbozarth
approved these changes
Mar 23, 2026
Contributor
ajbozarth
left a comment
There was a problem hiding this comment.
Actually given that I'm going to be working on top of this lets just merge this and if I find any bugs after rebasing my active work on top of it I'll include it in my upcoming PR.
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.
Misc PR
Type of PR
Description
Implements configurable strategy selection for the Qiskit code validation example, allowing users to choose between RepairTemplateStrategy and MultiTurnStrategy for the Instruct-Validate-Repair (IVR) pattern. Includes updates to the README accordingly.
Changes
Code (docs/examples/instruct_validate_repair/qiskit_code_validation/qiskit_code_validation.py)
Documentation (README.md)
Added "Sampling Strategies" section explaining both strategies
Added "Strategy Performance Comparison" section
Updated Future Work section
Related Issues
Testing