paper-with-me

Papers

Multi-resolution Interpretation and Diagnostics Tool for Natural Language Classifiers

2023-03-06 · Peyman Jalali, Nengfeng Zhou, Yufei Yu

Developing explainability methods for Natural Language Processing (NLP) models is a challenging task, for two main reasons. First, the high dimensionality of the data (large number of tokens) results in low coverage and in turn small contributions for the top tokens, compared to the overall model performance. Second, owing to their textual nature, the input variables, after appropriate transformations, are effectively binary (presence or absence of a token in an observation), making the input-output relationship difficult to understand. Common NLP interpretation techniques do not have flexibility in resolution, because they usually operate at word-level and provide fully local (message level) or fully global (over all messages) summaries. The goal of this paper is to create more flexible model explainability summaries by segments of observation or clusters of words that are semantically related to each other. In addition, we introduce a root cause analysis method for NLP models, by analyzing representative False Positive and False Negative examples from different segments. At the end, we illustrate, using a Yelp review data set with three segments (Restaurant, Hotel, and Beauty), that exploiting group/cluster structures in words and/or messages can aid in the interpretation of decisions made by NLP models and can be utilized to assess the model's sensitivity or bias towards gender, syntax, and word meanings.

📄 PDF Abstract BibTeX arXiv:2303.03542

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PiML Toolbox for Interpretable Machine Learning Model Development and Diagnostics

2023-05-07 · Agus Sudjianto, Aijun Zhang, Zebin Yang, Yu Su 외

PiML (read $\pi$-ML, /`pai`em`el/) is an integrated and open-access Python toolbox for interpretable machine learning model development and model diagnostics. It is designed with machine learning workflows in both low-co…

FairnessInterpretable Machine Learning

Social Norms Guide Reference Resolution

2022-07-01 · NAACL 2022 7 · Mitchell Abrams, Matthias Scheutz

Humans use natural language, vision, and context to resolve referents in their environment. While some situated reference resolution is trivial, ambiguous cases arise when the language is underspecified or there are mult…

Multimodal Super-Resolution: Discovering hidden physics and its application to fusion plasmas

2024-05-09 · Azarakhsh Jalalvand, SangKyeun Kim, Jaemin Seo, Qiming Hu 외

A non-linear system governed by multi-spatial and multi-temporal physics scales cannot be fully understood with a single diagnostic, as each provides only a partial view, leading to information loss. Combining multiple d…

AstronomyDiagnosticImage EnhancementSuper-Resolution

Unwrapping The Black Box of Deep ReLU Networks: Interpretability, Diagnostics, and Simplification

2020-11-08 · Agus Sudjianto, William Knauth, Rahul Singh, Zebin Yang 외

The deep neural networks (DNNs) have achieved great success in learning complex patterns with strong predictive power, but they are often thought of as "black box" models without a sufficient level of transparency and in…

Schema First Tool APIs for LLM Agents: A Controlled Study of Tool Misuse, Recovery, and Budgeted Performance

2026-03-12 · Akshey Sigdel, Rista Baral arxiv

Tool use has become central to modern LLM agents, yet interface design is rarely isolated as an experimental variable. This paper studies whether schema based tool contracts and structured validation diagnostics improve …