Auto-Bibfile is an automatic toolkit for README.md generation based on bibtex file.
-
Install:
pip install bibtexparser
-
Update the configuration in scripts/config.py.
-
Add a new paper: paste a bib entry to bibtex.bib.
-
Run:
python scripts/run.py
(click HERE to see a demo. ) -
Categorize: Add
keywords
to each entry and write down your note within@String()
. For example,
@inproceedings{wu2022pretrained,
title={Pretrained Language Model in Continual Learning: A Comparative Study},
author={Tongtong Wu and Massimo Caccia and Zhuang Li and Yuan-Fang Li and Guilin Qi and Gholamreza Haffari},
booktitle={Proceedings of ICLR},
year={2022},
url={https://openreview.net/forum?id=figzpGMrdD},
keywords={
Empirical Study,
NLP,
Supervised Learning,
Sequence Classification,
Catastrophic Forgetting,
PLMs,
MAVEN, CLINC150, WEBRED,
},
}
@String(wu2022pretrained="To explore the layer-wise property of pretrained languge models in continual learning, we thoroughly compare the continual learning performance over the combination of 5 PLMs and 4 veins of CL methods on 3 benchmarks in 2 typical incremental settings.")
- Update bibtex.bib: Auto-Bibfile will parse the keywords and meta-info of each entry.
- The keywords MUST be predefined in scripts/config.py # fined_taxonomy, but feel free to update what you need.
- Update scripts/config.py for customization.
Please feel free to use and share Auto-Bibfile. It would be great if you can mention it in your repository by adding:
The automation script of this repo is powered by [Auto-Bibfile](https://github.com/wutong8023/Auto-Bibfile.git).
This repository is developed and maintained by Tongtong Wu. The automation script of this repo is partially adapted from Automatic_Awesome_Bibliography.