├── .DS_Store ├── README.md ├── concept.zip ├── concept_index.txt ├── image ├── .DS_Store ├── cluster_figure.png ├── dataset_visualization.png └── framework_figure.png └── pace1m_reader.py /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterljq/Parsimonious-Concept-Engineering/HEAD/.DS_Store -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterljq/Parsimonious-Concept-Engineering/HEAD/README.md -------------------------------------------------------------------------------- /concept.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterljq/Parsimonious-Concept-Engineering/HEAD/concept.zip -------------------------------------------------------------------------------- /concept_index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterljq/Parsimonious-Concept-Engineering/HEAD/concept_index.txt -------------------------------------------------------------------------------- /image/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterljq/Parsimonious-Concept-Engineering/HEAD/image/.DS_Store -------------------------------------------------------------------------------- /image/cluster_figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterljq/Parsimonious-Concept-Engineering/HEAD/image/cluster_figure.png -------------------------------------------------------------------------------- /image/dataset_visualization.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterljq/Parsimonious-Concept-Engineering/HEAD/image/dataset_visualization.png -------------------------------------------------------------------------------- /image/framework_figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterljq/Parsimonious-Concept-Engineering/HEAD/image/framework_figure.png -------------------------------------------------------------------------------- /pace1m_reader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterljq/Parsimonious-Concept-Engineering/HEAD/pace1m_reader.py --------------------------------------------------------------------------------