Coder Social home page Coder Social logo

Comments (4)

songfeng avatar songfeng commented on June 15, 2024

Thank you for the questions!

  • For the retrieval results reported in the papers, they are all passage retrieval results (i.e., "Pid_Prec@n") not document retrieval (i.e., "Doc_Prec@n" in the output). The passage results you got is quite comparable to the last three columns in Table 4.
  • run_eval_rag_re.sh only provides the retrieval results. For text generation evaluation scores (F1, EM, BL in Table 4) , please refer to run_eval_rag_e2e.sh
  • D^token-*-ft means that we use finetuned-DPR encoders for the document index (run_kb_index.sh) and the biencoder for Retriever Module in RAG (run_converter.sh).

from multidoc2dial.

sutakori avatar sutakori commented on June 15, 2024

Thanks for your reply!
So if I am not mistaken, Table 5 is from run_eval_rag_re.sh, and Table 4&6 are from run_eval_rag_e2e.sh, with task set as grounding&generation, is that right?
I mistakenly thought D^token-ft as DPR and D^token-rr-cls-ft as RAG, and so they are all RAG? And I am still confusing of the difference between D^token-ft and the *-rr-*.

from multidoc2dial.

songfeng avatar songfeng commented on June 15, 2024
  • Table 4 and 6 contain retrieval evaluation (run_eval_rag_re.sh) and text generation evaluation (run_eval_rag_e2e.sh) results by RAG models. Table 5 is DPR retrieval results, not RAG.
  • -rr- corresponds to reranking the retrieved passages by RAG retriever based on the retrieval results by only the current turn, where the embedding of the current turn is based on [CLS] (rr-cls) or pooled (rr-pl). Please see Paper Section 3.2 and code as a reference.

from multidoc2dial.

sutakori avatar sutakori commented on June 15, 2024

Ok, I've got it, thank you for your prompt reply!

from multidoc2dial.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.