All Projects → chiphuyen → Sotawhat

chiphuyen / Sotawhat

Returns latest research results by crawling arxiv papers and summarizing abstracts. Helps you stay afloat with so many new papers everyday.

Programming Languages

python
139335 projects - #7 most used programming language
script
160 projects

Projects that are alternatives of or similar to Sotawhat

Awesome Vqa
Visual Q&A reading list
Stars: ✭ 403 (-65.88%)
Mutual labels:  arxiv
Deepfacelab
DeepFaceLab is the leading software for creating deepfakes.
Stars: ✭ 30,308 (+2466.3%)
Mutual labels:  arxiv
Linearalgebraicrepresentation.jl
Official repository of the package LAR for Julia.
Stars: ✭ 33 (-97.21%)
Mutual labels:  arxiv
Arxiv Style
A Latex style and template for paper preprints (based on NIPS style)
Stars: ✭ 497 (-57.92%)
Mutual labels:  arxiv
Pointer summarizer
pytorch implementation of "Get To The Point: Summarization with Pointer-Generator Networks"
Stars: ✭ 629 (-46.74%)
Mutual labels:  summarization
Engrafo
Convert LaTeX documents into beautiful responsive web pages using LaTeXML.
Stars: ✭ 717 (-39.29%)
Mutual labels:  arxiv
Abstractive Summarization With Transfer Learning
Abstractive summarisation using Bert as encoder and Transformer Decoder
Stars: ✭ 358 (-69.69%)
Mutual labels:  summarization
Awesome machine learning solutions
A curated list of repositories for my book Machine Learning Solutions.
Stars: ✭ 65 (-94.5%)
Mutual labels:  summarization
Papis
Powerful and highly extensible command-line based document and bibliography manager.
Stars: ✭ 636 (-46.15%)
Mutual labels:  arxiv
Wgan Lp Tensorflow
Reproduction code for WGAN-LP
Stars: ✭ 13 (-98.9%)
Mutual labels:  arxiv
Headlines
Automatically generate headlines to short articles
Stars: ✭ 516 (-56.31%)
Mutual labels:  summarization
All About The Gan
All About the GANs(Generative Adversarial Networks) - Summarized lists for GAN
Stars: ✭ 630 (-46.66%)
Mutual labels:  arxiv
Arxiv Equations
🚀 Provides equations in latex format from arxiv paper.
Stars: ✭ 23 (-98.05%)
Mutual labels:  arxiv
Rgan
Recurrent (conditional) generative adversarial networks for generating real-valued time series data.
Stars: ✭ 480 (-59.36%)
Mutual labels:  arxiv
Textrank
TextRank implementation for Python 3.
Stars: ✭ 1,008 (-14.65%)
Mutual labels:  summarization
Arxiv.py
Python wrapper for the arXiv API
Stars: ✭ 367 (-68.92%)
Mutual labels:  arxiv
Cv Arxiv Daily
分享计算机视觉每天的arXiv文章
Stars: ✭ 714 (-39.54%)
Mutual labels:  arxiv
Potara
Multi-document summarization tool relying on ILP and sentence fusion
Stars: ✭ 72 (-93.9%)
Mutual labels:  summarization
Lexrankr
LexRank for Korean.
Stars: ✭ 50 (-95.77%)
Mutual labels:  summarization
Summary loop
Codebase for the Summary Loop paper at ACL2020
Stars: ✭ 26 (-97.8%)
Mutual labels:  summarization

sotawhat

License

Read more about SOTAWHAT here.

You can use sotawhat through a web interface here. Thanks hmchuong!

This script runs using Python 3. It requires nltk, six, and pyspellchecker. To install it as a Python package, follow the following steps:

Step 1: clone this repo, and go inside that repo:

$ git clone [HTTPS or SSH linnk to this repo]
$ cd sotawhat

Step 2: install using pip

$ pip3 install .

On Windows, due to encoding errors, the script may cause issues when run on the command line. It is recommended to use pip install win-unicode-console --upgrade prior to launching the script. If you get UnicodeEncodingError, you must install the above.

In MacOS, you can get the SSL error

[nltk_data] Error loading punkt: <urlopen error [SSL:
[nltk_data]     CERTIFICATE_VERIFY_FAILED] certificate verify failed:
[nltk_data]     unable to get local issuer certificate (_ssl.c:1045)>

this will be fixed by reinstalling certificates

$ /Applications/Python\ 3.x/Install\ Certificates.command

Usage

This project adds the sotawhat script for you to run globally on Terminal or commandline.

To query for a certain keyword, run:

$ sotawhat [keyword] [number of results]

For example:

$ sotawhat perplexity 10

or

$ sotawhat language model 10

If you don't specify the number of results, by default, the script returns 5 results. Each result contains the title of the paper with author and published date, a summary of the abstract, and link to the paper.

We've found that this script works well with keywords that are:

  • a model (e.g. transformer, wavenet, ...)
  • a dataset (e.g. wikitext, imagenet, ...)
  • a task (e.g. language model, machine translation, fuzzing, ...)
  • a metric (e.g. BLEU, perplexity, ...)
  • random stuff
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].