ACL-OCL / Base_JSON /prefixI /json /in2writing /2022.in2writing-1.10.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
raw
history blame contribute delete
No virus
16.1 kB
{
"paper_id": "2022",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T07:32:59.469129Z"
},
"title": "News Article Retrieval in Context for Event-centric Narrative Creation",
"authors": [
{
"first": "Nikos",
"middle": [],
"last": "Voskarides",
"suffix": "",
"affiliation": {
"laboratory": "Amazon",
"institution": "",
"location": {
"settlement": "Barcelona",
"country": "Spain"
}
},
"email": ""
},
{
"first": "Edgar",
"middle": [],
"last": "Meij",
"suffix": "",
"affiliation": {},
"email": "emeij@bloomberg.nets.c.sauer@rug.nl"
},
{
"first": "Sabrina",
"middle": [],
"last": "Sauer",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Groningen",
"location": {
"settlement": "Groningen",
"country": "The Netherlands"
}
},
"email": ""
},
{
"first": "Maarten",
"middle": [],
"last": "De Rijke",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Amsterdam",
"location": {
"settlement": "Amsterdam",
"country": "The Netherlands"
}
},
"email": "m.derijke@uva.nl"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "Writers such as journalists often use automatic tools to find relevant content to include in their narratives. In this paper, we focus on supporting writers in the news domain to develop eventcentric narratives. Given an incomplete narrative that specifies a main event and a context, we aim to retrieve news articles that discuss relevant events that would enable the continuation of the narrative. We formally define this task and propose a retrieval dataset construction procedure that relies on existing news articles to simulate incomplete narratives and relevant articles. Experiments on two datasets derived from this procedure show that state-of-the-art lexical and semantic rankers are not sufficient for this task. We show that combining those with a ranker that ranks articles by reverse chronological order outperforms those rankers alone. We also perform analysis of the results that sheds light on the characteristics of this task. 1",
"pdf_parse": {
"paper_id": "2022",
"_pdf_hash": "",
"abstract": [
{
"text": "Writers such as journalists often use automatic tools to find relevant content to include in their narratives. In this paper, we focus on supporting writers in the news domain to develop eventcentric narratives. Given an incomplete narrative that specifies a main event and a context, we aim to retrieve news articles that discuss relevant events that would enable the continuation of the narrative. We formally define this task and propose a retrieval dataset construction procedure that relies on existing news articles to simulate incomplete narratives and relevant articles. Experiments on two datasets derived from this procedure show that state-of-the-art lexical and semantic rankers are not sufficient for this task. We show that combining those with a ranker that ranks articles by reverse chronological order outperforms those rankers alone. We also perform analysis of the results that sheds light on the characteristics of this task. 1",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Professional writers such as journalists generate narratives centered around specific events or topics. As shown in recent studies, such writers envision automatic systems that suggest material relevant to the narrative they are creating (Diakopoulos, 2019) . This material may provide background information or connections that can help writers generate new angles on the narrative and thus help engage the reader (Kirkpatrick, 2015) .",
"cite_spans": [
{
"start": 238,
"end": 257,
"text": "(Diakopoulos, 2019)",
"ref_id": "BIBREF2"
},
{
"start": 415,
"end": 434,
"text": "(Kirkpatrick, 2015)",
"ref_id": "BIBREF3"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Writers in the news domain often develop narratives around a single main event, and refer to other, related events that can serve different functions in relation to the narrative (van Dijk, 1988) . These include explaining the cause or the context of the main event or providing supporting information (Choubey et al., 2020) . Recent work has * Research conducted when the first author was at the University of Amsterdam.",
"cite_spans": [
{
"start": 179,
"end": 195,
"text": "(van Dijk, 1988)",
"ref_id": null
},
{
"start": 302,
"end": 324,
"text": "(Choubey et al., 2020)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "1 This is an extended abstract of a paper published at ACM ICTIR 2021: https://dl.acm.org/doi/10.1145/ 3471158.3472247.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "focused on automatically profiling news article content (i.e., paragraphs or sentences) in relation to their discourse function (Yarlott et al., 2018) .",
"cite_spans": [
{
"start": 128,
"end": 150,
"text": "(Yarlott et al., 2018)",
"ref_id": "BIBREF5"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In this paper, instead of profiling existing narratives, we consider a scenario where a writer has generated an incomplete narrative about a specific event up to a certain point, and aims to explore other news articles that discuss relevant events to include in their narrative. A news article that discusses a different event from the past is relevant to the writer's incomplete narrative if it relates to the narrative's main event and to the narrative's context. Relevance to the narrative's main event is topical in nature but, importantly, relevance to the narrative's context is not only topical: to be relevant to the narrative's context, a news article should enable the continuation of the narrative by expanding the narrative discourse (Caswell and D\u00f6rr, 2018) .",
"cite_spans": [
{
"start": 746,
"end": 770,
"text": "(Caswell and D\u00f6rr, 2018)",
"ref_id": "BIBREF0"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "We model the problem of finding a relevant news article given an incomplete narrative as a retrieval task where the query is an incomplete narrative and the unit of retrieval is a news article. We automatically generate retrieval datasets for this task by harvesting links from existing narratives manually created by journalists. Using the generated datasets, we analyze the characteristics of this task and study the performance of different rankers on this task. We find that state-of-the-art lexical and semantic rankers are not sufficient for this task and that combining those with a ranker that ranks articles by their reverse chronological order outperforms those rankers alone.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Our main contributions are: (i) we propose the task of news article retrieval in context for eventcentric narrative creation; (ii) we propose an automatic retrieval dataset construction procedure for this task; and (iii) we empirically evaluate the performance of different rankers on this task and perform an in-depth analysis of the results to better understand the characteristics of this task. 1 72",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
}
],
"back_matter": [],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Automated Journalism 2.0: Event-driven narratives",
"authors": [
{
"first": "David",
"middle": [],
"last": "Caswell",
"suffix": ""
},
{
"first": "Konstantin",
"middle": [],
"last": "D\u00f6rr",
"suffix": ""
}
],
"year": 2018,
"venue": "Journalism Practice",
"volume": "",
"issue": "4",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "David Caswell and Konstantin D\u00f6rr. 2018. Automated Journalism 2.0: Event-driven narratives. Journalism Practice, 12(4).",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Discourse as a Function of Event: Profiling Discourse Structure in News Articles around the Main Event",
"authors": [
{
"first": "Prafulla",
"middle": [],
"last": "Kumar Choubey",
"suffix": ""
},
{
"first": "Aaron",
"middle": [],
"last": "Lee",
"suffix": ""
},
{
"first": "Ruihong",
"middle": [],
"last": "Huang",
"suffix": ""
},
{
"first": "Lu",
"middle": [],
"last": "Wang",
"suffix": ""
}
],
"year": 2020,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Prafulla Kumar Choubey, Aaron Lee, Ruihong Huang, and Lu Wang. 2020. Discourse as a Function of Event: Profiling Discourse Structure in News Articles around the Main Event. In ACL. ACL.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Automating the News: How Algorithms Are Rewriting the Media",
"authors": [
{
"first": "Nicholas",
"middle": [],
"last": "Diakopoulos",
"suffix": ""
}
],
"year": 2019,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Nicholas Diakopoulos. 2019. Automating the News: How Algorithms Are Rewriting the Media. Harvard University Press.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Putting the Data Science into Journalism",
"authors": [
{
"first": "Keith",
"middle": [],
"last": "Kirkpatrick",
"suffix": ""
}
],
"year": 2015,
"venue": "Commun. ACM",
"volume": "",
"issue": "5",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Keith Kirkpatrick. 2015. Putting the Data Science into Journalism. Commun. ACM, 58(5).",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Identifying the Discourse Function of News Article Paragraphs",
"authors": [
{
"first": "W",
"middle": [
"Victor"
],
"last": "Yarlott",
"suffix": ""
},
{
"first": "Cristina",
"middle": [],
"last": "Cornelio",
"suffix": ""
},
{
"first": "Tian",
"middle": [],
"last": "Gao",
"suffix": ""
},
{
"first": "Mark",
"middle": [],
"last": "Finlayson",
"suffix": ""
}
],
"year": 2018,
"venue": "Workshop on Events and Stories in the News 2018. ACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "W. Victor Yarlott, Cristina Cornelio, Tian Gao, and Mark Finlayson. 2018. Identifying the Discourse Function of News Article Paragraphs. In Workshop on Events and Stories in the News 2018. ACL.",
"links": null
}
},
"ref_entries": {}
}
}