<?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">Retrieving Attitudes: Sentiment Analysis from Clinical Narratives</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Yihan</forename><surname>Deng</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">ICCAS University of Leipzig Semmelweissstr</orgName>
								<address>
									<postCode>14</postCode>
									<settlement>Leipzig</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Matthaeus</forename><surname>Stoehr</surname></persName>
							<affiliation key="aff1">
								<orgName type="institution">ENT Clinic University Hospital Leipzig Liebigstr</orgName>
								<address>
									<postCode>10</postCode>
									<settlement>Leipzig</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Kerstin</forename><surname>Denecke</surname></persName>
							<affiliation key="aff2">
								<orgName type="institution">ICCAS University of Leipzig Semmelweissstr</orgName>
								<address>
									<postCode>14</postCode>
									<settlement>Leipzig</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Retrieving Attitudes: Sentiment Analysis from Clinical Narratives</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">1849E2BBCCED99D354EBD2444A410AAB</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-23T21:37+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>Content Analysis and Indexing Clinical text mining, Sentiment analysis</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Physicians and nurses express their judgments and observations towards a patient's health status in clinical narratives. Thus, their judgments are explicitly or implicitly included in patient records. To get impressions on the current health situation of a patient or on changes in the status, analysis and retrieval of this subjective content is crucial. In this paper, we approach this question as sentiment analysis problem and analyze the feasibility of assessing these judgments in clinical text by means of general sentiment analysis methods. Specifically, the word usage in clinical narratives and in a general text corpus is compared. The linguistic characteristics of judgments in clinical narratives are collected. Besides, the requirements for sentiment analysis and retrieval from clinical narratives are derived.</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>Sentiment analysis deals with determining the sentiment with respect to a specific topic expressed in natural language text. So far, the development of sentiment analysis methods concentrated on processing very opinionated, subjective texts such as customer reviews <ref type="bibr" target="#b3">[3,</ref><ref type="bibr" target="#b4">4]</ref>. Clearly, sentiment in clinical documents differs from sentiment in user-generated content or other text types. With the term sentiment we refer to information on the health status, or on the outcome of a medical treatment or change / seriousness of a symptom (e.g. serious pain) or the certainty of an observation. The work presented in this paper intends to get a more complete view on the facets of sentiment in clinical texts. With the development of the principles of evidence-based medicine <ref type="bibr">[6]</ref> and digital patient modeling <ref type="bibr" target="#b1">[1]</ref>, the observations and judgments expressed in clinical narratives will play a crucial role for the clinical decision process.</p><p>Consider the following scenario: During the daily ward round, a physician is making observations with respect to the health status of a patient (e.g. symptoms improved). The patient describes his personal experiences on the symptoms such as the degree of pain. All this information reflects the individual health status and is documented in clinical notes. Retrieving, analyzing and aggregating this information over time can support the treatment decisions and allows a physician to quickly get an overview on the health status. Another application example is retrieving attitudes from clinical documents which can support assessing the outcome of treatments. In this way, labor-intensive user studies for treatment or medication evaluation can be facilitated.</p><p>For processing clinical narratives in the last years, effective algorithms in particular for named entity recognition and relation extraction <ref type="bibr" target="#b2">[2]</ref> have been developed. Based on recognized entities and relations between entities, sentiments expressed in medical narratives can now be analyzed to offer an upper-level text understanding. Further, a corresponding retrieval of judgments or sentiments can be realized. However, sentiments, opinions and intentions expressed in clinical narratives have not been well exploited yet. In this paper, we start analyzing the sentiment expressions used in clinical texts through a linguistic comparison with a nonmedical, subjective text corpus. Conventional methods for sentiment analysis have been developed for processing subjective on-line documents such as weblogs and forums. In this paper, our goal is to analyze the applicability of such methods for sentiment analysis in clinical narratives. We will identify necessary extensions of existing methods and come up with the requirement of sentiment in clinical narratives. To this end, we will first compare two types of medical narratives (radiology report and nurse letter) with a weblog data set. The lexical and linguistic differences will be presented. Afterwards, we will apply a general subjectivity lexicon to medical narratives using dictionary-based methods. Sources of errors of this simple sentiment recognition approach will be discussed. The following research questions will be addressed:</p><p>1. In comparison with user generation content, which lexical characteristics do clinical narratives have?</p><p>2. What characterizes sentiments in clinical narratives?</p><p>3. Can existing methods for sentiment analysis be applied? Which adaptations are necessary?</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">SENTIMENT ANALYSIS IN THE MEDI-CAL DOMAIN</head><p>To our best knowledge, few work considered sentiment analysis in medical texts: Xia et al. <ref type="bibr" target="#b9">[9]</ref> have indicated that sentiments are topics-related. Their approach to sentiment analysis starts with a standard topic classifier based on topic labels. In the second step, special classifiers are initialized to detect the polarity for each topic. The multi-step classification method has earned a nearly 10% improvement of F1 measure in comparison with the single-step approach. Niu et al. consider sentiment analysis in biomedical literature <ref type="bibr" target="#b5">[5]</ref>. They exploit a supervised method to classify the polarity at sentence level. The linguistic features such as uni-grams, bi-grams and negations are employed. The medical terms are merely replaced by their semantic category. The category information and context information are derived from the Unified Medical Language System (UMLS 1 ). The combination of linguistic features and domain-specific knowledge have improved the accuracy of the algorithm. In summary, existing methods for sentiment analysis in the medical domain focus on processing biomedical literature and patient-generated text. The clinical text which is used to record the activities and judgments of health care workers has not yet been analyzed. Moreover, the existing approaches and definitions of sentiment in the medical domain are derived from general sentiment analysis for Web 2.0 media. Clinical context and medical knowledge have not been used thoroughly besides some category meta data derived from the UMLS <ref type="bibr" target="#b7">[7,</ref><ref type="bibr" target="#b5">5]</ref>. We expect that due to different expressions and the more objective way of writing in the clinical narratives, the conventional sentiment analysis methods need to be adapted to cope with the clinical context. We will concentrate on that particular text material.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">METHODOLOGY</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Text Material</head><p>In order to analyze the differences between the language in clinical narratives and general texts from the Internet, 200 nurse letters and 200 radiology reports from "MIMIC II Database 2 " have been chosen as corpus. These documents form the domain-specific data source in our assessment. For comparison reasons, we additionally consider 200 technical interviews downloaded from the website Slashdot 3 . We have chosen that particular dataset since it belongs to the category of user-generated, subjective content. Given the technical topics, we however expect a certain similarity, mainly an objectivity as it occurs in clinical narratives. Nurse Letter: A nurse letter is part of a patient record, and is written by nurses on duty. Its content reflects the situation of the patient and the feedback to the ongoing treatment. It is written in a relatively subjective manner. Acronyms and typos appear very often in nurse letters. Radiology Report: A radiological report is mainly used to inform the treating physicians about the findings in an radiological examination. It starts usually with a medical history, which is followed by a description of the region of interest and questions for the examinations. The texts contain many judgments and observations as observed in the examination. Slashdot Interviews: Slashdot is a technology-related weblog, which covers different technical topics. The users express their opinions on certain topics. We chose the technical interviews as benchmark instead of movie or product review, since technical interviews contain also a relatively large amount of terminologies.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Linguistic and Sentiment Analysis of the Data Sets</head><p>Apparently, the three text sources are different in terms of terminology usage and content. The interview corpus is typical user generated content. We expect that the corpus will contain a relatively large amount of sentiment terms and subjective expressions, while the clinical narratives are written in a more objective way. Less opinionated terms and rather more clinical terminology are expected. However, the question is whether the terminology and word usage is really distributed as expected. To what extent do the corpora differ with respect to linguistic characteristics? Recalling our initial research questions, we need to answer whether existing sentiment lexicons can provide the basis for analyzing judgments and sentiments in clinical narratives. In order to address these questions, an extraction pipeline has been built to obtain part of speeches and sentiment terms from the texts and to determine their occurrence frequency. The Penn Tree POS-tagger <ref type="foot" target="#foot_0">4</ref> and the SL sentiment lexicon <ref type="bibr" target="#b8">[8]</ref> (contains 8,221 single-term subjective expressions) have been exploited for this purpose. The punctuation, numbers and stop words were also extracted and their proportions were calculated.</p><p>After analyzing the linguistic composition of the data sets, we want to study the applicability of a dictionary-based sentiment analysis approach on clinical narratives. Potential limitations of the approach when applied to medical narratives will be identified. For this purpose, we have created an experiment pipeline in KNIME <ref type="foot" target="#foot_1">5</ref> . Two dictionary taggers were applied to recognize positive and negative terms in the text respectively. A voting algorithm is applied to calculate the polarity for each document. It is based on the number of positive and negative occurrences and handles negations. Although it is only a simple approach, it is a direct method to evaluate the compatibility between the subjectivity lexicon and clinical narratives. The SL sentiment lexicon from Wilson et al. <ref type="bibr" target="#b8">[8]</ref> is used by the dictionary tagger. It comprises a large amount of adjectives, adverbs, but also nouns and verbs expressing sentiments. For evaluation purposes, the three corpora were annotated with an overall document polarity at document level by one physician from our university hospital. In Figure <ref type="figure" target="#fig_0">1</ref>, the proportions of punctuations, numbers, stop words, nouns, pronouns, adjectives, adverbs as well as the sentiment terms are illustrated. Part of speeches of terms that matched with the sentiment lexicon have not been considered. The result has partially confirmed our expectation.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">RESULTS AND DISCUSSION</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1">Results of the Linguistic Analysis</head><p>Sentiment Terms: According to the results, the normal interview corpus contains the highest proportion of sentiment terms with 8%, while the radiology reports contain 4% and nurse letters 6% sentiment terms. These results have approved our observation that nurse letters are written more subjectively in comparison to radiology reports, but they are still more objective than the interviews. The sentiments expressed in nurse letters are normally implicit and appear with the description of patient's health status, or the social records for the visitors of the patients. Opinionated terms and expressions such as suspicion, negation, approval or recommendations can be found in radiology reports mainly in the conclusion section or impression part at the end of the whole report.</p><p>Number: Numbers are one of the most important elements in clinical reports, where they are mainly used to represent the dose of medications, the size of a tumor or the frequency of a treatment, etc. In our clinical data sets, numbers comprise between 2% and 3% of the words or characters. In contrast, in the interviews almost no numbers occur, since the discussions in weblogs are more likely to use simple, colloquial vocabulary to present the personal attitudes and preferences.</p><p>Stop Word: The nurse letters and radiology reports contain 13% and 17% stop words respectively. In contrast, the percentage of stop words in the interview corpus is with 32% significantly higher, which shows that the clinical documents are clearly written in a concise way, focusing on facts.</p><p>Nouns and Pronouns: What noteworthy is, the percentage of nouns in radiology reports (31%) and nurse letter (33%) is clearly higher than the percentage of nouns in interviews (21%), while the percentage of pronouns in the interviews (4%) is notably higher than in the radiology report (0%) and nurse letters (1%). The reason is that in medical facts are described in clinical narratives using nouns from medical terminologies (e.g. names of diseases, symptoms , medications). In contrast, the interviews contain more subjective terms and use a large amount of first person expressions to express the ideas and opinions of individuals.</p><p>Adjective and Adverb: Another interesting finding is that the clinical narratives contain a substantial amount of ad- In contrast, all adjectives in the interview corpus matched with the sentiment lexicon. The additional adjectives in clinical narratives are mainly related to body locations, such as "left" side, "right" side, "vertical", "dorsal", "cervical". They express neither emotion nor attitude but anatomical concepts and relative locations in the body. In summary, the nurse letters show a relatively higher linguistic similarity to technical interviews than radiology reports. They are to a certain extent more subjectively written than radiology reports. The large amount of the medical terms (noun, adjective) describe the status of a patient. They reflect the attitudes of physicians. Thus, the implicit clinical events may influence the polarity outcome of a clinical report as well. Consequently, the implicit clinical events and evidences are expected to be relevant to understand and interpret the status of the patient.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2">Results of the Sentiment Analysis</head><p>The automatically retrieved polarity for the texts were compared to the manual annotation done by clinical experts. The overall accuracy and F1 measure for the three text types is shown in Table <ref type="table">4</ref>.1: Accuracy is the proportion of true results in the population. The sentiment analysis of interviews leads to an acceptable accuracy of 69.6%. The results for nurse letters and radiology reports have merely achieved the accuracies of 42% and 44% respectively. This shows that existing methods need to be adapted when processing these texts and that sentiment is different. Furthermore, the F1 measure for positive texts (F1 good) is significantly higher for the clinical texts than for negative (F1 bad) texts. A manual assessment showed that the positive sentiments or outcomes are described in an explicit way, e.g., by phrases such as the "patient slept well, the treatment has a satisfactory result" or "the tube has been placed successfully". For negative clinical events, the nurse and physician were more likely to express the status of patient in a careful and cautious manner, e.g. by phrase such as "some situation cannot be excluded or need further pathological investigation". The radiology reports are more likely to exclude or confirm the occurrences of certain clinical events rather than to give a final diagnosis. In addition, the recognition of neutral situations is difficult, since the judgment of neutral outcome depends on the recognition of positive and negative terms. However, neutral clinical outcomes in real world are probably not objectively expressed. Some surgical result may only show moderate effect, but it may turn out to be an insignificant outcome in nurse letters or might even produce some negative feedbacks. During the annotation, our physician tended to give more positive and negative judgments to the reports rather than neutral ones, since the determination of "neutral" needs more context and reference, which is not that easy to obtain without knowing the complete patient history.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">CONCLUSION AND FUTURE WORK</head><p>In this paper, we have studied the linguistic characteristics of clinical narratives compared to a web data set and analyzed the feasibility of a simple sentiment analysis approach on clinical narratives. The results provide important insights to understand sentiment in clinical narratives and to continue with developing corresponding analysis methods. The initial three research questions raised in Section 1 can be answered.</p><p>1. The linguistic analysis showed that clinical narratives contain a moderate amount of sentiment terms. In contrast to the web data set, more numbers, medical terms (nouns), location-related adjectives are exploited and less stop words, and less pronouns are included. This composition and word usage reflects the objectivity and preciseness of the clinical writing style.</p><p>2. By analyzing the clinical documents, we learned more about the nature of sentiment in clinical narratives. Sentiment can concern the general health status of a patient, the outcome of a treatment or of a specific medical condition or can concern uncertainty of an observation. Good, bad or positive and negative is manifested in status changes, e.g. an improvement or worsening of a certain medical or physical condition or the success or failure of a treatment. Sentiment can be seen as health status of a patient: The patient's health status can be good, bad or normal at some point in time, expressed either implicitly or explicitly. By analyzing that health status over time, improvements or worsening in the status can be recognized. An implicit description of a health status concerns the mentioning of critical symptoms (e.g. serious pain, extreme weight loss, high blood pressure). A explicit description of the health status is reflected through phrases such as "the patient recovered well" or "normal". Sentiment in clinical texts can be the outcome of a treatment or the impact of a specific medical condition, i.e. whether the condition improved or worsens which allows to draw conclusions on the effect or outcome of a treatment (positive/negative outcome). The phrase "blood sugar decreased" could express a positive or negative change depending on the previous state. A decrease of blood pressure can be good when it was too high before. This also shows that for interpreting the detected sentiment, the context need to be considered. Further, sentiment can be seen as presence, change in or certainty of a medical condition. I.e. a medical condition can exist, improve, worsen, be certain or uncertain. The treatment outcome can be positive, negative (e.g. surgery was successful or failed), neutral or a treatment can have no outcome.</p><p>3. A simple method for sentiment analysis is not well suited to analyze sentiment in clinical narratives. Sentiment in clinical texts differs significantly from sentiment in general texts. In particular, implicit sentiments need to be detected. An adapted annotation scheme should be defined with the help of physicians. New features for sentiment analysis need to be collected for gathering these subjective sentiments.</p><p>In the short term, we will develop a sentiment lexicon specific for the medical domain. It will define a scheme for analyzing and retrieving implicit sentiments and attitudes expressed in clinical texts. The kind of influence and degree of influence of a symptom to the health status will be defined. This lexicon or ontology will be exploited for developing a more comprehensive sentiment analysis algorithm.</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: Result of the Linguistic Analysis</figDesc><graphic coords="3,76.39,53.80,456.93,126.06" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 1 :</head><label>1</label><figDesc>Sentiment Analysis Results: Accuracy and F1 measure for three text types jectives (6-8% of the terms) that are not included in the SL sentiment lexicon.</figDesc><table><row><cell>Types</cell><cell cols="4">Accu(overall) F1(Bad) F1(Neutral) F1(Good)</cell></row><row><cell cols="2">Interviews 0.696</cell><cell>0.754</cell><cell>0.367</cell><cell>0.735</cell></row><row><cell>Nurse</cell><cell>0.420</cell><cell>0.437</cell><cell>0.216</cell><cell>0.503</cell></row><row><cell>Letter</cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell>Radiology</cell><cell>0.446</cell><cell>0.297</cell><cell>0.080</cell><cell>0.559</cell></row><row><cell>Report</cell><cell></cell><cell></cell><cell></cell><cell></cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_0">http://www.cis.upenn.edu/ treebank/, accessed 20.04.2014</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_1">http://www.knime.org/, accessed 20.4.2014   </note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title/>
		<author>
			<persName><surname>References</surname></persName>
		</author>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Model-based Decision Support: Requirements and Future for its Application in Surgery</title>
		<author>
			<persName><forename type="first">K</forename><surname>Denecke</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Biomedical Engineering</title>
		<imprint>
			<biblScope unit="volume">58</biblScope>
			<biblScope unit="issue">1</biblScope>
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Natural language processing: State of the art and prospects for significant progress, a workshop sponsored by the national library of medicine</title>
		<author>
			<persName><forename type="first">C</forename><surname>Friedman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">C</forename><surname>Rindflesch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Corn</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Biomedical Informatics</title>
		<imprint>
			<biblScope unit="volume">46</biblScope>
			<biblScope unit="issue">5</biblScope>
			<biblScope unit="page" from="765" to="773" />
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Mining and summarizing customer reviews</title>
		<author>
			<persName><forename type="first">M</forename><surname>Hu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Liu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. Tenth ACM SIGKDD, KDD &apos;04</title>
				<meeting>Tenth ACM SIGKDD, KDD &apos;04<address><addrLine>New York, NY, USA</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2004">2004</date>
			<biblScope unit="page" from="168" to="177" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Sentiment Analysis and Opinion Mining</title>
		<author>
			<persName><forename type="first">B</forename><surname>Liu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Synthesis Lectures on HLT</title>
				<imprint>
			<publisher>Morgan &amp; Claypool Publishers</publisher>
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Analysis of polarity information in medical text</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Niu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Zhu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Hirst</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc of the AMIA 2005 Annual Symposium</title>
				<meeting>of the AMIA 2005 Annual Symposium</meeting>
		<imprint>
			<date type="published" when="2005">2005</date>
			<biblScope unit="page" from="570" to="574" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Evidence based medicine: What it is and what it isn&apos;t</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">L</forename><surname>Sackett</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">M</forename><surname>Rosenberg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Gray</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">B</forename><surname>Haynes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">S</forename><surname>Richardson</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">BMJ</title>
		<imprint>
			<biblScope unit="volume">312</biblScope>
			<biblScope unit="page" from="71" to="72" />
			<date type="published" when="1996">7023. 1996</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Outcome polarity identification of medical papers</title>
		<author>
			<persName><forename type="first">A</forename><surname>Sarker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Molla</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Paris</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Australasian Language Technology Association Workshop 2011</title>
				<meeting>the Australasian Language Technology Association Workshop 2011<address><addrLine>Canberra, Australia</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2011-12">December 2011</date>
			<biblScope unit="page" from="105" to="114" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Recognizing contextual polarity in phrase-level sentiment analysis</title>
		<author>
			<persName><forename type="first">T</forename><surname>Wilson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Wiebe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Hoffmann</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Association for Computational Linguistics</title>
				<meeting><address><addrLine>Stroudsburg, PA, USA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2005">2005</date>
			<biblScope unit="page" from="347" to="354" />
		</imprint>
	</monogr>
	<note>Proc of HLT &apos;05, HLT &apos;05</note>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Improving patient opinion mining through multi-step classification</title>
		<author>
			<persName><forename type="first">L</forename><surname>Xia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">L</forename><surname>Gentile</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Munro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Iria</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">TSD</title>
		<imprint>
			<biblScope unit="page" from="70" to="76" />
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

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