CaBRNet, an open-source library for developing and evaluating Case-Based Reasoning Models
In the field of explainable AI, a vibrant effort is dedicated to the design of self-explainable models, as a more principled alternative to post-hoc methods that attempt to explain the decisions after a model opaquely makes them. However, this productive line of research suffers from common downsides: lack of reproducibility, unfeasible comparison, diverging standards. In this paper, we propose CaBRNet, an open-source, modular, backward-compatible framework for Case-Based Reasoning Networks: https://github.com/aiser-team/cabrnet.
Code (1)
Tasks
Explainable ModelsSimilar Papers 제목 키워드 기반
SacreROUGE: An Open-Source Library for Using and Developing Summarization Evaluation Metrics
We present SacreROUGE, an open-source library for using and developing summarization evaluation metrics. SacreROUGE removes many obstacles that researchers face when using or developing metrics: (1) The library provides …
Evaluating Large Language Models with fmeval
fmeval is an open source library to evaluate large language models (LLMs) in a range of tasks. It helps practitioners evaluate their model for task performance and along multiple responsible AI dimensions. This paper pre…
Question AnsweringOpenP5: An Open-Source Platform for Developing, Training, and Evaluating LLM-based Recommender Systems
In recent years, the integration of Large Language Models (LLMs) into recommender systems has garnered interest among both practitioners and researchers. Despite this interest, the field is still emerging, and the lack o…
BenchmarkingDecoderRecommendation SystemsSequential Recommendation+1gsplat: An Open-Source Library for Gaussian Splatting
gsplat is an open-source library designed for training and developing Gaussian Splatting methods. It features a front-end with Python bindings compatible with the PyTorch library and a back-end with highly optimized CUDA…
ComputeFHE: A Privacy-Preserving General-Purpose Computation Library
Fully Homomorphic Encryption (FHE) enables computations to be performed directly on encrypted data while preserving data confidentiality. However, its practical applications remain limited by high computational costs and…