[SOLVED] 自然语言处理NLP python代写:CSCI-UA.0480-011 Homework Number 4

30 $

File Name: 自然语言处理NLP_python代写:CSCI-UA.0480-011_Homework_Number_4.zip
File Size: 668.82 KB

SKU: 0307495160 Category: Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Or Upload Your Assignment Here:


Homework Number 4

Due February 28, 2017 (2 weeks)

  1. Download the zip file at this link . It a link to a file on NYUClasses — so you will need the appropriate login to download it.  It will include the following files:
    • A training file (WSJ_02-21.pos) consisting of about 950K words.   Each line consists of a token, a single blank, and the
      part-of-speech of that token using the Penn Treebank tag set. Sentence boundaries are marked by an empty line (about 40K sentences).
    • A Development file (WSJ_24.pos) in the same format as the training file, consisting of about 32.9 K words (about 1350 sentences).
    • A Development test file (WSJ_24.words) — the same as WSJ_24.pos, but without the POS tags
    • A Test file (WSJ_23.words) in the same format as the Development test file. (56.7K words, about 2415 sentences.)
    • There is also a README.txt file describing the data
    • There is a scoring program (score.py — written in python2) for you to see how well you are doing on the development set.
  1. For development purposes, use the development corpus as your test corpus. Use it for debugging and improving your code, initially ignoring the POS. Later when you are ready to submit the HW, merge the development and training corpora. So you can train with more data when running the system you are submitting.
  2. Make a table of the prior probabilities for each of POS tags (assuming bigrams) using the training corpus. (update your training corpus before submitting as per 4)
  3. Make a likelihood table including all words in the training corpus. (update your training corpus before submitting as per 4)
  4. Implement a Viterbi HMM POS tagger using the prior probabilities and likelihood tables. This program should take a corpus in the format of the test corpus and produce output in the format of the training corpus.  As per 4, in the development stage of your program-writing use the training corpus to create the tables and run the system on the development corpus.  For the final system, merge the training and development and run on the test.
    • If you plan to use a language other than python or java, please let me know.
    • Use some strategy to handle the “likelihood” of out of vocabulary (OOV) items. Possible strategies include:
      • use 1/1000 (or other number) as your likelihood for all OOV items and use this same likelihood for all parts of speech — effectively only use the transition probability for OOV words
      • use the distribution of all items occurring only once as the basis of computing likelihoods for OOV items, e.g., suppose there are 50K words occurring 1 time in the corpus, 46,010 NN, 3704K JJ, 243 VBD, 40 RB, 2 IN, and 1 DT, then the likelihoods would be the total number of words of each category divided by these numbers.  If there are a total of 200K NNs in the corpus then there is a 46010/200K change that the NN will be an unknown word. In other words, we are pretending that *UNKNOWN_WORD* is a single word.
      • use some modified version of the above that take into account the endings of the words
      • see section 5.8 of Jurafsky and Martin for other possibilities
  1. Submit your homework through NYUClasses. It should consist of:
    • Your code
    • Your output for the test data.  Use WSJ_23.words to produce an output file called YOUR_NET_ID.pos
    • a 1-page write-up (how to run your system, what you did to handle OOV items, etc.)
  2. You may discuss methods with anybody you want, including fellow students. However, you should submit your own code.
  3. There is more information and more options at the end of the lecture 4 HMM slides on the webiste.
  4. You have the option of collaborating with one other person and doing a joint entry for this project. However, if you do this, you should add at lease one interesting strategy aimed at achieving a higher score. It is OK if your attempt is unsuccessful, provided you include a description of what you tried along with an explanation of why you think it didn’t work. There are more details in the HMM slides.
  5. Grading is based on: your score on the test corpus and whether or not you implemented anything extra.

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Shopping Cart
[SOLVED] 自然语言处理NLP python代写:CSCI-UA.0480-011 Homework Number 4
30 $