Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE]extractionの結果でjson modeを使う #31

Open
nasuka opened this issue Dec 21, 2024 · 2 comments
Open

[FEATURE]extractionの結果でjson modeを使う #31

nasuka opened this issue Dec 21, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@nasuka
Copy link
Collaborator

nasuka commented Dec 21, 2024

背景

  • 現在はLLMの出力をstrで返した上でその結果をjsonとしてparseしているが、invalidなjsonが生成されてしまうケースがある

提案内容

  • json modeで出力を行う
    • 出力の品質に影響がないことを確認した上で採用する

その他

@nasuka nasuka added the enhancement New feature or request label Dec 21, 2024
@nasuka
Copy link
Collaborator Author

nasuka commented Dec 22, 2024

json modeを使う場合、コードレベルで特定のjson構造に依存することになるのでそこがネックになるか。

{
  "result": ["意見1", "意見2"]
}

のように、特定のkeyを決めてその値を結果として取得することになるが、上記のようなサンプル出力をプロンプト側に記載してもらう必要がある。
ユーザー側の負担が少し増えるので、明確に出力が改善されない限りは入れないほうが良さそう。

@nishio
Copy link
Collaborator

nishio commented Dec 22, 2024

ユーザー側の負担が少し増える

でもサンプルをコピーして使うだろうから、たいして増えない気もする

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants