paper-with-me

홈 › Papers

Interpreting convolutional networks trained on textual data

2020-10-20 · Reza Marzban, Christopher John Crick

There have been many advances in the artificial intelligence field due to the emergence of deep learning. In almost all sub-fields, artificial neural networks have reached or exceeded human-level performance. However, most of the models are not interpretable. As a result, it is hard to trust their decisions, especially in life and death scenarios. In recent years, there has been a movement toward creating explainable artificial intelligence, but most work to date has concentrated on image processing models, as it is easier for humans to perceive visual patterns. There has been little work in other fields like natural language processing. In this paper, we train a convolutional model on textual data and analyze the global logic of the model by studying its filter values. In the end, we find the most important words in our corpus to our models logic and remove the rest (95%). New models trained on just the 5% most important words can achieve the same performance as the original model while reducing training time by more than half. Approaches such as this will help us to understand NLP models, explain their decisions according to their word choices, and improve them by finding blind spots and biases.

📄 PDF Abstract BibTeX arXiv:2010.13585

Code (0)

등록된 구현이 없습니다.

Tasks

Explainable artificial intelligence

Similar Papers 제목 키워드 기반

Tracing variation in discourse connectives in translation and interpreting through neural semantic spaces

2021-11-01 · CODI 2021 11 · Ekaterina Lapshinova-Koltunski, Heike Przybyl, Yuri Bizzoni

In the present paper, we explore lexical contexts of discourse markers in translation and interpreting on the basis of word embeddings. Our special interest is on contextual variation of the same discourse markers in (wr…

TranslationWord Embeddings

Learning Scene Gist with Convolutional Neural Networks to Improve Object Recognition

2018-03-06 · Kevin Wu, Eric Wu, Gabriel Kreiman

Advancements in convolutional neural networks (CNNs) have made significant strides toward achieving high performance levels on multiple object recognition tasks. While some approaches utilize information from the entire …

ObjectObject RecognitionScene Understanding

NeRoSim: A System for Measuring and Interpreting Semantic Textual Similarity

2015-06-01 · SEMEVAL 2015 6 · Rajendra Banjade, Nobal Bikram Niraula, Nabin Maharjan, Vasile Rus 외
ChunkingSemantic Textual SimilarityText Summarization

Which *BERT? A Survey Organizing Contextualized Encoders

2020-10-02 · EMNLP 2020 11 · Patrick Xia, Shijie Wu, Benjamin Van Durme

Pretrained contextualized text encoders are now a staple of the NLP community. We present a survey on language representation learning with the aim of consolidating a series of shared lessons learned across a variety of …

Representation LearningSurvey

Interpreting Contextual Effects By Contextual Modeling In Recommender Systems

2017-10-23 · Zheng Yong

Recommender systems have been widely applied to assist user's decision making by providing a list of personalized item recommendations. Context-aware recommender systems (CARS) additionally take context information into …

Decision MakingRecommendation Systems