Skip to content

Releases: castorini/chatty-goose

v0.2.0

07 May 06:18
0cc4ff7
Compare
Choose a tag to compare

Breaking changes

Renamed several classes to follow Python conventions / be more consistent

chatty_goose.agents.cqragent -> chatty_goose.agents.chat
HQE -> Hqe
T5_NTR -> Ntr
HQESettings -> HqeSettings
T5Settings -> NtrSettings
CQRType -> CqrType
CQRSettings -> CqrSettings
CQR -> ConversationalQueryRewriter

v0.1.0 (2021-03-08)

08 Mar 03:35
514d752
Compare
Choose a tag to compare

BREAKING CHANGES

  • Integrate ParlAI Facebook Messenger example for a demo by @edwinzhng
  • Integrate Pyserini/Pygaggle for a reference implementation of multi-stage passage retrieval by @edwinzhng
  • Add replication log for TREC CAsT 2019 conversational passage retrieval task by @edwinzhng