Giter Club home page Giter Club logo

easumm's Introduction

EASumm

Overview

Code and data accompanying the paper "Graph-Enhanced Biomedical Abstractive Summarization via Factual Evidence Extraction", extended by "Enhancing Biomedical Scientific Reviews Summarization with Graph-based Factual Evidence Extracted from Papers" (Best Studen Paper Award @ DATA22).

EASumm is the first abstractive summarization model augmenting source documents with explicit, structured medical evidence extracted from them, thereby concretizing a tandem text-graph architecture.

EASumm architecture overview

Install requirements

pip install -r requirements.txt
pip install torch==1.10.0+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html
pip install torch-scatter -f https://data.pyg.org/whl/torch-1.10.0+cu113.html
pip install torch-sparse -f https://data.pyg.org/whl/torch-1.10.0+cu113.html
pip install torch-geometric

Download events extracted with DeepEventMine

cd deep_event_mine
gdown 1x3oHfAKdtYfTEKuLPFTV_b2foA-VEMSx

Train our model

python train_abstractor.py --wandb_log

Decode

python decode_abstractor.py  --model_dir ckpts

Evaluate

Download ROUGE-1.5.5 and tell pyrouge the ROUGE path

gdown 1Df0FY4k-EGbvOlIBk2-Ih7J5N5ss-Ko4
tar -xvf ROUGE.tar.gz
rm ROUGE.tar.gz
pyrouge_set_rouge_path $(pwd)/ROUGE
python eval_full_model.py  --decode_dir ckpts 

โœ‰ Contacts

If you have troubles, suggestions, or ideas, the Discussion board might have some relevant information. If not, you can post your questions there ๐Ÿ’ฌ๐Ÿ—จ.

License

This project is released under the CC-BY-NC-SA 4.0 license (see LICENSE).

Cite

If you use EASumm in your research, please cite:

  @inproceedings{DBLP:conf/data/FrisoniIBM22,
    author    = {Giacomo Frisoni and
                Paolo Italiani and
                Francesco Boschi and
                Gianluca Moro},
    editor    = {Alfredo Cuzzocrea and
                Oleg Gusikhin and
                Wil M. P. van der Aalst and
                Slimane Hammoudi},
    title     = {Enhancing Biomedical Scientific Reviews Summarization with Graph-based Factual Evidence Extracted from Papers},
    booktitle = {Proceedings of the 11th International Conference on Data Science,
                Technology and Applications, {DATA} 2022, Lisbon, Portugal, July 11-13,
                2022},
    pages     = {168--179},
    publisher = {{SCITEPRESS}},
    year      = {2022},
    url       = {https://doi.org/10.5220/0011354900003269},
    doi       = {10.5220/0011354900003269},
    timestamp = {Wed, 03 Aug 2022 15:53:22 +0200},
    biburl    = {https://dblp.org/rec/conf/data/FrisoniIBM22.bib},
    bibsource = {dblp computer science bibliography, https://dblp.org}
  }

easumm's People

Contributors

disi-unibo-nlp avatar paoloitaliani avatar

Stargazers

 avatar  avatar

Watchers

 avatar

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.