Skip to content

Commit

Permalink
Merge pull request #75 from flairNLP/release-v0.1.1-prep
Browse files Browse the repository at this point in the history
  • Loading branch information
HallerPatrick authored Oct 25, 2023
2 parents 3c87dae + 511b47a commit eae0669
Show file tree
Hide file tree
Showing 27 changed files with 266 additions and 2,293 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@
<hr>
</div>

## News

- **[10/23]** Our paper got accepted at EMNLP 2023. You can find the preprint [here](https://arxiv.org/abs/2309.09582). You can find the experimental scripts under release v0.1.0.
- **[09/23]** Support for `gpt-3.5-turbo-instruct` added in the new [Haystack](https://github.com/deepset-ai/haystack) release!
- **[08/23]** Added several experimental scripts to investigate the generation and annotation ability of `gpt-3.5-turbo` on various downstream tasks + the influence of few-shot examples on the performance for different downstream tasks.
- **[07/23]** Refactorings of majors classes - you can now simply use our BasePrompt class to create your own customized prompts for every downstream task!
- **[07/23]** Added dataset transformations for token classification to prompt LLMs with textual spans rather than with list of tags.
- **[06/23]** Initial version of fabricator supporting text classification and question answering tasks.

## Overview

This repository:
Expand Down
72 changes: 0 additions & 72 deletions paper_experiments/conll_annotate_dataset.py

This file was deleted.

38 changes: 0 additions & 38 deletions paper_experiments/conll_gpt_train_model.py

This file was deleted.

48 changes: 0 additions & 48 deletions paper_experiments/fine_tune_ner/README.md

This file was deleted.

131 changes: 0 additions & 131 deletions paper_experiments/fine_tune_ner/evaluate.py

This file was deleted.

3 changes: 0 additions & 3 deletions paper_experiments/fine_tune_ner/requirements.txt

This file was deleted.

Loading

0 comments on commit eae0669

Please sign in to comment.