Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 845 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 845 Bytes

OAPapersViewer

TUI viewer for OAPapers corpus and derived datasets.

You can find the home repository of the OAPapers project at https://github.com/KNOT-FIT-BUT/OAPapers

TUI Viewer

Install

pip install oapapersviewer

Usage

An example of loading OARelatedWork dataset with references:

oapapersviewer train.jsonl -r references.jsonl -rw

Cite

If you use the dataset or the corpus, please cite the following paper:

@article{docekal2024oarelatedwork,
      title={OARelatedWork: A Large-Scale Dataset of Related Work Sections with Full-texts from Open Access Sources}, 
      author={Martin Docekal and Martin Fajcik and Pavel Smrz},
      year={2024},
      eprint={2405.01930},
      archivePrefix={arXiv},
      primaryClass={cs.CL}
}