-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4defdc3
commit e34692d
Showing
3 changed files
with
29 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |