Giter VIP home page Giter VIP logo

xai-scholar's Introduction

XAI-Scholar

Code and data for deriving empirical trends in XAI.

Sources

Please check the accompanying Medium blogpost and Arxiv report.

The data was collected as described in the above links. To recap, it is a mix of keyword search via SemanticScholar, and manual curation. The final collection has 5199 papers as of December 31st 2022.

The code used to interface with SemanticScholar uses the unofficial semanticscholar python library. Install with pip install semanticscholar. The plots and graphs use Seaborn and GraphOnline.

Format

XAI-Scholar_analysis.ipynb is a Jupyter Notebook with the code necessary to reproduce the results in the medium/arxiv reports.

xai-scholar.json is a json dictionary with 5199 SemanticScholar paperId keys.

Each paper has the standard fields given by the SemanticScholar API:

  • paperId
  • externalIds
  • url
  • title
  • abstract
  • venue
  • year
  • referenceCount
  • citationCount
  • influentialCitationCount
  • isOpenAccess
  • fieldsOfStudy
  • s2FieldsOfStudy
  • tldr
  • publicationTypes
  • publicationDate
  • journal
  • authors

Note: Some of the papers are missing some of the fields, or they are marked as empty or None.

The following fields are missing in xai-scholar.json and need to be retrieved from SemanticScholar due to their large size (expect around 1 GB without embedding):

  • embedding
  • citations
  • references

The code to do so is in the jupyter notebook - but it simply calls semanticscholar.get_paper(paperId) for each paperId.

xai-scholar's People

Contributors

alonjacovi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

xai-scholar's Issues

Retrieval of json files

Thank you for the work.

I was wondering, how did you get the xai-scholar json file? the one which you provided. it contains data till 2022, I wish to include 2023 data as well.

Could you inform me about the process if that's possible? Thank you and I hope to hear from you soon @alonjacovi

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.