cvpaperchallenge / Crux

Crux is a suite of LLM-empowered summarization and retrieval services for academic activity. Crux is developed by XCCV group of cvpaper.challenge.
MIT License
14 stars 2 forks source link

[Backend] Consider how to summarize docs #17

Closed gatheluck closed 1 year ago

gatheluck commented 1 year ago

Why

LangChain has useful function load_summarize_chain which enable to summarize long docs. But we don't know if it is possible to specify format of summary. So in this ticket, we check if it is possible and if not, we need to consider detail process for summarization.

Definition of Done

The strategy how to summarize docs is decided.

How


Link

gatheluck commented 1 year ago

There are some methods to summarize text in LangChain

Stuffing

Map Reduce

Refine

Map-Rerank