<?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">DEPSYM: A Lightweight Syntactic Text Simplification Approach using Dependency Trees</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Niladri</forename><surname>Chatterjee</surname></persName>
							<email>niladri.chatterjee@maths.iitd.ac.in</email>
							<affiliation key="aff0">
								<orgName type="institution">Indian Institute of Technology Delhi</orgName>
								<address>
									<addrLine>Hauz Khas</addrLine>
									<postCode>110016</postCode>
									<settlement>Delhi</settlement>
									<country key="IN">India</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Raksha</forename><surname>Agarwal</surname></persName>
							<email>raksha.agarwal@maths.iitd.ac.in</email>
							<affiliation key="aff0">
								<orgName type="institution">Indian Institute of Technology Delhi</orgName>
								<address>
									<addrLine>Hauz Khas</addrLine>
									<postCode>110016</postCode>
									<settlement>Delhi</settlement>
									<country key="IN">India</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">DEPSYM: A Lightweight Syntactic Text Simplification Approach using Dependency Trees</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">0026FDF5E6394888845D957961A37565</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T11:07+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>Dependency Tree</term>
					<term>Syntactic Simplification</term>
					<term>Sentence Segmentation</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Syntactic Simplification typically involves sentence splitting, changing of voice from passive to active, and resolving other ambiguities. The present work proposes a lightweight syntactic simplification algorithm, named DEPSYM, which uses the dependency parse tree of a complex sentence for simplification and splitting. Automatic and Human evaluations on two commonly used datasets indicate that the proposed system produces structurally simpler outputs while preserving grammaticality and meaning. The proposed system is designed for simplification of English sentences.</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 task of Text Simplification (TS) aims at modifying textual content in order to improve its readability while preserving the meaning. Text Simplification can be categorized as Lexical Simplification, Syntactic Simplification, Explanation Generation, and Monolingual Machine Translation <ref type="bibr" target="#b0">[1]</ref>. Lexical Simplification aims at identifying and replacing complex words (or phrases) by an easier-to-read alternative. The alternative can be a single word or a phrase. Syntactic Simplification (SS) simplifies the text by restructuring the words of the sentences, and/or rewriting it into smaller sentences. Explanation Generation systems take difficult concepts of a text and augment it with extra information in order to improve the context and user understanding, instead of just rewriting the input text. Monolingual Machine Translation based approaches treat the simplification problem as a translation problem from complex language to simpler language. This method usually simplifies both the lexicon and syntax of a text.</p><p>Long and syntactically complex sentences are difficult to understand for second language learners <ref type="bibr" target="#b1">[2]</ref> and people with reading difficulties <ref type="bibr" target="#b2">[3,</ref><ref type="bibr" target="#b3">4]</ref>. Syntactic Simplification typically involves sentence splitting, changing passive voice to active and resolving other ambiguities. The aim of the present work is to perform syntactic simplification of English sentences using their respective dependency tree structure. The proposed system focuses on rewriting along with splitting of sentences, if required, which contain passive voice, appositive, relative and conjoint clauses. It is considered lightweight in the sense that it relies only on the dependency structure of the sentence for syntactical transformations. It does not adopt more intensive simplification strategies, such as event-deletion, anaphora resolution, rhetorical structure theory that are being carried out in many other syntactic simplification systems as discussed in Section 2.</p><p>The rest of the paper is organised as follows. Existing related works are briefly described in Section 2. Section 3 presents the proposed approach. Experimental details are described in Section 4, and Section 5 presents the results. The paper is concluded in Section 6.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Related Work</head><p>The earliest work on Syntactic Simplifcation by Chandrasekar et al. <ref type="bibr" target="#b4">[5]</ref> developed rules for transformation of sentences containing relative clauses or appositions. It used Finite State Grammar to produce noun and verb groups, and a Supertagging model to produce dependency linkages via partial parsing. Chandrasekar et al. <ref type="bibr" target="#b5">[6]</ref> automated the rule generation system for relative clauses using parallel data of 65 sentences. The transformation rules are identified using a tree-comparison algorithm, and they are generalized by replacing specific words by tags.</p><p>PSET developed by Caroll et al. <ref type="bibr" target="#b6">[7]</ref> is the first assistive simplification system aimed for the benefit of people with aphasia. PSET applies both syntactic and lexical simplification on English newspaper texts as available on the Internet. Here, the sentences are converted into subject-verb-object order by replacing passive constructions with active ones. This was further improved using SYSTAR <ref type="bibr" target="#b7">[8]</ref> to split compound sentences. It also converted seven passive clause types to active, and resolved and replaced eight frequently occurring anaphoric pronouns.</p><p>Previous research on text simplification did not account for the discourse level issues related of conjunction and anaphora that arise from applying syntactic transforms at the sentence level. In order to improve the cohesion in the simplified text, Siddharthan introduced a regeneration step in addition to transformation step <ref type="bibr" target="#b8">[9,</ref><ref type="bibr" target="#b9">10]</ref>. It preserves conjunctive cohesion by using rhetorical structure theory for cue-word selection, sentence ordering and choice of determiner. Glavas et al. <ref type="bibr" target="#b10">[11]</ref> performed simplification of sentences using an event-centered approach. Their system extracted events from a given sentence; and discarded text that did not belong to any of the factual events. However, it is an event-based simplification and conceptually different from lexical or syntactic simplification.</p><p>REGENT <ref type="bibr" target="#b11">[12]</ref> applied transformation rules for syntactic simplification to typed dependency representations produced by the Stanford parser <ref type="bibr" target="#b12">[13]</ref>. Simplification is performed for sentences containing coordination, subordination, apposition, passive constructions, and relative clauses. An overgenerate-and-rank approach was adopted by performing simplification on top-n parses of a sentence in order to reduce errors due to inaccurate parsing. The outputs were evaluated by determining the extent of simplification and level of accuracy in rule application.</p><p>Siddharthan et al. <ref type="bibr" target="#b13">[14]</ref> developed a hybrid text simplification system using synchronous dependency grammars with hand-written and automatically harvested rules. This allowed for a linguistically sound treatment of complex sentences requiring reordering and morphological changes, such as conversion of passive voice to active.</p><p>Ferrés et al. <ref type="bibr" target="#b14">[15]</ref> developed a hybrid text simplifier for English. Their syntactic simplification system used rule-based analysis and generation techniques based on PoS tags and dependency trees. Intrinsic evaluation on a self-collected dataset of 500 sentences suggested that correct simplifications were obtained for 74.2% sentences. In this system 66 rules have been used to simplify seven syntactic phenomena, namely appositive, relative, sentence coordination, coordinated correlatives, subordination, adverbial, and passive voice. Scarton et al. <ref type="bibr" target="#b15">[16]</ref> developed a multilingual syntactic simplification tool (MUSST) using dependecy based rules. The rules simplify sentences containing conjoint clauses, relative clauses, appositive phrases and/or passive voice. The order of clauses were not taken into consideration when complex marker, such as although is replaced by a simpler marker but. An accuracy of 76% was reported for simplifying a set of 292 English sentences. However, system evaluations of this work for standard datasets, such as PWKP <ref type="bibr" target="#b16">[17]</ref> and TurkCorpus <ref type="bibr" target="#b17">[18]</ref> are not available.</p><p>Syntactic Simplification systems have also been developed for non-English languages, such as Spanish <ref type="bibr" target="#b18">[19]</ref>, Italian <ref type="bibr" target="#b19">[20]</ref>, Portuguese <ref type="bibr" target="#b20">[21]</ref>. The SIMPLEXT system <ref type="bibr" target="#b18">[19]</ref> utilizes the dependency structure of Spanish sentences to perform five types of syntactic transformation, such as separation of participial modifiers, splitting relative and coordinating clauses, reordering of quoted objects. ERNESTA <ref type="bibr" target="#b19">[20]</ref> performs simplification of Italian sentences using an event-based approach and it focuses on anaphora resolution and syntactic simplification while removing unnecessary events. PORSIMPLES <ref type="bibr" target="#b20">[21]</ref> is a rule-based simplification system for Brazilian Portuguese for simplifications of appositive, relative, coordinate and subordinate clauses. Additionally, sentence splitting and reordering of clauses were also performed.</p><p>More recently, the focus of researchers has shifted to Hybrid and Neural Text Simplification systems which perform both lexical and syntactic simplifications <ref type="bibr" target="#b21">[22,</ref><ref type="bibr" target="#b22">23,</ref><ref type="bibr" target="#b23">24,</ref><ref type="bibr" target="#b24">25,</ref><ref type="bibr" target="#b25">26,</ref><ref type="bibr" target="#b26">27]</ref>. In the next section the proposed syntactic simplification algorithm, DEPSYM (DEpendency Parse based SYntactic siMplification) is discussed.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">The Proposed Approach: DEPSYM</head><p>In the present work, rules based on dependency trees extracted from spaCy<ref type="foot" target="#foot_0">1</ref> are utilized for simplification of appositive clauses, relative clauses, conjoint clauses, and passive-to-active conversion (See Table <ref type="table" target="#tab_0">1</ref>). Other dependency parsers for English (e.g. Stanford) may also be utilised for extraction of dependency trees but, since the proposed system is developed using Python, spaCy (version:2.2.4, en_core_web_sm) has been used for ease of implementation. It uses a non-monotonic arc-eager transition-system <ref type="bibr" target="#b27">[28]</ref> for parsing sentences. Below we explain the different modules of the proposed approach.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.">Appositive Clauses</head><p>In the first step, the appositive token, the one with appos tag, is extracted from the dependency tree of the sentence. If such a token is not found then token with amod tag is extracted. If neither of the two tags are found then appositive clause is not present in the sentence. The parent of the appositive token may be subject (with nsubj tag) or the object (with dobj/pobj tag). An in-order traversal in the sub-tree of the appositive token gives the appositive phrase. The noun phrase is determined by taking the left sub-tree traversal of the parent of the appositive token. The required auxiliary verb is determined using the tense of the root, and the singularity/plurality of the main subject. The appositive token and its sub-tree are deleted from the main parse tree. The first sentence is extracted by in-order traversal of the main tree. The second sentence is formed by combining the noun phrase, auxiliary verb, and the appositive phrase (See Figure <ref type="figure" target="#fig_0">1</ref>). </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.">Relative Clauses</head><p>The relative token, the one with relcl tag, is extracted from the dependency tree of the sentence. If such a token is not found then token with rcmod tag is extracted. If neither of the two tags are found then it is concluded that relative clause is not present in the sentence. The parent of the relative token gives the subject/object that the relative clause refers to. The left sub-tree of the parent gives the noun phrase. Inorder traversal of the relative token's sub-tree gives the relative clause. The relative token is then deleted from the main tree, and subsequent inorder traversal of the main tree gives the first sentence. The second sentence is formed by combining the noun phrase and the relative phrase. The noun phrase is not inserted within the relative phrase but the relative pronoun is retained in the relative phrase. The order of the two sentences is decided on the basis of whether the relative clause is attached to the subject or to the object (See Figure <ref type="figure" target="#fig_1">2</ref>).</p><p>For illustration, the sentence Bob, who I live with in Delhi, is a nice man. is simplified as Bob who I live with in Delhi. Bob is a nice man., and the sentence Bob lives in Delhi, where his brother lives. is simplified as Bob lives in Delhi. Delhi is where his brother lives. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3.">Conjoint Clauses</head><p>Conjoint clauses may contain a variety of conjunctions, such as though, although, when, because.</p><p>A sentence with a conjoint structure is typically made of two clauses 2 connected by a conjunction or an adverbial modifier. The dependency tags, namely conj, advcl, parataxis, and ccomp, connect the root of the sentence to the root of the second clause. The conjunction term or adverbial modifier is connected to the root of the second clause with a cc or advmod or mark tag. This token and root of the conjoint clause is removed from the main tree. If the conjoint clause has no subject then it is given the subject of the main clause (sentence). Inorder traversal of the main tree and the sub-tree of conjoint clause root gives the two separate sentences. The order of the two sentences depends on the type of conjunction and the position of the conjunction in the sentence. Conjunctions, such as although, whereas, however are replaced with but.</p><p>Conjunctions because and as are replaced with the conjunction so. Further, the order of the two related sentences (clauses) are reversed. For conjunctions before, after, once, since and when, the phrase this + auxiliary verb is inserted in the second sentence as shown in Figure <ref type="figure" target="#fig_2">3</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.4.">Passive Voice</head><p>Passive to active voice algorithm contains three modules, namely subject-object detection, verb tense transform, and pronoun form transform. To identify a passive sentence, the algorithm searches for a token with auxpass tag in the dependency tree. This token is a verb, but not the main verb, of the clause which contains the passive information. This is followed by a search for tokens with tag agent and nsubjpass. Absence of any of these results in no simplification. All 2 as observed in the development phase After that, agent and nsubjpass tokens are removed from the main tree.</p><p>The second module takes as input five parameters, namely the main verb (root), auxiliary verbs, auxpass token, subject token and subject POS tag. These are used to determine the tense of the sentence as described in Figure <ref type="figure" target="#fig_4">4a</ref>, and also helps to decide the new form for the verb and the auxiliary verbs. Transformation of verb forms due to presence of pronouns and modal verbs are also performed. The third module is used to change the form of pronouns that are moving from subject to object or vice-versa. A dictionary containing common pronoun pairs, such as he: him, she: her, we: us, is used to carry out the transformation. Finally, the new sentence is constructed by interchanging the positions of subject-object in the tree and inserting the new verb. Other dependencies of the root are maintained in their positions; but any prepositional phrases to the right of root are moved to the end (See Figure <ref type="figure" target="#fig_4">4b</ref>). Simplification of a complex sentence is performed recursively in the order appositive phrases, conjoint clauses, relative clauses and then passive voice. Finally, true casing<ref type="foot" target="#foot_1">3</ref> is performed.  </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Experimental Details</head><p>This section discusses experimental details about the datasets, baseline systems, automatic evaluation metrics and human evaluation procedure.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1.">Dataset</head><p>The proposed simplification algorithm has been evaluated on two commonly used test sets <ref type="foot" target="#foot_2">4</ref>extracted from English Wikipedia (EW) and Simple English Wikipedia (SEW) namely, PWKP <ref type="bibr" target="#b16">[17]</ref> and TurkCorpus <ref type="bibr" target="#b17">[18]</ref>.</p><p>• PWKP/WikiSmall: The test set for this dataset contains 100 sentences with only one simplification reference per original sentence. The references are extracted by aligning sentences of EW and SEW. • TurkCorpus (TC): The test set for this dataset contains 359 complex sentences. The following reference sets have been considered for this dataset:</p><p>-In MTurk <ref type="bibr" target="#b17">[18]</ref>, eight mannually written references focused on Lexical simplification are collected using Amazon Mechanical Turk for each sentence of TC . Here, the annotators were instructed to rewrite sentences by reducing the number of difficult words or idioms, but without deleting content or splitting the sentences. -HSplit <ref type="bibr" target="#b28">[29]</ref> provides four reference simplifications for TC specifically for assessing sentence splitting. Two annotators were instructed to perform two tasks: (1) split the original sentence as much as possible, while preserving grammaticality, fluency and meaning, (2) split the sentence only when it simplifies the original sentence. -ASSET <ref type="bibr" target="#b29">[30]</ref> contains ten references for TC focusing on several rewriting transformations, e.g. lexical simplification and reordering, sentence splitting, compression.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2.">Baselines</head><p>The following baselines <ref type="foot" target="#foot_3">5</ref> have been considered in the present work.</p><p>• Identity: This refers to the system where output is identical to the input.</p><p>• TSM: It aims at finding the best sequence of transformation of the constituency parse tree of the complex sentence to produce the target simplification <ref type="bibr" target="#b16">[17]</ref>. It is trained on the train subset of PWKP. • PBSMT-R: It uses Phrase Based Statistical Machine translation along with a dissimilaritybased (measured using edit distance) reranking mechanism to chose among possible simplifications <ref type="bibr" target="#b30">[31]</ref>. • HYBRID: It combines deep semantics and monolingual machine translation to derive simple sentences from complex sentences <ref type="bibr" target="#b22">[23]</ref>. Semantic role information is used to determine events in the sentence for performing splitting and deletion. For substitution of complex words and sentence reordering a PBSMT-based model is used. • DSS: It is a sentence splitting algorithm which uses the UCCA semantic parser <ref type="bibr" target="#b31">[32]</ref> to decompose a sentence to its main semantic constituents <ref type="bibr" target="#b25">[26]</ref>. • YATS: It is a hybrid text simplification system which also uses a rule-based syntactic simplification system along with lexical simplification <ref type="bibr" target="#b14">[15]</ref>. • DRESS: It uses a Reinforcement Learning (RL) architecture with standard attention-based encoder-decoder as an agent. The reward function uses a weighted sum of SARI <ref type="bibr" target="#b17">[18]</ref>, cosine similarity of input and output, and language model probability of output <ref type="bibr" target="#b23">[24]</ref>. • ACCESS: It uses a discrete parametrization mechanism to improve performance of Seq2Seq models for the task of simplification. It adds control tokens corresponding to four attributes, namely amount of compression, amount of paraphrasing, lexical complexity and syntactical complexity <ref type="bibr" target="#b26">[27]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.3.">Evaluation</head><p>For automatic evaluation of system outputs commonly used metrics, namely FKGL, BLEU and SARI have been utilized. Is the simplification easier to understand than the input? Structural Simplicity (StS) Is the output simpler than the input, ignoring the complexity of the words?</p><p>• Flesch-Kincaid Grade Level (FKGL) <ref type="bibr" target="#b32">[33]</ref>: This metric corresponds to the grade level of a sentence. Lower FKGL implies simpler outputs and lower level of difficulty. • BiLingual Evaluation Understudy (BLEU) <ref type="bibr" target="#b33">[34]</ref>: This is a precision-oriented metric used to measure the correctness of the generations by measuring n-grams overlaps between the generated sentences and (multiple) references. • System output Against References and Input sentence (SARI) <ref type="bibr" target="#b17">[18]</ref>: This metric compares model-generated simplifications with both the input sentence and the gold references. It measures "how good" the words added, deleted, and kept by a simplification model are.</p><p>The above-mentioned metrics have been calculated using EASSE implementation <ref type="bibr" target="#b34">[35]</ref>. Additionally, ten human annotators were asked to evaluate the system outputs on a 5-point Likert scale on the basis of Fluency, Adequacy, Simplicity, and Structural Simplicity as described in Table <ref type="table" target="#tab_1">2</ref>. Structural Simplicity is distinguished from Simplicity in order to ignore the effect of lexical simplification performed by the baseline systems. The annotators were non-native but fluent English speakers. Each annotator scored 260 system outputs<ref type="foot" target="#foot_4">6</ref> correponding to 20 input sentences of each test dataset. YATS system was evaluated by two of the above annotators <ref type="foot" target="#foot_5">7</ref> . Fluency and Adequacy were measured using a 1 to 5 scale. Following previous works <ref type="bibr" target="#b25">[26,</ref><ref type="bibr" target="#b24">25]</ref>, a five point scale [-2, 2] is used to measure Simplicity and Structural Simplicity, where a 0 score indicates that the input and the output are equally complex. A score of 1 (-1) indicates that the output is slightly simple (complex) than input, and score of 2 (-2) indicates that the output is very simple (complex) than input. The advantage of using a -2 to 2 scale is that the sign of the score could indicate the efficiency of the simplification system. Negative scores indicate that the output is more complex than the input sentence.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Results and Analysis</head><p>The results for PWKP test set and TC test set are presented in Table <ref type="table" target="#tab_2">3</ref> and Table <ref type="table" target="#tab_3">4</ref>, respectively.</p><p>The DEPSYM system<ref type="foot" target="#foot_6">8</ref> proposed in this work performs well in terms of FKGL for both the test sets. The FKGL is reduced nearly by 50 percent with respect to the input sentences (Identity) for both the test sets for DEPSYM. However, since DEPSYM does not perform lexical simplifications or phrase deletions, BLEU and SARI scores are lower for PWKP, MTurk, and ASSET data. For TurkCorpus, BLEU scores for the DEPSYM system are consistent throughout the three reference sets. Moreover, it is higher than DSS and HYBRID systems. The BLEU and SARI scores obtained Human Evaluation indicates that in terms of Adequacy, the proposed system outperforms other baseline systems. With respect to Structural Simplicity DEPSYM performs the best for TurkCorpus, and for PWKP it came second highest. For Fluency and Simplicity, the values achieved by DEPSYM is highly competitive beating most of the baseline systems comfortably.</p><p>ACCESS and DRESS systems perform lexical substitution of the complex words, and thereby achieved higher scores with respect to simplicity. The outputs of DRESS are also rated as most fluent by the annotators. However, these systems perform poorly with respect to Adequacy as they often delete important phrases from the original sentence. Moreover, sometimes the lexical changes performed by these system lead to semantic errors in the output. For illustration, consider the simplified outputs for DEPSYM and baseline systems in Table <ref type="table">5</ref>. Here, HYBRID system omits important information, while other baseline systems replaces the word distributes incorrectly by collects or deals or sells. It can also be observed that the output obtained using the neural ACCESS system contain incorrect repetition of the phrase present location. The output of DSS system, which is developed for sentence splitting, contains an incomplete sentence 'was added in 1938-39'. The YATS system failed to simplify the conjoint clause present in the second example. In both the examples mentioned in Table <ref type="table">5</ref>, DEPSYM produces structurally simpler outputs with two or more smaller sentences.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6.">Conclusion</head><p>Simplification of long and syntactically complex sentences is an important NLP task in order to facilitate accessibility to a larger set of audience. In the present work, syntactic simplification is performed by analyzing the dependency tree structure of a complex English sentence. The relationship between words in the dependency tree is utilised to split sentences containing any of appositive, relative or conjoint clauses. Furthermore, sentence rewriting from passive to active voice is also performed. Automatic and Human evaluations indicate that the proposed system produces structurally simpler outputs while preserving grammaticality and meaning. The proposed simplification system may be applicable to other languages having similar dependency structure as English. For languages where the dependency structures are different the rules will have to be fine-tuned in keeping with the linguistic properties of the language concerned.</p><p>The proposed DEPSYM algorithm uses the dependency parsing of the input sentence. Hence, parsing errors induced by SpaCy lead to some errors in simplification albeit inadvertently. In future, the passive to active voice conversion may be further improved to handle negative sentences. For illustration, He was not chased by the the police is incorrectly simplified as The police not chased him as it is unable to perform the transformation was not chased → did not chase. For sentences with relative clauses, the relative pronouns are retained in the simplified sentence. This can be improved by curating rules for insertion of the noun phrase within the relative phrase. For illustration, Bob, who I live with in Delhi, is a nice man. may be simplified as I live with Bob in Delhi. Bob is a nice man. In future we would also like to append a lexical simplification module with the current syntactic simplification algorithm.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Table 5 System Outputs</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>System Output</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Identity (PWKP)</head><p>This array distributes data across multiple disks, but the array is seen by the computer user and operating system as one single disk.</p><p>PBSMT-R This array distributes data across multiple disks, but the array is seen by the computer user and operating system as a single disk. HYBRID this array releases data across disks, but the array is seen by the user and computer operating system.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>DRESS</head><p>This array collects data across multiple disks, but the array is seen by the computer user and operating system. TSM This array sells data across multiple disks but the array is seen. The computer user and operating as one disk. YATS This array deals data across multiple disks, but the computer user and operating system sees the array as one single disk. DEPSYM This array distributes data across multiple disks. But, the computer user and operating system sees the array as one single disk.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Identity (TC)</head><p>The fourth ring is decorated with golden garlands and was added in 1938-39 when the column was moved to its present location.</p><p>PBSMT-R The fourth ring is decorated with golden garlands was added in 1938-39 when the column was moved to its present location.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>DRESS</head><p>The fourth ring is decorated with golden garlands. ACCESS The fourth ring was added in 1938 when the column was moved to its present location, and was added to its present location. DSS the fourth ring is decorated with golden garlands. was added in 1938-39. the column was moved to its present location. HYBRID The ring is decorated and was added the column was moved.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>YATS</head><p>The fourth ring is decorated with golden Garlands. And the fourth ring was added in 1938 -39 when the column was moved to its present location. DEPSYM The fourth ring is decorated with golden garlands. And ring was added in 1938-39. This was when the column was moved to its present location.</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: Simplification of sentence containing appositive clause</figDesc><graphic coords="4,141.38,252.25,313.43,180.63" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 2 :</head><label>2</label><figDesc>Figure 2: Simplification of sentence containing relative clause</figDesc><graphic coords="5,141.38,123.02,313.43,182.21" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Figure 3 :</head><label>3</label><figDesc>Figure 3: Simplification of sentences containing conjoint clause</figDesc><graphic coords="6,89.29,84.17,418.28,229.46" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head></head><label></label><figDesc>(a) Rules for Sentence Tense Identification (b) Passive to Active conversion</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_4"><head>Figure 4 :</head><label>4</label><figDesc>Figure 4: Simplification of Passive voice sentences</figDesc><graphic coords="7,110.13,255.40,376.18,139.92" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1 Examples</head><label>1</label><figDesc></figDesc><table><row><cell></cell><cell>Complex</cell><cell>Simple</cell></row><row><cell cols="3">Appositive Bob, 61 years old, will join the company. Bob will join the company. Bob is 61 years old.</cell></row><row><cell cols="3">Relative Bob, who I live with, is a very nice man. Bob is a very nice man. I live with Bob.</cell></row><row><cell cols="3">Conjoint Bob does not have a cat but, has a parrot. Bob does not have a cat. Bob has a parrot.</cell></row><row><cell>Passive</cell><cell>The letter is being written by Bob.</cell><cell>Bob is writing the letter.</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>Questions for Human Evaluation</figDesc><table><row><cell>Fluency (Fl)</cell><cell>Is the output grammatical and well formed?</cell></row><row><cell>Adequacy (Aq)</cell><cell>Does the simplification preserve the meaning of the original sentence?</cell></row><row><cell>Simplicity (Sp)</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>Results for PWKP/WikiSmall test set DEPSYM is competitive with the YATS system. DEPSYM significantly increases the SARI score with respect to the input sentences for both the test sets. For HSplit, the proposed DEPSYM system achieves the second highest BLEU and SARI score among all the baselines.Out of the 459 sentences belonging to the two test datasets, PWKP and TC, DEPSYM performed simplification of 295 sentences, 79% of which were correctly simplified. Out of 100 sentences of PWKP test set, 80 were simplified. The simplifications were correct for 57 input sentences. For the TC test set out of 215 simplifications, 176 sentences were correct.</figDesc><table><row><cell>System</cell><cell>FKGL BLEU SARI</cell><cell>Fl</cell><cell>Aq</cell><cell>Sp</cell><cell>StS</cell></row><row><cell>Identity</cell><cell>13.10 49.07 22.27</cell><cell>4.92±0.10</cell><cell>5±0.00</cell><cell>0±0.00</cell><cell>0±0.00</cell></row><row><cell cols="6">PBSMT-R 12.26 45.49 35.49 HYBRID 10.29 44.20 54.67 3.28±0.60 3.47±0.53 -0.05±0.29 -0.19±0.38 4.65±0.18 4.55±0.19 0.31±0.12 0.05±0.10 YATS 9.12 37.99 35.87 3.88±0.18 3.78±0.18 -0.20±0.14 0.78±0.39 DRESS 7.48 34.53 27.48 4.83±0.20 3.15±0.58 0.59±0.35 0.52±0.38 TSM 6.40 30.75 39.02 3.46±0.53 3.19±0.57 -0.14±0.30 0.03±0.44 DEPSYM 6.67 36.84 33.78 4.14±0.51 4.55±0.46 0.27±0.49 0.54±0.65</cell></row></table><note>by</note></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>Results for TurkCorpus test set</figDesc><table><row><cell></cell><cell>MTurk</cell><cell>ASSET</cell><cell>HSplit</cell><cell></cell><cell></cell></row><row><cell>System</cell><cell cols="3">FKGL BLEU SARI BLEU SARI BLEU SARI</cell><cell>Fl</cell><cell>Aq</cell><cell>Sp</cell><cell>StS</cell></row><row><cell cols="6">Identity 10.02 99.36 26.29 92.56 20.73 81.53 30.11 4.93±0.08 5±0.00</cell><cell>0±0.00</cell><cell>0±0.00</cell></row><row><cell cols="7">PBSMT-R 8.85 81.81 38.04 78.56 34.63 62.42 35.24 4.30±0.34 4.38±0.33 0.42±0.19 0.06±0.21 YATS 7.65 46.99 38.43 70.51 36.72 65.57 44.48 4.33±0.18 4.43±0.25 -0.03±0.11 0.70±0.07 DRESS 7.53 77.47 36.84 83.32 37.07 48.69 37.21 4.83±0.11 3.75±0.34 0.45±0.26 0.35±0.25 ACCESS 7.29 75.77 41.38 75.39 40.13 57.97 38.22 4.49±0.37 3.91±0.49 0.49±0.33 0.19±0.15 DSS 6.22 59.66 36.30 56.68 35.24 58.51 48.59 3.16±0.80 4.20±0.49 -0.17±0.40 -0.05±0.38 HYBRID 5.18 49.76 31.50 56.07 34.65 24.70 25.90 3.01±0.57 2.57±0.58 -0.45±0.44 -0.29±0.48 DEPSYM 5.69 68.64 34.68 65.15 31.07 62.85 45.27 4.09±0.46 4.61±0.36 0.43±0.41 0.82±0.49</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/explosion/spaCy</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_1">using https://pypi.org/project/truecase/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_2">Retrieved from https://github.com/feralvam/easse/tree/master/easse/resources/data/test_sets</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_3">Baseline system outputs obtained from https://github.com/eliorsulem/simplification-acl2018/tree/master/All_ system_outputs for DSS, http://able2include.taln.upf.edu/ for YATS, and https://github.com/feralvam/easse/tree/ master/easse/resources/data/system_outputs for the rest</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="6" xml:id="foot_4">PWKP: 120 (6 × 20) +TurkCorpus: 140(7 × 20)   </note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="7" xml:id="foot_5">as on 2 September 2021</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="8" xml:id="foot_6">Code and System Outputs are available at https://github.com/RakshaAg/DEPSYM</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgments</head><p>The authors thank Daanish Bansal and Siddhant for helpful discussions. Raksha Agarwal acknowledges Council of Scientific and Industrial Research (CSIR), India for supporting the research under Grant no: SPM-06/086(0267)/2018-EMR-I. We thank Prof. Horacio Saggion for providing a working demo of YATS system. We also thank the reviewers for their valuable suggestions and constructive criticism.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">A survey of automated text simplification</title>
		<author>
			<persName><forename type="first">M</forename><surname>Shardlow</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal of Advanced Computer Science and Applications</title>
		<imprint>
			<biblScope unit="volume">4</biblScope>
			<biblScope unit="page" from="58" to="70" />
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Automatic text simplification</title>
		<author>
			<persName><forename type="first">H</forename><surname>Saggion</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Synthesis Lectures on Human Language Technologies</title>
		<imprint>
			<biblScope unit="volume">10</biblScope>
			<biblScope unit="page" from="1" to="137" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Helping aphasic people process online information</title>
		<author>
			<persName><forename type="first">S</forename><surname>Devlin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Unthank</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 8th International ACM SIGACCESS Conference on Computers and Accessibility</title>
				<meeting>the 8th International ACM SIGACCESS Conference on Computers and Accessibility</meeting>
		<imprint>
			<date type="published" when="2006">2006</date>
			<biblScope unit="page" from="225" to="226" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Evaluating the readability of text simplification output for readers with cognitive disabilities</title>
		<author>
			<persName><forename type="first">V</forename><surname>Yaneva</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Temnikova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Mitkov</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Tenth International Conference on Language Resources and Evaluation (LREC&apos;16)</title>
				<meeting>the Tenth International Conference on Language Resources and Evaluation (LREC&apos;16)</meeting>
		<imprint>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page" from="293" to="299" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Motivations and methods for text simplification</title>
		<author>
			<persName><forename type="first">R</forename><surname>Chandrasekar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Doran</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Bangalore</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The 16th International Conference on Computational Linguistics</title>
				<imprint>
			<date type="published" when="1996">1996. 1996</date>
			<biblScope unit="volume">2</biblScope>
		</imprint>
	</monogr>
	<note>COLING</note>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Automatic induction of rules for text simplification</title>
		<author>
			<persName><forename type="first">R</forename><surname>Chandrasekar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Srinivas</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Knowledge-Based Systems</title>
		<imprint>
			<biblScope unit="volume">10</biblScope>
			<biblScope unit="page" from="183" to="190" />
			<date type="published" when="1997">1997</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Practical simplification of english newspaper text to assist aphasic readers</title>
		<author>
			<persName><forename type="first">J</forename><surname>Carroll</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Minnen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Canning</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Devlin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Tait</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the AAAI-98 Workshop on Integrating Artificial Intelligence and Assistive Technology</title>
				<meeting>the AAAI-98 Workshop on Integrating Artificial Intelligence and Assistive Technology</meeting>
		<imprint>
			<date type="published" when="1998">1998</date>
			<biblScope unit="page" from="7" to="10" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Cohesive generation of syntactically simplified newspaper text</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Canning</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Tait</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Archibald</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Crawley</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Workshop on Text, Speech and Dialogue</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2000">2000</date>
			<biblScope unit="page" from="145" to="150" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Syntactic simplification and text cohesion</title>
		<author>
			<persName><forename type="first">A</forename><surname>Siddharthan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Research on Language and Computation</title>
		<imprint>
			<biblScope unit="volume">4</biblScope>
			<biblScope unit="page" from="77" to="109" />
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">An architecture for a text simplification system</title>
		<author>
			<persName><forename type="first">A</forename><surname>Siddharthan</surname></persName>
		</author>
		<idno type="DOI">10.1109/LEC.2002.1182292</idno>
	</analytic>
	<monogr>
		<title level="m">Language Engineering Conference</title>
				<imprint>
			<date type="published" when="2002">2002. 2002</date>
			<biblScope unit="page" from="64" to="71" />
		</imprint>
	</monogr>
	<note>Proceedings</note>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Event-centered simplification of news stories</title>
		<author>
			<persName><forename type="first">G</forename><surname>Glavaš</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Štajner</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Student Research Workshop associated with RANLP 2013</title>
				<meeting>the Student Research Workshop associated with RANLP 2013</meeting>
		<imprint>
			<date type="published" when="2013">2013</date>
			<biblScope unit="page" from="71" to="78" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Text simplification using typed dependencies: A comparision of the robustness of different generation strategies</title>
		<author>
			<persName><forename type="first">A</forename><surname>Siddharthan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 13th European Workshop on Natural Language Generation</title>
				<meeting>the 13th European Workshop on Natural Language Generation</meeting>
		<imprint>
			<date type="published" when="2011">2011</date>
			<biblScope unit="page" from="2" to="11" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Generating typed dependency parses from phrase structure parses</title>
		<author>
			<persName><forename type="first">M.-C</forename><surname>De Marneffe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Maccartney</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">D</forename><surname>Manning</surname></persName>
		</author>
		<ptr target="http://www.lrec-conf.org/proceedings/lrec2006/pdf/440_pdf.pdf" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Fifth International Conference on Language Resources and Evaluation (LREC&apos;06), European Language Resources Association (ELRA)</title>
				<meeting>the Fifth International Conference on Language Resources and Evaluation (LREC&apos;06), European Language Resources Association (ELRA)<address><addrLine>Genoa, Italy</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Hybrid text simplification using synchronous dependency grammars with hand-written and automatically harvested rules</title>
		<author>
			<persName><forename type="first">A</forename><surname>Siddharthan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Mandya</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 14th Conference of the European Chapter of the Association for Computational Linguistics</title>
				<meeting>the 14th Conference of the European Chapter of the Association for Computational Linguistics</meeting>
		<imprint>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page" from="722" to="731" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Yats: yet another text simplifier</title>
		<author>
			<persName><forename type="first">D</forename><surname>Ferrés</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Marimon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Saggion</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Abura</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Conference on Applications of Natural Language to Information Systems</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page" from="335" to="342" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">MUSST: a multilingual syntactic simplification tool</title>
		<author>
			<persName><forename type="first">C</forename><surname>Scarton</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">P</forename><surname>Aprosio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Tonelli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">M</forename><surname>Wanton</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Specia</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the IJCNLP 2017, System Demonstrations</title>
				<meeting>the IJCNLP 2017, System Demonstrations</meeting>
		<imprint>
			<date type="published" when="2017">2017</date>
			<biblScope unit="page" from="25" to="28" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">A monolingual tree-based translation model for sentence simplification</title>
		<author>
			<persName><forename type="first">Z</forename><surname>Zhu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Bernhard</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Gurevych</surname></persName>
		</author>
		<ptr target="https://www.aclweb.org/anthology/C10-1152" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 23rd International Conference on Computational Linguistics (Coling 2010), Coling 2010 Organizing Committee</title>
				<meeting>the 23rd International Conference on Computational Linguistics (Coling 2010), Coling 2010 Organizing Committee<address><addrLine>Beijing, China</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2010">2010</date>
			<biblScope unit="page" from="1353" to="1361" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Optimizing statistical machine translation for text simplification</title>
		<author>
			<persName><forename type="first">W</forename><surname>Xu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Napoles</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Pavlick</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Q</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Callison-Burch</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Transactions of the Association for Computational Linguistics</title>
		<imprint>
			<biblScope unit="volume">4</biblScope>
			<biblScope unit="page" from="401" to="415" />
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Making it simplext: Implementation and evaluation of a text simplification system for spanish</title>
		<author>
			<persName><forename type="first">H</forename><surname>Saggion</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Štajner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Bott</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Mille</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Rello</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Drndarevic</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ACM Transactions on Accessible Computing (TACCESS)</title>
		<imprint>
			<biblScope unit="volume">6</biblScope>
			<biblScope unit="page" from="1" to="36" />
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Ernesta: A sentence simplification tool for children&apos;s stories in italian</title>
		<author>
			<persName><forename type="first">G</forename><surname>Barlacchi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Tonelli</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Conference on Intelligent Text Processing and Computational Linguistics</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2013">2013</date>
			<biblScope unit="page" from="476" to="487" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Fostering digital inclusion and accessibility: the porsimples project for simplification of portuguese texts</title>
		<author>
			<persName><forename type="first">S</forename><surname>Aluísio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Gasperin</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the NAACL HLT 2010 Young Investigators Workshop on Computational Approaches to Languages of the Americas</title>
				<meeting>the NAACL HLT 2010 Young Investigators Workshop on Computational Approaches to Languages of the Americas</meeting>
		<imprint>
			<date type="published" when="2010">2010</date>
			<biblScope unit="page" from="46" to="53" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Lexico-syntactic text simplification and compression with typed dependencies</title>
		<author>
			<persName><forename type="first">T</forename><surname>Angrosh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mandaya</forename><surname>Nomoto</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Siddharthan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">25th International Conference on Computational Linguistics</title>
				<imprint>
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">Hybrid simplification using deep semantics and machine translation</title>
		<author>
			<persName><forename type="first">S</forename><surname>Narayan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Gardent</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The 52nd annual meeting of the association for computational linguistics</title>
				<imprint>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page" from="435" to="445" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<monogr>
		<title level="m" type="main">Sentence simplification with deep reinforcement learning</title>
		<author>
			<persName><forename type="first">X</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Lapata</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1703.10931</idno>
		<imprint>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">Exploring neural text simplification models</title>
		<author>
			<persName><forename type="first">S</forename><surname>Nisioi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Štajner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">P</forename><surname>Ponzetto</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">P</forename><surname>Dinu</surname></persName>
		</author>
		<idno type="DOI">10.18653/v1/P17-2014</idno>
		<ptr target="https://www.aclweb.org/anthology/P17-2014.doi:10.18653/v1/P17-2014" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics</title>
				<meeting>the 55th Annual Meeting of the Association for Computational Linguistics<address><addrLine>Vancouver, Canada</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2017">2017</date>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="page" from="85" to="91" />
		</imprint>
	</monogr>
	<note>: Short Papers), Association for Computational Linguistics</note>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">Simple and effective text simplification using semantic and neural methods</title>
		<author>
			<persName><forename type="first">E</forename><surname>Sulem</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Abend</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Rappoport</surname></persName>
		</author>
		<idno type="DOI">10.18653/v1/P18-1016</idno>
		<ptr target="https://www.aclweb.org/anthology/P18-1016.doi:10.18653/v1/P18-1016" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics</title>
				<meeting>the 56th Annual Meeting of the Association for Computational Linguistics<address><addrLine>Melbourne, Australia</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2018">2018</date>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="page" from="162" to="173" />
		</imprint>
	</monogr>
	<note>: Long Papers), Association for Computational Linguistics</note>
</biblStruct>

<biblStruct xml:id="b26">
	<monogr>
		<author>
			<persName><forename type="first">L</forename><surname>Martin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Sagot</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>De La Clergerie</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Bordes</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1910.02677</idno>
		<title level="m">Controllable sentence simplification</title>
				<imprint>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b27">
	<analytic>
		<title level="a" type="main">An improved non-monotonic transition system for dependency parsing</title>
		<author>
			<persName><forename type="first">M</forename><surname>Honnibal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Johnson</surname></persName>
		</author>
		<idno type="DOI">10.18653/v1/D15-1162</idno>
		<ptr target="https://aclanthology.org/D15-1162.doi:10.18653/v1/D15-1162" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2015 Conference on Empirical Methods in Natural Language Processing, Association for Computational Linguistics</title>
				<meeting>the 2015 Conference on Empirical Methods in Natural Language Processing, Association for Computational Linguistics<address><addrLine>Lisbon, Portugal</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2015">2015</date>
			<biblScope unit="page" from="1373" to="1378" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b28">
	<analytic>
		<title level="a" type="main">BLEU is not suitable for the evaluation of text simplification</title>
		<author>
			<persName><forename type="first">E</forename><surname>Sulem</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Abend</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Rappoport</surname></persName>
		</author>
		<idno type="DOI">10.18653/v1/D18-1081</idno>
		<ptr target="https://www.aclweb.org/anthology/D18-1081.doi:10.18653/v1/D18-1081" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing, Association for Computational Linguistics</title>
				<meeting>the 2018 Conference on Empirical Methods in Natural Language Processing, Association for Computational Linguistics<address><addrLine>Brussels, Belgium</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2018">2018</date>
			<biblScope unit="page" from="738" to="744" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b29">
	<analytic>
		<title level="a" type="main">ASSET: A dataset for tuning and evaluation of sentence simplification models with multiple rewriting transformations</title>
		<author>
			<persName><forename type="first">F</forename><surname>Alva-Manchego</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Martin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Bordes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Scarton</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Sagot</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Specia</surname></persName>
		</author>
		<idno type="DOI">10.18653/v1/2020.acl-main.424</idno>
		<ptr target="https://www.aclweb.org/anthology/2020.acl-main.424.doi:10.18653/v1/2020.acl-main.424" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics, Association for Computational Linguistics</title>
				<meeting>the 58th Annual Meeting of the Association for Computational Linguistics, Association for Computational Linguistics</meeting>
		<imprint>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="4668" to="4679" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b30">
	<analytic>
		<title level="a" type="main">Sentence simplification by monolingual machine translation</title>
		<author>
			<persName><forename type="first">S</forename><surname>Wubben</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Van Den Bosch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Krahmer</surname></persName>
		</author>
		<ptr target="https://www.aclweb.org/anthology/P12-1107" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 50th Annual Meeting of the Association for Computational Linguistics</title>
				<meeting>the 50th Annual Meeting of the Association for Computational Linguistics<address><addrLine>Jeju Island, Korea</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2012">2012</date>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="page" from="1015" to="1024" />
		</imprint>
	</monogr>
	<note>: Long Papers), Association for Computational Linguistics</note>
</biblStruct>

<biblStruct xml:id="b31">
	<analytic>
		<title level="a" type="main">Universal Conceptual Cognitive Annotation (UCCA)</title>
		<author>
			<persName><forename type="first">O</forename><surname>Abend</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Rappoport</surname></persName>
		</author>
		<ptr target="https://www.aclweb.org/anthology/P13-1023" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 51st Annual Meeting of the Association for Computational Linguistics</title>
		<title level="s">Long Papers</title>
		<meeting>the 51st Annual Meeting of the Association for Computational Linguistics<address><addrLine>Sofia, Bulgaria</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2013">2013</date>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="page" from="228" to="238" />
		</imprint>
	</monogr>
	<note>Association for Computational Linguistics</note>
</biblStruct>

<biblStruct xml:id="b32">
	<monogr>
		<title level="m" type="main">Derivation of new readability formulas (automated readability index, fog count and flesch reading ease formula) for navy enlisted personnel</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">P</forename><surname>Kincaid</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">P</forename><surname>Fishburne</surname><genName>Jr</genName></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">L</forename><surname>Rogers</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">S</forename><surname>Chissom</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1975">1975</date>
		</imprint>
		<respStmt>
			<orgName>Naval Technical Training Command Millington TN Research Branch</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Technical Report</note>
</biblStruct>

<biblStruct xml:id="b33">
	<analytic>
		<title level="a" type="main">Bleu: a method for automatic evaluation of machine translation</title>
		<author>
			<persName><forename type="first">K</forename><surname>Papineni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Roukos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Ward</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W.-J</forename><surname>Zhu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 40th annual meeting of the Association for Computational Linguistics</title>
				<meeting>the 40th annual meeting of the Association for Computational Linguistics</meeting>
		<imprint>
			<date type="published" when="2002">2002</date>
			<biblScope unit="page" from="311" to="318" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b34">
	<analytic>
		<title level="a" type="main">EASSE: Easier automatic sentence simplification evaluation</title>
		<author>
			<persName><forename type="first">F</forename><surname>Alva-Manchego</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Martin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Scarton</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Specia</surname></persName>
		</author>
		<idno type="DOI">10.18653/v1/D19-3009</idno>
		<ptr target="https://www.aclweb.org/anthology/D19-3009.doi:10.18653/v1/D19-3009" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP): System Demonstrations, Association for Computational Linguistics</title>
				<meeting>the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP): System Demonstrations, Association for Computational Linguistics<address><addrLine>Hong Kong, China</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="49" to="54" />
		</imprint>
	</monogr>
</biblStruct>

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