ccg2lambda icon indicating copy to clipboard operation
ccg2lambda copied to clipboard

Provide Semantic Parsing solutions and Natural Language Inferences for multiple languages following the idea of the syntax-semantics interface.

Results 11 ccg2lambda issues
Sort by recently updated
recently updated
newest added

As the pyyaml has updated, the load function requires a Loader specified. In the scripts/semantic_index.py, at line 140, the use of load is simply loading a simple yaml. As the...

I am getting this error any idea how to fix it, using Python 3.8.12 `Traceback (most recent call last): File "en/candc2transccg.py", line 249, in main() File "en/candc2transccg.py", line 224, in...

"僕は広瀬です。"をJigg04でCCG解析→semparseするとfailed "海は青いです。"なら成功します。 結果xmlを添付します [bug_sample.xml.zip](https://github.com/mynlp/ccg2lambda/files/6386323/bug_sample.xml.zip)

## 問題点 ~~明らかに含意しているのに`rte_ja.sh`の出力が`unknown`となってしまいます。\ Coqについて勉強不足で、何が問題なのか分かりませんでした。~~ ReadmeでCoqのバージョンが指定されておらず、かつ最新のCoq8.11でRTEが動作しません。 ## 環境 - python: 3.7.9 - coq: 8.11.2 - ccg2lambda: master branch (442a9ec9be7393d92c77a03856aa4a9c71c20078) - OS: WSL Ubuntu20.04 ## やったこと 1. Readmeに書いてあるセットアップをしました。 1. 日本語のRTEを行うために、`emnlp2016exp.sh`を参考にして以下のセットアップを行いました。 ``` cp...

HI. FIrst of all, thank you very much for creating such a wonderful library(and articles too). I don't know you are accepting PR or not, anyways I send here. When...

Hi, do you have a integrated predicate-argument extractor? Or is there any way to write it easily?

Adding 'flags' to semantic parsing would be useful to generate various formulas from a single set of templates. A template could be written as: ``` - category: ... semantics: ......

enhancement

We need to ensure that variables refer to the same entity (or event).

In `scripts/abduction_tools.py`, you define `is_theorem_error` function which checks if "^^^^" is in a Coq output. In turn, this function is used in `filter_wrong_axioms` function, which filters ill-formed axioms based on...