A Tagging Approach to Identify Complex Constituents for Text Simplification

Total Page:16

File Type:pdf, Size:1020Kb

A Tagging Approach to Identify Complex Constituents for Text Simplification A Tagging Approach to Identify Complex Constituents for Text Simplification Iustin Dornescu Richard Evans Constantin Orasan˘ Research Institute in Information and Language Processing University of Wolverhampton United Kingdom {I.Dornescu2, R.J.Evans, C.Orasan}@wlv.ac.uk Abstract Nivre, 2011). The research described in the current paper is part of the FIRST project1 which aims The occurrence of syntactic phenomena to automatically convert documents into a more such as coordination and subordination is accessible form for people with autistic spectrum characteristic of long, complex sentences. disorders (ASD). Many of the decisions taken in Text simplification systems need to detect the research presented in this paper were informed and categorise constituents in order to by the psycholinguistic experiments carried out in generate simpler sentences. These con- the FIRST project and summarised in Martos et al. stituents are typically bounded or linked (2013). by signs of syntactic complexity, which in- The remainder of this paper is structured as fol- clude conjunctions, complementisers, wh- lows. Section 2 provides background information words, and punctuation marks. This paper about the context of this work, Section 3 presents proposes a supervised tagging approach the annotation scheme, Section 4 describes the to classify these signs in accordance with approach and the main objectives of this study. their linking and bounding functions. The The results and the main findings are presented performance of the approach is evaluated in Section 5. Section 6 provides an overview of both intrinsically, using an annotated cor- previous related work. In Section 7, conclusions pus covering three different genres, and are drawn. extrinsically, by evaluating the impact of classification errors on an automatic text 2 Syntactic Simplification in the FIRST simplification system. The results are Project encouraging. Research carried out in the FIRST project and 1 Introduction investigation of related work revealed that certain types of syntactic complexity adversely affect This paper presents an automatic method to de- the reading comprehension of people with ASD termine the specific coordinating and bounding (Martos et al., 2013). This section presents functions of several reliable signs of syntactic a brief overview of the context in which this complexity in natural language. This method can research is carried out. It builds on the approach be useful for automatic text simplification. The proposed by Evans (2011) who presented a rule- syntactic complexity of input text can be reduced based method to simplify sentences containing by the application of rules triggered by patterns coordinated constituents to facilitate information expressed in terms of the parts of speech of words extraction. In that work, punctuation marks and and the syntactic linking and bounding functions conjunctions were considered to be reliable signs of signs of syntactic complexity occurring within of syntactic complexity in English. These signs it (Evans, 2011). Previous work indicates that were automatically classified in accordance with a syntactic simplification can improve text accessi- scheme indicating their specific syntactic linking bility (Just et al., 1996) and the reliability of NLP function. They then serve as triggers for the applications such as information extraction (Agar- application of distinct sets of simplification rules. wal and Boggess, 1992; Rindflesch et al., 2000), Their accurate labelling is thus a prerequisite for machine translation (Gerber and Hovy, 1998), and syntactic parsing (Tomita, 1985; McDonald and 1http://www.first-asd.eu 221 Proceedings of Recent Advances in Natural Language Processing, pages 221–229, Hissar, Bulgaria, 7-13 September 2013. the simplification process. Collection Genre Signs In that work, signs of syntactic complexity were 1. METER corpus News 12718 considered to belong to one of two broad classes, 2. www.patient.co.uk Healthcare 10796 denoted as coordinators and subordinators. These 3. Gutenberg Literature 11204 groups were subcategorised according to class labels specifying the syntactic projection level of Table 1: Characteristics of the annotated dataset. conjoins2 and of subordinated constituents, and the grammatical category of those phrases. Manual scheme, the class labels, also called sign tags, are annotation of a limited set of signs was exploited to acronyms expressing four types of information: develop a memory-based learning classifier that was used in combination with a part-of-speech 1. {C|SS|ES}, the generic function as a coor- tagger and a set of rules to rewrite complex sen- dinator (C), the left boundary of a subordinate tences as sequences of simpler sentences. Extrinsic constituent (SS), or the right boundary of a evaluation showed that the simplification process subordinate constituent (ES). evoked improvements in information extraction from clinical documents. 2. {P |L|I|M|E}, the syntactic projection level One weakness of the approach presented by of the constituent(s): prefix (P), lexical Evans (2011) is that the set of functions of signs of (L), intermediate (I), maximal (M), or ex- syntactic complexity was derived by empirical anal- tended/clausal (E). ysis of rather homogeneous documents from a spe- 3. {A|Adv|N|P |Q|V }, the grammatical cate- cialised source (a collection of clinical assessment gory of the constituent(s): adjectival (A), items). The restricted range of linguistic phenom- adverbial (Adv), nominal (N), prepositional ena encountered in the texts makes the annotation (P), quantificational (Q), and verbal (V). applicable only to that particular genre/category. The scheme is incapable of encoding the full range 4. {1|2}, used to further differentiate sub-classes of syntactic complexity encountered in texts of on the basis of some other label-specific different genres. criterion. In more recent work, Evans and Orasan˘ (2013) addressed these weaknesses by considering three The annotation scheme also includes classes broad classes of signs: left subordination bound- which bound interjections, tag questions, and aries, right subordination boundaries and coor- reported speech and a class denoting false signs dinators. The classification scheme was also of syntactic complexity, such as use of the word extended to enable the encoding of links and that as a specifier or anaphor. boundaries between a wider range of syntactic Signs of syntactic complexity occurring in texts constituents to cover more syntactic phenomena. belonging to three categories/genres were anno- The current paper presents a method to classify tated in accordance with this scheme3. Their signs of syntactic complexity using the annotated characteristics are summarised in Table 1. Absolute dataset they developed. and cumulative frequencies of signs and tags reveal a skewed distribution in each genre, e.g. in the news 3 Annotation Scheme corpus 15 of 40 tags and 11 of 29 signs account for more than 90% of total occurrences. The annotated signs comprise three conjunctions In the context of information extraction, Evans ([and], [but], [or]), one complementiser ([that]), (2011) showed that automatic syntactic simpli- six wh-words ([what], [when], [where], [which], fication can be performed by annotating input [while], [who]), three punctuation marks ([,], [;], sentences with information on the parts of speech [:]), and 30 compound signs consisting of one of words and the syntactic functions of coordi- of these lexical items immediately preceded by a nators. These annotated sentences can then be punctuation mark (e.g. [, and]). In this paper, signs simplified according to an iterative algorithm which of coordination are referred to as coordinators aggregates several methods to identify specific whereas signs of subordination are referred to as subordination boundaries. In the annotation 3The annotated dataset and a description of each sign is available at http://clg.wlv.ac.uk/resources/ 2Conjoins are the elements linked in coordination. SignsOfSyntacticComplexity/ 222 syntactic patterns and then transform the input medical information extraction (Settles, 2005) or sentence into several simpler sentences. Each shallow parsing (Sha and Pereira, 2003). pattern is recognised on the basis of the class In the annotated dataset, signs of syntactic assigned to the sign which triggers it and the words complexity typically delimit syntactic constituents. surrounding the sign, and is rewritten according to Each sign has a tag which reflects the types of manually created rules. constituent it links or bounds. For coordinators, the When a particular syntactic pattern is recog- tag reflects the syntactic category of its conjoins. nised, a rewriting rule is activated which identifies For subordination boundaries, the tag reflects the coordinated structures, the conjoins linked in syntactic category or type of the bound constituent. coordination, and subordinated constituents. Each This annotation is sign-centric, meaning that the sign triggers the activation of a simplification rule. actual extent and type of constituents is not explic- The rule applied varies according to the specific itly annotated. To employ a tagging approach, the class to which the sign belongs. dataset needs to be converted to a suitable format. One advantage of this general approach to syntactic simplification is that it does not depend 4.2 Tagging Modes on syntactic parsing, a process whose reliabil- ity depends both on the characteristics of the A straightforward way to convert the
Recommended publications
  • Measuring Text Simplification with the Crowd
    Measuring Text Simplification with the Crowd Walter S. Lasecki Luz Rello Jeffrey P. Bigham ROC HCI HCI Institute HCI and LT Institutes Dept. of Computer Science School of Computer Science School of Computer Science University of Rochester Carnegie Mellon University Carnegie Mellon University [email protected] [email protected] [email protected] ABSTRACT the U.S. [41]1 and the European Guidelines for the Production of Text can often be complex and difficult to read, especially for peo­ Easy-to-Read Information in Europe [23]. ple with cognitive impairments or low literacy skills. Text simplifi­ Text simplification is an area of Natural Language Processing cation is a process that reduces the complexity of both wording and (NLP) that attempts to solve this problem automatically by reduc­ structure in a sentence, while retaining its meaning. However, this ing the complexity of both wording (lexicon) and structure (syn­ is currently a challenging task for machines, and thus, providing tax) in a sentence [46]. Previous efforts on automatic text simpli­ effective on-demand text simplification to those who need it re­ fication have focused on people with autism [20, 39], people with mains an unsolved problem. Even evaluating the simplicity of text Down syndrome [48], people with dyslexia [42, 43], and people remains a challenging problem for both computers, which cannot with aphasia [11, 18]. understand the meaning of text, and humans, who often struggle to However, automatic text simplification is in an early stage and agree on what constitutes a good simplification. still is not useful for the target users [20, 43, 48].
    [Show full text]
  • Proceedings of the 1St Workshop on Tools and Resources to Empower
    LREC 2020 Workshop Language Resources and Evaluation Conference 11–16 May 2020 1st Workshop on Tools and Resources to Empower People with REAding DIfficulties (READI) PROCEEDINGS Edited by Nuria´ Gala and Rodrigo Wilkens Proceedings of the LREC 2020 first workshop on Tools and Resources to Empower People with REAding DIfficulties (READI) Edited by: Núria Gala and Rodrigo Wilkens ISBN: 979-10-95546-44-3 EAN: 9791095546443 For more information: European Language Resources Association (ELRA) 9 rue des Cordelières 75013, Paris France http://www.elra.info Email: [email protected] c European Language Resources Association (ELRA) These workshop proceedings are licensed under a Creative Commons Attribution-NonCommercial 4.0 International License ii Preface Recent studies show that the number of children and adults facing difficulties in reading and understanding written texts is steadily growing. Reading challenges can show up early on and may include reading accuracy, speed, or comprehension to the extent that the impairment interferes with academic achievement or activities of daily life. Various technologies (text customization, text simplification, text to speech devices, screening for readers through games and web applications, to name a few) have been developed to help poor readers to get better access to information as well as to support reading development. Among those technologies, text simplification is a powerful way to leverage document accessibility by using NLP techniques. The “First Workshop on Tools and Resources to Empower People with REAding DIfficulties” (READI), collocated with the “International Conference on Language Resources and Evaluation” (LREC 2020), aims at presenting current state-of-the-art techniques and achievements for text simplification together with existing reading aids and resources for lifelong learning, addressing a variety of domains and languages, including natural language processing, linguistics, psycholinguistics, psychophysics of vision and education.
    [Show full text]
  • Data-Driven Text Simplification
    Data-Driven Text Simplification Sanja Štajner and Horacio Saggion [email protected] http://web.informatik.uni-mannheim.de/sstajner/index.html University of Mannheim, Germany [email protected] #TextSimplification2018 https://www.upf.edu/web/horacio-saggion University Pompeu Fabra, Spain COLING 2018 Tutorial Presenters • Sanja Stajner • Horacio Saggion • http://web.informatik.uni- • http://www.dtic.upf.edu/~hsaggion mannheim.de/sstajner • https://www.linkedin.com/pub/horacio- • https://www.linkedin.com/in/sanja- saggion/16/9b9/174 stajner-a6904738 • https://twitter.com/h_saggion • Data and Web Science Group • Large Scale Text Understanding • https://dws.informatik.uni - Systems Lab / TALN group mannheim.de/en/home/ • http://www.taln.upf.edu • University of Mannheim, Germany • Department of Information & Communication Technologies • Universitat Pompeu Fabra, Barcelona, Spain © 2018 by S. Štajner & H. Saggion 2 Tutorial antecedents • Previous tutorials on the topic given at: • IJCNLP 2013 and RANLP 2015 (H. Saggion) • RANLP 2017 (S. Štajner) • Automatic Text Simplification. H. Saggion. 2017. Morgan & Claypool. Synthesis Lectures on Human Language Technologies Series. https://www.morganclaypool.com/doi/abs/10.2200/S00700ED1V01Y201602 HLT032 © 2018 by S. Štajner & H. Saggion 3 Outline • Motivation for ATS • Automatic text simplification • TS projects • TS resources • Neural text simplification © 2018 by S. Štajner & H. Saggion 4 PART 1 Motivation for Text Simplification © 2018 by S. Štajner & H. Saggion 5 Text Simplification (TS) The process of transforming a text into an equivalent which is more readable and/or understandable by a target audience • During simplification, complex sentences are split into simple ones and uncommon vocabulary is replaced by more common expressions • TS is a complex task which encompasses a number of operations applied at different linguistic levels: • Lexical • Syntactic • Discourse • Started to attract the attention of natural language processing some years ago (1996) mainly as a pre-processing step © 2018 by S.
    [Show full text]
  • Classifier-Based Text Simplification for Improved Machine Translation
    Classifier-Based Text Simplification for Improved Machine Translation Shruti Tyagi Deepti Chopra Iti Mathur Nisheeth Joshi Department of Computer Department of Computer Department of Computer Department of Computer Science Science Science Science Banasthali University Banasthali University Banasthali University Banasthali University Rajasthan, India Rajasthan, India Rajasthan, India Rajasthan, India [email protected] [email protected] [email protected] [email protected] Abstract— Machine Translation is one of the research fields E. Text Summarization: Splitting of sentence or conversion of of Computational Linguistics. The objective of many MT long sentence into smaller ones helps in text summarization. Researchers is to develop an MT System that produce good quality and high accuracy output translations and which also There are also different approaches through which we can covers maximum language pairs. As internet and Globalization is apply text simplification. These are: increasing day by day, we need a way that improves the quality of translation. For this reason, we have developed a Classifier based Text Simplification Model for English-Hindi Machine A. Lexical Simplification: In this approach, identification of Translation Systems. We have used support vector machines and complex words takes place and generation of Naïve Bayes Classifier to develop this model. We have also evaluated the performance of these classifiers. substitutes/synonyms takes place accordingly. For example, in the example below, we have highlighted the complex words Keywords— Machine Translation, Text Simplification, Naïve and their respective substitutes. Bayes Classifier, Support Vector Machine Classifier Original Sentence: Audible word was originally named audire in Latin. I. INTRODUCTION Simplified Sentence: Audible word was first called audire in Text Simplification is the process that reduces the Latin.
    [Show full text]
  • Natural Language Processing Tools for Reading Level Assessment and Text Simplification for Bilingual Education
    Natural Language Processing Tools for Reading Level Assessment and Text Simplification for Bilingual Education Sarah E. Petersen A dissertation submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy University of Washington 2007 Program Authorized to Offer Degree: Computer Science & Engineering University of Washington Graduate School This is to certify that I have examined this copy of a doctoral dissertation by Sarah E. Petersen and have found that it is complete and satisfactory in all respects, and that any and all revisions required by the final examining committee have been made. Chair of the Supervisory Committee: Mari Ostendorf Reading Committee: Mari Ostendorf Oren Etzioni Henry Kautz Date: In presenting this dissertation in partial fulfillment of the requirements for the doctoral degree at the University of Washington, I agree that the Library shall make its copies freely available for inspection. I further agree that extensive copying of this dissertation is allowable only for scholarly purposes, consistent with “fair use” as prescribed in the U.S. Copyright Law. Requests for copying or reproduction of this dissertation may be referred to Proquest Information and Learning, 300 North Zeeb Road, Ann Arbor, MI 48106-1346, 1-800-521-0600, to whom the author has granted “the right to reproduce and sell (a) copies of the manuscript in microform and/or (b) printed copies of the manuscript made from microform.” Signature Date University of Washington Abstract Natural Language Processing Tools for Reading Level Assessment and Text Simplification for Bilingual Education Sarah E. Petersen Chair of the Supervisory Committee: Professor Mari Ostendorf Electrical Engineering Reading proficiency is a fundamental component of language competency.
    [Show full text]
  • Experimenting Sentence Split-And-Rephrase Using Part-Of-Speech Labels
    Experimenting Sentence Split-and-Rephrase Using Part-of-Speech Labels P. Berlanga Neto and E. Y. Okano and E. E. S. Ruiz Departamento de Computação e Matemática, FFCLRP Universidade de São Paulo (USP). Av. Bandeirantes, 3900, Monte Alegre. 14040-901, Ribeirão Preto, SP – Brazil [pauloberlanga, okano700, evandro]@usp.br Abstract. Text simplification (TS) is a natural language transformation process that reduces linguistic complexity while preserving semantics and retaining its original meaning. This work aims to present a research proposal for automatic simplification of texts, precisely a split-and-rephrase approach based on an encoder-decoder neural network model. The proposed method was trained against the WikiSplit English corpus with the help of a part-of-speech tagger and obtained a BLEU score validation of 74.72%. We also experimented with this trained model to split-and-rephrase sentences written in Portuguese with relative success, showing the method’s potential. CCS Concepts: • Computing methodologies → Natural language processing. Keywords: natural language processing, neural networks, sentence simplification 1. INTRODUCTION Text Simplification (TS) is the process of modifying natural language to reduce complexity and im- prove both readability and understandability [Shardlow 2014]. A simplified vocabulary or a simplified text structure can benefit different publics, such as people with low education levels, children, non- native individuals, people who have learning disorders (such as autism, dyslexia, and aphasia), among others [Štajner et al. 2015]. Although the simplicity of a text seems intuitively obvious, it does not have a precise definition in technical terms. Traditional assessment metrics consider factors such as sentence length, syllable count, and other linguistic features of the text to identify it as elaborate or not [Shardlow 2014].
    [Show full text]
  • Arxiv:2005.00352V2 [Cs.CL] 16 Apr 2021
    MUSS: Multilingual Unsupervised Sentence Simplification by Mining Paraphrases Louis Martin1;2 Angela Fan1;3 Éric de la Clergerie2 Antoine Bordes1 Benoît Sagot2 1Facebook AI Research, Paris, France 2Inria, Paris, France 3LORIA, Nancy, France {louismartin, angelafan, abordes}@fb.com {eric.de_la_clergerie, benoit.sagot}@inria.fr Abstract in multiple ways, and depend on the target audi- Progress in sentence simplification has been ence. Simplification guidelines are not uniquely hindered by a lack of labeled parallel simpli- defined, outlined by the stark differences in English fication data, particularly in languages other simplification benchmarks (Alva-Manchego et al., than English. We introduce MUSS, a Multi- 2020a). This highlights the need for more general lingual Unsupervised Sentence Simplification models that can adjust to different simplification system that does not require labeled simplifica- contexts and scenarios. tion data. MUSS uses a novel approach to sen- In this paper, we propose to train controllable tence simplification that trains strong models using sentence-level paraphrase data instead models using sentence-level paraphrase data only, of proper simplification data. These models i.e. parallel sentences that have the same meaning leverage unsupervised pretraining and control- but phrased differently. In order to generate sim- lable generation mechanisms to flexibly adjust plifications and not paraphrases, we use ACCESS attributes such as length and lexical complex- (Martin et al., 2020) to control attributes such as ity at inference time. We further present a length, lexical and syntactic complexity. Para- method to mine such paraphrase data in any phrase data is more readily available, and opens the language from Common Crawl using semantic sentence embeddings, thus removing the need door to training flexible models that can adjust to for labeled data.
    [Show full text]
  • Text Simplification Using Typed Dependencies
    Text Simplification using Typed Dependencies: A Comparison of the Robustness of Different Generation Strategies Advaith Siddharthan University of Aberdeen Department of Computing Science [email protected] Abstract The original police inquiry, which led to Mulcaire being jailed in 2007, also dis- We present a framework for text simplification covered evidence that he has successfully based on applying transformation rules to a intercepted voicemail messages belonging typed dependency representation produced by to Rebekah Brooks, who was editor of the the Stanford parser. We test two approaches Sun when Mulcaire was working exclu- to regeneration from typed dependencies: (a) sively for its Sunday stablemate. gen-light, where the transformed dependency graphs are linearised using the word order and to: morphology of the original sentence, with any changes coded into the transformation rules, The original police inquiry led to Mulcaire and (b) gen-heavy, where the Stanford depen- being jailed in 2007. The police inquiry dencies are reduced to a DSyntS representa- also discovered evidence that he has suc- tion and sentences are generating formally us- ing the RealPro surface realiser. The main cessfully intercepted voicemail messages contribution of this paper is to compare the belonging to Rebekah Brooks. Rebekah robustness of these approaches in the presence Brooks was editor of the Sun. This was of parsing errors, using both a single parse and when Mulcaire was working exclusively an n-best parse setting in an overgenerate and for its Sunday stablemate. rank approach. We find that the gen-light ap- proach is robust to parser error, particularly in The main aim of this paper is to describe and com- the n-best parse setting.
    [Show full text]
  • Workshopabstracts
    TENTH INTERNATIONAL CONFERENCE ON LANGUAGE RESOURCES AND EVALUATION MAY 23 – 28, 2016 GRAND HOTEL BERNARDIN CONFERENCE CENTRE Portorož , SLOVENIA WORKSHOP ABSTRACTS Editors: Please refer to each single workshop list of editors. Assistant Editors: Sara Goggi, Hélène Mazo The LREC 2016 Proceedings are licensed under a Creative Commons Attribution- NonCommercial 4.0 International License LREC 2016, TENTH INTERNATIONAL CONFERENCE ON LANGUAGE RESOURCES AND EVALUATION Title: LREC 2016 Workshop Abstracts Distributed by: ELRA – European Language Resources Association 9, rue des Cordelières 75013 Paris France Tel.: +33 1 43 13 33 33 Fax: +33 1 43 13 33 30 www.elra.info and www.elda.org Email: [email protected] and [email protected] ISBN 978-2-9517408-9-1 EAN 9782951740891 ii TABLE OF CONTENTS W12 Joint 2nd Workshop on Language & Ontology (LangOnto2) & Terminology & Knowledge Structures (TermiKS) …………………………………………………………………………….. 1 W5 Cross -Platform Text Mining & Natural Language Processing Interoperability ……. 12 W39 9th Workshop on Building & Using Comparable Corpora (BUCC 2016)…….…….. 23 W19 Collaboration & Computing for Under-Resourced Languages (CCURL 2016).….. 31 W31 Improving Social Inclusion using NLP: Tools & Resources ……………………………….. 43 W9 Resources & ProcessIng of linguistic & extra-linguistic Data from people with various forms of cognitive / psychiatric impairments (RaPID)………………………………….. 49 W25 Emotion & Sentiment Analysis (ESA 2016)…………..………………………………………….. 58 W28 2nd Workshop on Visualization as added value in the development, use & evaluation of LRs (VisLR II)……….……………………………………………………………………………… 68 W15 Text Analytics for Cybersecurity & Online Safety (TA-COS)……………………………… 75 W13 5th Workshop on Linked Data in Linguistics (LDL-2016)………………………………….. 83 W10 Lexicographic Resources for Human Language Technology (GLOBALEX 2016)… 93 W18 Translation Evaluation: From Fragmented Tools & Data Sets to an Integrated Ecosystem?..................................................................................................................
    [Show full text]
  • Par4sim – Adaptive Paraphrasing for Text Simplification
    Par4Sim – Adaptive Paraphrasing for Text Simplification Seid Muhie Yimam Chris Biemann Language Technology Group Department of Informatics, MIN Faculty Universität Hamburg, Germany {yimam,biemann}@informatik.uni-hamburg.de Abstract Learning from a real-world data stream and continuously updating the model without explicit supervision is a new challenge for NLP applications with machine learning components. In this work, we have developed an adaptive learning system for text simplification, which improves the underlying learning-to-rank model from usage data, i.e. how users have employed the system for the task of simplification. Our experimental result shows that, over a period of time, the performance of the embedded paraphrase ranking model increases steadily improving from a score of 62.88% up to 75.70% based on the NDCG@10 evaluation metrics. To our knowledge, this is the first study where an NLP component is adaptively improved through usage. Title and Abstract in Amharic Par4Sim -- የሚጣጣም መልሶ መጻፍ፤ ፅሁፍን ለማቅለል ከገሃዱ ዓለም የመረጃ ፍሰት መማርና ቀጥተኛ ድጋፍ ሳያስፈልገው ሞዴሉን በተከታታይ ለማሻሻል ማሽን ለርኒንግ (በራሱ መማር የሚችል የኮምፒዩተር መርሃ ግብር) በሚያካትቱ የተፈጥሯዊ የቋንቋ ቴክኖሎጂ (ተ.ቋ.ቴ - NLP) ጥናት አዲስ ፈተና ሆኗል። በዚህ ምርምር፤ ተጠቃሚዎች እንድን መተግበሪያ በመጠቀም ላይ ሳሉ ማለትም በተጠቃሚዎች የተለያዩ ድርጊቶች መሰረት ውህቦችን ከበስተጀርባ ሆኖ በመሰብስሰብ የማሽን ለርኒንጉን ሞዴል በማዘመን እየተጣጣመ መማር የሚችል የጽሁፍ አቅላይ ስርዓት ሰርተናል። የሲስተማችንን ውጤታማነት ለማረጋገጥ፤ አንድን ፅሁፍ ለተለያዩ ተጠቃሚዎች በቀላሉ እንዲገባቸው ለማድረግ ተጣጣሚ ትርጓሜዎችን እንደ ምሳሌ ወስደናል። በመሆኑም፤ አንድ ተጠቃሚ አንድን ፅሁፍ መረዳት ሲያቅተው፤ የኛን ተንታኝ መተግበሪያ ተጠቅሞ አማራጭ ቃል ወይንም ሐረግ በመተካት ፅሁፍን የበለጠ ቀላል ማድረግ ይችላል። የሙከራ ውጤታችን እንደሚያሳየው ከሆነ፤ በተከታታይ ጊዜ ውስጥ እንዲማር/እንዲላመድ በሲስተሙ ውስጥ የተሸጎጠው ደረጃ መዳቢ ሞዴል፤ በNDCG@10 የግምገማ ልኬቶች መሰረት፣ ሳያቋርጥ በመጨመር ከ62.88% እስከ 75.70% ድረስ መሻሻል አሳይቷል። እኛ እስከምናውቀው ድረስ፤ ይህ ጥናት፤ የተፈጥሯዊ የቋንቋ ቴክኖሎጂ (ተ.ቋ.ቴ - NLP) ትግበራዎች በአግልግሎት አጠቃቀም ጊዜ ውህቦችን በመሰብስብ የማሽን ለርኒንግ ስልተ ቀመር ሞዴል አገልግሎት በሂደት ውስጥ እያለ እንዲሻሻል/እንዲላመድ የሚያደርግ የመጀመሪያው ጥናት ነው። 1 Introduction Traditionally, training data for machine learning-based applications are collected amass, using a specific annotation tool.
    [Show full text]
  • Automatic Text Simplification
    Book Review Automatic Text Simplification Horacio Saggion (Universitat Pompeu Fabra) Morgan & Claypool (Synthesis Lectures on Human Language Technologies, edited by Graeme Hirst, volume 37), 2017, xvi+121 pp; paperback, ISBN 978-1-62705-868-1; hardcover, ISBN 9781681732145, $69.95; ebook, ISBN 978-1-62705-869-8, $39.96; doi:10.2200/S00700ED1V01Y201602HLT032 Reviewed by Xiaojun Wan Peking University Automatic text simplification is a special task of text-to-text generation, and it converts a text into another text that is easier to read and understand, while the underlying meaning and information remains the same. A text simplification system usually re- places difficult or unknown phrases with simpler equivalents and transforms long and syntactically complex sentences into shorter and less complex ones. Here is an example from Siddharthan (2006). The first sentence contains two relative clauses and one conjoined verb phrase, and the text below is the simplified version. • Also contributing to the firmness in copper, the analyst noted, was a report by Chicago purchasing agents, which precedes the full purchasing agents report that is due out today and gives an indication of what the full report might hold. • Also contributing to the firmness in copper, the analyst noted, was a report by Chicago purchasing agents. The Chicago report precedes the full purchasing agents report. The Chicago report gives an indication of what the full report might hold. The full report is due out today. Research on automatic text simplification started 20 years ago, and it has become a very important area in natural language processing (NLP) and attracted much attention in recent years.
    [Show full text]
  • Discourse Level Factors for Sentence Deletion in Text Simplification
    Discourse Level Factors for Sentence Deletion in Text Simplification Yang Zhong,*1 Chao Jiang,1 Wei Xu,1 Junyi Jessy Li2 1 Department of Computer Science and Engineering, The Ohio State University 2 Department of Linguistics, The University of Texas at Austin fzhong.536, jiang.1530, [email protected] [email protected] Abstract most prevalent, as simplified texts tend to be shorter (Pe- tersen and Ostendorf 2007; Drndarevic and Saggion 2012; This paper presents a data-driven study focusing on analyz- Woodsend and Lapata 2011). ing and predicting sentence deletion — a prevalent but under- This work aims to facilitate better understanding of sen- studied phenomenon in document simplification — on a large tence deletion in document-level text simplification. While English text simplification corpus. We inspect various docu- ment and discourse factors associated with sentence deletion, prior work analyzed sentence position and content in a cor- using a new manually annotated sentence alignment corpus pus study (Petersen and Ostendorf 2007), we hypothesize we collected. We reveal that professional editors utilize differ- and show that sentence deletion is driven partially by con- ent strategies to meet readability standards of elementary and textual, discourse-level information, in addition to the con- middle schools. To predict whether a sentence will be deleted tent within a sentence. during simplification to a certain level, we harness automat- We utilize the Newsela2 corpus (Xu, Callison-Burch, and ically aligned data to train a classification model. Evaluated Napoles 2015) which contains multiple versions of a docu- on our manually annotated data, our best models reached F1 ment rewritten by professional editors.
    [Show full text]