<?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">HUKB at ChEMU 2022 Task 1: Expression-Level Information Extraction</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Kojiro</forename><surname>Machi</surname></persName>
							<email>machi@eis.hokudai.ac.jp</email>
							<affiliation key="aff0">
								<orgName type="department">Graduate School of Information Science and Technology</orgName>
								<orgName type="institution">Hokkaido University</orgName>
								<address>
									<addrLine>N14 W9, Kita-ku, Sapporo-shi</addrLine>
									<settlement>Hokkaido</settlement>
									<country key="JP">Japan</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Masaharu</forename><surname>Yoshioka</surname></persName>
							<email>yoshioka@ist.hokudai.ac.jp</email>
							<affiliation key="aff0">
								<orgName type="department">Graduate School of Information Science and Technology</orgName>
								<orgName type="institution">Hokkaido University</orgName>
								<address>
									<addrLine>N14 W9, Kita-ku, Sapporo-shi</addrLine>
									<settlement>Hokkaido</settlement>
									<country key="JP">Japan</country>
								</address>
							</affiliation>
							<affiliation key="aff1">
								<orgName type="department">Faculty of Information Science and Technology</orgName>
								<orgName type="institution">Hokkaido University</orgName>
							</affiliation>
							<affiliation key="aff2">
								<orgName type="department">Institute for Chemical Reaction Design and Discovery (WPI-ICReDD)</orgName>
								<orgName type="institution">Hokkaido University</orgName>
							</affiliation>
						</author>
						<author>
							<affiliation key="aff3">
								<orgName type="department">Evaluation Forum</orgName>
								<address>
									<addrLine>September 5-8</addrLine>
									<postCode>2022</postCode>
									<settlement>Bologna</settlement>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">HUKB at ChEMU 2022 Task 1: Expression-Level Information Extraction</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">C1FE7A889A9750B05F90C8568C316EA4</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T03:29+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>Information extraction</term>
					<term>Chemical patents</term>
					<term>Named entity recognition</term>
					<term>Event extraction</term>
					<term>Anaphora resolution</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>This paper describes our results for the three tasks at ChEMU 2022: Task 1a (named entity recognition), Task 1b (event extraction), and Task 1c (anaphora resolution). We adopted a hybrid approach using deep learning models and a small set of post-processing rules for these tasks. For Tasks 1b and 1c, we adopted a pipeline approach for relation extraction, which combined mention detection with relation classification. In addition, we proposed post-processing methods for Task 1c that considered the results of Task 1a. Our system obtained an exact match F-score of 0.9412 and a relaxed match F-score of 0.9572 for Task 1a, an exact match F-score of 0.8865 and a relaxed match F-score of 0.9027 for Task 1b, and an exact match F-score of 0.7232 and an F-score of 0.8053 for Task 1c for each test set (private score). Although our approaches tried to consider the document-level context and relationships between the tasks, limitations remained.</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 automated extraction of the chemical-reaction information in patents plays an important role in collecting chemical-reaction information in reaction databases for use by synthetic chemists. Chemical patents contain important information about new chemical discoveries because any new chemical compounds are usually published via patents <ref type="bibr" target="#b0">[1]</ref>. With the number of patents increasing rapidly, manually collecting the information written in patents not only takes time and cost but also requires expertise in the subject matter of the patents.</p><p>Since 2020, the Cheminformatics Elsevier Melbourne University (ChEMU) laboratory has identified several tasks related to information extraction from chemical patents, including expression-level information extraction <ref type="bibr" target="#b1">[2,</ref><ref type="bibr" target="#b2">3]</ref> and document-level information <ref type="bibr" target="#b3">[4,</ref><ref type="bibr" target="#b4">5]</ref>. For 2022, the ChEMU laboratory is providing five tasks for ChEMU 2022 <ref type="bibr" target="#b5">[6]</ref>.</p><p>In recent years, deep learning has been recognized as a promising approach to information extraction from chemical literature. For example, pre-trained language models such as BioBERT <ref type="bibr" target="#b6">[7]</ref> and ChemBERT <ref type="bibr" target="#b7">[8]</ref> have shown high performance in information-extraction tasks. Moreover, the best systems in previous ChEMU tasks all employed deep-learning-based approaches, together with a small amount of rule-based post-processing <ref type="bibr" target="#b8">[9,</ref><ref type="bibr" target="#b9">10]</ref>. In addition, both of these systems used a pipeline approach for relation extraction tasks <ref type="bibr" target="#b10">[11,</ref><ref type="bibr" target="#b11">12]</ref>, such as the event extraction and anaphora resolution tasks.</p><p>This paper describes our results for the three tasks at ChEMU 2022: Task 1a (named entity recognition, NER), Task 1b (event extraction, EE) and Task 1c (anaphora resolution, AR). We employed hybrid approaches that used deep learning models and a small set of post-processing rules. In addition, we propose post-processing methods for Task 1c that considered the results of Task 1a.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Task Description</head><p>Prediction systems for the three tasks must solve two general tasks: the identification of the spans of entities and the labels (mention detection), together with the identification of relations between the spans (relation classification).</p><p>Task 1a, (i.e., NER), is a mention detection task that identifies one of the 10 entity types of labels. The set of labels contains these compounds (STARTING_MATERIAL, REAGENT_CATALYST, REACTION_PRODUCT, SOLVENT, OTHER_COMPOUND), conditions (TIME, TEMPERATURE), yields (YIELD_PERCENT, YIELD_OTHER), and a relation label (EXAMPLE_LABEL).</p><p>Task 1b, (i.e., EE), is a task that involves both mention detection and relation extraction. The mention detection task identifies events that have a relationship with entities in Task 1a and identifies relations between the events and the entities. Almost all events involve a label that is either REACTION_STEP or WORK_UP and some events involve both labels. The relation extraction task identifies relations between the events and compounds, which are annotated with ARG1, and relations between the events and conditions or yield are annotated with ARGM.</p><p>Task 1c, (i.e., AR), involves both mention detection and relation extraction tasks. The mention detection task identifies an antecedent as ENTITY and the anaphor as a label that represents their relationship. The relation extraction task identifies relations between antecedents and anaphors as a coreference relation (COREFERENCE) and four bridging relations (TRANSFORMED, RE-ACTION_ASSOCIATED, WORK_UP, and CONTAINED).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Methods</head><p>We developed systems for mention detection and relation classification tasks that used Chem-BERT <ref type="bibr" target="#b7">[8]</ref>, a pre-trained language model for chemistry-related documents. This approach was similar to those of the best systems adopted in previous tasks <ref type="bibr" target="#b10">[11,</ref><ref type="bibr" target="#b11">12]</ref>. Figure <ref type="figure" target="#fig_0">1</ref> shows our pipeline method. First, we split a snippet into sentences by using ChemDataExtractor <ref type="bibr" target="#b12">[13]</ref>. Then, ChemBERT predicted the labels for mentions/relations. post-processing methods were adopted for mention detection in Task 1a and relation detection in Task 1c, with the aim of addressing the document-level context.</p><p>We fine-tuned ChemBERT for Task 1a. In addition, we fine-tuned multiple ChemBERTs for Tasks 1b and 1c because these tasks are more complex than Task 1a. Table <ref type="table" target="#tab_0">1</ref> shows the set of  </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.">Mention Detection</head><p>For Task 1a, we trained a ChemBERT model and constructed a set of post-processing rules. First, ChemBERT was fine-tuned on the training set, excluding snippets that had overlapping mentions. A snippet was split into sentences by using ChemDataExtractor <ref type="bibr" target="#b12">[13]</ref> and the sentences were split by a simple regex rule that used a particular tool<ref type="foot" target="#foot_0">1</ref> by default. Then, IOB2 labels were assigned to the tokens. We used a linear classifier to predict the label of each tokens and the input for it was the output of the first sub-token <ref type="bibr" target="#b13">[14]</ref>. Second, two postprocessing methods were applied. Because compounds in a heading section, which contains the product of the snippet (REACTION_PRODUCT) and/or the final product of the multistep reaction (OTHER_COMPOUND), cannot be distinguished without context, a post-processing method is required. The rule adopted is that if EXAMPLE_LABEL exists in a snippet, then the REACTION_PRODUCT that appears before the last EXAMPLE_LABEL is annotated with OTHER_COMPOUND. Then, if OTHER_COMPOUND appears in a heading and the same string appears as a REACTION_PRODUCT after the last source compound (STARTING_MATERIAL, REAGENT_CATALYST, or SOLVENT), then the entity is labeled as a REACTION_PRODUCT.</p><p>For Task 1b, we used the method in Task 1a for named entity recognition and trained a ChemBERT model for the detection of events in the same manner as for Task 1a.</p><p>For Task 1c, we trained one ChemBERT model for coreference and a second for bridging relations. The reason why we split the relations is because their mentions are partly different from each other. Therefore, we aimed to suppress false-positive relations caused by false-positive mentions from the other ones. In these models, single-label mention detection was performed and the relation labels were given in the relation classification step. Sentences were tokenized in the same manner as for Task 1a, with B, I, O and D labels from BIOHD <ref type="bibr" target="#b14">[15]</ref> being used for tagging because Task 1c contains discontinuous mentions. When overlapping mentions were tokenized, we used the longer entities and discarded the shorter ones. Because the number of mentions in the training set for coreference was smaller than for other datasets used for mention detection, we augmented the number of positive examples in the training set by reusing sentences that contained one or more mentions five times.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.">Relation Classification</head><p>For Task 1b, we trained a one ChemBERT model for ARG1 relations and a second for ARGM relations. The input to the relation classification was a sentence with the candidate pair for a relation between an event enclosed by [E1] and [/E1] tokens and a target enclosed by [E2] and [/E2] tokens. The output was a binary classification result indicating whether the pair has a relation or not. All candidate pairs in a sentence were classified and positive relations were annotated by the system. For example, if two events and three targets are included in a sentence, the number of candidate pairs would be six. This approach is similar to the Melax Tech system <ref type="bibr" target="#b10">[11]</ref>, which performed best in the ChEMU 2020 task <ref type="bibr" target="#b8">[9]</ref>. This approach was also discussed in a general framework <ref type="bibr" target="#b15">[16]</ref>. In the training stage, we used not only gold-standard entities but also predicted events that were generated by five systems trained on 80% of the training set, similarly to five-fold cross-validation.</p><p>For Task 1c, we trained one ChemBERT model for coreference and a second for bridging relations. The input to the relation classification was a pair of sentences representing a candidate pair for a relation between an anaphor enclosed by [E1] and [/E1] tokens and an antecedent enclosed by [E2] and [/E2]. The reason for using a pair of sentences, different from Task 1b, was that relations in Task 1c were often across sentences. If a mention was discontinuous, the first block of the mention was enclosed. The output was the label of the relation or a NO_RELATION label.</p><p>We applied two post-processing methods for Task 1c because relations that involve more than two sentences were included in the snippets. First, for coreference relations, when RE-ACTION_PRODUCT appeared multiple times in a snippet and the sentence-level distance of the mentions was more than two, which means it cannot be found by ChemBERT, we assign a COREFERENCE relation. Second, for bridging relations, when a candidate for an antecedent did not have any anaphors, we searched for antecedent candidates for the anaphor by finding words that started with "the" and were an anaphor for another antecedent. The candidate for the anaphor that was closest to the antecedent was then selected as the anaphor. If the antecedent contained STARTING_MATERIAL, REAGENT_CATALYST or SOLVENT, the relation was annotated with REACTION_ASSOCIATED. Otherwise, the relation was annotated with a label that was the same as the already annotated anaphor after the antecedent.</p><p>In addition to the above methods, we used a post-processing tool distributed by the task organizer <ref type="foot" target="#foot_1">2</ref> , which generates a coreference between A and C when coreferences between A and B and between B and C already exist.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3.">Experimental Settings</head><p>We used ChemBERT v3.0 <ref type="bibr" target="#b7">[8]</ref> for the mention detection and relation classification models. ChemBERT was implemented by using AllenNLP <ref type="bibr" target="#b16">[17]</ref> and HuggingFace Transformers <ref type="bibr" target="#b17">[18]</ref>. We used the AdamW optimizer <ref type="bibr" target="#b18">[19]</ref> and cross entropy loss for optimization. The models were trained on the training set for the task and evaluated on the development set and both public and private test sets. Hyperparameter values were set as follows: max sequence length=384 (covering all sequences contained in the training and development sets), batch size=16, learning rate=1e-5, and patience=7. Because the relation classification in Task 1c accepts a pair of sentences as its input, a maximum sequence length of 512 was used for this task. The validation metric for early stopping of mention detection in the development set was the F-score. For relation classification, it was the validation loss.</p><p>The performances of the various systems were evaluated with respect to both exact and relaxed matching for precision, recall, and F-score.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Main Results</head><p>We submitted a system with post-processing for Task 1a before the deadline and a system without post-processing after the deadline. Table <ref type="table" target="#tab_1">2</ref> shows our results for Task 1a on the private set. Our system obtained an exact match F-score of 0.9412 and a relaxed match F-score of 0.9572. Table <ref type="table" target="#tab_2">3</ref> shows our results for the private set in detail. We submitted one system for Task 1b before the deadline. We also submitted a corrected version after the deadline, having found an error related to the sequence length of the input to the system. Table <ref type="table">4</ref> shows our results for Task 1b on the private set. The corrected system obtained an exact match F-score of 0.8865 and a relaxed match F-score of 0.9027. Table <ref type="table" target="#tab_3">5</ref> shows our results for the private set in detail.</p><p>We submitted three systems for Task 1c before the deadline. We also submitted a corrected version after the deadline, having found an error related to the sequence length of the input to the system. Table <ref type="table" target="#tab_4">6</ref> shows our results for Task 1c on the private set. The corrected system obtained an exact match F-score of 0.7232 and a relaxed match F-score of 0.8053. Table <ref type="table" target="#tab_5">7</ref> shows our results on the private set in detail. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Discussion</head><p>Selecting "the best model" of the various models in training was difficult. Table <ref type="table">8</ref> shows the F-scores on the development and private sets. We used models that showed the best F-score on the development set for mention detection and the best validation loss for relation classification; therefore, it is not surprising that F-scores on the development sets were better than those for the private sets. In particular, the result for Task 1c (greater than 0.09) represented a large gap. An explanation for this larger gap could be that the predictions by the models were unstable because Task 1c was more difficult than the other tasks. Therefore, we must reconsider training methods when seeking a better model.</p><p>In Task 1b, all relations whose recalls were zero had fewer than five gold-standard examples (Table <ref type="table" target="#tab_3">5</ref>). It is quite difficult for our machine learning framework to identify such relations with a small amount of examples.</p><p>Although our system showed good results for Tasks 1a and 1b, we found errors caused by a lack of document-level information. Figure <ref type="figure">2</ref> shows a confusion matrix for Task 1a. Because the role of a compound depends on a reaction, it is difficult to identify the label of compounds without document-level information. Examples included errors among STARTING_MATERIAL, REAGENT_CATALYST, and SOLVENT and errors between REAC-TION_PRODUCT and OTHER_COMPOUND. In addition, errors between a compound for a reaction (REAGENT_CATALYST, SOLVENT, STARTING_MATERIAL) and one for a work-up 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 *ARG1|WORKUP|REAGENT_CATALYST 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 *ARG1|WORKUP|SOLVENT 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 *ARG1|WORKUP|STARTING_MATERIAL 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 (OTHER_COMPOUND) were found because distinguishing between them from just one sentence was sometimes difficult. Errors between REACTION_STEP and WORK_UP for Task 1b were also found to be caused by the same difficulty.</p><p>However, adopting a post-processing method for Task 1a mitigated the errors between REACTION_PRODUCT and OTHER_COMPOUND (Table <ref type="table" target="#tab_1">2</ref>). The post-processing methods employed in Task 1c were also useful in mitigating these errors (Table <ref type="table" target="#tab_4">6</ref>). However, we should note that using these methods adversely affected the precision. For example, our post-processing method for coreference generated false relations when false positive REACTION_PRODUCT existed. Therefore, we must be careful when using post-processing methods. With the aim of improving our systems, we tried to consider the relationships between the tasks in some preliminary experiments. For example, we tried to construct post-processing rules for named entity mentions in Task 1a by on the results for Task 1b. However, these rules did not improve the results because it was difficult to determine which prediction (named entity or event) was correct. In addition, we tried to use the relationships not only in the forward direction (i.e., Task 1a to Task 1c), but also in the backward direction (Task 1c to Task 1a). However, improving the performance in the backward direction was also difficult because the performance of the later task was lower than in the earlier task. Despite these difficulties, the post-processing methods for Task 1c that considered the results for Task 1a did improve our system's performance. Therefore, we must conduct a more detailed analysis of the relationships between the tasks if we are to improve our systems via this approach.</p><p>Table <ref type="table">9</ref> shows the results for mention detection in Task 1c on the development set. First, the detection of coreference mentions was difficult compared to identifying bridging relations. The reasons were that coreference mentions had only a small number of mentions in the training data and sometimes required inter-sentence information to extract antecedents. The significance of the data augmentation was not clear. Therefore, we must reconsider the ratios used for positive mentions.</p><p>Several errors were caused by failures in sentence splitting. For example, START-ING_MATERIAL "Ex. 18A" caused a split into two sentences by the ChemDataExtractor sentence splitter because of the ". " in "Ex. 18A". A solution to this problem would involve applying a set of rules involving dependency parsing and trigger words. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6.">Conclusion</head><p>This paper has reported our results for the three tasks at ChEMU 2022. We proposed hybrid methods that used ChemBERT and a small set of post-processing rules for these tasks. We employed a pipeline approach for Tasks 1b and 1c that combined mention detection and relation classification. Because we used only one or two sentences as the input to ChemBERT, this lack of document-level information suppressed the performance of the system. Although we confirmed that adopting a set of post-processing rules was effective in considering documentlevel information, we also confirmed that the set of rules we used was insufficient. In addition, although we tried to use relationships between the tasks to improve performance, it was difficult to construct rules that did achieve improvements. Therefore, we must conduct more detailed analyses about the relationships between the tasks.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 :</head><label>1</label><figDesc>Figure 1: Overview of our pipeline method</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 2 : 9</head><label>29</label><figDesc>Figure 2: Normalized confusion matrix for Task 1a. Values less than 0.001 are not shown</figDesc><graphic coords="9,130.96,84.19,333.37,283.77" 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>Set of target labels for the three tasks involving mention detection and relation classification</figDesc><table><row><cell></cell><cell>Mention detection</cell><cell>Relation classification</cell></row><row><cell cols="2">Task 1a Named entity</cell><cell>-</cell></row><row><cell>Task 1b</cell><cell>Named entity (Task 1a) Event</cell><cell>ARG1 ARGM</cell></row><row><cell>Task 1c</cell><cell cols="2">Candidate for coreference Coreference Candidate for bridging Bridging</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>Results for Task 1a on the private set. Here, P represents precision, R represents recall, and F represents F-score</figDesc><table><row><cell>Relation</cell><cell>P</cell><cell>Exact R</cell><cell>F</cell><cell>P</cell><cell>Relaxed R</cell><cell>F</cell></row><row><cell cols="7">ChemBERT (late) 0.9327 0.9349 0.9338 0.9481 0.9503 0.9492</cell></row><row><cell cols="7">ChemBERT + PP 0.9401 0.9422 0.9412 0.9561 0.9583 0.9572</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>Detailed results for Task 1a on the private set, as predicted by the post-processing version of the system</figDesc><table><row><cell>Entity</cell><cell>P</cell><cell>Exact R</cell><cell>F</cell><cell>P</cell><cell>Relaxed R</cell><cell>F</cell></row><row><cell>EXAMPLE_LABEL</cell><cell cols="6">0.9714 0.9913 0.9812 0.9714 0.9913 0.9812</cell></row><row><cell>OTHER_COMPOUND</cell><cell cols="6">0.9498 0.9486 0.9492 0.9637 0.9625 0.9631</cell></row><row><cell cols="7">REACTION_PRODUCT 0.9112 0.9034 0.9073 0.9433 0.9352 0.9392</cell></row><row><cell>REAGENT_CATALYST</cell><cell cols="6">0.8529 0.9050 0.8782 0.8721 0.9253 0.8979</cell></row><row><cell>SOLVENT</cell><cell cols="6">0.9284 0.9666 0.9471 0.9284 0.9666 0.9471</cell></row><row><cell cols="7">STARTING_MATERIAL 0.8997 0.8594 0.8791 0.9353 0.8934 0.9138</cell></row><row><cell>TEMPERATURE</cell><cell cols="6">0.9802 0.9770 0.9786 0.9901 0.9869 0.9885</cell></row><row><cell>TIME</cell><cell cols="6">0.9673 0.9741 0.9707 0.9883 0.9953 0.9918</cell></row><row><cell>YIELD_OTHER</cell><cell cols="6">0.9853 0.9711 0.9782 0.9902 0.9759 0.9830</cell></row><row><cell>YIELD_PERCENT</cell><cell cols="6">0.9750 0.9943 0.9846 0.9778 0.9972 0.9874</cell></row><row><cell>All</cell><cell cols="6">0.9401 0.9422 0.9412 0.9561 0.9583 0.9572</cell></row><row><cell>Table 4</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell>Results for Task 1b on the private set</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell>Relation</cell><cell>P</cell><cell>Exact R</cell><cell>F</cell><cell>P</cell><cell>Relaxed R</cell><cell>F</cell></row><row><cell>ChemBERT</cell><cell cols="6">0.9058 0.8685 0.8868 0.9222 0.8842 0.9028</cell></row><row><cell cols="7">ChemBERT Corrected (late) 0.9054 0.8684 0.8865 0.9220 0.8842 0.9027</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_3"><head>Table 5</head><label>5</label><figDesc>Detailed results for Task 1b on the private set, as predicted by the corrected system. * represents relations that had fewer than five gold-standard examples</figDesc><table><row><cell>Relation</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_4"><head>Table 6</head><label>6</label><figDesc>Results for Task 1c on the private set. 𝑃 𝑃 𝐵𝑅 represents post-processing for bridging relations and 𝑃 𝑃 𝐶𝑅 represents post-processing for coreference relations.</figDesc><table><row><cell>ARGM|REACTION_STEP|TEMPERATURE</cell><cell cols="6">0.9262 0.8750 0.8999 0.9328 0.8811 0.9062</cell></row><row><cell>ARGM|REACTION_STEP|TIME</cell><cell cols="6">0.8976 0.9024 0.9000 0.9213 0.9261 0.9237</cell></row><row><cell>ARGM|REACTION_STEP|YIELD_OTHER</cell><cell cols="6">0.9845 0.9315 0.9573 0.9871 0.9340 0.9598</cell></row><row><cell>ARGM|REACTION_STEP|YIELD_PERCENT</cell><cell cols="6">0.9671 0.9229 0.9444 0.9701 0.9257 0.9474</cell></row><row><cell>ARGM|WORKUP|TEMPERATURE</cell><cell cols="6">0.9063 0.6541 0.7598 0.9271 0.6692 0.7773</cell></row><row><cell>ARGM|WORKUP|TIME</cell><cell cols="6">0.7895 0.4054 0.5357 0.7895 0.4054 0.5357</cell></row><row><cell>*ARGM|WORKUP|YIELD_OTHER</cell><cell cols="6">0.0000 0.0000 0.0000 0.0000 0.0000 0.0000</cell></row><row><cell>*ARGM|WORKUP|YIELD_PERCENT</cell><cell cols="6">0.0000 0.0000 0.0000 0.0000 0.0000 0.0000</cell></row><row><cell>All</cell><cell cols="6">0.9054 0.8684 0.8865 0.9220 0.8842 0.9027</cell></row><row><cell>Relation</cell><cell>P</cell><cell>Exact R</cell><cell>F</cell><cell>P</cell><cell>Relaxed R</cell><cell>F</cell></row><row><cell>ChemBERT</cell><cell cols="6">0.7393 0.6616 0.6983 0.8222 0.7358 0.7766</cell></row><row><cell>ChemBERT + 𝑃 𝑃 𝐵𝑅</cell><cell cols="6">0.7290 0.6838 0.7057 0.8107 0.7604 0.7848</cell></row><row><cell>ChemBERT + 𝑃 𝑃 𝐵𝑅 + 𝑃 𝑃 𝐶𝑅</cell><cell cols="6">0.6876 0.7307 0.7085 0.7660 0.8140 0.7893</cell></row><row><cell cols="7">ChemBERT + 𝑃 𝑃 𝐵𝑅 + 𝑃 𝑃 𝐶𝑅 Corrected (late) 0.7144 0.7322 0.7232 0.7955 0.8153 0.8053</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_5"><head>Table 7</head><label>7</label><figDesc>Results for Task 1c on the private set, as predicted by the corrected system</figDesc><table><row><cell>Relation</cell><cell>P</cell><cell>Exact R</cell><cell>F</cell><cell>P</cell><cell>Relaxed R</cell><cell>F</cell></row><row><cell>COREFERENCE</cell><cell cols="6">0.4896 0.4882 0.4889 0.5975 0.5958 0.5967</cell></row><row><cell>CONTAINED</cell><cell cols="6">0.5054 0.6267 0.5595 0.7312 0.9067 0.8095</cell></row><row><cell cols="7">REACTION_ASSOCIATED 0.7368 0.7974 0.7659 0.8094 0.8760 0.8414</cell></row><row><cell>TRANSFORMED</cell><cell cols="6">0.7310 0.7576 0.7440 0.7368 0.7636 0.7500</cell></row><row><cell>WORK_UP</cell><cell cols="6">0.8219 0.8230 0.8224 0.8940 0.8952 0.8946</cell></row><row><cell>All</cell><cell cols="6">0.7144 0.7322 0.7232 0.7955 0.8153 0.8053</cell></row><row><cell>Table 8</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell cols="4">Comparison of F-scores between development and private sets</cell><cell></cell><cell></cell><cell></cell></row><row><cell>Task</cell><cell cols="5">Exact Development Private Development Private Relaxed</cell><cell></cell></row><row><cell>Task 1a</cell><cell>0.9548</cell><cell>0.9412</cell><cell>0.9677</cell><cell></cell><cell>0.9535</cell><cell></cell></row><row><cell>Task 1b</cell><cell>0.9179</cell><cell>0.8865</cell><cell>0.9294</cell><cell></cell><cell>0.9027</cell><cell></cell></row><row><cell>Task 1c</cell><cell>0.8168</cell><cell>0.7232</cell><cell>0.8773</cell><cell></cell><cell>0.8053</cell><cell></cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">https://github.com/spyysalo/standoff2conll</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">https://raw.githubusercontent.com/yuan-li/chemu2021/master/apply-transitive-closure.py</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgments</head><p>We would like to thank the ChEMU team for providing the datasets. This work was partially supported by JSPS KAKENHI Grant Number 21K19814.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Patents: A unique source for scientific technical information in chemistry related industry?</title>
		<author>
			<persName><forename type="first">M</forename><surname>Bregonje</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.wpi.2005.05.003</idno>
		<ptr target="https://doi.org/10.1016/j.wpi.2005.05.003" />
	</analytic>
	<monogr>
		<title level="j">World Patent Information</title>
		<imprint>
			<biblScope unit="volume">27</biblScope>
			<biblScope unit="page" from="309" to="315" />
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Natural Language Processing Methods Are Effective for Information Extraction From Chemical Patents</title>
		<author>
			<persName><forename type="first">J</forename><surname>He</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">Q</forename><surname>Nguyen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">A</forename><surname>Akhondi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Druckenbrodt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Thorne</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Hoessel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Afzal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Zhai</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Fang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Yoshikawa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Albahem</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Cavedon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Cohn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Baldwin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Verspoor</surname></persName>
		</author>
		<idno type="DOI">10.3389/frma.2021.654438</idno>
		<ptr target="https://www.frontiersin.org/article/10.3389/frma.2021.654438.doi:10.3389/frma.2021.654438" />
	</analytic>
	<monogr>
		<title level="j">Frontiers in Research Metrics and Analytics</title>
		<imprint>
			<biblScope unit="volume">6</biblScope>
			<date type="published" when="2020">2020. 2021</date>
		</imprint>
	</monogr>
	<note>ChEMU</note>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">ChEMU-Ref: A Corpus for Modeling Anaphora Resolution in the Chemical Domain</title>
		<author>
			<persName><forename type="first">B</forename><surname>Fang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Druckenbrodt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">A</forename><surname>Akhondi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>He</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Baldwin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Verspoor</surname></persName>
		</author>
		<ptr target="https://www.aclweb.org/anthology/2021.eacl-main.116" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 16th Conference of the European Chapter of the Association for Computational Linguistics: Main Volume, Association for Computational Linguistics</title>
				<meeting>the 16th Conference of the European Chapter of the Association for Computational Linguistics: Main Volume, Association for Computational Linguistics</meeting>
		<imprint>
			<date type="published" when="2021">2021</date>
			<biblScope unit="page" from="1362" to="1375" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<author>
			<persName><forename type="first">H</forename><surname>Yoshikawa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Akhondi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Thorne</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Druckenbrodt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Hoessel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Zhai</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>He</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Baldwin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Verspoor</surname></persName>
		</author>
		<title level="m">Chemical Reaction Reference Resolution in Patents</title>
				<imprint>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">ChemTables: a dataset for semantic classification on tables in chemical patents</title>
		<author>
			<persName><forename type="first">Z</forename><surname>Zhai</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Druckenbrodt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Thorne</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">A</forename><surname>Akhondi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">Q</forename><surname>Nguyen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Cohn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Verspoor</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Cheminformatics</title>
		<imprint>
			<biblScope unit="volume">13</biblScope>
			<biblScope unit="page" from="1" to="20" />
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">The ChEMU 2022 Evaluation Campaign: Information Extraction in Chemical Patents</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Fang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>He</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Yoshikawa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Akhondi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Druckenbrodt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Thorne</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Zhai</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Afzal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Cohn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Baldwin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Verspoor</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Advances in Information Retrieval</title>
				<editor>
			<persName><forename type="first">M</forename><surname>Hagen</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename><surname>Verberne</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Macdonald</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Seifert</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">K</forename><surname>Balog</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">K</forename><surname>Nørvåg</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">V</forename><surname>Setty</surname></persName>
		</editor>
		<meeting><address><addrLine>Cham</addrLine></address></meeting>
		<imprint>
			<publisher>Springer International Publishing</publisher>
			<date type="published" when="2022">2022</date>
			<biblScope unit="page" from="400" to="407" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">BioBERT: a pre-trained biomedical language representation model for biomedical text mining</title>
		<author>
			<persName><forename type="first">J</forename><surname>Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Yoon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Kim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Kim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Kim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">H</forename><surname>So</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Kang</surname></persName>
		</author>
		<idno type="DOI">10.1093/bioinformatics/btz682</idno>
	</analytic>
	<monogr>
		<title level="j">Bioinformatics</title>
		<imprint>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Automated Chemical Reaction Extraction from Scientific Literature</title>
		<author>
			<persName><forename type="first">J</forename><surname>Guo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">S</forename><surname>Ibanez-Lopez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Gao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Quach</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">W</forename><surname>Coley</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">F</forename><surname>Jensen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Barzilay</surname></persName>
		</author>
		<idno type="DOI">10.1021/acs.jcim.1c00284</idno>
		<ptr target="https://doi.org/10.1021/acs.jcim.1c00284,pMID:34115937" />
	</analytic>
	<monogr>
		<title level="j">Journal of Chemical Information and Modeling</title>
		<imprint>
			<biblScope unit="volume">62</biblScope>
			<biblScope unit="page" from="2035" to="2045" />
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">An extended overview of the CLEF 2020 ChEMU lab: information extraction of chemical reactions from patents</title>
		<author>
			<persName><forename type="first">J</forename><surname>He</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Nguyen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">A</forename><surname>Akhondi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Druckenbrodt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Thorne</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Hoessel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Afzal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Zhai</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Fang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Yoshikawa</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of CLEF (Conference and Labs of the Evaluation Forum) 2020 Working Notes</title>
				<meeting>CLEF (Conference and Labs of the Evaluation Forum) 2020 Working Notes</meeting>
		<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<monogr>
		<title level="m" type="main">Extended overview of ChEMU 2021: reaction reference resolution and anaphora resolution in chemical patents</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Fang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>He</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Yoshikawa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">A</forename><surname>Akhondi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Druckenbrodt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Thorne</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Afzal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Zhai</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Baldwin</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2021">2021</date>
		</imprint>
		<respStmt>
			<orgName>CLEF</orgName>
		</respStmt>
	</monogr>
	<note>Working Notes</note>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Melaxtech: a report for clef 2020-ChEMU task of chemical reaction extraction from patent</title>
		<author>
			<persName><forename type="first">J</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Zhang</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="s">Work Notes CLEF</title>
		<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
	<note>Published online. Google Scholar</note>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">A pipelined approach to Anaphora Resolution in Chemical Patents</title>
		<author>
			<persName><forename type="first">R</forename><surname>Dutt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Khosla</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">P</forename><surname>Rosé</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">CLEF (Working Notes)</title>
				<imprint>
			<date type="published" when="2021">2021</date>
			<biblScope unit="page" from="710" to="719" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">ChemDataExtractor: A Toolkit for Automated Extraction of Chemical Information from the Scientific Literature</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">C</forename><surname>Swain</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">M</forename><surname>Cole</surname></persName>
		</author>
		<idno type="DOI">10.1021/acs.jcim.6b00207</idno>
		<ptr target="pMID:27669338" />
	</analytic>
	<monogr>
		<title level="j">Journal of Chemical Information and Modeling</title>
		<imprint>
			<biblScope unit="volume">56</biblScope>
			<biblScope unit="page" from="1894" to="1904" />
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding</title>
		<author>
			<persName><forename type="first">J</forename><surname>Devlin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M.-W</forename><surname>Chang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Toutanova</surname></persName>
		</author>
		<idno type="DOI">10.18653/v1/N19-1423</idno>
		<ptr target="https://www.aclweb.org/anthology/N19-1423.doi:10.18653/v1/N19-1423" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</title>
		<title level="s">Long and Short Papers</title>
		<meeting>the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies<address><addrLine>Minneapolis, Minnesota</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2019">2019</date>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="page" from="4171" to="4186" />
		</imprint>
	</monogr>
	<note>Association for Computational Linguistics</note>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Recognizing disjoint clinical concepts in clinical text using machine learning-based methods</title>
		<author>
			<persName><forename type="first">B</forename><surname>Tang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Q</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Wu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Jiang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Xu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">AMIA annual symposium proceedings</title>
				<imprint>
			<publisher>American Medical Informatics Association</publisher>
			<date type="published" when="2015">2015</date>
			<biblScope unit="volume">2015</biblScope>
			<biblScope unit="page">1184</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">A Frustratingly Easy Approach for Entity and Relation Extraction</title>
		<author>
			<persName><forename type="first">Z</forename><surname>Zhong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Chen</surname></persName>
		</author>
		<idno type="DOI">10.18653/v1/2021.naacl-main.5</idno>
		<ptr target="https://aclanthology.org/2021.naacl-main.5.doi:10.18653/v1/2021.naacl-main.5" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Association for Computational Linguistics</title>
				<meeting>the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Association for Computational Linguistics</meeting>
		<imprint>
			<date type="published" when="2021">2021</date>
			<biblScope unit="page" from="50" to="61" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<monogr>
		<author>
			<persName><forename type="first">M</forename><surname>Gardner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Grus</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Neumann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Tafjord</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Dasigi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">F</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Peters</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Schmitz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">S</forename><surname>Zettlemoyer</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1803.07640</idno>
		<title level="m">AllenNLP: A Deep Semantic Natural Language Processing Platform</title>
				<imprint>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Transformers: State-of-the-Art Natural Language Processing</title>
		<author>
			<persName><forename type="first">T</forename><surname>Wolf</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Debut</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Sanh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Chaumond</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Delangue</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Moi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Cistac</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Rault</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Louf</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Funtowicz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Davison</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Shleifer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Von Platen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Ma</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Jernite</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Plu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Xu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">L</forename><surname>Scao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Gugger</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Drame</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Q</forename><surname>Lhoest</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">M</forename><surname>Rush</surname></persName>
		</author>
		<ptr target="https://www.aclweb.org/anthology/2020.emnlp-demos.6" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing: System Demonstrations, Association for Computational Linguistics</title>
				<meeting>the 2020 Conference on Empirical Methods in Natural Language Processing: System Demonstrations, Association for Computational Linguistics</meeting>
		<imprint>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="38" to="45" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Decoupled Weight Decay Regularization</title>
		<author>
			<persName><forename type="first">I</forename><surname>Loshchilov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Hutter</surname></persName>
		</author>
		<ptr target="https://openreview.net/forum?id=Bkg6RiCqY7" />
	</analytic>
	<monogr>
		<title level="m">7th International Conference on Learning Representations, ICLR 2019</title>
				<meeting><address><addrLine>New Orleans, LA, USA</addrLine></address></meeting>
		<imprint>
			<publisher>OpenReview</publisher>
			<date type="published" when="2019">May 6-9, 2019. 2019</date>
		</imprint>
	</monogr>
</biblStruct>

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