Code Monkey home page Code Monkey logo

Comments (5)

hassyGo avatar hassyGo commented on June 9, 2024

Hi,

thanks for your interest in our paper.

The HotpotQA dataset is a well-designed dataset, where the corresponding Wikipedia dump is provided along with the dataset, and all the passages' sentence boundaries are also given.
In the supporting fact extraction, what we need to output is something like this:

[article_title_1, [sentence_index_1, sentence_index_2, ...]], ...

so that we can compare the output with the ground truth, based on the key (article title) and its values (sentence indices).

Thanks

from learning_to_retrieve_reasoning_paths.

ditingdapeng avatar ditingdapeng commented on June 9, 2024

Thank you for your reply!I have a second thought

from learning_to_retrieve_reasoning_paths.

ditingdapeng avatar ditingdapeng commented on June 9, 2024

I noticed that in the process of Reasoning Path Retriever, node C is not output as a hidden state. Can you explain me?

I saw an explanation of your in the article: "After adding negative sampling to the training sample, you can train the Retriever separately (the negative sampling sample uses Reasoning Path that seems to be related to the problem but does not contain the answer to replace groundtruth, the purpose is to help the model Distinguish irrelevant paragraphs)”, then in this Retriever stage, there is actually no loss function. How do you judge that the node C is a Reasoning Path that does not contain an answer?

Thank you for your reply!!!

from learning_to_retrieve_reasoning_paths.

ditingdapeng avatar ditingdapeng commented on June 9, 2024

The above question is based on the model diagram. In the RNN part of the model diagram, there is no C node as the hidden state output.

from learning_to_retrieve_reasoning_paths.

AkariAsai avatar AkariAsai commented on June 9, 2024

Thank you for pointing it out! We've updated our paper on openreview, but haven't updated it on Arxiv as we've faced the maximum file size limitation (100 MB). I hadn't had a chance to fix them due to other projects but will try to update the Arxiv version to make the figures consistent.

image

from learning_to_retrieve_reasoning_paths.

Related Issues (20)

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.