6:30 – 1:00 Writing
- Realized that I had forgotten to go into how information seeking behavior of the IR users can potentially be used to vet the quality of the information they are looking at.
- Working my way through the lit review.
6:30 – 1:00 Writing
8:00 – 2:00 – Writing
7:30 – 1:30 Writing
7:00 – 5:00 VTX
Develop a ‘training’ corpus known bad actors (KBA) for each domain.
CREATE VIEW view_ratings AS
select io.link, qo.search_type, po.first_name, po.last_name, po.pp_state, ro.person_characterization from item_object io
INNER JOIN query_object qo ON io.query_id = qo.id
INNER JOIN rating_object ro on io.id = ro.result_id
INNER JOIN poi_object po on qo.provider_id = po.id;
7:00 – 2:00VTX