<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">A Hybrid Bi-LSTM-CRF model to Recognition of Disabilities from biomedical texts</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Renzo</forename><forename type="middle">M</forename><surname>Rivera Zavala</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Computer Science Department</orgName>
								<orgName type="institution">Universidad Carlos III de Madrid</orgName>
								<address>
									<country key="ES">Spain</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Paloma</forename><surname>Martinez</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Computer Science Department</orgName>
								<orgName type="institution">Universidad Carlos III de Madrid</orgName>
								<address>
									<country key="ES">Spain</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Isabel</forename><surname>Segura-Bedmar</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Computer Science Department</orgName>
								<orgName type="institution">Universidad Carlos III de Madrid</orgName>
								<address>
									<country key="ES">Spain</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">A Hybrid Bi-LSTM-CRF model to Recognition of Disabilities from biomedical texts</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">ADA6C8B3DC66B35D950CCA4856B2019C</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T20:25+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>NER</term>
					<term>Bi-LSTM</term>
					<term>CRF</term>
					<term>Disability</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>This paper describes the UC3M 018 1 participation. The model uses a two-phase model based on two layers of Bidirectional LSTM (Long Short-Term Memory) to capture context information and CRF (Conditional Random Fields) to obtain the correlation of the information between the labels. An interesting detail is that the authors jointly deal with entity detection and negation detection, which makes this approach a seq2seq multilabel classification problem. The system was presented in the task IberEval 2018 of Disabilities Annotation, achieving a satisfactory performance in the 2nd place in terms of F-Score (68.2 %) for the English task and (65.3%) for the Spanish task.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>The generation of Disability Annotations (DIANN) is the task of identifying disabilities in biomedical domain texts using computer methods. DIANN is a task of IberEval 2018 <ref type="bibr" target="#b0">[1]</ref>. There are several approaches to address the problem of Named Entity Recognition (NER). The most popular methods are focused on the extraction of syntax, lexical, semantic, morphological and grammar patterns related to the structure of language. However, although the task of labeling many examples is not necessary, the ability to generalize and learn from new examples is poor or non-existent, as well as requiring linguistic knowledge and the specific domain. On the other hand, systems based on machine learning can automatically extract relevant patterns from the entities using annotated corpora, which allows the independence of specific domains or languages. Currently, many methods based on Deep Learning have been proposed to solve the NER problem achieving high performance with the definition of few features.</p><p>The NER task can be seen as a tag sequence problem. However, most machine learning models do not consider the sequence in which the input data was used by the training. Therefore, currently one of the most used models is the Recurrent Neural Network (RNN), specifically Long Short-Term Memory (LSTM) <ref type="bibr" target="#b2">[3]</ref> due to its ability to keep in memory and relate parts of a sequence. There are multiple models for the NER problem that make use of RNN, being those that obtain better results hybrid models that implement more than one machine learning model, specifically models that combine long short-term memory networks with conditional random fields (Bi -LSTM + CRF) <ref type="bibr" target="#b1">[2]</ref>. In this work the NeuroNER model proposed by <ref type="bibr" target="#b3">[4]</ref> is extended and applied to the task of DIANN. The NeuroNER model was enlarged in its initialization to capture context information regarding Part-of-Speech (POS) tags and for the recognition of overlapping or nested named entities. Likewise, in order to reduce training time and improve the results, learning transfer of pre-trained models of words embeddings GloVe <ref type="bibr" target="#b4">[5]</ref> trained on the Wikipedia 2014 and GigaWord5 corpus and sense-disambiguation embedding Sense2Vec <ref type="bibr" target="#b5">[6]</ref> trained on the Reddit corpus was performed. The study of the task shows that the proposed model achieves an exceptional performance for the task of DIANN.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Proposal</head><p>In this section we present the proposed model that consists of four processes: preprocessing, learning transfer, classification and post-processing. Both the training process and the validation process execute each of the after mentioned processes. The architecture and flow of the activities developed for our model is shown in Fig. <ref type="figure" target="#fig_0">1</ref>. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">Datasets</head><p>The DIANN disability corpus is a gold standard corpus for the recognition of disabilities concepts. The corpus includes 500 abstracts of journals published in Elsevier related to the biomedical domain between the years 2017 and 2018. Only articles that had abstracts in English and Spanish were defined as inclusion criteria. Because the limits between disabilities and diseases are not clearly defined, a list of disability and function terms where the absence or limitation of the function is defined as a disability was considered. For the training and validation of the model the training dataset was divided into two parts: the training set consisting of 300 annotated abstracts and the validation set consisting of 100 annotated abstracts, the division of the training set was carried out randomly and subsequently stored for reproduction. Finally, the test set consisted of 100 abstracts without annotations.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2">Preprocessing</head><p>All abstracts in DIANN disabilities corpus were preprocessed in the following order: (1) sentence segmentation. Spacy <ref type="bibr" target="#b6">[7]</ref> is an open source library for advanced natural language processing with support for 26 languages, it was used to divide the abstract text into sentences that are used by the model as input units. (2) Transformation of the XML label schema to the BRAT format <ref type="bibr" target="#b7">[8]</ref>. BRAT is a web-based tool for the annotations representation following a specific annotation structure, specifically the annotation guidelines proposed in ACE 2005. (3) Tokenization, text segmentation in words and punctuation marks among others. (4) BMEWO-V extended tag encoding, to capture information about the structure and sequence of the tokens in the sentence. The BMEWO-V or BIOES-V encoding distinguishes B tags to indicate the start of an entity, the M or I tag to indicate the continuity of an entity, the E tag to indicate the end of an entity, the W or S tag for indicate a single entity, tag O to represent other elements that are not entities and finally label V added to this encoding to identify overlapping entities. This encoding format allows the detection of discontinuous entities, as well as overlapping or nested entities.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.3">Learning transfer</head><p>Words Embedding Words embedding are distribution representations, expressing words or tokens as a vector, of low dimensionality and real value that can contain syntactic and semantic information for each of its dimensions. There are three models for the training of embedded words, the embedded word prediction model word2vec <ref type="bibr" target="#b8">[9]</ref>, the global aggregate model of word-word co-occurrence statistics <ref type="bibr" target="#b4">[5]</ref> and the model morphological representation of fastText words <ref type="bibr" target="#b9">[10]</ref>. In this work we used pre-trained GloVe models with 6 trillion words represented in 100 features vectors trained on 2014 Wikipedia and Gigaword 5 corpus for English disabilities annotations and GloVe with 1 billion words represented in 300 features vector trained on 2014 Wikipedia corpus for Spanish disabilities annotations.</p><p>Sense-Disambiguation Embedding embedding disambiguated senses are distribution representations, expressing the senses or meanings of words or tokens within a context, that is, a representation of a sentence as a vector of low dimensionality and real value that can contain syntactic and semantic information for each word meaning in its dimensions. Embedding disambiguated senses can increase the accuracy of syntactic dependency analysis in a variety of languages. There are several works that address this issue, however, sense2vec <ref type="bibr" target="#b5">[6]</ref> outperforms the other proposals. In this work we used a pre-trained model generated with the sense2vec tool with 22 million words represented in 128 features vectors trained on the 2015 Reddit corpus for the recognition of disability annotations in English and Spanish.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.4">Classifier</head><p>Character Embedding LSTM Although the words embedding allow to capture lexical information, morphological and orthographic characteristics are not considered immersed in the word itself. According to <ref type="bibr" target="#b10">[11]</ref> it is identified that the use of character embedding improves learning for specific domains and is useful for morphologically rich languages. In the model, n-grams of the tokens generated in the preprocessing process converted to their vectors of corresponding embedded characters are generated, which are the input for the Bi-LSTM network, generating a feature vector that contains representations at the character level. Finally, a vector of 25 dimensions is generated representing character characteristics of the tokens.</p><p>Embedding Bi-LSTM Tokens The output of the Character Embedding LSTM process is concatenated with the feature vector of word embedding and sense-disambiguation embedding and used as input for a new Bi-LSTM network. At this point a sequence of scores is calculated which represent the probabilities of the labels for each word in the sentence. The labels used follow the encoding format BMEWO-V or BIOES-V used in the preprocessing process.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Conditional Random Fields (CRF)</head><p>To improve the accuracy of predictions, we use a CRF model trained from the outputs of the previous process, obtaining as a result the most probable sequence of predicted labels.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.5">Post-processing</head><p>After the generation of the labels for the tokens within the sentence the mentions of entities are recognized with the proposed model. The labels obtained following the BMEWO-V encoding format are transformed to the BRAT format following the encoding guides of this format. V tags that identify nested or overlapping entities are generated as new annotations within the scope of these tags 3 Evaluation</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Datasets</head><p>The evaluation of the proposed model was carried out using the corpus of disability annotations in English and Spanish proposed in the task of IberEval2018 (http://nlp.uned.es/diann/). In both the DIANN training corpus, an analysis was developed to transform all the documents in text format with XML tags, later the whole training set was collected as the training data and the whole test set as the test data. The training set is made up of 400 documents, 3500 disability annotations. The test set consists of 100 documents without annotations as can be seen in Table <ref type="table" target="#tab_1">2</ref>. The corpus is made up of three types of entities: disabilities, negations and scope, so that the labels for words within a sentence can be labeled as seen in Table <ref type="table" target="#tab_0">1</ref> following the BMEWO-V encoding format. In our experiment, the processing performed can be seen in the preprocessing process in the proposal section.  <ref type="bibr" target="#b4">[5]</ref>. The corpus used for the generation of this model are Wikipedia articles (until January 2014) and the Fifth Edition of Gigaword in English which is a complete text news data file that has been acquired for several years by the LDC in the University of Pennsylvania (which contains news from previous versions and adds news from 2009 to 2010). Some details of the pre-trained model:</p><p>-Corpus size: 6 billions words -Vocab size: 400k -Array size: 100 -Algorithm: GloVe Spanish Billion Words is a pre-trained model of embedded words presented by <ref type="bibr" target="#b11">[12]</ref>. The corpus of this model is made up of texts and web resources (SenSem, Ancora Corpus, Tibidabo Treebank and IULA Spanish LSP Treebank, OPUS Project, Europarl and Wikipedia). The details of the pre-trained model are the following:</p><p>-Corpus size: approximately 1.5 billions words -Vocab size: 1000653 -Array size: 300 -Algorithm: Skip-gram Bag of Words Reddit Vector is a pre-trained model of sense-disambiguation representation vectors presented by <ref type="bibr" target="#b5">[6]</ref>. The corpus used for the generation of this model are comments published on Reddit (corresponding to the year 2015). The pre-trained Reddit vectors support partial or full Part-Of-Speech tags and entity tags.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3">Evaluation Metrics</head><p>In our experiment, we use precision, recall and F1 score to evaluate the performance of our system, and we use the evaluation criteria provided by the IberEval 2018 task, the Partial matching (a tagged disability name is correct only if there is some overlap between it and a gold disability name) and Exact matching (a tagged disability name is correct only if its boundary exactly matches with a gold disability name). A detailed description of evaluation is in the web (http://nlp.uned.es/diann/#evaluation). Finally, we use evaluation script (https://github.com/diannibereval2018/evaluation) provided by the shared task organizers to evaluate our system.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.4">Result</head><p>The purpose of the first experiment was to compare tagging accuracy of two implementations: Bi-LSTM + CRF or Baseline model and Embedding-Bi-LSTM-CRF-Extended or the proposed model. To do this, we evaluated these implementations on the DIANNs dataset.The parameters of the pre-trained models and the hyper parameters of the models are the following:</p><p>-Words Embedding Dimension: 100 for English and 300 for Spanish -Sense-Disambiguation Embedding Dimension: 128 -Characters Embedding Dimension: 25 -Hidden Layers Dimension: 100 (for each LSTM: for the forward and backward layers) -Learning method: SGD, learning ratio: 0.005 -Dropout: 0.5 -Epochs: 100</p><p>The results are shown in Table <ref type="table" target="#tab_2">3</ref>. As can be seen in the table, the extension of the tag encoding format improves the result of the predictions. On the other hand, the use of pre-trained models of words and embedded senses reduces training time and increases the accuracy of labeling. In the first experiment we train the model over the NeuroNER baseline using the after mentioned configuration, datasets and pre-trained models. Due the absence of model to capture entities between the scope we decide to extend the tag encoding format to BIOES-V in order to capture this type of entities. Also, sense-disambiguation embeddings was apply in order to deal with different meanings for the same word in sentence context.</p><p>We compare the proposed Hybrid Bi-LSTM + CRF model with other published results for the DIANN task. Results are presented in the Table <ref type="table" target="#tab_3">4</ref>. The Hybrid Bi-LSTM + CRF model significantly outperform other approaches on DIANNs dataset. However, the result on exact negated disabilities can't be identify by the proposed model. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Conclusions</head><p>Named Entity Recognition (NER) is a crucial tool in information extraction tasks. In this work, we discuss the recent advance in NER that are able to achieve satisfactory performance without requiring specifically domain knowledge or hand-crafted features. It is also important to highlight the specific domain independence as well as the language independence that are key to multilanguage tasks. Inspired in these new works, we propose a hybrid Bi-LSTM and CRF model adding sense-disambiguation embedding and an extended tag encoding format to detect discontinuous entities, as well as overlapping or nested entities. Our results demonstrated that the extended tag encoding format improves the result of the predictions and the use of pre-trained models of words and embedded senses reduce training time and increase the accuracy of labeling and achieve state-of-the-art for the Disabilities NER.</p><p>We propose as future work the inclusion of the three models for the training of words, the embedded word prediction model for syntactic and semantic information, the global aggregate model of word-word co-occurrence statistics and the model morphological representation of fastText words. Also extended the tag encoding format to capture different types of overlapping or nested entities.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 1 .</head><label>1</label><figDesc>Fig. 1. Overview architecture of our hybrid LSTM-CRF model.</figDesc><graphic coords="2,177.99,374.74,259.37,231.78" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1 .</head><label>1</label><figDesc>Tokens tag in sentence.</figDesc><table><row><cell>Entity</cell><cell>Tags</cell></row><row><cell cols="2">Disability B/I/V/E/S-Disability</cell></row><row><cell cols="2">Negation B/I/V/E/S-Negation</cell></row><row><cell>Scope</cell><cell>B/I/V/E/S-Scope</cell></row><row><cell>Others</cell><cell>O</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 2 .</head><label>2</label><figDesc>Tokens tag in sentence.</figDesc><table><row><cell>Dataset</cell><cell cols="3">Files Disabilities Negation Scope</cell></row><row><cell>Train</cell><cell>40 3500</cell><cell>80</cell><cell>80</cell></row><row><cell>Train-Train Data</cell><cell>300 2789</cell><cell>70</cell><cell>70</cell></row><row><cell cols="2">Train-Validation Data 100 711</cell><cell>10</cell><cell>10</cell></row><row><cell>Test</cell><cell>100 0</cell><cell>0</cell><cell>0</cell></row><row><cell cols="4">3.2 Pre-trained Models: Words Embedding and Senses Embedding</cell></row><row><cell cols="4">GloVe.6B, SpanishMillionWords and Reddit Vectors are pre-trained models of</cell></row><row><cell cols="4">words and sense-disambiguation used to initialize the training set for training the</cell></row><row><cell cols="4">model. Glove.6B is a pre-trained model of word representation vectors presented</cell></row><row><cell>by</cell><cell></cell><cell></cell><cell></cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 3 .</head><label>3</label><figDesc>English Non-negated Disability + Negated Disability.</figDesc><table><row><cell>Model</cell><cell cols="2">Exact Precision Recall F-Score</cell></row><row><cell>Baseline</cell><cell>0.706</cell><cell>0.572 0.632</cell></row><row><cell cols="2">Embedding-Bi-LSTM-CRF-Extended 0.749</cell><cell>0.626 0.682</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_3"><head>Table 4 .</head><label>4</label><figDesc>Comparison in result of our experiment with others work in IberEval 2018.</figDesc><table><row><cell>Model</cell><cell>P</cell><cell>Exact R</cell><cell>F</cell><cell>P</cell><cell>Partial R F</cell></row><row><cell cols="6">Our Model 0.749 2789 0.682 0.803 0.671 0.731</cell></row><row><cell cols="6">LSI-018-1 0.657 0.568 0.609 0.843 0.728 0.781</cell></row><row><cell cols="6">UPC-018-3 0.772 0.584 0.665 0.87 0.658 0.749</cell></row><row><cell>IxaMed</cell><cell cols="5">0.746 0.811 0.777 0.841 0.914 0.876</cell></row><row><cell cols="6">UPC-018-2 0.724 0.519 0.604 0.822 0.588 0.686</cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" xml:id="foot_0">Proceedings of the Third Workshop on Evaluation of Human Language Technologies for Iberian Languages(IberEval 2018)   </note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Acknowledgments</head><p>This work was supported by the Research Program of the Ministry of Economy and Competitiveness -Government of Spain (project DeepEMR: Clinical information extraction using deep learning and big data techniques-TIN2017-87548-C2-1-R)</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Overview of the DIANN Task: Disability Annotation Task at IberEval</title>
		<author>
			<persName><forename type="first">H</forename><surname>Fabregat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Martinez-Romo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Araujo</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Workshop on Evaluation of Human Language Technologies for Iberian Languages</title>
				<meeting>the Workshop on Evaluation of Human Language Technologies for Iberian Languages<address><addrLine>IberEval</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2018">2018. 2018. 2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<title level="m" type="main">Neural Architectures for Named Entity Recognition</title>
		<author>
			<persName><forename type="first">G</forename><surname>Lample</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Ballesteros</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Subramanian</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Kawakami</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Dyer</surname></persName>
		</author>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Long short-term memory</title>
		<author>
			<persName><forename type="first">S</forename><surname>Hochreiter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Schmidhuber</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Neural Comput</title>
		<imprint>
			<biblScope unit="volume">9</biblScope>
			<biblScope unit="issue">8</biblScope>
			<biblScope unit="page">173580</biblScope>
			<date type="published" when="1997-11">Nov. 1997</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<title level="m" type="main">NeuroNER: an easy-to-use program for named-entity recognition based on neural networks</title>
		<author>
			<persName><forename type="first">F</forename><surname>Dernoncourt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">Y</forename><surname>Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Szolovits</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<title level="m" type="main">GloVe: Global Vectors for Word Representation</title>
		<author>
			<persName><forename type="first">J</forename><surname>Pennington</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Socher</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">D</forename><surname>Manning</surname></persName>
		</author>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<monogr>
		<title level="m" type="main">sense2vec -A Fast and Accurate Method for Word Sense Disambiguation In Neural Word Embeddings</title>
		<author>
			<persName><forename type="first">A</forename><surname>Trask</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Michalak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Liu</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2015-11">Nov. 2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<title level="m" type="main">Explosion AI, spaCy -Industrial-strength Natural Language Processing in Python</title>
		<ptr target="https://spacy.io/" />
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<monogr>
		<ptr target="http://brat.nlplab.org/standoff.html" />
		<title level="m">Standoff format -brat rapid annotation tool</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<title level="m" type="main">Distributed Representations of Sentences and Documents</title>
		<author>
			<persName><forename type="first">Q</forename><surname>Le</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Mikolov</surname></persName>
		</author>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<monogr>
		<author>
			<persName><forename type="first">P</forename><surname>Bojanowski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Grave</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Joulin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Mikolov</surname></persName>
		</author>
		<title level="m">Enriching Word Vectors with Subword Information</title>
				<imprint>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<monogr>
		<title level="m" type="main">Finding Function in Form: Compositional Character Models for Open Vocabulary Word Representation</title>
		<author>
			<persName><forename type="first">W</forename><surname>Ling</surname></persName>
		</author>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<monogr>
		<title level="m" type="main">Spanish Billion Words Corpus and Embeddings</title>
		<author>
			<persName><forename type="first">C</forename><surname>Cardellino</surname></persName>
		</author>
		<ptr target="http://crscardellino.me/SBWCE/" />
		<imprint>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<monogr>
		<title level="m">Proceedings of the Third Workshop on Evaluation of Human Language Technologies for Iberian Languages</title>
				<meeting>the Third Workshop on Evaluation of Human Language Technologies for Iberian Languages<address><addrLine>IberEval</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
