Quiz Space

Introduction to Natural Language Processing · Quiz 1 · 23 Feb 2025 · January 2025 term

Question 30: In a semantic role labeling evaluation, a model has iden…

Question 30

+2 marksNumerical answer

In a semantic role labeling evaluation, a model has identified 100 correct semantic roles out of 120 total semantic roles it predicted. What is the precision of the model as a decimal (rounded to two decimal places)?

Show answer

Correct answer: 0.83

Question 30 of 30 in the IIT Madras BS Introduction to Natural Language Processing (Intro to NLP) Quiz 1 paper sat on 23 Feb 2025, in the January 2025 term (IIT M DEGREE AN EXAM QDB2 23 Feb 2025). It carries 2 marks.

More questions from this paper

  1. Q1Consider the following conversation:\ User: “It’s quite cold in here.”\ Bot: “Yes, the temperature is 20^(o)C.”\ User: …
  2. Q2Statement: “Lexical ambiguity occurs when an individual word has multiple dictionary meanings.”
  3. Q3What makes the example “Time flies like an arrow” particularly challenging for POS tagging?
  4. Q4Anaphora resolution can be fully solved using only syntactic parsing techniques.
  5. Q5Which of the following statements correctly describes the relationship between Finite State Automata (FSA) and Finite S…
  6. Q6Which of the following sequences represents a valid order of calculations in the Forward algorithm of HMM?
  7. Q7Which feature combination would be most effectively handled by CRF but not by HMM for POS tagging?
  8. Q8Figure question
  9. Q9Figure question
  10. Q10In evaluating a dependency parser, the following results were obtained on a test set of 500 words: • 450 words have the…
  11. Q11The phonological level of NLP processing is crucial for improving the performance of text-based sentiment analysis syst…
  12. Q12In the sentence “I saw her duck,” morphological analysis alone is sufficient to determine whether “duck” is being used …
  13. Q13Which would be the most appropriate approach for processing millions of search queries in real- time?
  14. Q14Which approach would be most appropriate for building a dictionary lookup system?
  15. Q15Rule-based POS tagging always results in accurate tagging because it relies on linguistic rules rather than probabiliti…
  16. Q16Which of the following demonstrates an “overlapping entity” scenario in NER?
  17. Q17Consider the following phrase structure rule: NP → (Det) (Adj) N (PP)\ Which of the following statements about this rul…
  18. Q18Given the sentence “The chef cooked a meal for the guests using fresh ingredients,” identify the Semantic Roles of the …
  19. Q19Context-Free Grammar (CFG) rules can only generate sentences with a fixed word order.
  20. Q20The CKY parsing algorithm requires the grammar to be in Chomsky Normal Form (CNF).
  21. Q21In the sentence “He gave her a book,” the dependency relationship between “gave” and “book” is labeled as nsubj.
  22. Q22Which evaluation metric would you use to measure the proportion of correct dependency relations retrieved by a parser f…
  23. Q23Given tables are emission and transition probability tables for a POS tagger. Emission probability: | Words | Noun | Ve…
  24. Q24Which of the following are applications of clustering in NLP tasks? (Select all that apply)
  25. Q25Which characteristics distinguish Morphological Analysis (MA)from POS tagging? (Select all that apply)
  26. Q26What are potential issues when implementing stemming? (Select all that apply)
  27. Q27Which of the following are true about the relationship between POS tagging, NER, and classification models? (Select all…
  28. Q28Which of the following NLP tasks would benefit from processing at the discourse level? (Select all that apply)
  29. Q29Which of the following statements about stemming and lemmatization are true?