-
I am exploring massively multi-task training and wonder if SMAC could handle each of the task objectives separately.
Here is my setup:
~20 tasks
~1-3 hyperparameters per task
~5 shared hyperpa…
-
I just ran into this list - thanks for putting it up. I curate the GUM corpus included in the data folder, but it seems to be a rather old version. We now have much more data, including four more genr…
-
# Pooled Contextualized Embeddings for Named Entity Recognition
- authors: Alan Akbik, Tanja Bergmann, Roland Vollgraf
- link: https://www.aclweb.org/anthology/N19-1078
- venue: NAACL 2019
himkt updated
5 years ago
-
### Metadata
- Authors: Marek Rei and Helen Yannakoudakis
- Organization: University of Cambridge
- Conference: BEA@EMNLP 2017
- Link: http://www.aclweb.org/anthology/W17-5004
-
# Entity Recognition at First Sight: Improving NER with Eye Movement Information
- authors: Nora Hollenstein, Ce Zhang
- link: https://www.aclweb.org/anthology/N19-1001
- venue: NAACL 2019
himkt updated
5 years ago
-
## TODO Languages:
Top languages with at least three tasks per language:
- [ ] Spanish
- [x] https://huggingface.co/datasets/squad_es
- [ ] https://huggingface.co/datasets/ehealth_kd
…
-
[I was creating a NER tagger on Conll 2003 data based on the Ma and Hovy tagger.](https://github.com/blester125/dynet/blob/competative-tagger/examples/tagger/conv_blstm_crf.py)
I was getting really…
-
It would be helpful to have an example of a network configuration where a label is predicted for each element in the sequence. This is a common scenario in NLP (e.g. named entity recognition).
-
Hi ,
I am facing the following error when trying to run the model . i am using the standard encodings.
i could not understand why is computation failing for the encoding IOEBS. is ther a way t…
-
Task: Convert the Ontonotes data into the CoNLL format.
The instructions for conversion are given here: http://cemantix.org/data/ontonotes.html
It also contains the script to convert to CoNLL format…