Datasets:

Modalities:
Text
Languages:
English
ArXiv:
Libraries:
Datasets
License:
dipteshkanojia commited on
Commit
e0a37a9
1 Parent(s): 775baa3
Files changed (1) hide show
  1. README.md +13 -9
README.md CHANGED
@@ -1,24 +1,28 @@
1
- <p align="center"><img src="./imgs/plod.png" alt="logo" width="50" height="84"/></p>
2
 
3
  # PLOD: An Abbreviation Detection Dataset
4
- [![GitHub issues](https://img.shields.io/github/issues/surrey-nlp/PLOD-AbbreviationDetection?style=flat-square)](https://github.com/surrey-nlp/PLOD-AbbreviationDetection/issues)
5
- [![GitHub stars](https://img.shields.io/github/stars/surrey-nlp/PLOD-AbbreviationDetection?style=flat-square)](https://github.com/surrey-nlp/PLOD-AbbreviationDetection/stargazers)
6
- [![GitHub forks](https://img.shields.io/github/forks/surrey-nlp/PLOD-AbbreviationDetection?style=flat-square)](https://github.com/surrey-nlp/PLOD-AbbreviationDetection/network)
7
- [![GitHub license](https://img.shields.io/github/license/surrey-nlp/PLOD-AbbreviationDetection?style=flat-square)](https://github.com/surrey-nlp/PLOD-AbbreviationDetection)
8
- [![Twitter](https://img.shields.io/twitter/url?style=flat-square&url=https%3A%2F%2Fgithub.com%2Fsurrey-nlp%2FPLOD-AbbreviationDetection)](https://twitter.com/intent/tweet?text=AbbreviationDetectionDataset:&url=https%3A%2F%2Fgithub.com%2Fsurrey-nlp%2FPLOD-AbbreviationDetection)
9
 
10
- This is the repository for PLOD Dataset submitted to LREC 2022. The dataset can help build sequence labelling models for the task Abbreviation Detection.
 
11
  ### Dataset
12
- The dataset is present [here at this link](https://drive.google.com/drive/folders/1uI6V8-A1uoB05fUC2znrQLvHouMqUusK?usp=sharing).<br/>
 
 
 
 
 
13
 
14
  ### Installation
 
15
  We use the custom NER pipeline in the [spaCy transformers](https://spacy.io/universe/project/spacy-transformers) library to train our models. This library supports training via any pre-trained language models available at the :rocket: [HuggingFace repository](https://huggingface.co/).<br/>
16
  Please see the instructions at these websites to setup your own custom training with our dataset.
17
 
18
- ### Model
 
19
  The working model is present [here at this link](https://huggingface.co/surrey-nlp/en_abbreviation_detection_roberta_lar).<br/>
20
  On the link provided above, the model can be used with the help of the Inference API via the web-browser itself. We have placed some examples with the API for testing.<br/>
21
 
22
  #### Usage (in Python)
 
23
  You can use the HuggingFace Model link above to find the instructions for using this model in Python locally.
24
 
 
1
+ <p align="center"><img src="imgs/plod.png" alt="logo" width="50" height="84"/></p>
2
 
3
  # PLOD: An Abbreviation Detection Dataset
 
 
 
 
 
4
 
5
+ This is the repository for PLOD Dataset submitted to LREC 2022. The dataset can help build sequence labelling models for the task Abbreviation Detection.
6
+
7
  ### Dataset
8
+
9
+ We provide two variants of our dataset - Filtered and Unfiltered. They are described in our paper here.
10
+
11
+ 1. The Filtered version can be accessed via [Huggingface Datasets here](https://huggingface.co/datasets/surrey-nlp/PLOD-filtered) and a [CONLL format is present here](https://github.com/surrey-nlp/PLOD-AbbreviationDetection).<br/>
12
+
13
+ 2. The Unfiltered version can be accessed via [Huggingface Datasets here](https://huggingface.co/datasets/surrey-nlp/PLOD-unfiltered) and a [CONLL format is present here](https://github.com/surrey-nlp/PLOD-AbbreviationDetection).<br/>
14
 
15
  ### Installation
16
+
17
  We use the custom NER pipeline in the [spaCy transformers](https://spacy.io/universe/project/spacy-transformers) library to train our models. This library supports training via any pre-trained language models available at the :rocket: [HuggingFace repository](https://huggingface.co/).<br/>
18
  Please see the instructions at these websites to setup your own custom training with our dataset.
19
 
20
+ ### Model(s)
21
+
22
  The working model is present [here at this link](https://huggingface.co/surrey-nlp/en_abbreviation_detection_roberta_lar).<br/>
23
  On the link provided above, the model can be used with the help of the Inference API via the web-browser itself. We have placed some examples with the API for testing.<br/>
24
 
25
  #### Usage (in Python)
26
+
27
  You can use the HuggingFace Model link above to find the instructions for using this model in Python locally.
28