Skip to content

jianlingl/DiaDP

Repository files navigation

DiaDP# DialogDepAug

This repository contains implementation code on LLM-driven data augmentation for dialogue-level dependency parsing.

Requirements

  • wandb
  • numpy
  • torch
  • transformers

Train

Run the code below to start training.

python train.py

Data

You can download the training and augmented data via the url below: https://drive.google.com/drive/folders/15CvhyHKL_fhDf2NAcDkHOIbtzj2qaIDM?usp=sharing

Citation

Please cite this paper if you find it helpful for your work.

@article{zhang2024llm,
  title={LLM--Assisted Data Augmentation for Chinese Dialogue--Level Dependency Parsing},
  author={Zhang, Meishan and Jiang, Gongyao and Liu, Shuang and Chen, Jing and Zhang, Min},
  journal={Computational Linguistics},
  pages={1--24},
  year={2024},
  publisher={MIT Press One Broadway, 12th Floor, Cambridge, Massachusetts 02142, USA~…}
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages