2009/05/25
information retrieval summer school padova
You were registered at our conference on EUROPEAN SUMMER SCHOOL IN INFORMATION RETRIEVAL 2009.
2009/04/01
Web Information Retrieval: Spam Detection and Named Entity Recognition
Spam detection
Linguistic features
Adds: web spam
Full search engines: for ranking it-self
Challenge:
Complexity
Scale
Co-adaptation.
Blog spam: blog of hide links
Attractive keywords
Linguistic analysis
Light-weight linguistic analysis
Air web – workshop
Attributes for ML.
Lexical diversity
Syntactical entropy
Labels
- Hosts
- Documents
String distance metrics
Name variations complicate the t…
Permutations, abbreviations, speling mistakes, declensions
Edit distance metrics:
Levenshtein
Bag distance
Needleman-wunsh
Smith-watermar
Smith-waterman with affine gaps.
Common character-level n-grams
q-grams, positional, q-grams, skip-grams
longest common substring LCS
string distance
jaro
jaro – winkler
jwm
2009/03/31
Web Information Retrieval: Spam Detection and Named Entity Recognition
Query decomposition
Topical query descomposition
Query in red
Do blue set
Quality of decomposition
Cost: low topical scattered
Red faction low `(small quantity of documents)
Inter-query overlap (well descompose)
Uncovered (try to cover all the query).
Annealing function
Solutions are neighbors if they differed by 1 query.
Properties:
Quasi-transitive (temperature preference)
Utility function
Social preferences
Majority voting: is not transitive
Single peakedness
Arrows social welfare function
We like:
Arrow’s impossibility theorem.
2009/03/19
2009/03/18
Machine learning
A tentative table of contents:
- Bayesian Decision Theory
- minimum error rate classification
- discriminant functions and decision surfaces
- Parametric models and parameter estimation
- Non-parametric techniques
- K-Nearest neighbors classifier
- Decision trees
- Linear models
- Perceptron
- Logistic regression (Maxent)
- Large margin and kernel methods
- Generative versus discriminative modeling
- Sequence labeling and structure prediction
- Hidden Markov and MaxEnt Markov Models
- Sequence perceptron
- Conditional Random Fields
- Learning + Inference models
2009/03/13
Intelectual Propety Management
2009/03/12
Tutorial on Grammar induction
key words:
Bayesian learning
signal '--> concept
making up a grammar:
we start with a grammar where each rule describe one of the sentence of the corpus: so there are the same number of non terminal nodes/symbols as a terminal nodes or words at the corpus.
2 operations:
Merge - > reduce the number of nodes.
Chinking - > increase the number of nodes.
Selecting operations the grammar become more and more open.
The objective is to compare trees analysis, so the accuracy is measure as how near get the tree analysis of the emerge parser compared with the tree of a stablish parser.
(??? not very clear point)
for artificial grammars it give a very good results.
For real data sets not very good.
Full information:
http://turing.science.uva.nl/~jzuidema/teaching/dublin09/