Skip to main content

A MULTI-OBJECTIVE OPTIMIZATION APPROACH FOR QUESTION ROUTING IN COMMUNITY QUESTION ANSWERING SERVICES

A MULTI-OBJECTIVE OPTIMIZATION APPROACH FOR QUESTION ROUTING IN COMMUNITY QUESTION ANSWERING SERVICES

ABSRACT
Community Question Answering (CQA) has increasingly become an
important service for people asking questions and providing answers online, which enables people to help each other by sharing knowledge. Recently, with accumulation of users and contents, much concern has arisen over the efficiency and answer quality of CQA services. To address this problem, question routing has been proposed which aims at routing new. In this paper, we formulate question routing as a multi-objective ranking problem. And present a multi-objective learning-to-rank approach for question routing (MLQR), which can simultaneously optimize the answering possibility and answer quality of routed users. In MLQR, realizing that questions are relatively short and usually attached with tags, We first propose a tag word topic model (TTM) to derive topical representations of questions. Based on TTM, we then develop features for each question-user pair, which are captured at both platform level and thread level. In particular, the platform-level features summarize the information of a user from his/her history posts in the CQA platform, while the thread-level features model the pair wise competitions of a user with others in his/her answered threads.
 
 
 
EXISTING SYSTEM
                       
                           On one hand an asker might wait for several days before receiving the first answer of the question, while answerers have to browse many questions before finding one they want to answer. On the other hand, many answers are low quality, from which the askers can get very little help. The main idea of MLQR is to train a multi-objective ranking model mapping from a list of user features to a list of scores for ranking these users. Specifically, we extend a single-objective learning-to-rank algorithm, i.e., Lambda MART to optimize answering possibility and answer quality simultaneously. To extract suitable user features, we use TTM to build connections between user history posts and the given question. Specifically, we capture a user's interest, activeness and expertise for a question at both platform level and thread level.

DISADAVANTAGE
 Noticing this fact, recent studies have tried to together approach
answering possibility and answer quality .
 However, since these studies do not explicitly optimize the two
objectives of question routing (i.e., maximize both the answering possibility and answer quality of routed uses).
 They might suffer poor performance






PROPOSED SYSTEM
We present a multi-objective learning-to-rank approach for question routing in CQA services, which is referred to as MLQR this work is the first attempt to tackle the question routing problem in a way of multi objective optimization. We propose a tag word topic model (TTM) which explicitly models tag word co-occurrences and aggregates them on the corpus level. We develop features for a question-user pair, which capture a user’s interest, activeness and expertise for a question at both platform level and thread level. We conduct extensive experiments to evaluate the performance of our MLQR on real-world datasets. MLQR achieves significant improvements over state of the art methods in terms of both answering possibility and answer quality.

ADVANTAGES
 TTM can derive good topical representations for questions, which can benefit not only question routing but also other tasks (e.g., question retrieval) in CQA services.
 The performance of our MLQR on real-world datasets.
 MLQR achieves significant improvements over state-ofthe- art methods in terms of both answering possibility and answer quality.







SYSTEM REQUIREMENTS:

HARDWARE REQUIREMENT
 System : Pentium IV 2.4 GHz.
 Hard Disk : 40 GB.
 Floppy Drive : 1.44 Mb.
 Monitor : 15 VGA Colour.
 Mouse : Sony.
 Ram : 512 Mb.

SOFTWARE REQUIREMENT:
 Operating system : Windows XP/7/8
 Coding Language : ASP. Net with C#/Java












CONCULSION

               We tackle the question routing problem in CQA services in a way of multi-objective optimization. In particular, we first formulate question routing as a multi-objective ranking problem, and then present a multi-objective learning-to-rank approach for question routing (MLQR). Based on TTM, we develop two sets of features which capture a user’s interest, activeness and expertise for a question at both platform level and thread level. features are further used in an

extended learning-to-rank algorithm, which can optimize the objectives of question routing simultaneously. Experimental results on real-world datasets show that our MLQR can outperform state-of-the-art methods in terms of both answering possibility and answer quality.

Comments

Popular posts from this blog

Inverted Linear Quadtree: Efficient Top K Spatial Keyword Search

Inverted Linear Quadtree: Efficient Top K Spatial Keyword Search ABSTRACT: In this paper, With advances in geo-positioning technologies and geo-location services, there are a rapidly growing amount of spatiotextual objects collected in many applications such as location based services and social networks, in which an object is described by its spatial location and a set of keywords (terms). Consequently, the study of spatial keyword search which explores both location and textual description of the objects has attracted great attention from the commercial organizations and research communities. In the paper, we study two fundamental problems in the spatial keyword queries: top k spatial keyword search (TOPK-SK), and batch top k spatial keyword search (BTOPK-SK). Given a set of spatio-textual objects, a query location and a set of query keywords, the TOPK-SK retrieves the closest k objects each of which contains all keywords in the query. BTOPK-SK is the batch processing of sets...

A simple and reliable touch sensitive security system CODING

#include <REGX51.H> #include "lcd.c" #define MAX_DELAY() delay(65000) sbit Vibra_Sense=P3^1; sbit Buz=P1^0; void intro() {  lcd_init();  lcd_str("Touch Sensitive ",0x80);  lcd_str("Security System ",0xc0);  MAX_DELAY();MAX_DELAY();  lcd_clr();  }  void main()  { unsigned int i = 0, j= 0; intro();    while(1)    { lcd_str("Security Syst On",0x80); lcd_str("No Vibra Detectd",0xc0); Buz = 1; if(Vibra_Sense == 1) { while(Vibra_Sense == 1) delay(1000); } else { while(Vibra_Sense == 0) delay(1000); } Buz = 0; lcd_str("Vibraton Detectd",0xc0);delay(65000); while(1);    }  }

A Time Efficient Approach for Detecting Errors in Big Sensor Data on Cloud

A Time Efficient Approach for Detecting Errors in Big Sensor Data on Cloud Abstract                                                                                                                                                      ...