-
Notifications
You must be signed in to change notification settings - Fork 66
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
function definition #15
Comments
Hi @tangyaohua , We didn't release the full descriptions of the functions due legal implications. The
Best, |
thanks for your reply, another question about functions is what's the difference between revise, UpdatePreflightEventWrapper and NewClobber. Looks like they are all used to update some values. |
Hi @tangyaohua, Thanks for your questions. You've prompted us to start writing up a README with some general explanations of library functions, especially for these less intuitive ones. In the meantime, here's my attempt to explain these specific functions:
Cheers, |
Thanks very much. It would be a great help if you could release more information, expecially on Constraint and data labelling. Best, |
can you give some explanations on functions like ActionIntensionConstraint,extensionConstraint, UpdateEventIntensionConstraint, alwaysTrueConstraintConstraint and nested Constraint[Constraint[Time]]. UpdateEventIntensionConstraint and Constraint[Constraint[Event]] both could be used as the oldLocation field of ReviseConstraint. Can I take Constraint as a search function? |
Hi @tangyaohua, we have now provided a README for the semantics here. Hope this can answer some of your questions. |
thanks~~ |
same questions about Constraint[Constraint[Event]], AlwaysFalseConstraint, AlwaysTrueConstraint? |
Hi, same problem here. It seems the README does not give any explanation regarding constraints (Constraint[Constraint[Event]], AlwaysFalseConstraint, AlwaysTrueConstraint, ActionIntensionConstraint, extensionConstraint, UpdateEventIntensionConstraint) and I cannot figure out what these are. Could you give some explanation or update the readme? Thanks! |
It would be a lot of work to fully document everything. It might be worth asking why you want to know? Forgive the oversimplified analogy, but you don't expect machine translation datasets to come with a complete reference description of the languages involved, nor do researchers typically need to be able to read the inputs and outputs. Of course it can be helpful, but as I said it would be a little onerous. If you give an example of why you are asking, perhaps we can provide some limited documentation that will answer that question and all questions like it? |
This analogy is kind of missing the point, as this "language" is only "spoken" by Semantic Machines... Why should anyone bother translating natural language utterances into a semantic representation they don't understand...? |
As part of an upcoming paper in LREC 2022 ("Simplifying Semantic Annotations of SMCalFlow"), we have released OpenDF - https://github.com/telepathylabsai/OpenDF. |
will you give some explanations on the functions to help us understanding the code? such as ?<, ?<=,=,> ,>=, ~=,intension and singleton.
The text was updated successfully, but these errors were encountered: