From c389f37bf32c9cc97897d130b880552f0b8fead5 Mon Sep 17 00:00:00 2001 From: Heimerd1nger <131476371+Heimerd1nger@users.noreply.github.com> Date: Sun, 28 Jan 2024 13:34:07 -0500 Subject: [PATCH] added code --- res/papers/03-logic-constraint.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/res/papers/03-logic-constraint.json b/res/papers/03-logic-constraint.json index 3a4355f..f7ae1a3 100644 --- a/res/papers/03-logic-constraint.json +++ b/res/papers/03-logic-constraint.json @@ -5,13 +5,15 @@ "venue": "NIPS 2023", "name": "A Pseudo-Semantic Loss for Autoregressive Models with Logical Constraints", "affiliation": "UCLA", - "link": "https://arxiv.org/pdf/2312.03905.pdf" + "link": "https://arxiv.org/pdf/2312.03905.pdf", + "code": "github.com/UCLA-StarAI/PseudoSL" }, { "venue": "ACL 2016", "name": "Harnessing Deep Neural Networks with Logic Rules", "affiliation": "CMU", - "link": "https://arxiv.org/pdf/1603.06318.pdf" + "link": "https://arxiv.org/pdf/1603.06318.pdf", + "code": "https://github.com/ZhitingHu/logicnn" }, { "venue": "Applied Intelligence 1999", @@ -23,7 +25,8 @@ "venue": "ICML 2018", "name": "A Semantic Loss Function for Deep Learning with Symbolic Knowledge", "affiliation": "UCLA", - "link": "https://proceedings.mlr.press/v80/xu18h/xu18h.pdf" + "link": "https://proceedings.mlr.press/v80/xu18h/xu18h.pdf", + "code": "https://github.com/UCLA-StarAI/Semantic-Loss" }, { "venue": "NAACL 2021",