week 2/3 Flashcards

(56 cards)

1
Q

RDF Graph =

A

set of triples

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

a triple:

A

subject, predicate, object

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

RDF graph representation

A

node and directed arc (labeled) diagram

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

semantic web is based on…

A

triples

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

… are the cornerstone of the semantic web

A

ontologies

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

components of ontologies

A

classes, relations, axioms, instances

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

OWL =

A

ontology web language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

One of specializations of OWL is

A

RDF/XML

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

owl: =

A

comes from owl name space and is used to define types in ontology

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

rdf:ID=”” where ID is the

A

class

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

symbol in serialized owl means

A

refer to this resource somewhere else in document

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

rdfs: domain means

A

allowed to use property only on certain instances

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

kb: in serialized owl means

A

knowledge base, defined by user

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

hermes framework input

A

news items from rss feesds, domain ontology linked to a semantic lexicon, user query

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

hermes framework outpu

A

news items as answer to the user query

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

4 phases HF

A
  1. News classification: relate news to ontology concepts
  2. Knowledge Based Updating: update knowledge base with info
  3. News querying: allow user to express concepts of interest and the temporal constraints
  4. Result presentation: present the news items that match user’s query
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

3 types of users domain ontology

A

casual user, domain expert, knowledge engineer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

ontology development

A

incremental middle-out approach, anchor concepts to their corresponding wordnet synsets, validated using the ontoclean methodology

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

preprocessing of news

A

filter out duplicates news (heuristic based on title)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

multiple lexical representations for same concept:

A

ontology synonyms and semantic lexicon synonyms

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

concepts w/o subclasses or instances:

A

semantic lexicon hypernyms

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

a longer match in news classification subsedes ..

A

a shorter match

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

WSD:

A

interconnection based on word context and a semantic lexicon

24
Q

synset:

A

set of synonyms

25
sense:
word with specific meaning
26
synset relations:
hypo/hypernyms, syno/antonyms, holo/meronyms
27
KBU, detect ...
events in news items
28
events in KBU have associated...
lexico sem patterns for their detection and actions for KBU
29
KBU:variables are used to..
link extracted info with update information
30
KBU: events are stored in...
ontology
31
query formulation. Present domain knowledfe as...
directed labeled multigraph
32
query formulation. User selects...
direct concepts of interest in conceptual graph
33
QF: user is able to add to its selection
indirect concepts of interest
34
news is time
stampled
35
query execution:
generate query in semantic query language and execute the semantic query
36
sort news items based on..
their relevance degree to the query
37
results presentation, per each news item show a...
summary
38
Hermes news portal HNP is an implementation of..
the hermes framework
39
precision=
concepts correctly identified in news items/# of concepts identified in news items
40
recall=
concepts correctly identified in news items/ # of concepts that should have been identified in the news items
41
Hermes framework presents ..
news items that match user interests
42
hermes cornerstone:
domain ontology anchored in a semantic lexicon
43
HNP based on
wordnet semantic lexicon, owl ontology,, sparql queries etc.
44
event =
rela between 2 entities in text
45
application of event extraction in..
news classification and KBU
46
event extraction languages:
lexico syntatic(uses lexical and syntatic info to extract events), lexico semantic (also uses semantic info from domain ontology)
47
why hermes phases have to happen in certain order?
in order to update knowledge base, it's important to know which concepts from the knowledge base have been already found in the news. In order to query the news, its important to have the most up to date knowledge base view on the real world. As news querying uses a boolean query, in the results representation its needed to rank the query output based on the query generalized disjuncitve semantics and present the results in a user visually appealing manner
48
3 owl features needed for modelling the domain ontology
``` cardinality restrictions (hasceo has cardinality 1) property symmetry (competitor is a symmetric property) property inverse (inverse of hasceo is isceoooof) ```
49
why hermes uses a beta is 0.3 in F_beta
in hermes rule learning its given priority to precision over recall when learning 1 rule, as the group of learned rules per event will ensure a high recall
50
difference lexico syntatic and lexico semantic pattern language to info extraction?
lexico sem pattern utilizes concepts from domain ontology which makes it easier to build and maintain patterns due to their increased expressivity and conciseness compared to their lexico syntactic counterparts
51
performance of lexico syntactic and lexico semantic rules is evaluated based on..
rule creation times, precision, recall and F1 measure
52
f1 measure =
harmonic mean within precision and recall
53
groups of rules extract...
specific events
54
rule learning using genetic programming termination criteria
rule: fixed number of its (keep best rule) | rule group: max number of its didnt improve rule group
55
fitness of a rule has values
alpha and beta
56
by beta smaller than 1 we give more importance to..
precision