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

Android Tutorial

Android  is a complete set of software for mobile devices such as tablet computers, notebooks, smartphones, electronic book readers, set-top boxes etc. It contains a  linux-based Operating System ,  middleware  and  key mobile applications . It can be thought of as a mobile operating system. But it is not limited to mobile only. It is currently used in various devices such as mobiles, tablets, televisions etc. This tutorial is developed for beginners and experienced persons. Let's see the topics of android that we are going to learn. Basics of Android In this fundamental chapter, you will learn about android, its components, how to create first android application, internal of first android application etc. What is Android History and Version Software Stack Core Building Blocks Android Emulator Installing softwares Setup Eclipse Hello Android example Internal Details Dalvik VM AndroidManifest.xml R.java Hide Title Bar Activity and I...

CLOUD WORKFLOW SCHEDULING WITH DEADLINE AND TIME SLOT ALGORITHM

CLOUD WORKFLOW SCHEDULING WITH DEADLINE AND TIME SLOT ALGORITHM Abstract Allocating service capacities in cloud computing is based on the assumption that they are unlimited and can be used at any time. However, available service capacities change with workload and cannot satisfy users’ requests at any time from the cloud provider’s perspective because cloud services can be shared by multiple tasks. Cloud service providers provide available time slots for new user’s requests based on available capacities. In this paper, we consider workflow scheduling with deadline and time slot availability in cloud computing. An iterated heuristic framework is presented for the problem under study which mainly consists of initial solution construction, improvement, and perturbation. Three initial solution construction strategies, two greedy- and fair-based improvement strategies and a perturbation strategy are proposed. Different strategies in the three phases result in several heuristics. ...

ABSTRACT

MULTI USER GSM BASED DIGITAL SCROLLING LED DISPLAY WITH PASSWORD AND VOICE ABSTRACT The project mainly focuses on transmission of textual data through air interface by the use of GSM through asynchronous serial communication. The data will be processed by the microcontroller it programmed by embedded c language by using KEIL C compiler. The data will be displayed on led display on LED only after entering unique pass key. Existing System: How a reliable and an authentic wireless communication could be easily developed between a mobile phone and microcontroller using GSM (Global System for Mobile Communication) MODEM (Modulator-Demodulator). This technical paper explains GSM based e-notice board which can be widely used for multitude of applications including educational sector, traffic control, banks, and public advertisements, stoke exchanges etc. Proposed System: In this project we not only send the data, but send the data with pass code also. Which enables us to preve...