Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "W10-0506",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T05:02:35.589741Z"
},
"title": "Modeling Message Roles and Influence in Q&A Forums",
"authors": [
{
"first": "Jeonhyung",
"middle": [],
"last": "Kang",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Southern California Information Sciences Institute",
"location": {
"addrLine": "4676 Admiralty Was, Marina del Rey",
"region": "CA",
"country": "U.S.A"
}
},
"email": "[email protected]"
},
{
"first": "Jihie",
"middle": [],
"last": "Kim",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Southern California Information Sciences Institute",
"location": {
"addrLine": "4676 Admiralty Was, Marina del Rey",
"region": "CA",
"country": "U.S.A"
}
},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "We are modeling roles of individual messages and participants in Q&A discussion forums. In this paper, we present a mixed network model that represents message exchanges and message influences within a discussion thread. We first model individual message roles and thread-level user roles using discussion content features. We then combine the resulting message roles and the user roles to generate the overall influence network. Message influences and their aggregation over the network are analyzed using B-centrality measures. We use the results in identifying the most influential message in answering the initial question of the thread.",
"pdf_parse": {
"paper_id": "W10-0506",
"_pdf_hash": "",
"abstract": [
{
"text": "We are modeling roles of individual messages and participants in Q&A discussion forums. In this paper, we present a mixed network model that represents message exchanges and message influences within a discussion thread. We first model individual message roles and thread-level user roles using discussion content features. We then combine the resulting message roles and the user roles to generate the overall influence network. Message influences and their aggregation over the network are analyzed using B-centrality measures. We use the results in identifying the most influential message in answering the initial question of the thread.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Online discussion boards play an important role in various fields, including science, politics, and education. Understanding patterns of group interactions can be important in many applications. For example, in Q&A forums, some messages contain more useful or influential answers than others. Identifying useful content can help future discussions with similar issues. That is, useful information on a topic can be sent to related discussions (Kim et al., 2009) .",
"cite_spans": [
{
"start": 443,
"end": 461,
"text": "(Kim et al., 2009)",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "There has been some work on analyzing dialogue patterns in online discussion boards (Feng et al, 2006) . Some of these model message roles using dialogue acts such as question act or answer act. Most of these focus on modeling individual messages, often using surface forms. There has been limited study on thread-level modeling of the true roles of the messages, whether they provide information (source) or seek information (sink), or which message in the thread is most useful or influential as the source.",
"cite_spans": [
{
"start": 84,
"end": 102,
"text": "(Feng et al, 2006)",
"ref_id": "BIBREF0"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In this paper, we present a novel model of message influence within a discussion thread. In mod-eling the thread-level influence of the messages, besides the sink/source role of the individual messages, we take into account the roles of the message posters within the thread. In Q&A discussion threads, since the roles of the posters as an information provider or an information seeker often do not change within the same thread, such information can help us identify the true roles or influence of the messages.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "We combine the message roles and the user roles with a network model. Message influences and their aggregation over the network are analyzed using B-centrality measures. We use the resulting influence scores in identifying the most influential message in answering the initial question of the thread.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "We use discussion data from an Operating Systems course in the Computer Science department at the University of Southern California. Students use a discussion board, most commonly, to seek help on the project assignments. For this study, we use data from the Fall 2007 semester, with 177 discussion threads (randomly choose 133 for training and 44 for test) with 580 messages (randomly choose 451 for training and 129 for test).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Modeling Message Influence",
"sec_num": "2"
},
{
"text": "For each pair of messages where one is a reply to the other, we model the roles of the latter, as a sink or a source with respect to the former message or the message author. Some messages, especially long ones, can have both roles. Figure 1 shows an influence model of sink and source. A node represents either a user or a message. An edge is either a reply-to relation between two messages or an ownership of a message by a user. The direction of each edge indicates the direction of influence. A source is a message that provides information and it generates influence. In the top graph, B responds to A's message as an information source. A sink message requests information from others so the edge direction goes towards it. Note that sinks and sources are different from questions and answers since some of sources can take a form of a question (e.g. have you checked the manual?). Figure 2 shows an influence model of an information seeker and an information provider when they exchange messages. The information flows from the information provider to the information seeker, as indicated by the direction of the edges. In general, the initial poster seeks information and his or her role does not usually change within the thread. Without loss of generality, we assume that within a discussion thread, a user's role doesn't change for a certain amount of time, although he or she can post both Sink and Source messages, as shown in Figure 2 . Using this model, we can capture the intention of the message based on who posted the message. ",
"cite_spans": [],
"ref_spans": [
{
"start": 233,
"end": 241,
"text": "Figure 1",
"ref_id": "FIGREF0"
},
{
"start": 888,
"end": 896,
"text": "Figure 2",
"ref_id": "FIGREF1"
},
{
"start": 1440,
"end": 1448,
"text": "Figure 2",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "Sink and source roles of a message",
"sec_num": "2.1"
},
{
"text": "Individual messages were annotated with sink and source information. The same message can have both sink and source roles with respect to the prior message or its poster.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Message and Participant Role Classifiers",
"sec_num": "2.3"
},
{
"text": "The features used include cue phases (ngrams) and their positions, message position in the thread, author change information, the relative position of the message in the thread, a user's participation frequency (normalized), n-gram of previous messages with their positions and the message length. The details of these features are described in Kim et al (2009) .",
"cite_spans": [
{
"start": 345,
"end": 361,
"text": "Kim et al (2009)",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Message and Participant Role Classifiers",
"sec_num": "2.3"
},
{
"text": "We used a Support Vector Machine (Chang and Lin 2001) to create two binary classifiers (since one message can have both roles) that identify message roles: source and sink, and one binary classifier for user roles: information seeker and information provider. The precisions/recalls range from 0.89 to 0.96. F-scores are within 0.92-0.93.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Message and Participant Role Classifiers",
"sec_num": "2.3"
},
{
"text": "We generate a message-role graph and a user-role graph using the above model, and generate influence network combining user and message roles. Message influences and their aggregation over the network are analyzed using B-centrality measures.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Profiling Influence of Message with Centrality Measures",
"sec_num": "3"
},
{
"text": "To evaluate our source score accuracy (Ghosh and Lerman 2009) , we annotated the most influential source message for the initial question (sink) in each thread. We use Mean Reciprocal Rank Score (MRR) to evaluate our results. The combined model provides better results with an MRR score of 0.90. ",
"cite_spans": [
{
"start": 38,
"end": 61,
"text": "(Ghosh and Lerman 2009)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Profiling Influence of Message with Centrality Measures",
"sec_num": "3"
}
],
"back_matter": [
{
"text": "This work was supported by National Science Foundation, CCLI Phase II (#0618859).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgement",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "An Intelligent Discussion-Bot for Answering Student Queries in Threaded Discussions",
"authors": [
{
"first": "D",
"middle": [],
"last": "Feng",
"suffix": ""
},
{
"first": "E",
"middle": [],
"last": "Shaw",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Kim",
"suffix": ""
},
{
"first": "E",
"middle": [],
"last": "Hovy",
"suffix": ""
}
],
"year": 2006,
"venue": "Proc. of IUI",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Feng, D. Shaw, E. Kim, J. and Hovy, E. An Intelligent Discussion-Bot for Answering Student Queries in Threaded Discussions, Proc. of IUI-2006.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "The structure of heterogeneous networks",
"authors": [
{
"first": "R",
"middle": [],
"last": "Ghosh",
"suffix": ""
},
{
"first": "K",
"middle": [],
"last": "Lerman",
"suffix": ""
}
],
"year": 2009,
"venue": "Proc. of IEEE Social Comp. Conf",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ghosh, R. and Lerman, K. The structure of heterogeneous networks. Proc. of IEEE Social Comp. Conf, 2009.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Identifying student online discussions with unanswered questions",
"authors": [
{
"first": "J",
"middle": [],
"last": "Kim",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Li",
"suffix": ""
},
{
"first": "T",
"middle": [],
"last": "Kim",
"suffix": ""
}
],
"year": 2009,
"venue": "Proc. K-CAP",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kim, J., Li, J., and Kim, T. Identifying student online dis- cussions with unanswered questions,Proc. K-CAP 2009.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"num": null,
"uris": null,
"text": "Sink and source role of a message 2.2 Information seeker and information provider: Thread level roles",
"type_str": "figure"
},
"FIGREF1": {
"num": null,
"uris": null,
"text": "Thread-level user intention and message roles",
"type_str": "figure"
},
"TABREF0": {
"num": null,
"html": null,
"content": "<table><tr><td>Earlier source msg</td><td>msg role + msg</td><td>0.74</td></tr><tr><td/><td>location</td><td/></tr><tr><td>Earlier msg from info</td><td>User role + msg</td><td>0.68</td></tr><tr><td>providers</td><td>location</td><td/></tr></table>",
"type_str": "table",
"text": ""
},
"TABREF1": {
"num": null,
"html": null,
"content": "<table/>",
"type_str": "table",
"text": "MRR scores for different strategies"
}
}
}
}