Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 570 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 570 Bytes

POS Tagging

This directory contains the code for reproducing the POS tagging experiment in the paper (upcoming). We employ in-context learning with the Openai API to perform this task.

Data

Download the pos-tagging-data directory from 🤗 Datasets: CHUBS POS Tagging and move it to the data directory.

Running

To run the code, execute the following command.

python run.py --data_dir path/to/data

where path/to/data is the directory containing the pos-tagging-data directory.