Zachariah Carmichael
Zachariah Carmichael
Summary: Change remaining imports of `Literal` to be from `typing` library Differential Revision: D64807610
Summary: As title. Looks like `Any` is OK now...thank goodness Differential Revision: D77395444
Hi, thank you for providing the source for DataInf! I would love to evaluate your method for a research project that we are working on. However, without a license it...
Attribution API refactor: Introduce an optional agg/element-wise variance to LLM attribution results
Summary: As title. It is possible for attr to be computed as an estimated amount over multiple samples of the response, so the estimate has variance. This adds an attribute...
Summary: Update LLM attr definition to accommodate other typing considerations. Clean up some variable names as well. Differential Revision: D84721071
Summary: Refactor LLMAttributionResult into an abstract base object that is generic. Create LLMAttributionResult as a concrete child with aliases for captum.attr API supporting legacy use. Changes support the refactor and...