ACL-OCL / Base_JSON /prefixI /json /in2writing /2022.in2writing-1.12.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
raw
history blame contribute delete
No virus
37.1 kB
{
"paper_id": "2022",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T07:33:00.908897Z"
},
"title": "Sparks: Inspiration for Science Writing using Language Models",
"authors": [
{
"first": "Katy",
"middle": [
"Ilonka"
],
"last": "Gero",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Columbia University",
"location": {}
},
"email": ""
},
{
"first": "Vivian",
"middle": [],
"last": "Liu",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Columbia University",
"location": {}
},
"email": ""
},
{
"first": "Lydia",
"middle": [
"B"
],
"last": "Chilton",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Columbia University",
"location": {}
},
"email": "chilton@cs.columbia.edu"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "Large-scale language models are rapidly improving, performing well on a variety of tasks with little to no customization. In this work we investigate how language models can support science writing, a challenging writing task that is both open-ended and highly constrained. We present a system for generating \"sparks\", sentences related to a scientific concept intended to inspire writers. We run a user study with 13 STEM graduate students and find three main use cases of sparks-inspiration, translation, and perspective-each of which correlates with a unique interaction pattern. We also find that while participants were more likely to select higher quality sparks, the overall quality of sparks seen by a given participant did not correlate with their satisfaction with the tool. 1",
"pdf_parse": {
"paper_id": "2022",
"_pdf_hash": "",
"abstract": [
{
"text": "Large-scale language models are rapidly improving, performing well on a variety of tasks with little to no customization. In this work we investigate how language models can support science writing, a challenging writing task that is both open-ended and highly constrained. We present a system for generating \"sparks\", sentences related to a scientific concept intended to inspire writers. We run a user study with 13 STEM graduate students and find three main use cases of sparks-inspiration, translation, and perspective-each of which correlates with a unique interaction pattern. We also find that while participants were more likely to select higher quality sparks, the overall quality of sparks seen by a given participant did not correlate with their satisfaction with the tool. 1",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "New developments in large-scale language models have produced models that are capable of generating coherent, convincing text in a wide variety of domains (Vaswani et al., 2017; Brown et al., 2020; Adiwardana et al., 2020) . Their success has spurred improvements on many tasks, from classification and summarization (Brown et al., 2020) to creative writing support (Coenen et al., 2021) . These improvements demonstrate that language models have the potential to support writers in real-world, highimpact domains.",
"cite_spans": [
{
"start": 155,
"end": 177,
"text": "(Vaswani et al., 2017;",
"ref_id": "BIBREF11"
},
{
"start": 178,
"end": 197,
"text": "Brown et al., 2020;",
"ref_id": "BIBREF3"
},
{
"start": 198,
"end": 222,
"text": "Adiwardana et al., 2020)",
"ref_id": "BIBREF0"
},
{
"start": 317,
"end": 337,
"text": "(Brown et al., 2020)",
"ref_id": "BIBREF3"
},
{
"start": 366,
"end": 387,
"text": "(Coenen et al., 2021)",
"ref_id": "BIBREF5"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Despite their successes, language models continue to exhibit known problems, such as generic outputs (Holtzman et al., 2020) , lack of diversity in their outputs (Ippolito et al., 2019) , and factually false or contradictory information (Lin et al., 2021) . Additionally, there remain many unknowns about how this technology will interface with people in real-world writing tasks, such as how language models can best contribute to different writ-ing forms (Calderwood et al., 2018) and how to mitigate the bias that language models encode (Bender et al., 2021) .",
"cite_spans": [
{
"start": 101,
"end": 124,
"text": "(Holtzman et al., 2020)",
"ref_id": "BIBREF7"
},
{
"start": 162,
"end": 185,
"text": "(Ippolito et al., 2019)",
"ref_id": "BIBREF8"
},
{
"start": 237,
"end": 255,
"text": "(Lin et al., 2021)",
"ref_id": "BIBREF9"
},
{
"start": 457,
"end": 482,
"text": "(Calderwood et al., 2018)",
"ref_id": "BIBREF4"
},
{
"start": 540,
"end": 561,
"text": "(Bender et al., 2021)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In this work we study how language models can be applied to a real-world, high-impact writing task: science writing. This introduces challenges different to those in traditional creative writing tasks which tend to deal with common objects and relations. Science writing requires a system to demonstrate proficiency within an area of expertise. We pose the following research question: How can language model outputs support writers in a creative but constrained writing task?",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "As a test-bed, we use a science writing form called \"tweetorials\" (Breu, 2020) . Tweetorials are short, technical explanations of around 500 words written on Twitter for a general audience; they have a low-barrier to entry and are gaining popularity as a science writing form (Soragni and Maitra, 2019) . We present a system that aims to inspire writers when writing tweetorials on a topic of their expertise. This system provides what we call \"sparks\": sentences generated with a language model intended to spark ideas in the writer.",
"cite_spans": [
{
"start": 66,
"end": 78,
"text": "(Breu, 2020)",
"ref_id": "BIBREF2"
},
{
"start": 276,
"end": 302,
"text": "(Soragni and Maitra, 2019)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "We report on a study in which we have 13 graduate students from five STEM disciplines write tweetorials with our system and report on how they thought about and made use of the sparks. We make the following contributions:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "\u2022 a system that generates \"sparks\" related to a scientific concept, including a custom decoding method for generating sparks from a pre-trained language model; \u2022 an evaluation demonstrating that sparks are more coherent and diverse than a baseline, and approach a human gold standard; \u2022 a user study with 13 graduate students showing three main use cases of sparks and corresponding interaction patterns, as well as an analysis on how spark quality relates to participant satisfaction.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "This extended abstract summarizes work published in Designing Interactive Systems(Gero et al., 2022).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Towards a Human-like Open-Domain Chatbot",
"authors": [
{
"first": "Daniel",
"middle": [],
"last": "Adiwardana",
"suffix": ""
},
{
"first": "Minh-Thang",
"middle": [],
"last": "Luong",
"suffix": ""
},
{
"first": "David",
"middle": [
"R"
],
"last": "So",
"suffix": ""
},
{
"first": "Jamie",
"middle": [],
"last": "Hall",
"suffix": ""
},
{
"first": "Noah",
"middle": [],
"last": "Fiedel",
"suffix": ""
},
{
"first": "Romal",
"middle": [],
"last": "Thoppilan",
"suffix": ""
},
{
"first": "Zi",
"middle": [],
"last": "Yang",
"suffix": ""
},
{
"first": "Apoorv",
"middle": [],
"last": "Kulshreshtha",
"suffix": ""
},
{
"first": "Gaurav",
"middle": [],
"last": "Nemade",
"suffix": ""
},
{
"first": "Yifeng",
"middle": [],
"last": "Lu",
"suffix": ""
},
{
"first": "V",
"middle": [],
"last": "Quoc",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Le",
"suffix": ""
}
],
"year": 2020,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"arXiv": [
"arXiv:2001.09977"
]
},
"num": null,
"urls": [],
"raw_text": "Daniel Adiwardana, Minh-Thang Luong, David R. So, Jamie Hall, Noah Fiedel, Romal Thoppilan, Zi Yang, Apoorv Kulshreshtha, Gaurav Nemade, Yifeng Lu, and Quoc V. Le. 2020. Towards a Human-like Open-Domain Chatbot. arXiv:2001.09977 [cs, stat] (Feb. 2020). http://arxiv.org/abs/2001. 09977 arXiv: 2001.09977.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "On the Dangers of Stochastic Parrots: Can Language Models Be Too Big",
"authors": [
{
"first": "Emily",
"middle": [
"M"
],
"last": "Bender",
"suffix": ""
},
{
"first": "Timnit",
"middle": [],
"last": "Gebru",
"suffix": ""
},
{
"first": "Angelina",
"middle": [],
"last": "Mcmillan-Major",
"suffix": ""
},
{
"first": "Shmargaret",
"middle": [],
"last": "Shmitchell",
"suffix": ""
}
],
"year": 2021,
"venue": "Proceedings of the 2021 ACM Conference on Fairness, Accountability, and Transparency. ACM, Virtual Event Canada",
"volume": "",
"issue": "",
"pages": "610--623",
"other_ids": {
"DOI": [
"10.1145/3442188.3445922"
]
},
"num": null,
"urls": [],
"raw_text": "Emily M. Bender, Timnit Gebru, Angelina McMillan- Major, and Shmargaret Shmitchell. 2021. On the Dangers of Stochastic Parrots: Can Lan- guage Models Be Too Big?. In Proceedings of the 2021 ACM Conference on Fairness, Account- ability, and Transparency. ACM, Virtual Event Canada, 610-623. https://doi.org/10. 1145/3442188.3445922",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "From Tweetstorm to Tweetorials: Threaded Tweets as a Tool for Medical Education and Knowledge Dissemination",
"authors": [
{
"first": "Anthony",
"middle": [
"C"
],
"last": "Breu",
"suffix": ""
}
],
"year": 2020,
"venue": "Seminars in Nephrology",
"volume": "40",
"issue": "",
"pages": "273--278",
"other_ids": {
"DOI": [
"10.1016/j.semnephrol.2020.04.005"
]
},
"num": null,
"urls": [],
"raw_text": "Anthony C. Breu. 2020. From Tweetstorm to Tweetorials: Threaded Tweets as a Tool for Medical Education and Knowledge Dissemina- tion. Seminars in Nephrology 40, 3 (May 2020), 273-278. https://doi.org/10.1016/j. semnephrol.2020.04.005",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Ilya Sutskever, and Dario Amodei. 2020. Language Models are Few-Shot Learners",
"authors": [
{
"first": "Tom",
"middle": [
"B"
],
"last": "Brown",
"suffix": ""
},
{
"first": "Benjamin",
"middle": [],
"last": "Mann",
"suffix": ""
},
{
"first": "Nick",
"middle": [],
"last": "Ryder",
"suffix": ""
},
{
"first": "Melanie",
"middle": [],
"last": "Subbiah",
"suffix": ""
},
{
"first": "Jared",
"middle": [],
"last": "Kaplan",
"suffix": ""
},
{
"first": "Prafulla",
"middle": [],
"last": "Dhariwal",
"suffix": ""
},
{
"first": "Arvind",
"middle": [],
"last": "Neelakantan",
"suffix": ""
},
{
"first": "Pranav",
"middle": [],
"last": "Shyam",
"suffix": ""
},
{
"first": "Girish",
"middle": [],
"last": "Sastry",
"suffix": ""
},
{
"first": "Amanda",
"middle": [],
"last": "Askell",
"suffix": ""
},
{
"first": "Sandhini",
"middle": [],
"last": "Agarwal",
"suffix": ""
},
{
"first": "Ariel",
"middle": [],
"last": "Herbert-Voss",
"suffix": ""
},
{
"first": "Gretchen",
"middle": [],
"last": "Krueger",
"suffix": ""
},
{
"first": "Tom",
"middle": [],
"last": "Henighan",
"suffix": ""
},
{
"first": "Rewon",
"middle": [],
"last": "Child",
"suffix": ""
},
{
"first": "Aditya",
"middle": [],
"last": "Ramesh",
"suffix": ""
},
{
"first": "Daniel",
"middle": [
"M"
],
"last": "Ziegler",
"suffix": ""
},
{
"first": "Jeffrey",
"middle": [],
"last": "Wu",
"suffix": ""
},
{
"first": "Clemens",
"middle": [],
"last": "Winter",
"suffix": ""
},
{
"first": "Christopher",
"middle": [],
"last": "Hesse",
"suffix": ""
},
{
"first": "Mark",
"middle": [],
"last": "Chen",
"suffix": ""
},
{
"first": "Eric",
"middle": [],
"last": "Sigler",
"suffix": ""
},
{
"first": "Mateusz",
"middle": [],
"last": "Litwin",
"suffix": ""
}
],
"year": 2020,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"arXiv": [
"arXiv:2005.14165"
]
},
"num": null,
"urls": [],
"raw_text": "Tom B. Brown, Benjamin Mann, Nick Ryder, Melanie Subbiah, Jared Kaplan, Prafulla Dhariwal, Arvind Neelakantan, Pranav Shyam, Girish Sastry, Amanda Askell, Sandhini Agarwal, Ariel Herbert-Voss, Gretchen Krueger, Tom Henighan, Rewon Child, Aditya Ramesh, Daniel M. Ziegler, Jeffrey Wu, Clemens Winter, Christopher Hesse, Mark Chen, Eric Sigler, Mateusz Litwin, Scott Gray, Ben- jamin Chess, Jack Clark, Christopher Berner, Sam McCandlish, Alec Radford, Ilya Sutskever, and Dario Amodei. 2020. Language Models are Few-Shot Learners. arXiv:2005.14165 [cs] (July 2020). http://arxiv.org/abs/2005. 14165 arXiv: 2005.14165.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "How Novelists Use Generative Language Models: An Exploratory User Study",
"authors": [
{
"first": "Alex",
"middle": [],
"last": "Calderwood",
"suffix": ""
},
{
"first": "Vivian",
"middle": [],
"last": "Qiu",
"suffix": ""
},
{
"first": "Katy",
"middle": [
"Ilonka"
],
"last": "Gero",
"suffix": ""
},
{
"first": "Lydia",
"middle": [
"B"
],
"last": "Chilton",
"suffix": ""
}
],
"year": 2018,
"venue": "23rd International Conference on Intelligent User Interfaces",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Alex Calderwood, Vivian Qiu, Katy Ilonka Gero, and Lydia B Chilton. 2018. How Novelists Use Genera- tive Language Models: An Exploratory User Study. In 23rd International Conference on Intelligent User Interfaces. ACM.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Wordcraft: a Human-AI Collaborative Editor for Story Writing",
"authors": [
{
"first": "Andy",
"middle": [],
"last": "Coenen",
"suffix": ""
},
{
"first": "Luke",
"middle": [],
"last": "Davis",
"suffix": ""
},
{
"first": "Daphne",
"middle": [],
"last": "Ippolito",
"suffix": ""
},
{
"first": "Emily",
"middle": [],
"last": "Reif",
"suffix": ""
},
{
"first": "Ann",
"middle": [],
"last": "Yuan",
"suffix": ""
}
],
"year": 2021,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"arXiv": [
"arXiv:2107.07430"
]
},
"num": null,
"urls": [],
"raw_text": "Andy Coenen, Luke Davis, Daphne Ippolito, Emily Reif, and Ann Yuan. 2021. Wordcraft: a Human-AI Collaborative Editor for Story Writing. arXiv:2107.07430 [cs] (July 2021).",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Sparks: Inspiration for Science Writing using Language Models",
"authors": [
{
"first": "Katy",
"middle": [
"Ilonka"
],
"last": "Gero",
"suffix": ""
},
{
"first": "Vivian",
"middle": [],
"last": "Liu",
"suffix": ""
},
{
"first": "Lydia",
"middle": [
"B"
],
"last": "Chilton",
"suffix": ""
}
],
"year": 2022,
"venue": "Designing Interactive Systems Conference 2022. ACM, Virtual Event USA",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Katy Ilonka Gero, Vivian Liu, and Lydia B. Chilton. 2022. Sparks: Inspiration for Science Writing using Language Models. In Designing Interactive Systems Conference 2022. ACM, Virtual Event USA.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "The Curious Case of Neural Text Degeneration",
"authors": [
{
"first": "Ari",
"middle": [],
"last": "Holtzman",
"suffix": ""
},
{
"first": "Jan",
"middle": [],
"last": "Buys",
"suffix": ""
},
{
"first": "Li",
"middle": [],
"last": "Du",
"suffix": ""
},
{
"first": "Maxwell",
"middle": [],
"last": "Forbes",
"suffix": ""
},
{
"first": "Yejin",
"middle": [],
"last": "Choi",
"suffix": ""
}
],
"year": 2020,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"arXiv": [
"arXiv:1904.09751"
]
},
"num": null,
"urls": [],
"raw_text": "Ari Holtzman, Jan Buys, Li Du, Maxwell Forbes, and Yejin Choi. 2020. The Curious Case of Neu- ral Text Degeneration. arXiv:1904.09751 [cs] (Feb. 2020). http://arxiv.org/abs/1904. 09751 arXiv: 1904.09751.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Comparison of Diverse Decoding Methods from Conditional Language Models",
"authors": [
{
"first": "Daphne",
"middle": [],
"last": "Ippolito",
"suffix": ""
},
{
"first": "Reno",
"middle": [],
"last": "Kriz",
"suffix": ""
},
{
"first": "Maria",
"middle": [],
"last": "Kustikova",
"suffix": ""
},
{
"first": "Jo\u00e3o",
"middle": [],
"last": "Sedoc",
"suffix": ""
},
{
"first": "Chris",
"middle": [],
"last": "Callison-Burch",
"suffix": ""
}
],
"year": 2019,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"arXiv": [
"arXiv:1906.06362"
]
},
"num": null,
"urls": [],
"raw_text": "Daphne Ippolito, Reno Kriz, Maria Kustikova, Jo\u00e3o Sedoc, and Chris Callison-Burch. 2019. Compar- ison of Diverse Decoding Methods from Condi- tional Language Models. arXiv:1906.06362 [cs] (June 2019). http://arxiv.org/abs/1906. 06362 arXiv: 1906.06362.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "TruthfulQA: Measuring How Models Mimic Human Falsehoods",
"authors": [
{
"first": "Stephanie",
"middle": [],
"last": "Lin",
"suffix": ""
},
{
"first": "Jacob",
"middle": [],
"last": "Hilton",
"suffix": ""
},
{
"first": "Owain",
"middle": [],
"last": "Evans",
"suffix": ""
}
],
"year": 2021,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"arXiv": [
"arXiv:2109.07958"
]
},
"num": null,
"urls": [],
"raw_text": "Stephanie Lin, Jacob Hilton, and Owain Evans. 2021. TruthfulQA: Measuring How Models Mimic Hu- man Falsehoods. arXiv preprint arXiv:2109.07958 (2021), 13. https://arxiv.org/abs/2109. 07958",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Of scientists and tweets",
"authors": [
{
"first": "Alice",
"middle": [],
"last": "Soragni",
"suffix": ""
},
{
"first": "Anirban",
"middle": [],
"last": "Maitra",
"suffix": ""
}
],
"year": 2019,
"venue": "Nature Reviews Cancer",
"volume": "19",
"issue": "",
"pages": "479--480",
"other_ids": {
"DOI": [
"10.1038/s41568-019-0170-4"
]
},
"num": null,
"urls": [],
"raw_text": "Alice Soragni and Anirban Maitra. 2019. Of scien- tists and tweets. Nature Reviews Cancer 19, 9 (Sept. 2019), 479-480. https://doi.org/10. 1038/s41568-019-0170-4",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Attention is All you Need",
"authors": [
{
"first": "Ashish",
"middle": [],
"last": "Vaswani",
"suffix": ""
},
{
"first": "Noam",
"middle": [],
"last": "Shazeer",
"suffix": ""
},
{
"first": "Niki",
"middle": [],
"last": "Parmar",
"suffix": ""
},
{
"first": "Jakob",
"middle": [],
"last": "Uszkoreit",
"suffix": ""
},
{
"first": "Llion",
"middle": [],
"last": "Jones",
"suffix": ""
},
{
"first": "Aidan",
"middle": [
"N"
],
"last": "Gomez",
"suffix": ""
},
{
"first": "\u0141ukasz",
"middle": [],
"last": "Kaiser",
"suffix": ""
},
{
"first": "Illia",
"middle": [],
"last": "Polosukhin",
"suffix": ""
}
],
"year": 2017,
"venue": "Advances in Neural Information Processing Systems",
"volume": "30",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez, \u0141ukasz Kaiser, and Illia Polosukhin. 2017. Attention is All you Need. In Advances in Neural Information Pro- cessing Systems, Vol. 30.",
"links": null
}
},
"ref_entries": {}
}
}