Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Cascadetabnet | 891 | 2 years ago | 60 | mit | Python | |||||
This repository contains the code and implementation details of the CascadeTabNet paper "CascadeTabNet: An approach for end to end table detection and structure recognition from image-based documents" | ||||||||||
Axcell | 285 | 2 years ago | apache-2.0 | Python | ||||||
Tools for extracting tables and results from Machine Learning papers | ||||||||||
Options_data_science | 280 | a year ago | 2 | bsd-3-clause | Python | |||||
Collecting, analyzing, visualizing & paper trading options market data | ||||||||||
Paper Datatable | 231 | 48 | 5 years ago | December 20, 2015 | 70 | gpl-3.0 | HTML | |||
A material design implementation of a data table. | ||||||||||
Chord | 99 | 4 years ago | May 23, 2021 | mit | Go | |||||
Implementation of Chord DHT(Distributed Hash Table) paper | ||||||||||
Sub Gc | 75 | 8 months ago | 1 | mit | Jupyter Notebook | |||||
Code repository for our paper "Comprehensive Image Captioning via Scene Graph Decomposition" in ECCV 2020. | ||||||||||
Paper Datatable Api | 70 | 11 | 5 years ago | April 04, 2018 | 12 | gpl-3.0 | HTML | |||
A material design implementation of a data table | ||||||||||
Bwt Datatable | 43 | 1 | 3 years ago | 2 | April 02, 2019 | 8 | gpl-3.0 | JavaScript | ||
Data table with Polymer 3 support! | ||||||||||
My Project | 26 | 4 months ago | mit | Stata | ||||||
Sample Replication Package | ||||||||||
Table2net | 16 | 2 years ago | 3 | other | JavaScript | |||||
This repository is the official implementation of AxCell: Automatic Extraction of Results from Machine Learning Papers.
To create a conda environment named axcell
and install requirements run:
conda env create -f environment.yml
Additionally, axcell
requires docker
(that can be run without sudo
). Run scripts/pull_docker_images.sh
to download necessary images.
We publish the following datasets:
See datasets notebook for an example of how to load the datasets provided below. The extraction notebook shows how to use axcell
to extract text and tables from papers.
See the evaluation notebook for the full example on how to evaluate AxCell on the PWCLeaderboards dataset.
You can download pretrained models here:
AxCell achieves the following performance:
Dataset | Macro F1 | Micro F1 |
---|---|---|
PWC Leaderboards | 21.1 | 28.7 |
NLP-TDMS | 19.7 | 25.8 |
AxCell is released under the Apache 2.0 license.
The pipeline is described in the following paper:
@inproceedings{axcell,
title={AxCell: Automatic Extraction of Results from Machine Learning Papers},
author={Marcin Kardas and Piotr Czapla and Pontus Stenetorp and Sebastian Ruder and Sebastian Riedel and Ross Taylor and Robert Stojnic},
year={2020},
booktitle={2004.14356}
}