GithubHelp home page GithubHelp logo

chocowu / diare-d2g Goto Github PK

View Code? Open in Web Editor NEW

This project forked from scofield7419/diare-d2g

1.0 0.0 0.0 20.48 MB

Codes of of the IJCAI 2022 Paper Global Inference with Explicit Syntactic and Discourse Structures for Dialogue-Level Relation Extraction

License: MIT License

Python 100.00%

diare-d2g's Introduction

Python implementation of IJCAI 2022 Paper Global Inference with Explicit Syntactic and Discourse Structures for Dialogue-Level Relation Extraction


Requirement

Install the packages as in requirement.txt.

pip install -r requirement.txt

Data Preprocessing

System Running:

  • Training:
python train.py \
        --save_name dialogre  \
        --use_spemb True  \
        --use_wratt True  \
        --use_arc True
  • Testing:
python test.py \
         --save_name dialogre \
         --use_spemb True \
         --use_wratt True  \
         --use_arc True

Credit

Codes are based on the repos of 1) the ACL-20 Paper "Reasoning with Latent Structure Refinement for Document-Level Relation Extraction", and TASLP Paper "Relation Extraction in Dialogues: A Deep Learning Model Based on the Generality and Specialty of Dialogue Text".

Citation

@inproceedings{FeiDiaREIJCAI22,
  title     = {Global Inference with Explicit Syntactic and Discourse Structures for Dialogue-Level Relation Extraction},
  author    = {Fei, Hao and Li, Jingye and Wu, Shengqiong and Li, Chenliang and Ji, Donghong and Li, Fei},
  booktitle = {Proceedings of the Thirty-First International Joint Conference on Artificial Intelligence, {IJCAI}},
  pages     = {4082--4088},
  year      = {2022},
}

diare-d2g's People

Stargazers

 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.