Skip to content

dnsosa/covid_lit_contra_claims

Repository files navigation

covid_lit_contra_claims package README

A package for finding contradictory claims related to COVID-19 drug treatments in the CORD-19 literature

Installation

To download this code and install in development mode, do the following:

$ cd {HOME}
$ git clone https://github.com/dnsosa/covid_lit_contra_claims.git
$ cd covid_lit_contra_claims
$ pip install -e .

Usage

This package is currently set up so that the training of the BERT model can be easily run as a package using a command-line interface as follows:

$ # Make sure that installation was successful as described above
$
$ python -m covid_lit_contra_claims [OPTIONS]

Documentation about each argument and condition for running an experiment is provided using the --help flag.

$ python -m covid_lit_contra_claims --help

About

A package for detecting contradictory claims in COVID-19 research with domain adaptation of LLMs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published