paper-with-me

Papers

CaBRNet, an open-source library for developing and evaluating Case-Based Reasoning Models

2024-09-25 · Romain Xu-Darme, Aymeric Varasse, Alban Grastien, Julien Girard, Zakaria Chihani

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.

📄 PDF Abstract BibTeX arXiv:2409.16693

Code (1)

aiser-team/cabrnet 공식 구현 pytorch

Tasks

Explainable Models

Similar Papers 제목 키워드 기반

SacreROUGE: An Open-Source Library for Using and Developing Summarization Evaluation Metrics

2020-07-10 · EMNLP (NLPOSS) 2020 11 · Daniel Deutsch, Dan Roth

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

2024-07-15 · Pola Schwöbel, Luca Franceschi, Muhammad Bilal Zafar, Keerthan Vasist 외

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 Answering

OpenP5: An Open-Source Platform for Developing, Training, and Evaluating LLM-based Recommender Systems

2023-06-19 · Shuyuan Xu, Wenyue Hua, Yongfeng Zhang

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+1

gsplat: An Open-Source Library for Gaussian Splatting

2024-09-10 · Vickie Ye, RuiLong Li, Justin Kerr, Matias Turkulainen 외

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

2026-06-23 · Faris Serdar Tasel, Efe Ciftci arxiv

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…