Pular para o conteúdo principal

Exploratory Search: From Finding to Understanding - Leitura de Artigo

Gary Marchionini. 2006. Exploratory search: from finding to understanding. Commun. ACM  49, 4 (April 2006), 41–46. https://doi.org/10.1145/1121949.1121979
 
This article distinguishes exploratory search that blends querying and browsing strategies from retrieval that is best served by analytical strategies ...
 
Exploratory search. Search is a fundamental life activity.
 
A hierarchy of information needs may also be defined that ranges from basic facts that guide short-term actions (for example, the predicted chance for rain today to decide whether to bring an umbrella) to networks of related concepts that help us understand phenomena or execute complex activities (for example, the relationships between bond prices and stock prices to manage a retirement portfolio) to complex networks of tacit and explicit knowledge that accretes as expertise over a lifetime (for example, the most promising paths of investigation for the seasoned scholar or designer). 
 
For these respective layers of information needs, we can define kinds of information-seeking activities, each with associated strategies and tactics that might be supported with computational tools.  
 
 
These activities are represented as overlapping clouds because people may engage in multiple kinds of search in parallel, and some activities may be embedded in others ...
 
Lookup is the most basic kind of sear ch task and has been the focus of development for database management systems and much of what Web search engines support. Lookup tasks return discrete and well-structured objects such as numbers, names, short statements, or specific files of text or other media. 
 
Database management systems support fast and accurate data lookups in business and industry; in journalism, lookups are related to questions of who, when, and where as opposed to what, how, and why questions. In libraries, lookups have been called “known itemsearches to distinguish them from subject or topical searches.
 
Most people think of lookup searches as “fact retrieval” or “question answering.
 
Clearly, lookup tasks have been among the most successful applications of computers and remain an active area of research and development.
 
[Lookup em Data Retrieval, Information Retrieval e Question Answering] 

Learning searches involve multiple iterations and return sets of objects that require cognitive processing and interpretation. Note that “learning” here is used in its general sense of developing new knowledge and thus includes self-directed life-long learning and professional learning as well as the usual directed learning in schools.
 
Much of the search time in learning search tasks is devoted to examining and comparing results and reformulating queries to discover the boundaries of meaning for key concepts.
 
[Esforço humano em análise e interpretação. Seria possível reaproveitar através do histórico de buscas? FAQ]
[Consultar e navegar, avaliar o resultado, refinar a consulta] 
[Exemplo: Realizar uma Revisão Sistemática sobre um potencial problema de pesquisa]
 
Investigative searching may be done to support planning and forecasting, or to transform existing data into new data or knowledge. In addition to finding new information, investigative searches may seek to discover gaps in knowledge (for example, “negative search” [1]) so that new research can begin or dead-end alleys can be avoided.
 
[Identificar o que não se sabe, o que o KB não contempla ou que ainda não foi reconhecido como conhecimento] 

Serendipitous browsing that is done to stimulate analogical thinking is another kind of investigative search. Investigative searching is more concerned with recall  (maximizing the number of possibly relevant objects that are retrieved) than precision (minimizing the number of possibly irrelevant objects that are retrieved) and thus not well supported by today’s Web search engines.
 
[Cobertura apresenta mais alternativas, mais respostas possíveis MAS pode sobrecarregar o usuário com informações para analisar] 

In the database realm, query-by-example (QBE) interfaces were early alternatives to formal language interfaces and QBE-like systems remain the primary method for supporting non-textual queries in multimedia systems. 
 
[QBE x Modelagem de consultas em linguagem do KB em relação a perguntas em NL] 

There is also substantial evidence in the IR literature that relevance feedback—asking information seekers to make relevance judgments about returned objects and then executing a revised query based on those judgments—is a powerful way to improve retrieval. However, practice shows that people are often unwilling to take the added step to provide feedback when the search paradigm is the classic turntaking model. T o engage people more fully in the search process and put them in continuous control, researchers are devising highly interactive user interfaces.   
   
[Dificuldade de obter o feedback do usuário]

Comentários

  1. White, R.W. & Roth, R.A. 2009. Exploratory search: beyond the query response paradigm, Synthesis Lectures on Information Concepts, Retrieval, and Services, Morgan & Claypool Publishers.

    ResponderExcluir
    Respostas
    1. Lido e tem 3 posts com os trechos mais importantes e comentários de leitura

      Excluir

Postar um comentário

Sinta-se a vontade para comentar. Críticas construtivas são sempre bem vindas.

Postagens mais visitadas deste blog

Connected Papers: Uma abordagem alternativa para revisão da literatura

Durante um projeto de pesquisa podemos encontrar um artigo que nos identificamos em termos de problema de pesquisa e também de solução. Então surge a vontade de saber como essa área de pesquisa se desenvolveu até chegar a esse ponto ou quais desdobramentos ocorreram a partir dessa solução proposta para identificar o estado da arte nesse tema. Podemos seguir duas abordagens:  realizar uma revisão sistemática usando palavras chaves que melhor caracterizam o tema em bibliotecas digitais de referência para encontrar artigos relacionados ou realizar snowballing ancorado nesse artigo que identificamos previamente, explorando os artigos citados (backward) ou os artigos que o citam (forward)  Mas a ferramenta Connected Papers propõe uma abordagem alternativa para essa busca. O problema inicial é dado um artigo de interesse, precisamos encontrar outros artigos relacionados de "certa forma". Find different methods and approaches to the same subject Track down the state of the art rese...

Knowledge Graph Embedding with Triple Context - Leitura de Abstract

  Jun Shi, Huan Gao, Guilin Qi, and Zhangquan Zhou. 2017. Knowledge Graph Embedding with Triple Context. In Proceedings of the 2017 ACM on Conference on Information and Knowledge Management (CIKM '17). Association for Computing Machinery, New York, NY, USA, 2299–2302. https://doi.org/10.1145/3132847.3133119 ABSTRACT Knowledge graph embedding, which aims to represent entities and relations in vector spaces, has shown outstanding performance on a few knowledge graph completion tasks. Most existing methods are based on the assumption that a knowledge graph is a set of separate triples, ignoring rich graph features, i.e., structural information in the graph. In this paper, we take advantages of structures in knowledge graphs, especially local structures around a triple, which we refer to as triple context. We then propose a Triple-Context-based knowledge Embedding model (TCE). For each triple, two kinds of structure information are considered as its context in the graph; one is the out...

KnOD 2021

Beyond Facts: Online Discourse and Knowledge Graphs A preface to the proceedings of the 1st International Workshop on Knowledge Graphs for Online Discourse Analysis (KnOD 2021, co-located with TheWebConf’21) https://ceur-ws.org/Vol-2877/preface.pdf https://knod2021.wordpress.com/   ABSTRACT Expressing opinions and interacting with others on the Web has led to the production of an abundance of online discourse data, such as claims and viewpoints on controversial topics, their sources and contexts . This data constitutes a valuable source of insights for studies into misinformation spread, bias reinforcement, echo chambers or political agenda setting. While knowledge graphs promise to provide the key to a Web of structured information, they are mainly focused on facts without keeping track of the diversity, connection or temporal evolution of online discourse data. As opposed to facts, claims are inherently more complex. Their interpretation strongly depends on the context and a vari...