Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "W10-0507",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T05:06:10.104323Z"
},
"title": "",
"authors": [],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "",
"pdf_parse": {
"paper_id": "W10-0507",
"_pdf_hash": "",
"abstract": [],
"body_text": [
{
"text": "Jihie Kim and Aram Galstyan Information Sciences Institute / Univesity of Southern California Marina del Rey, CA, USA {jihie,galstyan}@isi.edu",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Towards Modeling Social and Content Dynamics in Discussion Forums",
"sec_num": null
},
{
"text": "Recent years have witnessed the transformation of the World Wide Web from an information-gathering and processing tool into an interactive communication medium in the form of online discussion forums, chat-rooms, blogs, and so on. There is strong evidence suggesting that social networks facilitate new ways to interact with information in such media. Understanding the mechanisms and the patterns of such interactions can be important for many applications. Currently, there is not much work that adequately models interaction between social networks and information content. From the perspective of social network analysis, most existing work is concerned with understanding static topological properties of social networks represented by such forums. For instance, Park and Maurer (2009) applied node clustering to identify consensus and consensus facilitators, while Kang et al. (2009) uses discussion thread co-participation relations to identify (static) groups in discussions. On discussion content analysis research side, there have been approaches for classifying messages with respect to dialogue roles (Carvalho and Cohen, 2005; Ravi and Kim, 2007) , but they often ignore the role and the impact of underlying social interactions.",
"cite_spans": [
{
"start": 768,
"end": 790,
"text": "Park and Maurer (2009)",
"ref_id": "BIBREF3"
},
{
"start": 871,
"end": 889,
"text": "Kang et al. (2009)",
"ref_id": "BIBREF1"
},
{
"start": 1113,
"end": 1139,
"text": "(Carvalho and Cohen, 2005;",
"ref_id": "BIBREF0"
},
{
"start": 1140,
"end": 1159,
"text": "Ravi and Kim, 2007)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Extended Abstract",
"sec_num": null
},
{
"text": "Thus, the current static network and content analysis approaches provide limited support for",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Extended Abstract",
"sec_num": null
},
{
"text": "\u2022 Capturing dynamics of social interactions: the sequence of communication or who is responding to whom is important in understanding the nature of interactions. \u2022 Relating social interactions to content analysis: the content can give hint on the nature of the interaction and vice versa (e.g., users with more social interactions are more likely to have common interests).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Extended Abstract",
"sec_num": null
},
{
"text": "To address the above issues, one needs to go beyond the static analysis approach, and develop dynamical models that will explicitly account for the interplay between the content of communication (topics) and the structure of communications (social networks). Such framework and corresponding algorithmic base will allow us to infer \"polarizing\" topics discussed in forums, identify evolving communities of interests, and examine the link between social and content dynamics.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Extended Abstract",
"sec_num": null
},
{
"text": "To illustrate the advantages and the need for more fine-grained analysis, we now turn to a concrete example. Figure 1 (a) provides a sample of discussion co-participation network from an online discussion forum. Each oval node represents a user and each square shows a discussion thread, while each arrow represents users participating in the thread. The numbers on the arrow represent the number of messages contributed to the thread. Ten discussion threads with 127 messages from 43 users are captured. Based on this network, we can identify users that have similar interests, cluster topics and/or users according to similarities, and so on. However, this network is too coarse-grained to get additional information about the social interactions. For instance, it does not say anything whether co-participating users have similar or conflicting views.",
"cite_spans": [],
"ref_spans": [
{
"start": 109,
"end": 117,
"text": "Figure 1",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Extended Abstract",
"sec_num": null
},
{
"text": "We now contrast the above network with a more fine-grained representation of forum dynamics. We performed a thorough manual analysis of threads, by taking into account the sequence of messages to construct response-to graph, and then manually annotating the attitudes of each message towards the one it was responding to. Figure 1(b) provides a signed attitude network from the same dataset as the one used for Figure 1(a) . Each node represents a user and an arrow shows how one replies to the other. The numbers on the arrow represent the number of the reply-to occurrences, while the color of the link represents the attitude. Here we use a very loose definition of \"attitude\". Namely, positive (blue) attitude means that the posting user agrees with the previous comment or message, or expresses friendly sentiments. And negative attitude means disagreeing with the previous message or using outright offensive language. The resulting signed network differentiates links between the users (friends or foes).",
"cite_spans": [],
"ref_spans": [
{
"start": 322,
"end": 333,
"text": "Figure 1(b)",
"ref_id": "FIGREF0"
},
{
"start": 411,
"end": 422,
"text": "Figure 1(a)",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Extended Abstract",
"sec_num": null
},
{
"text": "Clearly, the resulting network is much more informative about the social interactions among the users. Remarkably, even for the small manually collected data-set, the resulting network reproduces some of the known features of signed networks from social sciences (Lescovec et. al., 2010; Wassermanc and Faust, 1994) . For instance, the highlighted ovals show balanced triads: two friends with a common enemy and three mutual friends. This with structural balance theory, which suggests that in signed network particular triads with odd number of positive links (three mutual friends or two friends with a common enemy) are more plausible than other cases (e.g. three mutual foes). As we add more data, we expect more occurrences of such triads.",
"cite_spans": [
{
"start": 263,
"end": 287,
"text": "(Lescovec et. al., 2010;",
"ref_id": null
},
{
"start": 288,
"end": 315,
"text": "Wassermanc and Faust, 1994)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Extended Abstract",
"sec_num": null
},
{
"text": "Our current research focuses on automating the above process of network construction and analysis. To this end, we have been developing approaches based on Dynamic Bayesian Networks where the nodes correspond to participating users and messages, and the edges encode probabilistic dependence between message content and user attitudes. In this framework, the content of a message depends on the previous message as well as on the attitude of the posting user towards both the content and the other user. The observables in this model are the messages (and in some cases, some user-attributes such as age, location etc). And the unobservables such as users' attitudes and social preferences are modeled through latent variables that need to be inferred. To be more specific, let u 1 and u 2 denote the variables describing the users, and m 1 , m 2 , ... denote the message sequence. Within the proposed generative framework, the goal is to calculate the posterior probability P (u 1 , u 2 |m 1 , m 2 , ...) \u221d \u03c0(u 1 )\u03c0(u 2 )\u03c0(m 1 |u 1 ) K t=2 P (m t |m t\u22121 , u i=1,2 ). Here \u03c0(.) are the priors, and P (m t |m t\u22121 , u i ) is a probability of seeing a particular response by the user u i to a message m t\u22121 , which will be estimated using annotated data and further refined through EM-type approach.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Extended Abstract",
"sec_num": null
}
],
"back_matter": [],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "On the collective classification of email speech acts",
"authors": [
{
"first": "V",
"middle": [],
"last": "Carvalho",
"suffix": ""
},
{
"first": "W",
"middle": [],
"last": "Cohen",
"suffix": ""
}
],
"year": 2005,
"venue": "Proc. of SIGIR",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Carvalho, V. and Cohen, W., On the collective classifica- tion of email speech acts. Proc. of SIGIR (2005).",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Profiling Student Groups in Online Discussion with Network Analysis",
"authors": [
{
"first": "J",
"middle": [],
"last": "Kang",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Kim",
"suffix": ""
},
{
"first": "E",
"middle": [],
"last": "Shaw",
"suffix": ""
}
],
"year": 2009,
"venue": "Proc. of K-CAP wsp on Analyzing Social Media",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kang, J., Kim, J. and Shaw, E., Profiling Student Groups in Online Discussion with Network Analysis, Proc. of K-CAP wsp on Analyzing Social Media (2009).",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Signed Networks in Social Media. ACM SIGCHI Conference on Human Factors in Computing Systems",
"authors": [
{
"first": "J",
"middle": [],
"last": "Leskovec",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Huttenlocher",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Kleinberg",
"suffix": ""
}
],
"year": 2010,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Leskovec, J. Huttenlocher, D. Kleinberg. J. Signed Net- works in Social Media. ACM SIGCHI Conference on Human Factors in Computing Systems (2010).",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Network Analysis of Stakeholders in Tool Visioning Process for Story Test Driven Development",
"authors": [
{
"first": "S",
"middle": [],
"last": "Park",
"suffix": ""
},
{
"first": "F",
"middle": [],
"last": "Maurer",
"suffix": ""
}
],
"year": 2009,
"venue": "Proc. IEEE Int'l Conf",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Park, S. Maurer F. A. Network Analysis of Stakeholders in Tool Visioning Process for Story Test Driven De- velopment, Proc. IEEE Int'l Conf. on Engineering of Complex Computer Systems, (2009)",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Profiling Student Interactions in Threaded Discussions with Speech Act Classifiers",
"authors": [
{
"first": "S",
"middle": [],
"last": "Ravi",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Kim",
"suffix": ""
}
],
"year": 2007,
"venue": "Proc. AI in Education",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ravi, S., Kim, J., Profiling Student Interactions in Threaded Discussions with Speech Act Classifiers. Proc. AI in Education (2007).",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Social Network Analysis: Methods and Applications",
"authors": [
{
"first": "S",
"middle": [],
"last": "Wasserman",
"suffix": ""
},
{
"first": "",
"middle": [
"K"
],
"last": "Faust",
"suffix": ""
}
],
"year": 1994,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Wasserman, S. and Faust. K. Social Network Analysis: Methods and Applications. Camb. U. Press, (1994).",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"num": null,
"uris": null,
"type_str": "figure",
"text": "(a) Thread participation network; (b) Signed attitude network. In (b), the circles show two triangle relationships suggested by structural balance theory."
}
}
}
}