646e62 / case-brief

Generates a FIRAC-style case brief from a reported decision
GNU General Public License v3.0
2 stars 0 forks source link

Define summarization parameters #16

Closed 646e62 closed 1 year ago

646e62 commented 1 year ago

Some parameters will be needed to determine how text is summarized locally and with GPT-3. Sample sizes sent out will need to be small enough to be economical and not be overwhelming (i.e., to be a true summary) but also large enough to give GPT-3 enough information to summarize and analyze on its own.

Resolving this issue will require trial and error with the spaCy and GPT-3 summarization and analyses.

bbelderbos commented 1 year ago

Thanks for logging those, sounds tricky.