This repository contains implementation code on LLM-driven data augmentation for dialogue-level dependency parsing.
- wandb
- numpy
- torch
- transformers
Run the code below to start training.
python train.pyYou can download the training and augmented data via the url below: https://drive.google.com/drive/folders/15CvhyHKL_fhDf2NAcDkHOIbtzj2qaIDM?usp=sharing
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~…}
}