Skip to content

Commit

Permalink
add new moudle
Browse files Browse the repository at this point in the history
  • Loading branch information
Heimerd1nger committed Feb 7, 2024
1 parent 4defdc3 commit e34692d
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
2 changes: 1 addition & 1 deletion res/head.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Awesome-Constraint-Learning [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)

A list of awesome resources related to constraint learning within the supervised learning paradigm
A list of awesome resources related to constraint learning
3 changes: 2 additions & 1 deletion res/papers/02-benchmark.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"name": "CommonGen: A Constrained Text Generation Challenge for Generative Commonsense Reasoning",
"venue": "EMNLP 2020",
"affiliation": "USC",
"link": "https://arxiv.org/pdf/1911.03705.pdf"
"link": "https://arxiv.org/pdf/1911.03705.pdf",
"source": "https://github.com/INK-USC/CommonGen"
}
]
}
26 changes: 26 additions & 0 deletions res/papers/05-CBMs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"title": "Concept bottleneck models",
"paper": [
{
"name": "CommonGen: A Constrained Text Generation Challenge for Generative Commonsense Reasoning",
"venue": "ICML 2020",
"affiliation": "Standard University",
"link": "https://arxiv.org/pdf/2007.04612.pdf",
"source": "https://github.com/yewsiang/ConceptBottleneck"
},
{
"name": "POST-HOC CONCEPT BOTTLENECK MODELS",
"venue": "ICLR 2023",
"affiliation": "Standard University",
"link": "https://arxiv.org/pdf/2205.15480.pdf",
"source": "https://github.com/mertyg/post-hoc-cbm"
},
{
"name": "Dividing and Conquering a BlackBox to a Mixture of Interpretable Models: Route, Interpret, Repeat",
"venue": "ICML 2023",
"affiliation": "BU",
"link": "https://arxiv.org/pdf/2307.05350.pdf",
"source": "https://github.com/batmanlab/ICML-2023-Route-interpret-repeat"
}
]
}

0 comments on commit e34692d

Please sign in to comment.