Frustratingly Easy Model Ensemble for Abstractive Summarization (Research Paper Walkthrough)

Поділитися
Вставка
  • Опубліковано 16 вер 2024

КОМЕНТАРІ • 4

  • @pavanbuduguppa2427
    @pavanbuduguppa2427 Рік тому

    Interesting work, thanks for explaining it so lucidly! But this still involves loading three models (encoder-decoder ones mostly) in memory and running inference on them. So I don't see how this will solve the computational costs problem

    • @TechVizTheDataScienceGuy
      @TechVizTheDataScienceGuy  Рік тому

      Hi Pavan, firstly thanks for appreciating. So, the method works on the output dump from each of the summarization models involved. So one can very well generate outputs from them independently and not load all of them at once. The output files are now input to this function that does the ensembling, this is unlike runtime-ensemble, where loading all of the summarization models at once is a necessity.

  • @jackmartin1146
    @jackmartin1146 Рік тому

    Is the code available for the paper? Would love if you can also do demo of some of these papers. Thanks. Love your content!

    • @TechVizTheDataScienceGuy
      @TechVizTheDataScienceGuy  Рік тому

      I don’t see it’s mention in the paper. Maybe you can see in “papers with code”. Thanks for the appreciation. Yeah, I do some demo/library explainer videos as well, but yeah very limited as of now :)