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

Question on RecurrentGPT/TaleStudio #31

Open
TomLucidor opened this issue Oct 19, 2024 · 3 comments
Open

Question on RecurrentGPT/TaleStudio #31

TomLucidor opened this issue Oct 19, 2024 · 3 comments

Comments

@TomLucidor
Copy link

TomLucidor commented Oct 19, 2024

Sorry for dialing @IlyaGusev but there are just a few questions to ask regarding summarization: https://github.com/IlyaGusev/TaleStudio

  1. Are there ways to determine the general summarization quality of open LLM models?
  2. How are chapters in a book handled (either in reading or in writing)? Are there ways to maintain coherence?
  3. Is this compatible with things like SillyTavern or multi-agent tools?
  4. Have you seen this? https://github.com/pszemraj/textsum

P.S. Not sure if @aiwaves-cn are bailing from the project or not cus we saw things like this (okay they are a custom ghostwriter llm company so expected) #30

@IlyaGusev
Copy link

Hey, I'm not sure why you are asking it here and not in the TaleStudio repository, but I'll answer here anyway:

  1. If there are ground truth summaries, classical metrics such as ROUGE and BLUE will work. If there are no references, there are LLM-based metrics, such as https://github.com/lilakk/BooookScore.
  2. You can add new input fields, such as an outline, that can help in maintaining coherence between chapters in writing.
  3. Not really, because this repo and TaleStudio use only "native" OpenAI calls. However, it is possible to integrate them into SillyTavern.
  4. Nope, but I see it now :)

@TomLucidor
Copy link
Author

@IlyaGusev there is no issues page to ask the Q, sorry about this, got a whole lot more other stuff to ask tbh... Could you open that up?

@IlyaGusev
Copy link

Just in case, I have opened issues at https://github.com/IlyaGusev/TaleStudio

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

No branches or pull requests

2 participants