masashi-y / depccg

A* CCG Parser with a Supertag and Dependency Factored Model
MIT License
91 stars 28 forks source link

Query of notation meanings #32

Closed itlchriss closed 2 years ago

itlchriss commented 2 years ago

Dear [Author],

I am trying to use the tool as a component in my research. May I know the meanings of the notations in the result? Precisely, I have noticed notations such as Subj(), Acc(), AccI etc. May I have the explanations of their meanings?

Thanks and Best Regards, Sincerely, Chriss IT. Leong

masashi-y commented 2 years ago

Hi, thank you for using depccg! The semantic parsing component is actually developed at https://github.com/mynlp/ccg2lambda, and we just call its interface. The details are available in that repo, or for the notation specifically, its based on event semantics and maybe the following paper should be referred. https://aclanthology.org/E17-1067.pdf