|
{ |
|
"paper_id": "2021", |
|
"header": { |
|
"generated_with": "S2ORC 1.0.0", |
|
"date_generated": "2023-01-19T07:51:27.168728Z" |
|
}, |
|
"title": "A Balanced and Broadly Targeted Computational Linguistics Curriculum", |
|
"authors": [ |
|
{ |
|
"first": "Emma", |
|
"middle": [], |
|
"last": "Manning", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Georgetown University", |
|
"location": {} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Nathan", |
|
"middle": [], |
|
"last": "Schneider", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Georgetown University", |
|
"location": {} |
|
}, |
|
"email": "[email protected]" |
|
}, |
|
{ |
|
"first": "Amir", |
|
"middle": [], |
|
"last": "Zeldes", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Georgetown University", |
|
"location": {} |
|
}, |
|
"email": "[email protected]" |
|
} |
|
], |
|
"year": "", |
|
"venue": null, |
|
"identifiers": {}, |
|
"abstract": "This paper describes the primarily-graduate computational linguistics and NLP curriculum at Georgetown University, a U.S. research university that has seen significant growth in these areas in recent years. We discuss the principles behind our curriculum choices, including recognizing the various academic backgrounds and goals of our students; teaching a variety of skills with an emphasis on working directly with data; encouraging collaboration and interdisciplinary work; and including languages beyond English. We reflect on challenges we have encountered, such as the difficulty of teaching programming skills alongside NLP fundamentals, and discuss areas for future growth.", |
|
"pdf_parse": { |
|
"paper_id": "2021", |
|
"_pdf_hash": "", |
|
"abstract": [ |
|
{ |
|
"text": "This paper describes the primarily-graduate computational linguistics and NLP curriculum at Georgetown University, a U.S. research university that has seen significant growth in these areas in recent years. We discuss the principles behind our curriculum choices, including recognizing the various academic backgrounds and goals of our students; teaching a variety of skills with an emphasis on working directly with data; encouraging collaboration and interdisciplinary work; and including languages beyond English. We reflect on challenges we have encountered, such as the difficulty of teaching programming skills alongside NLP fundamentals, and discuss areas for future growth.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Abstract", |
|
"sec_num": null |
|
} |
|
], |
|
"body_text": [ |
|
{ |
|
"text": "This paper describes the computational linguistics and NLP curriculum at Georgetown University, a private research university whose computational linguistics program has grown significantly over the past 7 years. This curriculum has been developed with a high degree of collaboration between the Linguistics and Computer Science departments, as well as involvement with related programs such as the Master's in Data Science and Analytics. We reflect on several principles that underlie our curriculum, and discuss opportunities for further expansion.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Table 1 summarizes our main graduate-level courses focusing on computational linguistics and NLP. 1 These include:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Course Offerings", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "1 All are standard fall or spring semester courses for 3 credits, with 150 minutes of instruction time per week. The total number of 3-credit courses a student takes varies considerably by graduate program: 8-10 for the CS MS; 10 for the CS Ph.D.; 8-12 for the Linguistics MS; and 18 for the Linguistics Ph.D. This includes departmental core requirements and other course options beyond computational linguistics and NLP.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Course Offerings", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "\u2022 A 3-course NLP sequence for novice programmers, which can be shortened to 1 or 2 courses for students proficient in Python (discussed in \u00a73). \u2022 A group of courses targeting methods for computational linguistics research: corpus design and use ( \u00a75), statistical analysis with R, and machine learning techniques. \u2022 A selection of application-oriented speech and language technology courses encompassing speech processing, dialogue systems, and machine translation. \u2022 Special topics courses addressing issues such as social factors and ethics in NLP, discourse parsing, grammar formalisms, and meaning representation design and parsing. These tend to be reading-and research-oriented courses, whereas the other courses place more emphasis on implementation and theory learning. Advanced students of NLP can also take a number of related courses in the CS and Analytics departments on topics like information retrieval and machine learning for general (and not only language-oriented) purposes. 2 Syllabi for courses taught by Nathan Schneider (instructor S in the to accommodate these various backgrounds. Linguistics students with little or no prior programming experience are introduced to basic Python and NLP foundations in an Introduction to NLP (INLP) course; 3 they can then further develop their programming skills with Computational Linguistics with Advanced Python before taking Empirical Methods in NLP (ENLP). Students who already have strong programming skills, such as Computer Science graduate students, can begin their NLP journey in this same ENLP course, which has projects emphasizing collaboration between students of different backgrounds; 4 as discussed in Fosler-Lussier (2008), cross-disciplinary collaborations are helpful to establish respect between students from different fields and mitigate the challenges of disparate backgrounds. Many other NLP courses, such as those focusing on Dialogue Systems and Machine Translation, are also crosslisted between the Linguistics and CS departments, which, as noted in e.g. Baldridge and Erk (2008) , helps these courses reach a wider audience. Teaching NLP concepts alongside basic pro-gramming skills has been a significant challenge. INLP requires no prior programming experience, but students who enter the course with none sometimes struggle to grasp programming concepts at the speed they are taught, and many students rely on significant support from teaching assistants to successfully complete the course's programming assignments. Our experience has taught us that frequent contact and check-ins initiated by teaching assistants are very important for catching students who may fall behind before assignment submissions make problems more obvious. Use of IDEs with syntax validation and auto-complete facilities, which are freely available for academic purposes, are also very useful in this respect, and in recent years students have used PyCharm (https://www.jetbrains.com/pycharm/) as their first Python IDE for this purpose.", |
|
"cite_spans": [ |
|
{ |
|
"start": 994, |
|
"end": 995, |
|
"text": "2", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 2043, |
|
"end": 2067, |
|
"text": "Baldridge and Erk (2008)", |
|
"ref_id": "BIBREF1" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Course Offerings", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "Previously, linguistics students who completed INLP were encouraged to enroll in ENLP immediately afterward. However, we found that INLP alone did not adequately prepare students for the more advanced programming assignments in ENLP-INLP assignments tend to involve making fairly limited modifications to provided starter code, while ENLP expects independent implementation of more substantial algorithms. Thus, the Advanced Python course was introduced to give students more practice implementing algorithms for linguistic tasks as code. This bridges the gap between the introductory and more advanced NLP courses; however, it does mean that linguistics students who enter the program with little or no programming experience may need to take a sequence of 3 courses to gain a thorough understanding of NLP fundamentals, while students with a CS background only need to take one course. ENLP's Assignment 0 is a diagnostic of Python proficiency to help students choose the appropriate course level. 5", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Course Offerings", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "Along with coming from different academic backgrounds, we acknowledge that students studying NLP have a variety of goals: for example, they may wish to pursue NLP in academia or industry, or they may be interested in using computational methods for linguistics, or other Digital Humanities or Social Science fields. To support these varying goals, we endeavor to teach a balance of different skills and perspectives on NLP. While some courses emphasize algorithms, others focus more on computational representations of language, on creating and using resources such as corpora, or on using existing NLP tools. We are also careful to consider that not all NLP applications are realized in a Big Data context, and we therefore include units targeting low resource settings across our course offerings.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Balancing Skills Taught", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "In all courses, we emphasize working directly with language data. This is perhaps best exemplified in the Computational Corpus Linguistics course, which teaches corpus design and construction methods along with analytical Corpus Linguistics methodology and relevant readings on data and its potential pitfalls. As part of its assignment structure, the course integrates a set of five annotation projects in which each student chooses a single document from a selection of genres to annotate throughout the semester with a variety of annotations layers, including structural markup (which teaches XML basics), part-of-speech tagging, dependency treebanking, entity and coreference resolution, and finally discourse parsing. A unit on inter-annotator agreement evaluates and compares", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Focus on Data", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "Our coursework emphasizes frequent collaboration among students. This includes in-class group activities, such as practicing part-of-speech tagging in small groups in ENLP, or working together as a class to create a morphological analyzer for a low resource language in INLP (an activity which literally runs in a simultaneous collaborative online code editing format). On a larger scale, students work in groups on final projects in courses such as ENLP, and have collaborated on an entry to a shared task in a our discourse parsing course, with the resulting system winning some shared task categories. For this latter project, students attempted to tackle the same task in small groups, and finally submitted an ensemble system fed by each group's model to the competition.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Collaboration", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "Some classes use wikis to maintain information about course content, such as annotation guidelines for Computational Corpus Linguistics and some seminars tackling specific topics; this allows students to collaborate not only with their classmates, but with past and future students of the same course, which also increases the sense of relevance of course work, as students can see that their work may live on long after they complete the course.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Collaboration", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "In response to an unfortunate tendency of NLP teaching and research to focus primarily on English, we try to include data and examples from other languages when possible, while keeping in mind that students cannot be expected to know these languages in detail. In ENLP, for example, each student gives a short presentation on a different language of their choosing to develop awareness of the diversity of the world's languages, and the challenges of NLP on different languages. Other assignments integrating data from other languages include a finite state transducer for Japanese morphology in INLP as well as a unit on a 'surprise' low resource language, work on multilingual discourse treebanks in our discourse parsing course, statistical analysis of non-English data in our statscentered R course for language data, and analysis of data from other languages in Lexical Functional Grammar (LFG) and Head-driven Phrase Structure Grammar (HPSG) in Grammar Formalisms. In the past we have also offered a dedicated course on parallel and other types of multilingual corpora, which we hope to be able to offer again, based on the availability of resources.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Including Languages Beyond English", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "While many of the courses in table 1 cover textbook-style fundamentals, the Special Topics courses expose students to the scientific literature in particular areas. For Ph.D. students in particular, this provides the opportunity to engage with research ideas by reading critically and developing original ideas as term papers or projects. Two courses include a mock reviewing activity simulating an ACL reviewing experience. Final projects in several courses-including Corpus Linguistics, Machine Learning for Linguistics, ENLP, and Meaning Representations-consist of an openended research project with an ACL-style writeup for the final report.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Teaching Research Skills", |
|
"sec_num": "8" |
|
}, |
|
{ |
|
"text": "The current curriculum caters primarily to graduate students, though many of the courses are also available to advanced undergraduates, who sometimes continue on into our regular Computational Linguistics MS, or Accelerated MS programs. While we do offer a few undergrad-specific classes, such as 'Algorithms for NLP,' 'Languages and Computers,' and 'Multilingual and Parallel Corpora,' these are taught on an occasional basis; in the future, resources allowing, we would like to develop a more consistent NLP curriculum aimed at undergraduates.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Directions for Growth", |
|
"sec_num": "9" |
|
}, |
|
{ |
|
"text": "We have recently introduced a course on Social Factors in NLP to address a major gap in our curriculum, which is the lack of material focusing on the impact of real world NLP applications on society, and the ways in which models reflect demographic and other types of bias. While this is a step toward teaching a better understanding of the relationship of NLP to society, we believe it is worthwhile to integrate more content on societal impact and ethical considerations into the core NLP courses as well, and are working to do so for coming years. We would also like to continue to expand our curriculum to address other topics that currently receive little coverage, such as grammar engineering and computational psycholinguistics.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Directions for Growth", |
|
"sec_num": "9" |
|
}, |
|
{ |
|
"text": "A full list of CL-relevant courses are described at: http: //gucl.georgetown.edu/gu-cl-curriculum.pdf", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Introducing these together allows linguistics students who are unsure how interested they are in NLP to get a taste of it in just one class, without requiring them to spend time on an non-language-related programming class first.4 Depending on class makeup, there are sometimes requirements for the composition project groups to enforce this, e.g. that each group needs to contain at least one linguist.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "http://people.cs.georgetown.edu/cosc572/s21/ a0/ the students' own work, underscoring the subjective nature of 'ground-truth' data, the range of linguistic variation across genres, and the importance of consistency and validation. At its end, the course engages students in a 'real-world' research project, which produces valuable linguistically annotated data, which can be released to the research community under an open license as part of the Georgetown University Multilayer (GUM) Corpus(Zeldes, 2017) if students so wish.6 Several other courses also include practice annotation of data, including a POS tagging in-class exercise in ENLP, and annotation in three different semantic representations in Meaning Representations. Others include error analysis of NLP systems, such as a comparison of the output from statistical and neural translation systems in Machine Translation. The Discourse Modeling course teaches discourse parsing frameworks and algorithms, including introducing students to topics in annotating Rhetorical Structure Theory(Mann and Thompson, 1988), Segmented Discourse Representation Theory (SDRT,Asher and Lascarides 2003) and the Penn Discourse Treebank framework(PDTB, Prasad et al. 2014).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "https://corpling.uis.georgetown.edu/gum/", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
} |
|
], |
|
"back_matter": [ |
|
{ |
|
"text": "We would like to acknowledge the other faculty who teach the courses described in this paper: Matthew Marge, Corey Miller, Elizabeth Merkhofer, Paul Portner, Achim Ruopp, and Shabnam Tafreshi. We thank the anonymous reviewers and members of the NERT lab for feedback on this paper, as well as the organizers of the workshop.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Acknowledgments", |
|
"sec_num": null |
|
} |
|
], |
|
"bib_entries": { |
|
"BIBREF0": { |
|
"ref_id": "b0", |
|
"title": "Logics of Conversation", |
|
"authors": [ |
|
{ |
|
"first": "Nicholas", |
|
"middle": [], |
|
"last": "Asher", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Alex", |
|
"middle": [], |
|
"last": "Lascarides", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2003, |
|
"venue": "Studies in Natural Language Processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Nicholas Asher and Alex Lascarides. 2003. Logics of Conversation. Studies in Natural Language Process- ing. Cambridge University Press, Cambridge.", |
|
"links": null |
|
}, |
|
"BIBREF1": { |
|
"ref_id": "b1", |
|
"title": "Teaching computational linguistics to a large, diverse student body: Courses, tools, and interdepartmental interaction", |
|
"authors": [ |
|
{ |
|
"first": "Jason", |
|
"middle": [], |
|
"last": "Baldridge", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Katrin", |
|
"middle": [], |
|
"last": "Erk", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2008, |
|
"venue": "Proceedings of the Third Workshop on Issues in Teaching Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1--9", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Jason Baldridge and Katrin Erk. 2008. Teaching com- putational linguistics to a large, diverse student body: Courses, tools, and interdepartmental interaction. In Proceedings of the Third Workshop on Issues in Teaching Computational Linguistics, pages 1- 9, Columbus, Ohio. Association for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF2": { |
|
"ref_id": "b2", |
|
"title": "Strategies for teaching \"mixed\" computational linguistics classes", |
|
"authors": [ |
|
{ |
|
"first": "Eric", |
|
"middle": [], |
|
"last": "Fosler-Lussier", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2008, |
|
"venue": "Proceedings of the Third Workshop on Issues in Teaching Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "36--44", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Eric Fosler-Lussier. 2008. Strategies for teaching \"mixed\" computational linguistics classes. In Pro- ceedings of the Third Workshop on Issues in Teach- ing Computational Linguistics, pages 36-44, Colum- bus, Ohio. Association for Computational Linguis- tics.", |
|
"links": null |
|
}, |
|
"BIBREF3": { |
|
"ref_id": "b3", |
|
"title": "Rhetorical Structure Theory: Toward a functional theory of text organization", |
|
"authors": [ |
|
{ |
|
"first": "C", |
|
"middle": [], |
|
"last": "William", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Sandra", |
|
"middle": [ |
|
"A" |
|
], |
|
"last": "Mann", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Thompson", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1988, |
|
"venue": "Text", |
|
"volume": "8", |
|
"issue": "3", |
|
"pages": "243--281", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "William C. Mann and Sandra A. Thompson. 1988. Rhetorical Structure Theory: Toward a functional theory of text organization. Text, 8(3):243-281.", |
|
"links": null |
|
}, |
|
"BIBREF4": { |
|
"ref_id": "b4", |
|
"title": "Reflections on the Penn Discourse TreeBank, comparable corpora, and complementary annotation", |
|
"authors": [ |
|
{ |
|
"first": "Rashmi", |
|
"middle": [], |
|
"last": "Prasad", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Bonnie", |
|
"middle": [], |
|
"last": "Webber", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Aravind", |
|
"middle": [], |
|
"last": "Joshi", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2014, |
|
"venue": "Computational Linguistics", |
|
"volume": "40", |
|
"issue": "4", |
|
"pages": "921--950", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Rashmi Prasad, Bonnie Webber, and Aravind Joshi. 2014. Reflections on the Penn Discourse TreeBank, comparable corpora, and complementary annotation. Computational Linguistics, 40(4):921-950.", |
|
"links": null |
|
}, |
|
"BIBREF5": { |
|
"ref_id": "b5", |
|
"title": "The GUM corpus: Creating multilayer resources in the classroom. Language Resources and Evaluation", |
|
"authors": [ |
|
{ |
|
"first": "Amir", |
|
"middle": [], |
|
"last": "Zeldes", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2017, |
|
"venue": "", |
|
"volume": "51", |
|
"issue": "", |
|
"pages": "581--612", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.1007/s10579-016-9343-x" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Amir Zeldes. 2017. The GUM corpus: Creating mul- tilayer resources in the classroom. Language Re- sources and Evaluation, 51(3):581-612.", |
|
"links": null |
|
} |
|
}, |
|
"ref_entries": { |
|
"TABREF0": { |
|
"text": "", |
|
"type_str": "table", |
|
"content": "<table><tr><td/><td>Course</td><td colspan=\"3\">Target audience Frequency Instructor</td></tr><tr><td/><td>Intro NLP (INLP)</td><td>any except CS</td><td>Annual</td><td>Z</td></tr><tr><td>NLP</td><td>Advanced Python for CL</td><td>Ling+Analytics</td><td>Annual</td><td>A</td></tr><tr><td/><td>Empirical Methods in NLP (ENLP)</td><td>Ling+CS</td><td>Annual</td><td>S</td></tr><tr><td/><td>Computational Corpus Linguistics</td><td>any</td><td>Annual</td><td>Z</td></tr><tr><td>CL METHODS</td><td>Analyzing Language Data with R</td><td>Ling</td><td>2 Years</td><td>Z</td></tr><tr><td/><td>Machine Learning for Linguistics</td><td>Ling</td><td>2 Years</td><td>Z</td></tr><tr><td/><td>Speech Processing</td><td>Ling</td><td>2 Years</td><td>A</td></tr><tr><td colspan=\"2\">APPLICATIONS Dialogue Systems</td><td>any</td><td>2 Years</td><td>A</td></tr><tr><td/><td>Statistical/Neural Machine Translation</td><td>any</td><td>2 Years</td><td>A</td></tr><tr><td/><td>Social Factors in CL/AI</td><td>any</td><td>2 Years</td><td>A</td></tr><tr><td>SPECIAL</td><td>Discourse Modeling</td><td>Ling+CS</td><td>2 Years</td><td>Z</td></tr><tr><td>TOPICS</td><td>Grammar Formalisms</td><td>Ling</td><td>3-4 Years</td><td>P</td></tr><tr><td/><td>Meaning Representations</td><td>Ling+CS</td><td>2 Years</td><td>S</td></tr><tr><td/><td/><td/><td colspan=\"2\">, including de-</td></tr><tr><td/><td colspan=\"4\">tailed schedules with course materials, can be</td></tr><tr><td/><td colspan=\"4\">found via http://people.cs.georgetown.edu/</td></tr><tr><td/><td colspan=\"2\">nschneid/teaching.html.</td><td colspan=\"2\">Recent syllabi for</td></tr><tr><td/><td colspan=\"4\">courses taught by Amir Zeldes (instructor Z) can</td></tr><tr><td/><td colspan=\"4\">be found at https://corpling.uis.georgetown.</td></tr><tr><td/><td colspan=\"2\">edu/amir/pdf/syllabi/.</td><td/><td/></tr><tr><td/><td colspan=\"2\">3 Interdisciplinarity</td><td/><td/></tr><tr><td/><td colspan=\"4\">Our students include many from both the Linguis-</td></tr><tr><td/><td colspan=\"4\">tics and Computer Science departments, as well as</td></tr><tr><td/><td colspan=\"4\">some from other programs, such as Data Science</td></tr><tr><td/><td colspan=\"4\">& Analytics and language departments. We have</td></tr><tr><td/><td colspan=\"4\">developed a sequence of NLP courses designed</td></tr></table>", |
|
"num": null, |
|
"html": null |
|
}, |
|
"TABREF1": { |
|
"text": "Courses oriented specifically at computational linguistics or NLP and targeting graduate students (many are also open to undergraduates in their third and fourth years). The first group is the main NLP sequence that", |
|
"type_str": "table", |
|
"content": "<table/>", |
|
"num": null, |
|
"html": null |
|
} |
|
} |
|
} |
|
} |