Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

So in terms of 'being competitive' on this dataset... #1

Open
mdda opened this issue Sep 6, 2022 · 1 comment
Open

So in terms of 'being competitive' on this dataset... #1

mdda opened this issue Sep 6, 2022 · 1 comment

Comments

@mdda
Copy link

mdda commented Sep 6, 2022

Please let me know whether I've understood the paper correctly:

  • Given a set of First-Order-Logic Premises, it's a ~mechanical task to resolve the True/False/Unknown for the given Conclusions
  • So, the task that arises naturally from this dataset is a "natural language to first-order logic translation (NL-FOL translation)" task
    • Because, if we can do the NL-FOL translation well enough, then we can rely on a FOL solver to do the 'thinking' for us;

Naively, this seems like a simpler goal than build an NLP model that goes directly Natural Language input to Natural Language resolutions. But I'm guessing that doing the NL-FOL translation task is challenging to do at high enough accuracy rates to enable a solver to work on the outputs?

( Just trying to make sure I don't dive into building a translation tool, whereas the 'real problem' is to do with few-shot prompting, or more super-LLM training-based ).

@ke-lara
Copy link

ke-lara commented Apr 27, 2023

// doing the NL-FOL translation task is challenging to do at high enough accuracy rates to enable a solver to work on the outputs?//
Exactly. Semantic parsing is quite challenging to do. Also, taking this line doesn't give any new insights, does it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants