allanchen95 / CODE

AAAI'22-"CODE: Contrastive Pre-training with Adversarial Fine-tuning for Zero-shot Expert Linking."

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expert-Linking

Pytorch implementation of the paper "COAD: Contrastive Pre-training with Adversarial Fine-tuning for Zero-shot Expert Linking."

This is a simple online demo: https://newsminer.net/ExpertLinking/

Chinese Expert Linking Code

Requirements

  • Ubuntu 16.04
  • Python 3.6
  • Pytorch 1.1.0
  • GPU 32G

How to run

  1. Downloading the dataset to correspanding code files;
  1. Changing the data-file-path;
  2. Running the main function.

Note: We will carefully reorganize the github page after paper-reviewing.

About

AAAI'22-"CODE: Contrastive Pre-training with Adversarial Fine-tuning for Zero-shot Expert Linking."


Languages

Language:Python 100.0%