QpxDesign / TREC-iKAT

An attempt of the iKAT (Interactive Knowledge Assistance Track) Track of the 2023 run of the NIST's TREC.
2 stars 1 forks source link

retrieved passages arent being used in llm to generate responses #11

Closed QpxDesign closed 1 year ago

QpxDesign commented 1 year ago

potential fix: use double llm method

user input & PTKBs →LLama2 response →BM25/Pyserni to get passages →use Fastchat T5 Summerazation LLM to summerize passages →gen response from summaries and LLama2 response

QpxDesign commented 1 year ago

fixed - see latest couple of commits