Escrito por estudiantes que aprobaron Inmediatamente disponible después del pago Leer en línea o como PDF ¿Documento equivocado? Cámbialo gratis 4,6 TrustPilot
logo-home
Document preview thumbnail
Vista previa 1 fuera de 4 páginas
Examen

Detecting Intent of Web Queries using Questions and Answers in CQA Corpus

Document preview thumbnail
Vista previa 1 fuera de 4 páginas

Web user’s satisfaction. Structure of QAs or their relationships were also analyzed as useful sources [18]. In this study, we analyze CQA contents from a novel viewpoint of intent and try to connect its characteristics with Web search activity to match a query with multiple intents. This approach can reduce user’s effort to find useful idea for achieving the goal of Web search. III. DETECTING INTENT OF WEB QUERY BY EXTRACTING INTENT WORDS Figure 1 shows the overall concept of our system. We send queries to CQA corpus and Web search engine in order to collect the ranked list of QAs and Web pages matched with query keywords. By using our method, we detect intent words in QAs and then calculate the overlap with the collected Web pages. Finally re-ranked Web pages are returned. Our model is based on two intuitive assumptions as follows: Assumption 1: A question matched with query keywords is a possible expression of intent behind the query. Assumption 2: Answer of the question contains possible information about questioner’s intent. A. Detecting Intent Words in Questions We first describe the way to deetct intent features from questions only. Our previous research [20] showed the method to detect intent words in questions by using headword extraction [16] and TFIDF scheme. In this paper, we extend the previous method by using data from Web indices. For this purpose, Yahoo! term extraction API1 is chosen to collect lists of significant words or phrases based on Web contents. We send question phrase to this API, and returned words are deemed to be significant words in question phrase. This method can supplement the drawbacks of headword extraction method and handle n-gram features in a question phrase. As a result, candidate intent words of question in ith QA of given query, W Q′ i = {wq1 i , wq2 i , ...} are collected. 1 B. Detecting Intent Words in Answers Next, we show how to detect intent features from answers to questions. Detecting intent words in answers is affected by their questions. First we categorize questions for the purpose of checking the usefulness of features in questions and answers, and then we calculate their degrees of importance by using other QAs in CQA. 1) Categorizing Questions: Extracting semantics from question sentences is a challenging problem. Si et al. [18] classifies search keywords into 11 categories – REC (Recommendation), FAC (Seeking facts), YNO (Yes/No decision), HOW (How-to question), WHY (Seeking reason), TSL (Translation), DEF (Definition), OPN (Seeking opinion), TRA (Transportation), INT (Interactive) and MAT (Math problem) – by sampling a set of questions from the Web and performing manual analysis. We adapt these categories for categorizing questions in CQA contents with the following modifications. a) Though few questions belong to OPN and INT category we collect only the best answer of each question to exclude OPN and INT questions. (From now on, we call the best answer of a question as ‘answer.’) We discard TSL questions. b) If the answer has a few features ( l terms), or the answer phrase starts with Yes / No and contains few features, this question belongs to YNO category. c) If the answer has many features (≥ l terms) and contains items using steps, this question belongs to MAT category. We generalize the original meaning of MAT category to the cases that contain itemized answers, and each item in the answer is concerned with intent words in the question. d) If the question has many features (≥ l terms), and contains items using steps, and at least an intent word of the question is shown in the answer, this question belongs to REC category. Then intent words in the question which are observed in answer phrase are important to understand the question. e) We group FAC, HOW, WHY, DEF and TRA categories to INF (Information) category. All features in question and answer are connected together. As a result, we use 4 question categories, YNO, MAT, REC and INF. The usage of features in the answer depends on its question category. We discard features in answer in YNO, collect ones in items of answers in MAT, collect ones matched with intent words in question in REC, and all features in answer in INF question. Finally we can collect candidate intent words in answers, W A′ i = {wa1 i , wa2 i , ...}, and in consequence also decrease the number of intent words in MAT category question to W Q′′ i , |W Q′′ i |≤|W Q′ i |. 2) Calculating Corpus-based Support of Intent Words: Candidate intent words in answers are collected by question categorization, but there are still many words in answers. To assess the importance of intent words in answers, we try to collect similar QAs by using questions, called supported QAs. Our

Vista previa del contenido

2011 IEEE/WIC/ACM International Conferences on Web Intelligence and Intelligent Agent Technology




Detecting Intent of Web Queries
using Questions and Answers in CQA Corpus
Soungwoong Yoon Adam Jatowt Katsumi Tanaka
Graduate School of Informatics, Kyoto University
Yoshida Honmachi, Sakyo, Kyoto 606-8501 Japan
{yoon, adam, tanaka}@dl.kuis.kyoto-u.ac.jp


Abstract—Detecting intent in Web search activity is important In this paper, we propose the methodology for using answers
task for finding relevant Web information. However extracting as well as questions in CQA corpus under the assumption that
intents from users’ queries is difficult as users express their intent the answers contain valuable information for extracting Web
by issuing short and often ambiguous queries; yet at the same
time it is crucial factor for enhancing user satisfaction. Showing query intent. This assumption is based on the observation that
the variety of candidate intents behind a query could help users the connections between a question and its answer(s) (QA)
choose correct intent expressions and improve the Web search. are semantically meaningful. Suppose a QA represents certain
In this paper, we propose the methodology for detecting intent, the question is regarded as an expression of intent, and
intent of Web queries using Community Question-Answer (CQA) the answer represents the target information of intent.
information. Our assumption is that questions and its answers
in CQA corpus reflect intents of questioners. To detect these
Our work aims at detecting important words in QA which
intents, we use the semantic connections between questions and clearly represent intent, called intent words. We have previ-
its answers. We categorize questions to find the connections of ously suggested the methodology to extract intent words from
features within a question and its answers, detect intent words questions [20], but we need to propose more comprehensive
in answers by calculating supports of concerned CQA contents, approach that considers also answers. Usually answers are
and cluster questions and their answers by these intent words.
Experimental results show that the variety of Web query intents
more diverse and noisy when compared to questions. Using
can be found with satisfactory performance. semantic relations in questions and its answers, we propose the
Index Terms—Query intent; Community Question-Answer cor- methodology to extract intent words from both the questions
pus; and answers. Candidate intent words in answers are collected
through question categorization, which shows semantic con-
I. I NTRODUCTION nections between features in question and ones in its answers.
CQA corpus-based support of intent words in answers is
Users search for Web information following their needs, and calculated to find appropriate intent words in answers. Finally,
usually their queries are explicit expressions of their search QAs are clustered using weighted K-Means clustering method
needs. We regard the information need in Web search activity for better intent representation. Extracted intent words can
as intent. However, a user query is generally not sufficient to successfully be used to re-rank Web search results, as shown
describe intent as it usually contains only a few terms [11]. in our experiments, and improve query modification.
The problem is that users may have insufficient knowledge or
skills to express their intents. Users can reformulate the initial II. R ELATED R ESEARCH
query following the search results shown to them, then their Intent finding has been important and challenging issue
knowledge span is expanded by clues extracted from search of Web search. Following the query classification into basic
activities. classes [1], numerous studies were made to find user intent by
Useful clues of intent can be detected from the query by using general click history [2], [14], personal profile [13], and
the variety of background knowledge and reasoning. Data sets statistical modeling [4], [11]. External thesauri [6], [11], [15],
concerned with queries such as click logs are useful to general- [17] were also used for detecting intent of Web query. Users
ize [1], [2] or personalize queries [13]. Other possible solutions may change or refine intents following their knowledge ac-
are manipulation of the query such as query suggestion [4], cumulated during the search session while browsing retrieved
expansion [5] and/or reformulation [10]. results by search engine [8], click a result [7], or even input
If we regard querying as asking, Community Question- queries [12] so discovering intent is complex and ongoing task.
Answer (CQA) corpora is the direct representation of asking Several researches were done for analyzing CQA informa-
activities that users generally do on the Web. When compared tion [9], [18], [19]. Their statistical analysis showed the CQA
to keyword-based searching, the intents behind the questions structure of CQA and emphasized the connections among
in CQA corpus are clearer. In our previous research [20] CQA users. Semantic analysis of CQA contents had been
we showed that questions in CQA corpus contain useful also conducted [19]. Based on statistical analysis of user
information to find the range of different search intents behind interaction data, researchers found meaningful factors and tried
Web queries. to estimate the effectiveness of CQA contents for enhancing

978-0-7695-4513-4/11 $26.00 © 2011 IEEE 352
DOI 10.1109/WI-IAT.2011.41

Información del documento

Subido en
9 de agosto de 2024
Número de páginas
4
Escrito en
2024/2025
Tipo
Examen
Contiene
Preguntas y respuestas
$15.49

¿Documento equivocado? Cámbialo gratis Dentro de los 14 días posteriores a la compra y antes de descargarlo, puedes elegir otro documento. Puedes gastar el importe de nuevo.
Escrito por estudiantes que aprobaron
Inmediatamente disponible después del pago
Leer en línea o como PDF

Seller avatar
Los indicadores de reputación están sujetos a la cantidad de artículos vendidos por una tarifa y las reseñas que ha recibido por esos documentos. Hay tres niveles: Bronce, Plata y Oro. Cuanto mayor reputación, más podrás confiar en la calidad del trabajo del vendedor.
TIFFACADEMICS
3.6
(134)
Vendido
682
Seguidores
375
Artículos
6202
Última venta
2 meses hace


Por qué los estudiantes eligen Stuvia

Creado por compañeros estudiantes, verificado por reseñas

Calidad en la que puedes confiar: escrito por estudiantes que aprobaron y evaluado por otros que han usado estos resúmenes.

¿No estás satisfecho? Elige otro documento

¡No te preocupes! Puedes elegir directamente otro documento que se ajuste mejor a lo que buscas.

Paga como quieras, empieza a estudiar al instante

Sin suscripción, sin compromisos. Paga como estés acostumbrado con tarjeta de crédito y descarga tu documento PDF inmediatamente.

Student with book image

“Comprado, descargado y aprobado. Así de fácil puede ser.”

Alisha Student

Preguntas frecuentes