ACL-OCL / Base_JSON /prefixR /json /R13 /R13-1006.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "R13-1006",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T14:55:39.959513Z"
},
"title": "An NLP-based Reading Tool for Aiding Non-native English Readers",
"authors": [
{
"first": "Mahmoud",
"middle": [],
"last": "Azab",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Carnegie Mellon University-Qatar Doha",
"location": {
"country": "Qatar"
}
},
"email": "mazab@qatar.cmu.edu"
},
{
"first": "Ahmed",
"middle": [],
"last": "Salama",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Carnegie Mellon University-Qatar Doha",
"location": {
"country": "Qatar"
}
},
"email": "ahmedsaa@qatar.cmu.edu"
},
{
"first": "Kemal",
"middle": [],
"last": "Oflazer",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Carnegie Mellon University-Qatar Doha",
"location": {
"country": "Qatar"
}
},
"email": ""
},
{
"first": "Hideki",
"middle": [],
"last": "Shima",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Carnegie Mellon University",
"location": {
"settlement": "Pittsburgh",
"region": "PA",
"country": "USA"
}
},
"email": "hideki@cs.cmu.edu"
},
{
"first": "Jun",
"middle": [],
"last": "Araki",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Carnegie Mellon University",
"location": {
"settlement": "Pittsburgh",
"region": "PA",
"country": "USA"
}
},
"email": "junaraki@cs.cmu.edu"
},
{
"first": "Teruko",
"middle": [],
"last": "Mitamura",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Carnegie Mellon University",
"location": {
"settlement": "Pittsburgh",
"region": "PA",
"country": "USA"
}
},
"email": "teruko@cs.cmu.edu"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "This paper describes a text-reading tool that makes extensive use of widelyavailable NLP tools and resources to aid non-native English speakers overcome language related hindrances while reading a text. It is a web-based tool, that can be accessed from browsers running on PCs or tablets, and provides the reader with an intelligent e-book functionality.",
"pdf_parse": {
"paper_id": "R13-1006",
"_pdf_hash": "",
"abstract": [
{
"text": "This paper describes a text-reading tool that makes extensive use of widelyavailable NLP tools and resources to aid non-native English speakers overcome language related hindrances while reading a text. It is a web-based tool, that can be accessed from browsers running on PCs or tablets, and provides the reader with an intelligent e-book functionality.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "In this paper, we describe our approach in building a NLP-powered tool to aid in reading texts in English by non-native readers of the language, especially in an educational setting. Text, being bland, is hardly a conducive and motivating medium for learning, especially when the reader does not have access to aids that would enable her to get over minor and not-so-minor roadblocks ranging from unknown vocabulary to unrecognized and forgotten names, hard-to-understand sentences, issues with the grammar and lack of or forgetting the prior context in a former session of reading. We aim to make reading an active and interactive experience by enabling the user to interact with the text in a variety of ways using anytime-anywhere contextually guided access to textual information.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction and Motivation",
"sec_num": "1"
},
{
"text": "Our system is based on significant preprocessing and annotation of a library of texts using many publicly available NLP components for English, integrated in a UIMA (Unstructured Information Management Architecture) based server (Ferrucci and Lally, 2004) . These annotated documents are then accessed via browser-based clients which essentially look like traditional e-book reading environments but with a much richer set of user accessible functionality. Thus our system can also be seen as a showcase application for demonstrating English NLP tools and resources. Our contribution is the integration of many publicly available tools and resources for English into a large-scale usable application implemented in a client-server software architecture structured around UIMA, along with work on development of some annotation components and/or combination of available ones.",
"cite_spans": [
{
"start": 229,
"end": 255,
"text": "(Ferrucci and Lally, 2004)",
"ref_id": "BIBREF7"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction and Motivation",
"sec_num": "1"
},
{
"text": "In the rest of this paper, after a brief review of the use of NLP to help for reading, we will elaborate on the user visible functionality of our system and then present the software architecture and the implementation. Our system has been implemented save for a couple of features and we are now in the process of planning an intrinsic evaluation followed by a deployment to have it be used to gauge if student users find it effective.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction and Motivation",
"sec_num": "1"
},
{
"text": "Recently, Computer Assisted Language Learning (CALL) systems have started making use of advanced language technology to build intelligent systems to aid and assess reading comprehension. An early project, GLOSSER Project (Nerbonne et al., 1997) developed a system that aids readers of foreign language text, by providing access to a dictionary, exploiting morphological analysis and part-of-speech disambiguation. The Free-Text Project (Hamel and Girard, 2000) , developed a NLP-based CALL system for intermediate to advanced learners of French. The LISTEN project at CMU on the other hand, has aimed to tutor elementary school students in reading English text by using speech technology (Mostow and Aist, 2001) .",
"cite_spans": [
{
"start": 221,
"end": 244,
"text": "(Nerbonne et al., 1997)",
"ref_id": "BIBREF16"
},
{
"start": 436,
"end": 460,
"text": "(Hamel and Girard, 2000)",
"ref_id": "BIBREF8"
},
{
"start": 688,
"end": 711,
"text": "(Mostow and Aist, 2001)",
"ref_id": "BIBREF15"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Using NLP in Reading Aids",
"sec_num": "2"
},
{
"text": "The REAP (Reader Specific Lexical Practice) project (Heilman et al., 2006) , aimed at selecting individualized practice reading documents from the web using lexical, syntactic and readability levels. REAP chooses documents that contain cer-tain target vocabulary words that a student needs to learn. It also presents the documents within a web browser-based application along with a dictionary to provide word meanings and a set of automatically generated set of closed questions as an exercise. Recently, Eom et al. (2012) presented a system that incorporates word sense disambiguation for vocabulary assistance. Maamouri et al. (2012) presents, ARET (Arabic Reading Enhancement Tool) that aids the readers of Arabic as a second language. It provides the user with the morphological analyses, the meanings of the words and a text-to-speech module to pronounce the word. ARET also has an assessment tool that asks the user several kinds of questions to evaluate reading comprehension.",
"cite_spans": [
{
"start": 52,
"end": 74,
"text": "(Heilman et al., 2006)",
"ref_id": "BIBREF10"
},
{
"start": 506,
"end": 523,
"text": "Eom et al. (2012)",
"ref_id": "BIBREF4"
},
{
"start": 614,
"end": 636,
"text": "Maamouri et al. (2012)",
"ref_id": "BIBREF14"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Using NLP in Reading Aids",
"sec_num": "2"
},
{
"text": "Our system currently targets English and offers a wider set of functionalities to users, in addition to a software architecture which can be extended very easily with more annotation components complying with UIMA interfaces. However, our system architecture is language-independent; adopting new languages is a fairly easy process as long as the relevant annotation tools and their UIMA interfaces are available.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Using NLP in Reading Aids",
"sec_num": "2"
},
{
"text": "From a reader's perspective, our tool is a webbased browser application. It runs in a multitude of browsers ranging over various platforms including touch tablets. It has a intuitive web interface to sign up, sign in, and browse available texts in the system's library. The reader has the option either to select a text from the library to read or to upload text she wants to read using the tool by including it in the library. If the reader chooses to submit her own text, the submitted text goes through several stages of real-time annotations that are used by the tool to make the text interactive. The tool then opens the text in a distraction-free tab.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "User Functionality",
"sec_num": "3"
},
{
"text": "The reader can interact with the text either by clicking on a word or selecting any segment of text. The system in turn takes into account the clicked/selected word's/segment's contents and its annotations by querying the server, highlights the segment (or something slightly and meaningfully larger, depending on the context) and presents a response, which most likely fits the reader's intent at the click position, as a default answer, along with a menu of other options. For instance,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "User Functionality",
"sec_num": "3"
},
{
"text": "\u2022 if the reader clicks on a content word, its meaning will be the most likely information she wants to know about i.e., the system presents the word meaning as the default response.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "User Functionality",
"sec_num": "3"
},
{
"text": "\u2022 if the reader clicks one of the words making up a named-entity, the system will extend and highlight the whole named-entity and present its type (e.g., person, location, etc.)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "User Functionality",
"sec_num": "3"
},
{
"text": "\u2022 if reader clicks on a pronoun, the system will display to who/what this pronoun refers by highlighting both the pronoun and the antecedent in context.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "User Functionality",
"sec_num": "3"
},
{
"text": "\u2022 the reader can explore beyond the default response by using the additional menu items provided: for instance she may ask about the grammatical role of a word in the sentence or get a list of questions involving a named entity and then select one and get it answered.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "User Functionality",
"sec_num": "3"
},
{
"text": "The tool provides all the available information to the reader but it orders these options according to an intention recognition module based on the annotations at the selected position. In the following sections, we describe the relevant details of the basic functions that our system provides.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "User Functionality",
"sec_num": "3"
},
{
"text": "The current application provides the reader with the ability to inquire about lexical information such as word meaning, word type, sentence examples including the inquired word. Clicking on a word is the easiest and fastest way to access all the lexical information that is available for this word. In order to provide this lexical information we are making use of several tools which are fairly mature and can be used off-the-shelf.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Lexical Information",
"sec_num": "3.1"
},
{
"text": "Content Words: While there are many studies in second language acquisition on providing vocabulary and reading assistance (Prichard, 2008) and (Luppescu and Day, 1992) . These studies showed that dictionaries can help in improving comprehension and efficient vocabulary acquisition. Luppescu and Day showed that the readers who use a printed dictionary have improved comprehension and acquisition, but negatively affect their reading speed.",
"cite_spans": [
{
"start": 122,
"end": 138,
"text": "(Prichard, 2008)",
"ref_id": "BIBREF19"
},
{
"start": 143,
"end": 167,
"text": "(Luppescu and Day, 1992)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Lexical Information",
"sec_num": "3.1"
},
{
"text": "Our tool provides vocabulary assistance to learners of English as a Second Language (ESL). When the reader selects a content word from the text, the tool provides the reader with the word definition and sentence examples including this word. We use WordNet (Fellbaum, 1998) as a broad-coverage machine-readable dictionary of English. Many words in WordNet have more than one sense. Currently, we incorporate morphological analysis, part-of-speech filtering to narrow down the available senses and then present the user with the first WordNet sense under the selected part-of-speech, as shown in Figure 1 .",
"cite_spans": [
{
"start": 257,
"end": 273,
"text": "(Fellbaum, 1998)",
"ref_id": "BIBREF6"
}
],
"ref_spans": [
{
"start": 595,
"end": 603,
"text": "Figure 1",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Lexical Information",
"sec_num": "3.1"
},
{
"text": "Phrasal Verbs and Compound Nouns: Multiple word expressions may include phrasal verbs (e.g., reach into) and compound nouns. The meaning of these types of expressions often differ considerably from that of the underlying verb/noun and maybe unfamiliar to non-native english readers, and so they may interfere with content comprehension. In case the reader inquires about a word which is a part of a (possibly discontinuous) compound verb/noun, the tool highlights the whole compound structure and provides its meaning and also the meaning of the clicked word in case that the reader is interested in this specific word. Figure 2 shows the response to the reader on clicking the word break which is part of compound verb break through.",
"cite_spans": [],
"ref_spans": [
{
"start": 620,
"end": 628,
"text": "Figure 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "Lexical Information",
"sec_num": "3.1"
},
{
"text": "Function Words: Function words such as though, whether, beyond, etc., and other functional elements such as prepositions and determiners, can be confusing to a non-native English readers (Felice, 2008) . For function words (other than pronouns), the tool provides the reader with the word type, the part-of-speech of the word with some additional explanation. Figure 3 shows an example when the reader selects a function word.",
"cite_spans": [
{
"start": 187,
"end": 201,
"text": "(Felice, 2008)",
"ref_id": "BIBREF5"
}
],
"ref_spans": [
{
"start": 360,
"end": 368,
"text": "Figure 3",
"ref_id": null
}
],
"eq_spans": [],
"section": "Lexical Information",
"sec_num": "3.1"
},
{
"text": "Named Entities: One important function our tool provides, is identifying named-entities in the text. If the reader clicks/selects a name or part of it, the full span of the named entity is highlighted along with its category as shown in Figure 4 .",
"cite_spans": [],
"ref_spans": [
{
"start": 237,
"end": 245,
"text": "Figure 4",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "Lexical Information",
"sec_num": "3.1"
},
{
"text": "Pronouns and Coreference Resolution: If a reader clicks on a pronoun, our tool presents the reader with the nearest previous named-entity for the pronoun and provides menus to navigate all previous and future coreferences. This would help the reader use nonlinear reading strategies and facilitate the extraction of information about the selected named entity through the document without reading through the whole text. Thus the reader can get an immediate flashback to the first time the person was encountered so she can re-read or remember more about this person, or see nearby references to get more recent context, and when done can snap back to the query point and continue reading. See Figure 5 for a sample interaction possibilities with pronouns.",
"cite_spans": [],
"ref_spans": [
{
"start": 694,
"end": 702,
"text": "Figure 5",
"ref_id": "FIGREF2"
}
],
"eq_spans": [],
"section": "Lexical Information",
"sec_num": "3.1"
},
{
"text": "Sometimes understanding the words meaning are not enough to fully understand the sentence. In order to help the user to understand the grammatical relations in a sentence, our tool provides the reader with the ability to inquire about the grammatical role of a word within the sentence. The sentences in the documents are previously annotated with dependency relations and when a word is clicked, one of the other menu items the user is presented with is the option to view the grammatical role of the word (shown with the button \"Role\" in the figures) . When requested, we present the grammatical role in a user-friendly fashion by mapping dependency labels to more descriptive and meaningful labels as shown in Figure 6 .",
"cite_spans": [],
"ref_spans": [
{
"start": 544,
"end": 552,
"text": "figures)",
"ref_id": null
},
{
"start": 713,
"end": 721,
"text": "Figure 6",
"ref_id": "FIGREF3"
}
],
"eq_spans": [],
"section": "Syntactic Information",
"sec_num": "3.2"
},
{
"text": "Sometimes the reader may want to learn additional information about a named entity. Asking questions and getting answers may help in comprehension of the text and is a good way to get a flashback about the selected entity. If the user clicks on a named entity or a pronoun referring to it, the tool provides the reader with a short list of related questions that are automatically generated (at annotation time) involving the selected/referenced named entity, from previous sentences in the text. These questions are then ranked based on length, proximity and whether or not it or its answer involves another named entity, and a short list of questions are presented to the user. The user can then click on a question she is interested in, and immediately get the corresponding answer, which is also generated at annotation time in parallel with question generation. Figure 7 shows an example of this functionality.",
"cite_spans": [],
"ref_spans": [
{
"start": 867,
"end": 875,
"text": "Figure 7",
"ref_id": null
}
],
"eq_spans": [],
"section": "In-text Question Answering",
"sec_num": "3.3"
},
{
"text": "Text summarization has been used to improve reading comprehension (Dermody and Speaker Jr, 1999) as well as document understanding (Wang et al., 2008) since it reduces information overload and provides a reader with a concise and informative text. Our tool provides the reader with a different levels of text summarization such as paragraph, multi-section, chapter and whole document summarization. The reader can select one or more paragraphs and ask the tool to summarize it for her. She can also ask the tool to summarize all the text before her selection which helps her to refresh her mind with the highlights of the preceding text. For this purpose, we use the Mead toolkit (Radev Another useful feature the tool also provides is logging the queries performed by a user together with data presented in response to the queries. At anytime, the reader can review the words she had problems with and asked about. Our system follows a client-server paradigm where the server is responsible for all NLPfunctionality, enriching plain text with annotations and retrieving them , while the client receives a version of the text that the user can interact and query the server with. The client here is a standard web browser, that can be accessed from browsers running on PCs or tablets, so on the reader's side no additional software is needed. The server processes and responds to requests received from these thin-clients.",
"cite_spans": [
{
"start": 131,
"end": 150,
"text": "(Wang et al., 2008)",
"ref_id": "BIBREF23"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Other Functionalities",
"sec_num": "3.4"
},
{
"text": "All annotations that are needed to respond to user requests (except for summarization), are stored within a UIMA file produced by our annotators. The UIMA framework facilitates developing and integrating different text analysis engines and annotators in an extensible way and provides very powerful querying and search mechanisms for retrieving the annotations of the annotated documents.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Other Functionalities",
"sec_num": "3.4"
},
{
"text": "On the client side, the presentation layer is responsible for (i) keeping track of the user status and the opened documents, (ii) displaying the opened documents (iii) handling user-interactions, and (iv) sending queries to the server. The presentation layer is designed to be light and fast, with all the heavy processing to be done on the server side.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Client Side",
"sec_num": "4.1"
},
{
"text": "On the server side, the server receives requests and passes each request to the corresponding handler. These handlers in turn make use of two main units: the data manager, is responsible for all the database interactions on different data, the query processing unit, is responsible for extracting and reordering all the information related to a user query.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Server Side Query Processing",
"sec_num": "4.2"
},
{
"text": "All documents in the system's library are all annotated with a series of NLP annotation tools and stored as a UIMA file. When UIMA is queried Stanford Dependency Parser (De Marneffe et al., 2006) , provides grammatical relation annotations.",
"cite_spans": [
{
"start": 169,
"end": 195,
"text": "(De Marneffe et al., 2006)",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Server Side Query Processing",
"sec_num": "4.2"
},
{
"text": "Stanford Named Entity Recognizer and Stanford Co-reference Resolution (Lee et al., 2013; Lee et al., 2011; Raghunathan et al., 2010) are used to determine the entities in the text and the relationships between them.",
"cite_spans": [
{
"start": 70,
"end": 88,
"text": "(Lee et al., 2013;",
"ref_id": "BIBREF12"
},
{
"start": 89,
"end": 106,
"text": "Lee et al., 2011;",
"ref_id": "BIBREF11"
},
{
"start": 107,
"end": 132,
"text": "Raghunathan et al., 2010)",
"ref_id": "BIBREF21"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Server Side Query Processing",
"sec_num": "4.2"
},
{
"text": "Word Sense Annotator currently assigns the most frequent WordNet senses to content words by filtering the senses by just using the POS tag.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Server Side Query Processing",
"sec_num": "4.2"
},
{
"text": "Compound Annotator identifies the phrasal verbs and the compound nouns in the text and adds additional annotation to words of a compound.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Server Side Query Processing",
"sec_num": "4.2"
},
{
"text": "In-text Question Answering Annotator assigns the questions to the related named entities, and ranks them. The questions are generated using Heilman's question generator tool (Heilman and Smith, 2010) .",
"cite_spans": [
{
"start": 174,
"end": 199,
"text": "(Heilman and Smith, 2010)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Server Side Query Processing",
"sec_num": "4.2"
},
{
"text": "For more details on the use of UIMA and the server architecture, please see Azab et al. (2013) .",
"cite_spans": [
{
"start": 76,
"end": 94,
"text": "Azab et al. (2013)",
"ref_id": "BIBREF0"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Server Side Query Processing",
"sec_num": "4.2"
},
{
"text": "As we are using many tools and resources that have been developed for use on usually one genre of text, it will be an interesting experiment to see how they perform on the texts we will select for our library. We are currently in the process of preparing several short test documents for intrinsic evaluation of the performance of the annotation tools and reporting on their recall and precision. Manual evaluation of some of the components for one such document of about 1000 words is presented in Table 1 .",
"cite_spans": [],
"ref_spans": [
{
"start": 499,
"end": 506,
"text": "Table 1",
"ref_id": "TABREF1"
}
],
"eq_spans": [],
"section": "Evaluation",
"sec_num": "5"
},
{
"text": "We are also planning an extrinsic evaluation of the tool by having a group of non-native English speaking students use it and evaluate their experience. We are working together with a colleague who delivers a critical reading course who has provided us with a set of texts that students can read using our tools. He will then construct several evaluation experiments to see if our tool helps the students or not. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation",
"sec_num": "5"
},
{
"text": "We are currently working on improving our word sense identification annotator and implementing an additional sentence level annotation components:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Ongoing Work",
"sec_num": "6"
},
{
"text": "Word-sense disambiguation : Word-sense disambiguation is a notoriously difficult problem and systems developed over the years have not been able to significantly exceed the most-frequent sense heuristic. Our current plan is to incorporate multiple word-sense disambiguators (e.g., Pedersen and Kolhatkar (2009)) along with super-sense taggers Ciaramita and Altun (2006) , to build a system combination that can hopefully do a better job than the baseline, at least on our intrinsic test sets.",
"cite_spans": [
{
"start": 343,
"end": 369,
"text": "Ciaramita and Altun (2006)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Ongoing Work",
"sec_num": "6"
},
{
"text": "Lexical simplification : Text simplification can be defined as any process that reduces the syntactic or lexical complexity of a text while attempting to preserve its meaning and information content. The aim of text simplification is to make text easier to comprehend for a human user, or process by a program (Siddharthan, 2004) . Text simplification has been studied for both human text readers and programs that process text. We are specifically concerned with students who try to acquire English as a second language (Petersen, 2007) . Approaches for this target audience use simplification techniques as a preprocessing step to reduce complexity of sentence, mainly with respect to syntax (e.g., sentence decomposition on subordinate clause) and discourse structure (e.g., coreference resolution). We are developing a sentence simplification module that addresses both lexical and limited syntactic simplification problems to help improve reading skills of non-native English learners. Our current focus is on developing a lexical simplification module that can identify the \"difficult\" vocabulary items or idiomatic uses in text, and annotate with their simpler versions.",
"cite_spans": [
{
"start": 310,
"end": 329,
"text": "(Siddharthan, 2004)",
"ref_id": "BIBREF22"
},
{
"start": 521,
"end": 537,
"text": "(Petersen, 2007)",
"ref_id": "BIBREF18"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Ongoing Work",
"sec_num": "6"
},
{
"text": "We have presented our tool for helping nonnative readers of English text to overcome language related hindrances while reading text. Our tool is also a showcase of English NLP and resources that have been built by the NLP community, integrated into an e-book reader application that can be adapted to more languages, provide resources are available. Our tool is based on a client-server software architecture, with the UIMA-framework being used for both annotation of documents and querying of annotations based on textual selections from the client applications running in browsers. We are also in the process of planning a test deployment for students for extrinsic experimentation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "7"
},
{
"text": "search Fund (a member of the Qatar Foundation). The statements made herein are solely the responsibility of the authors.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "7"
},
{
"text": "with a character position, it returns efficiently all the annotations associated with the word overlapping with that position which are then interpreted by the query processing unit.During annotation, we segment the text into sentences, tokenize and run a POS tagger using Stanford CoreNLP.1 We then use the following NLP components with appropriate UIMA wrappers to annotate our texts:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "http://nlp.stanford.edu/software/ corenlp.shtml",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "This publication was made possible by grant NPRP-09-873-1-129 from the Qatar National Re-",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgments",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "An English reading tool as a NLP showcase",
"authors": [
{
"first": "Mahmoud",
"middle": [],
"last": "Azab",
"suffix": ""
},
{
"first": "Ahmed",
"middle": [],
"last": "Salama",
"suffix": ""
},
{
"first": "Kemal",
"middle": [],
"last": "Oflazer",
"suffix": ""
},
{
"first": "Hideki",
"middle": [],
"last": "Shima",
"suffix": ""
},
{
"first": "Jun",
"middle": [],
"last": "Araki",
"suffix": ""
},
{
"first": "Teruko",
"middle": [],
"last": "Mitamura",
"suffix": ""
}
],
"year": 2013,
"venue": "Proceedings of IJCNLP -System Demonstration",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mahmoud Azab, Ahmed Salama, Kemal Oflazer, Hideki Shima, Jun Araki, and Teruko Mitamura. 2013. An English reading tool as a NLP showcase. In Proceedings of IJCNLP -System Demonstration, Nagoya, Japan.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Broad-coverage sense disambiguation and information extraction with a supersense sequence tagger",
"authors": [
{
"first": "Massimiliano",
"middle": [],
"last": "Ciaramita",
"suffix": ""
},
{
"first": "Yasemin",
"middle": [],
"last": "Altun",
"suffix": ""
}
],
"year": 2006,
"venue": "Proceedings of EMNLP'06, EMNLP '06",
"volume": "",
"issue": "",
"pages": "594--602",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Massimiliano Ciaramita and Yasemin Altun. 2006. Broad-coverage sense disambiguation and informa- tion extraction with a supersense sequence tagger. In Proceedings of EMNLP'06, EMNLP '06, pages 594-602, Stroudsburg, PA, USA.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Generating typed dependency parses from phrase structure parses",
"authors": [
{
"first": "Marie-Catherine De",
"middle": [],
"last": "Marneffe",
"suffix": ""
},
{
"first": "Bill",
"middle": [],
"last": "Maccartney",
"suffix": ""
},
{
"first": "Christopher D",
"middle": [],
"last": "Manning",
"suffix": ""
}
],
"year": 2006,
"venue": "Proceedings of LREC",
"volume": "6",
"issue": "",
"pages": "449--454",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Marie-Catherine De Marneffe, Bill MacCartney, and Christopher D Manning. 2006. Generating typed dependency parses from phrase structure parses. In Proceedings of LREC, volume 6, pages 449-454.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Reciprocal Strategy Training in Prediction, Clarification, Question Generating and Summarization to Improve Reading Comprehension. Reading Improvement",
"authors": [
{
"first": "M",
"middle": [],
"last": "Margaret",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Dermody",
"suffix": ""
},
{
"first": "B",
"middle": [],
"last": "Richard",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Speaker",
"suffix": ""
}
],
"year": 1999,
"venue": "",
"volume": "36",
"issue": "",
"pages": "16--23",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Margaret M Dermody and Richard B Speaker Jr. 1999. Reciprocal Strategy Training in Prediction, Clari- fication, Question Generating and Summarization to Improve Reading Comprehension. Reading Im- provement, 36(1):16-23.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Sense-specific lexical information for reading assistance",
"authors": [
{
"first": "Soojeong",
"middle": [],
"last": "Eom",
"suffix": ""
},
{
"first": "Markus",
"middle": [],
"last": "Dickinson",
"suffix": ""
},
{
"first": "Rebecca",
"middle": [],
"last": "Sachs",
"suffix": ""
}
],
"year": 2012,
"venue": "Proceedings of the Seventh Workshop on Building Educational Applications Using NLP",
"volume": "",
"issue": "",
"pages": "316--325",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Soojeong Eom, Markus Dickinson, and Rebecca Sachs. 2012. Sense-specific lexical information for reading assistance. In Proceedings of the Seventh Workshop on Building Educational Applications Us- ing NLP, pages 316-325, Stroudsburg, PA, USA.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Automatic Error Detection in Non-native English",
"authors": [
{
"first": "Rachele",
"middle": [],
"last": "De",
"suffix": ""
},
{
"first": "Felice",
"middle": [],
"last": "",
"suffix": ""
}
],
"year": 2008,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Rachele De Felice. 2008. Automatic Error Detection in Non-native English. Ph.D. thesis, St Catherines College, University of Oxford.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "WordNet: An electronic lexical database",
"authors": [
{
"first": "Christiane",
"middle": [],
"last": "Fellbaum",
"suffix": ""
}
],
"year": 1998,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Christiane Fellbaum. 1998. WordNet: An electronic lexical database. The MIT Press.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "UIMA: an architectural approach to unstructured information processing in the corporate research environment",
"authors": [
{
"first": "David",
"middle": [],
"last": "Ferrucci",
"suffix": ""
},
{
"first": "Adam",
"middle": [],
"last": "Lally",
"suffix": ""
}
],
"year": 2004,
"venue": "Natural Language Engineering",
"volume": "10",
"issue": "3-4",
"pages": "327--348",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "David Ferrucci and Adam Lally. 2004. UIMA: an architectural approach to unstructured information processing in the corporate research environment. Natural Language Engineering, 10(3-4):327-348.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "FreeText -an advanced hypermedia CALL system featuring NLP tools for a smart treatment of authentic documents and free production exercises",
"authors": [
{
"first": "Marie-Jose",
"middle": [],
"last": "Hamel",
"suffix": ""
},
{
"first": "Marie-Christine",
"middle": [],
"last": "Girard",
"suffix": ""
}
],
"year": 2000,
"venue": "Proceedings of EuroCALL-2000",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Marie-Jose Hamel and Marie-Christine Girard. 2000. FreeText -an advanced hypermedia CALL system featuring NLP tools for a smart treatment of authen- tic documents and free production exercises. In Pro- ceedings of EuroCALL-2000.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Extracting simplified statements for factual question generation",
"authors": [
{
"first": "Michael",
"middle": [],
"last": "Heilman",
"suffix": ""
},
{
"first": "Noah",
"middle": [],
"last": "Smith",
"suffix": ""
}
],
"year": 2010,
"venue": "Proceedings of the 3rd Workshop on Question Generation",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Michael Heilman and Noah Smith. 2010. Extract- ing simplified statements for factual question gener- ation. In Proceedings of the 3rd Workshop on Ques- tion Generation.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Classroom success of an intelligent tutoring system for lexical practice and reading comprehension",
"authors": [
{
"first": "Michael",
"middle": [],
"last": "Heilman",
"suffix": ""
},
{
"first": "Kevyn",
"middle": [],
"last": "Collins-Thompson",
"suffix": ""
},
{
"first": "Jamie",
"middle": [],
"last": "Callan",
"suffix": ""
},
{
"first": "Maxine",
"middle": [],
"last": "Eskenazi",
"suffix": ""
}
],
"year": 2006,
"venue": "Proceedings of the Ninth International Conference on Spoken Language Processing",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Michael Heilman, Kevyn Collins-Thompson, Jamie Callan, and Maxine Eskenazi. 2006. Classroom success of an intelligent tutoring system for lexical practice and reading comprehension. In Proceed- ings of the Ninth International Conference on Spo- ken Language Processing.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Stanford's multi-pass sieve coreference resolution system at the conll shared task",
"authors": [
{
"first": "Heeyoung",
"middle": [],
"last": "Lee",
"suffix": ""
},
{
"first": "Yves",
"middle": [],
"last": "Peirsman",
"suffix": ""
},
{
"first": "Angel",
"middle": [],
"last": "Chang",
"suffix": ""
},
{
"first": "Nathanael",
"middle": [],
"last": "Chambers",
"suffix": ""
},
{
"first": "Mihai",
"middle": [],
"last": "Surdeanu",
"suffix": ""
},
{
"first": "Dan",
"middle": [],
"last": "Jurafsky",
"suffix": ""
}
],
"year": 2011,
"venue": "Proceedings CONLL'11",
"volume": "",
"issue": "",
"pages": "28--34",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Heeyoung Lee, Yves Peirsman, Angel Chang, Nathanael Chambers, Mihai Surdeanu, and Dan Ju- rafsky. 2011. Stanford's multi-pass sieve corefer- ence resolution system at the conll shared task. In Proceedings CONLL'11, pages 28-34.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Deterministic coreference resolution based on entity-centric, precision-ranked rules",
"authors": [
{
"first": "Heeyoung",
"middle": [],
"last": "Lee",
"suffix": ""
},
{
"first": "Angel",
"middle": [],
"last": "Chang",
"suffix": ""
},
{
"first": "Yves",
"middle": [],
"last": "Peirsman",
"suffix": ""
},
{
"first": "Nathanael",
"middle": [],
"last": "Chambers",
"suffix": ""
},
{
"first": "Mihai",
"middle": [],
"last": "Surdeanu",
"suffix": ""
},
{
"first": "Dan",
"middle": [],
"last": "Jurafsky",
"suffix": ""
}
],
"year": 2013,
"venue": "Computational Linguistics",
"volume": "",
"issue": "",
"pages": "1--54",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Heeyoung Lee, Angel Chang, Yves Peirsman, Nathanael Chambers, Mihai Surdeanu, and Dan Ju- rafsky. 2013. Deterministic coreference resolu- tion based on entity-centric, precision-ranked rules. Computational Linguistics, pages 1-54.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Reading, Dictionaries, and Vocabulary Learning",
"authors": [
{
"first": "Stuart",
"middle": [],
"last": "Luppescu",
"suffix": ""
},
{
"first": "Richard",
"middle": [
"R"
],
"last": "Day",
"suffix": ""
}
],
"year": 1992,
"venue": "Language Learning",
"volume": "43",
"issue": "2",
"pages": "263--279",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Stuart Luppescu and Richard R. Day. 1992. Reading, Dictionaries, and Vocabulary Learning. Language Learning, 43(2):263-279.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Developing ARET: an NLP-based educational tool set for Arabic reading enhancement",
"authors": [
{
"first": "Mohamed",
"middle": [],
"last": "Maamouri",
"suffix": ""
},
{
"first": "Wajdi",
"middle": [],
"last": "Zaghouani",
"suffix": ""
},
{
"first": "Violetta",
"middle": [],
"last": "Cavalli-Sforza",
"suffix": ""
},
{
"first": "Dave",
"middle": [],
"last": "Graff",
"suffix": ""
},
{
"first": "Mike",
"middle": [],
"last": "Ciul",
"suffix": ""
}
],
"year": 2012,
"venue": "Proceedings of the Seventh Workshop on Building Educational Applications Using NLP",
"volume": "",
"issue": "",
"pages": "127--135",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mohamed Maamouri, Wajdi Zaghouani, Violetta Cavalli-Sforza, Dave Graff, and Mike Ciul. 2012. Developing ARET: an NLP-based educational tool set for Arabic reading enhancement. In Proceedings of the Seventh Workshop on Building Educational Applications Using NLP, pages 127-135, Strouds- burg, PA, USA.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Smart Machines in Education: The coming revolution in educational technology",
"authors": [
{
"first": "Jack",
"middle": [],
"last": "Mostow",
"suffix": ""
},
{
"first": "Gregory",
"middle": [],
"last": "Aist",
"suffix": ""
}
],
"year": 2001,
"venue": "",
"volume": "",
"issue": "",
"pages": "169--234",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jack Mostow and Gregory Aist. 2001. Evaluating tu- tors that listen: An overview of project listen. In K. Forbus andP. Feltovich, editor, Smart Machines in Education: The coming revolution in educational technology., pages 169 -234. MIT/AAAI Press.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Reading more into foreign languages",
"authors": [
{
"first": "John",
"middle": [],
"last": "Nerbonne",
"suffix": ""
},
{
"first": "Lauri",
"middle": [],
"last": "Karttunen",
"suffix": ""
},
{
"first": "Elena",
"middle": [],
"last": "Paskaleva",
"suffix": ""
}
],
"year": 1997,
"venue": "Proceedings of ANLP'97",
"volume": "",
"issue": "",
"pages": "135--138",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "John Nerbonne, Lauri Karttunen, Elena Paskaleva, Ga- bor Proszeky, and Tiit Roosmaa. 1997. Reading more into foreign languages. In Proceedings of ANLP'97, pages 135-138.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Wordnet::senserelate::allwords: a broad coverage word sense tagger that maximizes semantic relatedness",
"authors": [
{
"first": "Ted",
"middle": [],
"last": "Pedersen",
"suffix": ""
},
{
"first": "Varada",
"middle": [],
"last": "Kolhatkar",
"suffix": ""
}
],
"year": 2009,
"venue": "Demonstration Session, NAACL-Demonstrations '09",
"volume": "",
"issue": "",
"pages": "17--20",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ted Pedersen and Varada Kolhatkar. 2009. Word- net::senserelate::allwords: a broad coverage word sense tagger that maximizes semantic related- ness. In Proceedings of HLT/NAACL'06, Com- panion Volume: Demonstration Session, NAACL- Demonstrations '09, pages 17-20, Stroudsburg, PA, USA.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Natural language processing tools for reading level assessment and text simplification for bilingual education",
"authors": [
{
"first": "S",
"middle": [],
"last": "Petersen",
"suffix": ""
}
],
"year": 2007,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "S. Petersen. 2007. Natural language processing tools for reading level assessment and text simplification for bilingual education. Ph.D. thesis, University of Washington, Washington, USA.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "Evaluating l2 readers vocabulary strategies and dictionary use",
"authors": [
{
"first": "Caleb",
"middle": [],
"last": "Prichard",
"suffix": ""
}
],
"year": 2008,
"venue": "",
"volume": "20",
"issue": "",
"pages": "216--231",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Caleb Prichard. 2008. Evaluating l2 readers vocabu- lary strategies and dictionary use. Reading in a For- eign Language, 20(2):216-231.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Mead -a platform for multidocument multilingual text summarization",
"authors": [
{
"first": "D",
"middle": [],
"last": "Radev",
"suffix": ""
},
{
"first": "T",
"middle": [],
"last": "Allison",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Blair-Goldensohn",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Blitzer",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Elebi",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Dimitrov",
"suffix": ""
},
{
"first": "E",
"middle": [],
"last": "Drabek",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Hakim",
"suffix": ""
},
{
"first": "W",
"middle": [],
"last": "Lam",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Liu",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Otterbacher",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Qi",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Saggion",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Teufel",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Topper",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Winkel",
"suffix": ""
},
{
"first": "Z",
"middle": [],
"last": "Zhang",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of LREC 2004",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "D. Radev, T. Allison, S. Blair-Goldensohn, J. Blitzer, A. \u00c7 elebi, S. Dimitrov, E. Drabek, A. Hakim, W. Lam, D. Liu, J. Otterbacher, H. Qi, H. Saggion, S. Teufel, M. Topper, A. Winkel, and Z. Zhang. 2004. Mead -a platform for multidocument multi- lingual text summarization. In Proceedings of LREC 2004, Lisbon, Portugal.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "A multipass sieve for coreference resolution",
"authors": [
{
"first": "Heeyoung",
"middle": [],
"last": "Karthik Raghunathan",
"suffix": ""
},
{
"first": "Sudarshan",
"middle": [],
"last": "Lee",
"suffix": ""
},
{
"first": "Nathanael",
"middle": [],
"last": "Rangarajan",
"suffix": ""
},
{
"first": "Mihai",
"middle": [],
"last": "Chambers",
"suffix": ""
},
{
"first": "Dan",
"middle": [],
"last": "Surdeanu",
"suffix": ""
},
{
"first": "Christopher",
"middle": [],
"last": "Jurafsky",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Manning",
"suffix": ""
}
],
"year": 2010,
"venue": "Proceedings of EMNLP'10",
"volume": "",
"issue": "",
"pages": "492--501",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Karthik Raghunathan, Heeyoung Lee, Sudarshan Ran- garajan, Nathanael Chambers, Mihai Surdeanu, Dan Jurafsky, and Christopher Manning. 2010. A multi- pass sieve for coreference resolution. In Proceed- ings of EMNLP'10, pages 492-501.",
"links": null
},
"BIBREF22": {
"ref_id": "b22",
"title": "Syntactic simplification and text cohesion",
"authors": [
{
"first": "Advaith",
"middle": [],
"last": "Siddharthan",
"suffix": ""
}
],
"year": 2004,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Advaith Siddharthan. 2004. Syntactic simplification and text cohesion. Technical Report 597, University of Cambridge.",
"links": null
},
"BIBREF23": {
"ref_id": "b23",
"title": "Integrating clustering and multi-document summarization to improve document understanding",
"authors": [
{
"first": "Dingding",
"middle": [],
"last": "Wang",
"suffix": ""
},
{
"first": "Shenghuo",
"middle": [],
"last": "Zhu",
"suffix": ""
},
{
"first": "Tao",
"middle": [],
"last": "Li",
"suffix": ""
},
{
"first": "Yun",
"middle": [],
"last": "Chi",
"suffix": ""
},
{
"first": "Yihong",
"middle": [],
"last": "Gong",
"suffix": ""
}
],
"year": 2008,
"venue": "Proceedings of the 17th ACM conference on Information and knowledge management, CIKM '08",
"volume": "",
"issue": "",
"pages": "1435--1436",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Dingding Wang, Shenghuo Zhu, Tao Li, Yun Chi, and Yihong Gong. 2008. Integrating clustering and multi-document summarization to improve doc- ument understanding. In Proceedings of the 17th ACM conference on Information and knowledge management, CIKM '08, pages 1435-1436, New York, NY, USA. ACM.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"text": "Looking up content word meaning Figure 2: Response to selecting a compound verb Figure 3: Response for a function word",
"type_str": "figure",
"num": null,
"uris": null
},
"FIGREF1": {
"text": "Response to selecting a portion of named-entity",
"type_str": "figure",
"num": null,
"uris": null
},
"FIGREF2": {
"text": "Identifying and Tracking named-entity mentions et al., 2004) for English to provide the summarization functionality.",
"type_str": "figure",
"num": null,
"uris": null
},
"FIGREF3": {
"text": "Showing the grammatical role of a word within the sentenceFigure 7: Presenting questions involving a named entity 4 System and Software Architecture",
"type_str": "figure",
"num": null,
"uris": null
},
"TABREF1": {
"num": null,
"content": "<table/>",
"text": "Intrinsic evaluation of different NLP tools used.",
"type_str": "table",
"html": null
}
}
}
}