Writing Analytics Clayton Clemens Vive Kumar.

Slides:



Advertisements
Similar presentations
Software & Services Group, Developer Products Division Copyright© 2010, Intel Corporation. All rights reserved. *Other brands and names are the property.
Advertisements

From Elaboration to Collaboration: Understanding and Supporting Second Language Writers Alfredo Urzúa, Languages and Linguistics Kate Mangelsdorf, English.
1 Developing Statistic-based and Rule-based Grammar Checkers for Chinese ESL Learners Howard Chen Department of English National Taiwan Normal University.
Learning Object Metadata From the locally prescribed to the socially derived (or, a look back at 4 years of LORNET at the University of Saskatchewan Scott.
Natural Language Processing - Feature Structures - Feature Structures and Unification.
1/7 INFO60021 Natural Language Processing Harold Somers Professor of Language Engineering.
March 1, 2009 Dr. Muhammed Al-Mulhem 1 ICS 482 Natural Language Processing INTRODUCTION Muhammed Al-Mulhem March 1, 2009.
Statistical Natural Language Processing. What is NLP?  Natural Language Processing (NLP), or Computational Linguistics, is concerned with theoretical.
Artificial Intelligence Research Centre Program Systems Institute Russian Academy of Science Pereslavl-Zalessky Russia.
Latin Grammar: Singular and Plural Magister Henderson Latin I.
Lecture 1, 7/21/2005Natural Language Processing1 CS60057 Speech &Natural Language Processing Autumn 2005 Lecture 1 21 July 2005.
1 Multilingual Writing Students: Opportunities and Challenges Kate Mangelsdorf Evelyn Posey October 20, 2010.
Interactive online assessment with teaching feedback – for open learners Valda Stevens and Sally Jordan Student Feedback and Assessment Meeting, 10 th.
Welcome Orientation. Introduction to the Course Course Objectives By the end of this course students will be able to: · Master the grammatical uses and.
Empirical Methods in Information Extraction Claire Cardie Appeared in AI Magazine, 18:4, Summarized by Seong-Bae Park.
Automatic Detection of Tags for Political Blogs Khairun-nisa Hassanali and Vasileios Hatzivassiloglou Human Language Technology Research Institute The.
Automatic Detection of Tags for Political Blogs Khairun-nisa Hassanali Vasileios Hatzivassiloglou The University.
Learning Targets: 1.To define grammar. 2.To understand the purpose of grammar study. 3.To self-assess grammar history and knowledge.
Ngoc Minh Le - ePi Technology Bich Ngoc Do – ePi Technology
Business Communication Workshop Course Coordinator:Ayyaz Qadeer Lecture # 9.
I2B2 Shared Task 2011 Coreference Resolution in Clinical Text David Hinote Carlos Ramirez.
Academic Affinity and Beyond Susan DePhilippis Judith Otterburn-Martinez Atlantic Cape Community College, NJ.
CS774. Markov Random Field : Theory and Application Lecture 19 Kyomin Jung KAIST Nov
Ideas for 100K Word Data Set for Human and Machine Learning Lori Levin Alon Lavie Jaime Carbonell Language Technologies Institute Carnegie Mellon University.
What you have learned and how you can use it : Grammars and Lexicons Parts I-III.
Artificial Intelligence: Natural Language
For Monday Read chapter 26 Last Homework –Chapter 23, exercise 7.
For Friday Finish chapter 23 Homework –Chapter 23, exercise 15.
Syntactic Annotation of Slovene Corpora (SDT, JOS) Nina Ledinek ISJ ZRC SAZU
CPSC 422, Lecture 27Slide 1 Intelligent Systems (AI-2) Computer Science cpsc422, Lecture 27 Nov, 16, 2015.
Exploiting Named Entity Taggers in a Second Language Thamar Solorio Computer Science Department National Institute of Astrophysics, Optics and Electronics.
NATURAL LANGUAGE PROCESSING
The New Curriculum. English Continued focus on quality writing Grammar objectives for all year groups Focus on reading for pleasure Read a broad range.
1 Instructing the English Language Learner (ELL) in the Regular Classroom.
CS416 Compiler Design1. 2 Course Information Instructor : Dr. Ilyas Cicekli –Office: EA504, –Phone: , – Course Web.
Module 3 Developing Reading Skills Part 1 Transition Module 3 developed byElisabeth Wielander.
Automatic Writing Evaluation
Criterial features If you have examples of language use by learners (differentiated by L1 etc.) at different levels, you can use that to find the criterial.
English-Korean Machine Translation System
October 22-23,2013 I can create cohesive meaning.
1. Review of last Friday (Form, Function, Fluency)
CSC 594 Topics in AI – Natural Language Processing
PRESENTED BY: PEAR A BHUIYAN
Google SyntaxNet “Parsey McParseface and other SyntaxNet models are some of the most complex networks that we have trained with the TensorFlow framework.
Kenneth Baclawski et. al. PSB /11/7 Sa-Im Shin
Course Lab Introduction to IBM Watson Explorer
Natural Language Processing (NLP)
CS416 Compiler Design lec00-outline September 19, 2018
ICT and Writing Skills Lynn W Zimmerman, PhD.
Machine Learning in Natural Language Processing
The Difference Between Revision and Editing
Teaching Writing LLT 307.
Tagging Review Comments Rationale #10 Week 13
Grammar correction – Data collection interface
CS416 Compiler Design lec00-outline February 23, 2019
Content Analysis of Text
Text Mining & Natural Language Processing
GEE’S Writing RULES.
Extracting Recipes from Chemical Academic Papers
CS246: Information Retrieval
Introduction to Text Analysis
Applied Linguistics Chapter Four: Corpus Linguistics
Natural Language Processing (NLP)
PRESENTATION: GROUP # 5 Roll No: 14,17,25,36,37 TOPIC: STATISTICAL PARSING AND HIDDEN MARKOV MODEL.
Lec00-outline May 18, 2019 Compiler Design CS416 Compiler Design.
The Winograd Schema Challenge Hector J. Levesque AAAI, 2011
Artificial Intelligence 2004 Speech & Natural Language Processing
Information Retrieval
The SAT Writing and Language Test
Natural Language Processing (NLP)
Presentation transcript:

Writing Analytics Clayton Clemens Vive Kumar

What are Writing Analytics? Analysis is the science of breaking a thing down into its constituent parts. The constituent parts discovered during an analysis are referred to as analytics. Analytics are usually quantitative. Writing analytics are the properties derived from analyzing a piece of writing.

History The field of writing analytics pre-dates computers. Is writing assessment the same as writing analytics? Early writing analytics involved manual counting of sentences, words, and even syllables. Computer programming began with very specific rigid command structures (grammars). English and other natural languages also have grammars, though they are far more complex. The inception of artificial intelligence represented the first foray into computer understanding of natural language.

Natural Language Processing NLP uses sophisticated software tools and AI techniques to analyze text. There are many different things that can be determined from natural language. NLP has provided us with the following tools: Tokenization Sentence Recognition Part of Speech Tagging Parsing (organizing words in a sentence into a syntactic structure) Named Entity Recognition Document Categorization Co-Reference Resolution Sentiment Analysis Rule-Based Grammar Checking

From NLP to Analytics Using the tools that NLP provides, we can determine a number of quantitative properties about a piece of writing: Number of simple/compound/complex sentences (parsing) Lexical diversity Readability Grammatical accuracy (Rule-Based Grammar Checking) Personal pronoun usage (NER) Connectivity (POS Tagging, Parsing) Modifier Complexity (POS Tagging) Noun-Phrase Complexity (Parsing) Tense Agreement (POS Tagging) Content vs. Function Words (POS Tagging)

From NLP to Analytics In fact, some of these tools, along with research in the field, can help us determine things that are considered to be subjective. Cohesion (POS Tagging, Parsing, Coreference Resolution) Imagery Familiarity Concreteness Positivity (Sentiment Analysis) These things represent a host of different data points by which to measure a piece of writing.

MI-Writer – One Step Further These analytics and more are used in many automated essay scoring (AES) systems. AES uses analytics to produce a grade similar to what an experienced marker would. AES assumes a finished composition. MI-Writer will track each stage of a student’s writing work via ‘snapshots’. Information about the student’s entire process is collected.

So What? MI-Writer will allow students and instructors to see an unprecedented level of detail when assessing and reviewing writing assignments. Students can see points where their composition became weaker or stronger in certain areas. They will be able to identify problem areas and target them for improvement. Instructors will be able to give detailed and specific feedback on pivotal points in the writing process. Structure and writing order can be reviewed, not just content. Growth of learner competencies can be measured over months or years. Analytics can be further processed to produce formal models of competency growth.

What’s Next? An early version of MI-Writer is currently in use in a study in India, in collaboration with VNR VJIET and Anna University. This study will track the progress of ESL students in an English composition course. New features for analytics visualization and feedback will be identified, and the scalability and efficiency of MI-Writer will be assessed through the study.

Thanks for Watching