Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 686 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 686 Bytes

SemNovel

A New Approach to Detecting Semantic Novelty of Biomedical Publications using Embeddings of Large Language Models

Installation

Clone the repository and set up the environment:

git clone https://github.com/BIDS-Xu-Lab/SemNovel.git
cd SemNovel
pip install -r requirements.txt

File Structure

SemNovel/
├── 1_dataset_prepare/         # Prepare datasets and pre-processing
├── 2_semantic_space/          # Construct semantic space from given papers
├── 3_semnovel/                # Calcuate SemNovel score
├── requirements.txt           # Python dependencies

For questions or support, please open an issue.