Code Monkey home page Code Monkey logo

folio's People

Contributors

shirleyhan6 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

folio's Issues

How to execute the FOL

Hi,

Thanks for your great work, I really like it!
But I want to ask that after the model generates the FOL, how should it be executed? You provided a link in the paper but it is broken somewhere.
Hope for your reply!

Best,
Tianbao

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

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 ).

Translation of 'Some As are Bs' sentences

I think that your translation of the sentences of the form 'Some As are Bs' is incorrect, e.g.:

Some musicians love music. > ∃x (Musician(x) Love(x, music))
Some fish may sting. > ∃x ∃y (Fish(x) Sting(x,y))

These should be translated with the help of the conjunction and not implication, e.g.

Some musicians love music. > ∃x (Musician(x) Love(x, music))
Some fish may sting. > ∃x ∃y (Fish(x) Sting(x,y))

Consult, for example, https://cse.buffalo.edu/~rapaport/191/S09/transtip-pnllogic.html#plsinglymonadic.

The reason is that the "implication" formal versions are semantically "too weak" - they are satisfied also when there are no musicians, no fish, etc.

Can you provide the source code ?

Hello,

It's been since September that you didn't update the repo with the FOL convertor and evaluation codes.

Can you please add them?

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.