| 32 | bmc_article.tex 33 | | 34 |
35 | The BioMed Central manuscript template. Edit a copy of this file. 36 | |
37 |
| 40 | bmc_article.pdf 41 | | 42 |
43 | PDF created from The BioMed Central manuscript template. 44 | |
45 |
| 48 | bmc_article_2col.pdf 49 | | 50 |
51 | Two column layout PDF created from The BioMed Central manuscript template. 52 | |
53 |
| 56 | bmc_article.bib 57 | | 58 |
59 | A sample BibTeX bibliography file used to create a .bbl by BibTeX 60 | using the bmc-mathphys.bst file. 61 | |
62 |
| 65 | bmc_article.bbl 66 | | 67 |
68 | A sample bibliography file created by BibTeX using the bmc-mathphys.bst file. 69 | |
70 |
| 73 | bmc-mathphys.bst 74 | | 75 |
76 | The BibTeX bibliography style file for the BioMed Central reference format 77 | |
78 |
| 81 | spbasic.bst 82 | | 83 |
84 | The BibTeX bibliography style file for the Springer Basic reference format 85 | |
86 |
| 89 | vancouver.bst 90 | | 91 |
92 | The BibTeX bibliography style file for the Vancouver reference format 93 | |
94 |
| 99 | bmcart.cls 100 | | 101 |
102 | Page layout style class for for manuscripts. 103 | |
104 |
| 107 | bmcart-biblio.sty 108 | | 109 |
110 | Style for bibliography tags. 111 | |
112 |
| 115 | readme.html 116 | | 117 |
118 | This document. 119 | |
120 |
The BioMed Central TeX template 125 | should work with TeX distributions on any platform - it has been tested with 126 | TeXShop on Mac OS 127 | X and MiKTeX for Windows.
128 |In order to submit a manuscript 130 | as a .tex file to BioMed Central, you must
131 |If your TeX manuscript does not 139 | meet the criteria above it will need to be converted to DVI format prior to 140 | submission.
141 |Follow the guidelines in the BioMed Central instructions 144 | for authors given at http://www.biomedcentral.com/authors/.
145 |Make sure your manuscript is compiled with LaTeX2e by using \documentclass{...} and not \documentstyle{...} 147 | in the preamble at the top of your .tex document.
148 |A template manuscript is supplied entitled bmc_article.tex which 149 | sets up the preferred page layout based on the standard article.cls. Additional styles can be achieved by 150 | \documenclass options: doublespacing - for double spaced text, linenumbers - for the line numbers on margins, 151 | twocolumn - for twocolumn layout. Please note that for twocolumn layout \end{fmbox} position is different, 152 | comment one after \end{artnotes} environment and uncomment one after \end{abstractbox} environment.
153 |Make sure that you only a single .tex document 155 | for the entire manuscript, as you will need to upload it as a single file (together 156 | with its associated formatted bibliography file). Do not use the \input command 157 | to include other .tex files.
158 |Additional packages can be used in The BioMed Central template: amsthm and amsmath for 160 | theorems and mathematics respectively, natbib for citation style, hyperref for url references.
161 |See
162 |http://www.ctan.org/pkg/amsthm
163 | http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsmath.sty
164 | http://www.ctan.org/tex-archive/macros/latex/contrib/natbib
165 | http://www.ctan.org/tex-archive/macros/latex/contrib/hyperref
166 |
for these style files if they are not in your local archive.
168 |natbib.sty with sort&compress option turns [1,2,3,4] into [1-4].
169 |hyperref.sty formats urls so they can be broken down 170 | cleanly when overflowing the right text boundary.
171 |References must be formatted with BibTeX using 173 | the BioMed Central style file.
174 |I.e. when using the template, choose one of the following: \bibliographystyle{bmc-mathphys}, 175 | \bibliographystyle{vancouver} or \bibliographystyle{spbasic} depending on the reference 176 | style that your journal is using.
177 |
The bibliography datafile is referred to with \bibliography{datafile1, ..., ...}.
178 |The template makes use of a sample bibliography called bmc_article.bib - 179 | you should update the \bibliography tag to refer to your own bibliography.
180 |For author-year bibliography (bmc-mathphys or spbasic): 181 |
@settings{label, options="nameyear"}\nocite{label}Make sure you are submitting only one .tex document. Please note that figures, 188 | large tables and any other reference material should be submitted as separate files, not embedded in the 189 | manuscript.
190 |A .bbl file is generated when you use BibTeX 192 | to format your article's reference list. It contains formatted details of all 193 | references used in the manuscript. After uploading a TeX file to BioMed Central, 194 | you will then be prompted to upload the .bbl file which goes with it.
195 |This is the sectioning for a BMC-series Research Article l
197 | manuscript submission . . .
For other types of articles or for non-BMC series journals, see the relevant section headings at http://www.biomedcentral.com/authors/.
• Abstract
200 |• Background
201 |• Results
202 |• Conclusions
203 |• Background
204 |• Methods
205 |• Results and Discussion
206 |• Conclusions
207 |• Authors contributions
208 |• Acknowledgements
209 |• References
210 |• Figures
211 |• Tables
212 |• Additional files
213 |The latest version of the BioMed Central TeX 215 | template distribution, and full instructions on its use, are available here:
216 |http://www.biomedcentral.com/ifora/tex/
217 | 218 | 219 | -------------------------------------------------------------------------------- /inputs/data_collection.ipynb: -------------------------------------------------------------------------------- 1 | { 2 | "cells": [ 3 | { 4 | "cell_type": "code", 5 | "execution_count": null, 6 | "metadata": {}, 7 | "outputs": [], 8 | "source": [ 9 | "#!pip install openai\n", 10 | "import os\n", 11 | "import openai\n", 12 | "import pandas as pd\n", 13 | "import numpy as np\n", 14 | "import time\n", 15 | "import random\n", 16 | "openai.organization = \"organization_id\"\n", 17 | "openai.api_key = \"api_key\"" 18 | ] 19 | }, 20 | { 21 | "cell_type": "code", 22 | "execution_count": null, 23 | "metadata": { 24 | "scrolled": true 25 | }, 26 | "outputs": [], 27 | "source": [ 28 | "##### Load data #####\n", 29 | "ethos_data = pd.read_csv(\"Ethos_Dataset_Multi_Label.csv\", delimiter=';')\n", 30 | "ethos_data_binary = pd.read_csv(\"Ethos_Dataset_Binary.csv\", delimiter=';')\n", 31 | "sexist = pd.DataFrame(ethos_data[ethos_data[\"gender\"] >= 0.5][\"comment\"])\n", 32 | "racist = pd.DataFrame(ethos_data[ethos_data[\"race\"] >= 0.5][\"comment\"])\n", 33 | "not_hate = ethos_data_binary[ethos_data_binary[\"isHate\"] == 0]\n", 34 | "sexist[\"category\"] = \"sexist\"\n", 35 | "racist[\"category\"] = \"racist\"\n", 36 | "not_hate[\"category\"] = \"not hate\"\n", 37 | "\n", 38 | "### Other categories ###\n", 39 | "#disability = ethos_data[ethos_data[\"disability\"] >= 1][\"comment\"]\n", 40 | "#religion = ethos_data[ethos_data[\"religion\"] >= 1][\"comment\"]\n", 41 | "#sexual_orientation = ethos_data[ethos_data[\"sexual_orientation\"] >= 1][\"comment\"]" 42 | ] 43 | }, 44 | { 45 | "cell_type": "code", 46 | "execution_count": null, 47 | "metadata": { 48 | "scrolled": true 49 | }, 50 | "outputs": [], 51 | "source": [ 52 | "##### Zero-Shot #####\n", 53 | "def zero_shot(cat, label, comment, temperature):\n", 54 | " prompt='Is the following text '+cat+', answer yes or no. '+' \"'+comment+'\" '+' Answer:'\n", 55 | " zero_shot_results = dict()\n", 56 | " response = openai.Completion.create(\n", 57 | " engine=\"davinci\",\n", 58 | " prompt=prompt,\n", 59 | " temperature=temperature,\n", 60 | " max_tokens=2,\n", 61 | " top_p=1,\n", 62 | " n = 1,\n", 63 | " stop=[\"\\n\"]\n", 64 | " )\n", 65 | " \n", 66 | " zero_shot_results[\"category\"] = cat\n", 67 | " zero_shot_results[\"label\"] = label\n", 68 | " zero_shot_results[\"prompt\"] = prompt\n", 69 | " zero_shot_results['answer'] = response[\"choices\"][0].text\n", 70 | " zero_shot_results['temperature'] = temperature\n", 71 | " return zero_shot_results" 72 | ] 73 | }, 74 | { 75 | "cell_type": "code", 76 | "execution_count": null, 77 | "metadata": {}, 78 | "outputs": [], 79 | "source": [ 80 | "# One-Shot\n", 81 | "def one_shot(cat, label, example, comment, temperature):\n", 82 | " one_shot_results = dict()\n", 83 | " prompt = 'The following text in quotes is ' + cat+ ': ' +\\\n", 84 | " '\"'+example + '\"' +\\\n", 85 | " \" Is the following text in quotes \" + cat+ \", answer yes or no: \" +\\\n", 86 | " '\"'+comment + '.\"'+\\\n", 87 | " \" Answer:\"\n", 88 | " response = openai.Completion.create(\n", 89 | " engine=\"davinci\",\n", 90 | " prompt = prompt,\n", 91 | " temperature=0,\n", 92 | " max_tokens=2,\n", 93 | " top_p=1,\n", 94 | " n = 1,\n", 95 | " stop=[\"\\n\"]\n", 96 | " )\n", 97 | " one_shot_results[\"category\"] = cat\n", 98 | " one_shot_results[\"label\"] = label\n", 99 | " one_shot_results[\"prompt\"] = prompt\n", 100 | " one_shot_results[\"example\"] = example\n", 101 | " one_shot_results[\"comment\"] = comment\n", 102 | " one_shot_results['answer'] = response[\"choices\"][0].text\n", 103 | " one_shot_results['temperature'] = temperature\n", 104 | " \n", 105 | " return one_shot_results" 106 | ] 107 | }, 108 | { 109 | "cell_type": "code", 110 | "execution_count": null, 111 | "metadata": { 112 | "scrolled": true 113 | }, 114 | "outputs": [], 115 | "source": [ 116 | "# Few-Shot: single-category\n", 117 | "def few_shot_single(cat, label, example1, example2, example3, comment, temperature):\n", 118 | " few_shot_results = dict()\n", 119 | " prompt = \"'''\"+example1+\"'''\"+ \": \" + cat+'. \\n'+\\\n", 120 | " \"'''\"+example2+\"'''\"+ \": \" + \"not-\"+ cat +'. \\n'+\\\n", 121 | " \"'''\"+example3+\"'''\"+ \": \" + cat+'. \\n'+\\\n", 122 | " \"'''\"+comment+\"''':\"\n", 123 | " response = openai.Completion.create(\n", 124 | " engine=\"davinci\",\n", 125 | " prompt= prompt,\n", 126 | " temperature=0,\n", 127 | " max_tokens=4,\n", 128 | " top_p=1,\n", 129 | " n = 1,\n", 130 | " stop=[\".\"]\n", 131 | " )\n", 132 | " few_shot_results[\"category\"] = cat\n", 133 | " few_shot_results[\"label\"] = label\n", 134 | " few_shot_results[\"prompt\"] = prompt\n", 135 | " few_shot_results[\"example1\"] = example1\n", 136 | " few_shot_results[\"example2\"] = example2\n", 137 | " few_shot_results[\"example3\"] = example3\n", 138 | " few_shot_results[\"comment\"] = comment\n", 139 | " few_shot_results['answer'] = response[\"choices\"][0].text\n", 140 | " few_shot_results[\"temperature\"] = temperature\n", 141 | " \n", 142 | " return few_shot_results" 143 | ] 144 | }, 145 | { 146 | "cell_type": "code", 147 | "execution_count": null, 148 | "metadata": {}, 149 | "outputs": [], 150 | "source": [ 151 | "# Few-Shot: mixed-category\n", 152 | "def few_shot_mixed(cat, label, example1, example2, example3, comment, temperature):\n", 153 | " few_shot_results = dict()\n", 154 | " example1 = sexist.reset_index()[\"comment\"][i]\n", 155 | " example2 = racist.reset_index()[\"comment\"][i]\n", 156 | " example3 = not_hate.reset_index()[\"comment\"][i]\n", 157 | " instruction = \"Classify the following texts into 'racist', 'sexist' or 'neither'. \\n\"\n", 158 | " prompt = instruction +\\ # Remove instruction to not include an instruction in the prompt\n", 159 | " \"'''\"+example1+\"'''\"+ \": \" + \"sexist. \\n\"+\\\n", 160 | " \"'''\"+example2+\"'''\"+ \": \" + \"racist. \\n\"+\\\n", 161 | " \"'''\"+example3+\"'''\"+ \": \" + \"neither. \\n\"+\\\n", 162 | " \"'''\"+comment+\"''':\"\n", 163 | " response = openai.Completion.create(\n", 164 | " engine=\"davinci\",\n", 165 | " prompt= prompt,\n", 166 | " temperature=0,\n", 167 | " max_tokens=4,\n", 168 | " top_p=1,\n", 169 | " n = 1,\n", 170 | " stop=[\".\"]\n", 171 | " )\n", 172 | " few_shot_results[\"category\"] = cat\n", 173 | " few_shot_results[\"label\"] = label\n", 174 | " few_shot_results[\"prompt\"] = prompt\n", 175 | " few_shot_results[\"example1\"] = example1\n", 176 | " few_shot_results[\"example2\"] = example2\n", 177 | " few_shot_results[\"example3\"] = example3\n", 178 | " few_shot_results[\"example_set\"] = i\n", 179 | " few_shot_results[\"comment\"] = comment\n", 180 | " few_shot_results['answer'] = response[\"choices\"][0].text\n", 181 | " few_shot_results[\"temperature\"] = temperature\n", 182 | " \n", 183 | " return few_shot_results" 184 | ] 185 | }, 186 | { 187 | "cell_type": "code", 188 | "execution_count": null, 189 | "metadata": {}, 190 | "outputs": [], 191 | "source": [ 192 | "def few_shot_instruction(cat, label, example1, example2, example3, comment, temperature):\n", 193 | " few_shot_results = dict()\n", 194 | " prompt = \"Classify the following texts into 'racist', 'sexist' or 'neither'. \\n\" +\\\n", 195 | " \"'''\"+example1+\"'''\"+ \": \" + \"sexist. \\n\"+\\\n", 196 | " \"'''\"+example2+\"'''\"+ \": \" + \"racist. \\n\"+\\\n", 197 | " \"'''\"+example3+\"'''\"+ \": \" + \"neither. \\n\"+\\\n", 198 | " \"'''\"+comment+\"''':\"\n", 199 | " response = openai.Completion.create(\n", 200 | " engine=\"davinci\",\n", 201 | " prompt= prompt,\n", 202 | " temperature=0,\n", 203 | " max_tokens=4,\n", 204 | " top_p=1,\n", 205 | " n = 1,\n", 206 | " stop=[\".\"]\n", 207 | " )\n", 208 | " few_shot_results[\"category\"] = cat\n", 209 | " few_shot_results[\"label\"] = label\n", 210 | " few_shot_results[\"prompt\"] = prompt\n", 211 | " few_shot_results[\"example1\"] = example1\n", 212 | " few_shot_results[\"example2\"] = example2\n", 213 | " few_shot_results[\"example3\"] = example3\n", 214 | " few_shot_results[\"comment\"] = comment\n", 215 | " few_shot_results['answer'] = response[\"choices\"][0].text\n", 216 | " few_shot_results[\"temperature\"] = temperature\n", 217 | " \n", 218 | " return few_shot_results" 219 | ] 220 | } 221 | ], 222 | "metadata": { 223 | "kernelspec": { 224 | "display_name": "Python 3", 225 | "language": "python", 226 | "name": "python3" 227 | }, 228 | "language_info": { 229 | "codemirror_mode": { 230 | "name": "ipython", 231 | "version": 3 232 | }, 233 | "file_extension": ".py", 234 | "mimetype": "text/x-python", 235 | "name": "python", 236 | "nbconvert_exporter": "python", 237 | "pygments_lexer": "ipython3", 238 | "version": "3.7.4" 239 | } 240 | }, 241 | "nbformat": 4, 242 | "nbformat_minor": 2 243 | } 244 | -------------------------------------------------------------------------------- /outputs/bmc_template/bmc_article.log: -------------------------------------------------------------------------------- 1 | This is pdfTeX, Version 3.141592653-2.6-1.40.23 (TeX Live 2022/dev) (preloaded format=pdflatex 2022.3.23) 28 MAR 2022 15:25 2 | entering extended mode 3 | restricted \write18 enabled. 4 | %&-line parsing enabled. 5 | **bmc_article.tex 6 | (./bmc_article.tex 7 | LaTeX2e <2021-11-15> patch level 1 8 | L3 programming layer <2022-02-24> (./bmcart.cls 9 | Document Class: bmcart 2014/01/24BioMed Central class (VS) 10 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/base/article.cls 11 | Document Class: article 2021/10/04 v1.4n Standard LaTeX document class 12 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/base/size10.clo 13 | File: size10.clo 2021/10/04 v1.4n Standard LaTeX file (size option) 14 | ) 15 | \c@part=\count185 16 | \c@section=\count186 17 | \c@subsection=\count187 18 | \c@subsubsection=\count188 19 | \c@paragraph=\count189 20 | \c@subparagraph=\count190 21 | \c@figure=\count191 22 | \c@table=\count192 23 | \abovecaptionskip=\skip47 24 | \belowcaptionskip=\skip48 25 | \bibindent=\dimen138 26 | ) 27 | \mathindent=\dimen139 28 | 29 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/graphics/keyval.sty 30 | Package: keyval 2014/10/28 v1.15 key=value parser (DPC) 31 | \KV@toks@=\toks16 32 | ) (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/xcolor/xcolor.sty 33 | Package: xcolor 2021/10/31 v2.13 LaTeX color extensions (UK) 34 | 35 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/graphics-cfg/color. 36 | cfg 37 | File: color.cfg 2016/01/02 v1.6 sample color configuration 38 | ) 39 | Package xcolor Info: Driver file: pdftex.def on input line 227. 40 | 41 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/graphics-def/pdftex 42 | .def 43 | File: pdftex.def 2020/10/05 v1.2a Graphics/color driver for pdftex 44 | ) 45 | Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1352. 46 | Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1356. 47 | Package xcolor Info: Model `RGB' extended on input line 1368. 48 | Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1370. 49 | Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1371. 50 | Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1372. 51 | Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1373. 52 | Package xcolor Info: Model `Gray' substituted by `gray' on input line 1374. 53 | Package xcolor Info: Model `wave' substituted by `hsb' on input line 1375. 54 | ) 55 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/lastpage/lastpage.s 56 | ty 57 | Package: lastpage 2021/09/03 v1.2n Refers to last page's name (HMM; JPG) 58 | ) 59 | \c@thanks=\count193 60 | \bmcfloat@box=\box50 61 | \c@author=\count194 62 | \c@address=\count195 63 | \sv@mathsurround=\dimen140 64 | \fm@box=\box51 65 | \c@addressref=\count196 66 | \thanks@box=\box52 67 | \abstract@box=\box53 68 | \authors@list=\toks17 69 | \keywords@list=\toks18 70 | ) 71 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/base/inputenc.sty 72 | Package: inputenc 2021/02/14 v1.3d Input encoding file 73 | \inpenc@prehook=\toks19 74 | \inpenc@posthook=\toks20 75 | ) 76 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/l3backend/l3backend 77 | -pdftex.def 78 | File: l3backend-pdftex.def 2022-02-07 L3 backend support: PDF output (pdfTeX) 79 | \l__color_backend_stack_int=\count197 80 | \l__pdf_internal_box=\box54 81 | ) (./bmc_article.aux) 82 | \openout1 = `bmc_article.aux'. 83 | 84 | LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 86. 85 | LaTeX Font Info: ... okay on input line 86. 86 | LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 86. 87 | LaTeX Font Info: ... okay on input line 86. 88 | LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 86. 89 | LaTeX Font Info: ... okay on input line 86. 90 | LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 86. 91 | LaTeX Font Info: ... okay on input line 86. 92 | LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 86. 93 | LaTeX Font Info: ... okay on input line 86. 94 | LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 86. 95 | LaTeX Font Info: ... okay on input line 86. 96 | LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 86. 97 | LaTeX Font Info: ... okay on input line 86. 98 | Package lastpage Info: Please have a look at the pageslts package at 99 | (lastpage) https://www.ctan.org/pkg/pageslts 100 | (lastpage) ! on input line 86. 101 | 102 | 103 | LaTeX Font Warning: Font shape `OT1/cmss/bx/n' in size <13> not available 104 | (Font) size <12> substituted on input line 92. 105 | 106 | 107 | LaTeX Font Warning: Font shape `OT1/cmss/m/n' in size <24> not available 108 | (Font) size <24.88> substituted on input line 100. 109 | 110 | LaTeX Font Info: Calculating math sizes for size <11> on input line 120. 111 | 112 | LaTeX Font Warning: Font shape `OT1/cmr/m/n' in size <5.5> not available 113 | (Font) size <5> substituted on input line 120. 114 | 115 | 116 | LaTeX Font Warning: Font shape `OML/cmm/m/it' in size <5.5> not available 117 | (Font) size <5> substituted on input line 120. 118 | 119 | 120 | LaTeX Font Warning: Font shape `OMS/cmsy/m/n' in size <5.5> not available 121 | (Font) size <5> substituted on input line 120. 122 | 123 | LaTeX Font Info: External font `cmex10' loaded for size 124 | (Font) <11> on input line 120. 125 | LaTeX Font Info: External font `cmex10' loaded for size 126 | (Font) <7.69997> on input line 120. 127 | LaTeX Font Info: External font `cmex10' loaded for size 128 | (Font) <5.5> on input line 120. 129 | \address@aff1=\toks21 130 | \address@aff2=\toks22 131 | LaTeX Font Info: External font `cmex10' loaded for size 132 | (Font) <7> on input line 169. 133 | LaTeX Font Info: External font `cmex10' loaded for size 134 | (Font) <5> on input line 169. 135 | LaTeX Font Info: Font shape `OT1/cmss/m/it' in size <8> not available 136 | (Font) Font shape `OT1/cmss/m/sl' tried instead on input line 252. 137 | 138 | [1{/Users/rohanalexander/Library/TinyTeX/texmf-var/fonts/map/pdftex/updmap/pdft 139 | ex.map} 140 | 141 | ] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] (./bmc_article.bbl 142 | [13]) 143 | LaTeX Font Info: External font `cmex10' loaded for size 144 | (Font) <8> on input line 601. 145 | LaTeX Font Info: External font `cmex10' loaded for size 146 | (Font) <6> on input line 601. 147 | 148 | 149 | LaTeX Font Warning: Font shape `OT1/cmss/m/n' in size <7.5> not available 150 | (Font) size <7> substituted on input line 854. 151 | 152 | LaTeX Font Info: Calculating math sizes for size <7.5> on input line 855. 153 | 154 | LaTeX Font Warning: Font shape `OT1/cmr/m/n' in size <7.5> not available 155 | (Font) size <7> substituted on input line 855. 156 | 157 | 158 | LaTeX Font Warning: Font shape `OT1/cmr/m/n' in size <3.75> not available 159 | (Font) size <5> substituted on input line 855. 160 | 161 | 162 | LaTeX Font Warning: Font shape `OML/cmm/m/it' in size <7.5> not available 163 | (Font) size <7> substituted on input line 855. 164 | 165 | 166 | LaTeX Font Warning: Font shape `OML/cmm/m/it' in size <3.75> not available 167 | (Font) size <5> substituted on input line 855. 168 | 169 | 170 | LaTeX Font Warning: Font shape `OMS/cmsy/m/n' in size <7.5> not available 171 | (Font) size <7> substituted on input line 855. 172 | 173 | 174 | LaTeX Font Warning: Font shape `OMS/cmsy/m/n' in size <3.75> not available 175 | (Font) size <5> substituted on input line 855. 176 | 177 | LaTeX Font Info: External font `cmex10' loaded for size 178 | (Font) <7.5> on input line 855. 179 | LaTeX Font Info: External font `cmex10' loaded for size 180 | (Font) <5.24997> on input line 855. 181 | LaTeX Font Info: External font `cmex10' loaded for size 182 | (Font) <3.75> on input line 855. 183 | 184 | Underfull \hbox (badness 1755) in paragraph at lines 860--860 185 | []\OT1/cmss/m/n/7 Women de-serve to be abused, I 186 | [] 187 | 188 | 189 | Underfull \hbox (badness 977) in paragraph at lines 862--863 190 | []\OT1/cmss/m/n/7 You look like Harry Pot-ter if he 191 | [] 192 | 193 | 194 | Underfull \hbox (badness 1668) in paragraph at lines 863--863 195 | \OT1/cmss/m/n/7 to fund planned par-ent-hood, the 196 | [] 197 | 198 | 199 | Underfull \hbox (badness 977) in paragraph at lines 863--863 200 | \OT1/cmss/m/n/7 in-tel-li-gence and we are the more 201 | [] 202 | 203 | 204 | Underfull \hbox (badness 981) in paragraph at lines 863--863 205 | \OT1/cmss/m/n/7 evolved and su-pe-rior race with a 206 | [] 207 | 208 | 209 | Underfull \hbox (badness 1590) in paragraph at lines 864--864 210 | \OT1/cmss/m/n/7 egyp-tian shit-skins, pali-rats, syr-ian 211 | [] 212 | 213 | 214 | Overfull \hbox (56.8858pt too wide) in paragraph at lines 855--871 215 | [][] 216 | [] 217 | 218 | [14] [15] [16] [17] [18] [19] [20] [21] [22] 219 | Underfull \hbox (badness 3260) in paragraph at lines 1262--1263 220 | []\OT1/cmss/m/n/7 GPT-3 clas-si-fi-ca- 221 | [] 222 | 223 | 224 | Overfull \hbox (28.43303pt too wide) in paragraph at lines 1260--1280 225 | [][] 226 | [] 227 | 228 | [23] 229 | AED: lastpage setting LastPage 230 | (./bmc_article.aux) 231 | 232 | LaTeX Font Warning: Size substitutions with differences 233 | (Font) up to 1.25pt have occurred. 234 | 235 | ) 236 | Here is how much of TeX's memory you used: 237 | 1936 strings out of 480236 238 | 29243 string characters out of 5894295 239 | 370751 words of memory out of 5000000 240 | 19927 multiletter control sequences out of 15000+600000 241 | 476302 words of font info for 51 fonts, out of 8000000 for 9000 242 | 14 hyphenation exceptions out of 8191 243 | 48i,10n,61p,2186b,485s stack positions out of 5000i,500n,10000p,200000b,80000s 244 | 255 | Output written on bmc_article.pdf (23 pages, 179758 bytes). 256 | PDF statistics: 257 | 123 PDF objects out of 1000 (max. 8388607) 258 | 79 compressed objects within 1 object stream 259 | 0 named destinations out of 1000 (max. 500000) 260 | 1 words of extra memory for PDF output out of 10000 (max. 10000000) 261 | 262 | -------------------------------------------------------------------------------- /outputs/bmc_template/bmc_article 5.log: -------------------------------------------------------------------------------- 1 | This is pdfTeX, Version 3.141592653-2.6-1.40.23 (TeX Live 2022/dev) (preloaded format=pdflatex 2022.3.23) 24 MAR 2022 15:10 2 | entering extended mode 3 | restricted \write18 enabled. 4 | %&-line parsing enabled. 5 | **bmc_article.tex 6 | (./bmc_article.tex 7 | LaTeX2e <2021-11-15> patch level 1 8 | L3 programming layer <2022-02-24> (./bmcart.cls 9 | Document Class: bmcart 2014/01/24BioMed Central class (VS) 10 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/base/article.cls 11 | Document Class: article 2021/10/04 v1.4n Standard LaTeX document class 12 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/base/size10.clo 13 | File: size10.clo 2021/10/04 v1.4n Standard LaTeX file (size option) 14 | ) 15 | \c@part=\count185 16 | \c@section=\count186 17 | \c@subsection=\count187 18 | \c@subsubsection=\count188 19 | \c@paragraph=\count189 20 | \c@subparagraph=\count190 21 | \c@figure=\count191 22 | \c@table=\count192 23 | \abovecaptionskip=\skip47 24 | \belowcaptionskip=\skip48 25 | \bibindent=\dimen138 26 | ) 27 | \mathindent=\dimen139 28 | 29 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/graphics/keyval.sty 30 | Package: keyval 2014/10/28 v1.15 key=value parser (DPC) 31 | \KV@toks@=\toks16 32 | ) (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/xcolor/xcolor.sty 33 | Package: xcolor 2021/10/31 v2.13 LaTeX color extensions (UK) 34 | 35 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/graphics-cfg/color. 36 | cfg 37 | File: color.cfg 2016/01/02 v1.6 sample color configuration 38 | ) 39 | Package xcolor Info: Driver file: pdftex.def on input line 227. 40 | 41 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/graphics-def/pdftex 42 | .def 43 | File: pdftex.def 2020/10/05 v1.2a Graphics/color driver for pdftex 44 | ) 45 | Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1352. 46 | Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1356. 47 | Package xcolor Info: Model `RGB' extended on input line 1368. 48 | Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1370. 49 | Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1371. 50 | Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1372. 51 | Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1373. 52 | Package xcolor Info: Model `Gray' substituted by `gray' on input line 1374. 53 | Package xcolor Info: Model `wave' substituted by `hsb' on input line 1375. 54 | ) 55 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/lastpage/lastpage.s 56 | ty 57 | Package: lastpage 2021/09/03 v1.2n Refers to last page's name (HMM; JPG) 58 | ) 59 | \c@thanks=\count193 60 | \bmcfloat@box=\box50 61 | \c@author=\count194 62 | \c@address=\count195 63 | \sv@mathsurround=\dimen140 64 | \fm@box=\box51 65 | \c@addressref=\count196 66 | \thanks@box=\box52 67 | \abstract@box=\box53 68 | \authors@list=\toks17 69 | \keywords@list=\toks18 70 | ) 71 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/base/inputenc.sty 72 | Package: inputenc 2021/02/14 v1.3d Input encoding file 73 | \inpenc@prehook=\toks19 74 | \inpenc@posthook=\toks20 75 | ) 76 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/l3backend/l3backend 77 | -pdftex.def 78 | File: l3backend-pdftex.def 2022-02-07 L3 backend support: PDF output (pdfTeX) 79 | \l__color_backend_stack_int=\count197 80 | \l__pdf_internal_box=\box54 81 | ) (./bmc_article.aux 82 | 83 | LaTeX Warning: Label `fig:comparison' multiply defined. 84 | 85 | 86 | LaTeX Warning: Label `tab:zeroshot-summary' multiply defined. 87 | 88 | 89 | LaTeX Warning: Label `tab:oneshot-summary' multiply defined. 90 | 91 | 92 | LaTeX Warning: Label `tab:fewshotsingle-summary' multiply defined. 93 | 94 | 95 | LaTeX Warning: Label `tab:fewshotmixed-summary' multiply defined. 96 | 97 | 98 | LaTeX Warning: Label `tab:fewshotmixedanswersnoinstruct' multiply defined. 99 | 100 | 101 | LaTeX Warning: Label `tab:fewshotmixedinstruct-matrix' multiply defined. 102 | 103 | 104 | LaTeX Warning: Label `tab:fewshotmixedanswersnoinstruct' multiply defined. 105 | 106 | 107 | LaTeX Warning: Label `tab:fewshotmixedinstruct-matrix' multiply defined. 108 | 109 | 110 | LaTeX Warning: Label `tab:fewshotmixedinstructsummary' multiply defined. 111 | 112 | ) 113 | \openout1 = `bmc_article.aux'. 114 | 115 | LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 86. 116 | LaTeX Font Info: ... okay on input line 86. 117 | LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 86. 118 | LaTeX Font Info: ... okay on input line 86. 119 | LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 86. 120 | LaTeX Font Info: ... okay on input line 86. 121 | LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 86. 122 | LaTeX Font Info: ... okay on input line 86. 123 | LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 86. 124 | LaTeX Font Info: ... okay on input line 86. 125 | LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 86. 126 | LaTeX Font Info: ... okay on input line 86. 127 | LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 86. 128 | LaTeX Font Info: ... okay on input line 86. 129 | Package lastpage Info: Please have a look at the pageslts package at 130 | (lastpage) https://www.ctan.org/pkg/pageslts 131 | (lastpage) ! on input line 86. 132 | 133 | 134 | LaTeX Font Warning: Font shape `OT1/cmss/bx/n' in size <13> not available 135 | (Font) size <12> substituted on input line 92. 136 | 137 | 138 | LaTeX Font Warning: Font shape `OT1/cmss/m/n' in size <24> not available 139 | (Font) size <24.88> substituted on input line 100. 140 | 141 | LaTeX Font Info: Calculating math sizes for size <11> on input line 121. 142 | 143 | LaTeX Font Warning: Font shape `OT1/cmr/m/n' in size <5.5> not available 144 | (Font) size <5> substituted on input line 121. 145 | 146 | 147 | LaTeX Font Warning: Font shape `OML/cmm/m/it' in size <5.5> not available 148 | (Font) size <5> substituted on input line 121. 149 | 150 | 151 | LaTeX Font Warning: Font shape `OMS/cmsy/m/n' in size <5.5> not available 152 | (Font) size <5> substituted on input line 121. 153 | 154 | LaTeX Font Info: External font `cmex10' loaded for size 155 | (Font) <11> on input line 121. 156 | LaTeX Font Info: External font `cmex10' loaded for size 157 | (Font) <7.69997> on input line 121. 158 | LaTeX Font Info: External font `cmex10' loaded for size 159 | (Font) <5.5> on input line 121. 160 | LaTeX Font Info: Trying to load font information for TS1+cmss on input line 161 | 121. 162 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/base/ts1cmss.fd 163 | File: ts1cmss.fd 2019/12/16 v2.5j Standard LaTeX font definitions 164 | ) 165 | \address@aff1=\toks21 166 | \address@aff2=\toks22 167 | LaTeX Font Info: External font `cmex10' loaded for size 168 | (Font) <7> on input line 170. 169 | LaTeX Font Info: External font `cmex10' loaded for size 170 | (Font) <5> on input line 170. 171 | LaTeX Font Info: Font shape `OT1/cmss/m/it' in size <8> not available 172 | (Font) Font shape `OT1/cmss/m/sl' tried instead on input line 253. 173 | 174 | 175 | [1{/Users/rohanalexander/Library/TinyTeX/texmf-var/fonts/map/pdftex/updmap/pdft 176 | ex.map} 177 | 178 | ] 179 | 180 | LaTeX Warning: Reference `appendxa' on page 2 undefined on input line 258. 181 | 182 | 183 | LaTeX Warning: Reference `appendxb' on page 2 undefined on input line 258. 184 | 185 | 186 | LaTeX Warning: Reference `appendxc' on page 2 undefined on input line 258. 187 | 188 | [2] [3] [4] [5] [6] 189 | 190 | LaTeX Warning: Reference `appendxa' on page 7 undefined on input line 374. 191 | 192 | [7] 193 | 194 | LaTeX Warning: Reference `appendixbzeroshot' on page 8 undefined on input line 195 | 426. 196 | 197 | LaTeX Font Info: External font `cmex10' loaded for size 198 | (Font) <8> on input line 432. 199 | LaTeX Font Info: External font `cmex10' loaded for size 200 | (Font) <6> on input line 432. 201 | 202 | LaTeX Warning: Reference `appendixboneshot' on page 8 undefined on input line 4 203 | 55. 204 | 205 | [8] 206 | 207 | LaTeX Warning: Reference `appendixbfewshotsingle' on page 9 undefined on input 208 | line 484. 209 | 210 | 211 | LaTeX Warning: Reference `appendxbmuxedubsnorinstruction' on page 9 undefined o 212 | n input line 513. 213 | 214 | [9] [10] 215 | Overfull \hbox (7694.7252pt too wide) in paragraph at lines 569--574 216 | [][] 217 | [] 218 | 219 | 220 | LaTeX Warning: Reference `appendxbmuxedubstryctub' on page 11 undefined on inpu 221 | t line 581. 222 | 223 | [11] [12] [13] 224 | 225 | LaTeX Warning: Reference `appendxc' on page 14 undefined on input line 688. 226 | 227 | 228 | LaTeX Warning: Reference `appendxc' on page 14 undefined on input line 688. 229 | 230 | [14] (./bmc_article.bbl [15]) 231 | Overfull \hbox (3963.57361pt too wide) in paragraph at lines 877--882 232 | [][] 233 | [] 234 | 235 | 236 | Overfull \hbox (3963.57361pt too wide) in paragraph at lines 953--958 237 | [][] 238 | [] 239 | 240 | 241 | AED: lastpage setting LastPage 242 | [16] [17] [18] (./bmc_article.aux) 243 | 244 | LaTeX Font Warning: Size substitutions with differences 245 | (Font) up to 1.0pt have occurred. 246 | 247 | 248 | LaTeX Warning: There were undefined references. 249 | 250 | 251 | LaTeX Warning: There were multiply-defined labels. 252 | 253 | ) 254 | Here is how much of TeX's memory you used: 255 | 1935 strings out of 480236 256 | 29439 string characters out of 5894295 257 | 358688 words of memory out of 5000000 258 | 19921 multiletter control sequences out of 15000+600000 259 | 476987 words of font info for 53 fonts, out of 8000000 for 9000 260 | 14 hyphenation exceptions out of 8191 261 | 48i,10n,61p,2277b,487s stack positions out of 5000i,500n,10000p,200000b,80000s 262 | 269 | 275 | Output written on bmc_article.pdf (18 pages, 176416 bytes). 276 | PDF statistics: 277 | 117 PDF objects out of 1000 (max. 8388607) 278 | 76 compressed objects within 1 object stream 279 | 0 named destinations out of 1000 (max. 500000) 280 | 1 words of extra memory for PDF output out of 10000 (max. 10000000) 281 | 282 | -------------------------------------------------------------------------------- /outputs/bmc_template/bmc_article 2.log: -------------------------------------------------------------------------------- 1 | This is pdfTeX, Version 3.141592653-2.6-1.40.23 (TeX Live 2022/dev) (preloaded format=pdflatex 2022.3.15) 15 MAR 2022 17:03 2 | entering extended mode 3 | restricted \write18 enabled. 4 | %&-line parsing enabled. 5 | **bmc_article.tex 6 | (./bmc_article.tex 7 | LaTeX2e <2021-11-15> patch level 1 8 | L3 programming layer <2022-02-24> (./bmcart.cls 9 | Document Class: bmcart 2014/01/24BioMed Central class (VS) 10 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/base/article.cls 11 | Document Class: article 2021/10/04 v1.4n Standard LaTeX document class 12 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/base/size10.clo 13 | File: size10.clo 2021/10/04 v1.4n Standard LaTeX file (size option) 14 | ) 15 | \c@part=\count185 16 | \c@section=\count186 17 | \c@subsection=\count187 18 | \c@subsubsection=\count188 19 | \c@paragraph=\count189 20 | \c@subparagraph=\count190 21 | \c@figure=\count191 22 | \c@table=\count192 23 | \abovecaptionskip=\skip47 24 | \belowcaptionskip=\skip48 25 | \bibindent=\dimen138 26 | ) 27 | \mathindent=\dimen139 28 | 29 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/graphics/keyval.sty 30 | Package: keyval 2014/10/28 v1.15 key=value parser (DPC) 31 | \KV@toks@=\toks16 32 | ) (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/xcolor/xcolor.sty 33 | Package: xcolor 2021/10/31 v2.13 LaTeX color extensions (UK) 34 | 35 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/graphics-cfg/color. 36 | cfg 37 | File: color.cfg 2016/01/02 v1.6 sample color configuration 38 | ) 39 | Package xcolor Info: Driver file: pdftex.def on input line 227. 40 | 41 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/graphics-def/pdftex 42 | .def 43 | File: pdftex.def 2020/10/05 v1.2a Graphics/color driver for pdftex 44 | ) 45 | Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1352. 46 | Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1356. 47 | Package xcolor Info: Model `RGB' extended on input line 1368. 48 | Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1370. 49 | Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1371. 50 | Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1372. 51 | Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1373. 52 | Package xcolor Info: Model `Gray' substituted by `gray' on input line 1374. 53 | Package xcolor Info: Model `wave' substituted by `hsb' on input line 1375. 54 | ) 55 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/lastpage/lastpage.s 56 | ty 57 | Package: lastpage 2021/09/03 v1.2n Refers to last page's name (HMM; JPG) 58 | ) 59 | \c@thanks=\count193 60 | \bmcfloat@box=\box50 61 | \c@author=\count194 62 | \c@address=\count195 63 | \sv@mathsurround=\dimen140 64 | \fm@box=\box51 65 | \c@addressref=\count196 66 | \thanks@box=\box52 67 | \abstract@box=\box53 68 | \authors@list=\toks17 69 | \keywords@list=\toks18 70 | ) 71 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/base/inputenc.sty 72 | Package: inputenc 2021/02/14 v1.3d Input encoding file 73 | \inpenc@prehook=\toks19 74 | \inpenc@posthook=\toks20 75 | ) 76 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/l3backend/l3backend 77 | -pdftex.def 78 | File: l3backend-pdftex.def 2022-02-07 L3 backend support: PDF output (pdfTeX) 79 | \l__color_backend_stack_int=\count197 80 | \l__pdf_internal_box=\box54 81 | ) (./bmc_article.aux 82 | 83 | LaTeX Warning: Label `tab:fewshotmixedanswersnoinstruct' multiply defined. 84 | 85 | 86 | LaTeX Warning: Label `tab:fewshotmixedinstruct-matrix' multiply defined. 87 | 88 | 89 | LaTeX Warning: Label `tab:fewshotmixedinstructsummary' multiply defined. 90 | 91 | ) 92 | \openout1 = `bmc_article.aux'. 93 | 94 | LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 86. 95 | LaTeX Font Info: ... okay on input line 86. 96 | LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 86. 97 | LaTeX Font Info: ... okay on input line 86. 98 | LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 86. 99 | LaTeX Font Info: ... okay on input line 86. 100 | LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 86. 101 | LaTeX Font Info: ... okay on input line 86. 102 | LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 86. 103 | LaTeX Font Info: ... okay on input line 86. 104 | LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 86. 105 | LaTeX Font Info: ... okay on input line 86. 106 | LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 86. 107 | LaTeX Font Info: ... okay on input line 86. 108 | Package lastpage Info: Please have a look at the pageslts package at 109 | (lastpage) https://www.ctan.org/pkg/pageslts 110 | (lastpage) ! on input line 86. 111 | 112 | 113 | LaTeX Font Warning: Font shape `OT1/cmss/bx/n' in size <13> not available 114 | (Font) size <12> substituted on input line 92. 115 | 116 | 117 | LaTeX Font Warning: Font shape `OT1/cmss/m/n' in size <24> not available 118 | (Font) size <24.88> substituted on input line 100. 119 | 120 | LaTeX Font Info: Calculating math sizes for size <11> on input line 121. 121 | 122 | LaTeX Font Warning: Font shape `OT1/cmr/m/n' in size <5.5> not available 123 | (Font) size <5> substituted on input line 121. 124 | 125 | 126 | LaTeX Font Warning: Font shape `OML/cmm/m/it' in size <5.5> not available 127 | (Font) size <5> substituted on input line 121. 128 | 129 | 130 | LaTeX Font Warning: Font shape `OMS/cmsy/m/n' in size <5.5> not available 131 | (Font) size <5> substituted on input line 121. 132 | 133 | LaTeX Font Info: External font `cmex10' loaded for size 134 | (Font) <11> on input line 121. 135 | LaTeX Font Info: External font `cmex10' loaded for size 136 | (Font) <7.69997> on input line 121. 137 | LaTeX Font Info: External font `cmex10' loaded for size 138 | (Font) <5.5> on input line 121. 139 | LaTeX Font Info: Trying to load font information for TS1+cmss on input line 140 | 121. 141 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/base/ts1cmss.fd 142 | File: ts1cmss.fd 2019/12/16 v2.5j Standard LaTeX font definitions 143 | ) 144 | \address@aff1=\toks21 145 | \address@aff2=\toks22 146 | LaTeX Font Info: External font `cmex10' loaded for size 147 | (Font) <7> on input line 170. 148 | LaTeX Font Info: External font `cmex10' loaded for size 149 | (Font) <5> on input line 170. 150 | LaTeX Font Info: Font shape `OT1/cmss/m/it' in size <8> not available 151 | (Font) Font shape `OT1/cmss/m/sl' tried instead on input line 252. 152 | 153 | 154 | [1{/Users/rohanalexander/Library/TinyTeX/texmf-var/fonts/map/pdftex/updmap/pdft 155 | ex.map} 156 | 157 | ] [2] [3] [4] [5] 158 | 159 | LaTeX Warning: Reference `appendxa' on page 6 undefined on input line 364. 160 | 161 | [6] [7] 162 | 163 | LaTeX Warning: Reference `tab:zeroshot-racism' on page 8 undefined on input lin 164 | e 412. 165 | 166 | 167 | LaTeX Warning: Reference `tab:zeroshot-sexism' on page 8 undefined on input lin 168 | e 412. 169 | 170 | 171 | LaTeX Warning: Reference `tab:zeroshot-hate' on page 8 undefined on input line 172 | 412. 173 | 174 | 175 | LaTeX Warning: Reference `appendixbzeroshot' on page 8 undefined on input line 176 | 412. 177 | 178 | 179 | LaTeX Warning: Reference `tab:oneshot-racism' on page 8 undefined on input line 180 | 417. 181 | 182 | 183 | LaTeX Warning: Reference `tab:oneshot-sexism' on page 8 undefined on input line 184 | 417. 185 | 186 | 187 | LaTeX Warning: Reference `tab:oneshot-hate' on page 8 undefined on input line 4 188 | 17. 189 | 190 | 191 | LaTeX Warning: Reference `appendixboneshot' on page 8 undefined on input line 4 192 | 17. 193 | 194 | 195 | LaTeX Warning: Reference `tab:fewshotsingle-racism' on page 8 undefined on inpu 196 | t line 422. 197 | 198 | 199 | LaTeX Warning: Reference `tab:fewshotsingle-sexism' on page 8 undefined on inpu 200 | t line 422. 201 | 202 | 203 | LaTeX Warning: Reference `tab:fewshotsingle-hate' on page 8 undefined on input 204 | line 422. 205 | 206 | 207 | LaTeX Warning: Reference `appendixbfewshotsingle' on page 8 undefined on input 208 | line 422. 209 | 210 | 211 | LaTeX Warning: Reference `tab:fewshotmixed-racism' on page 8 undefined on input 212 | line 427. 213 | 214 | 215 | LaTeX Warning: Reference `tab:fewshotmixed-sexism' on page 8 undefined on input 216 | line 427. 217 | 218 | 219 | LaTeX Warning: Reference `appendxbmuxedubsnorinstruction' on page 8 undefined o 220 | n input line 427. 221 | 222 | [8] [9] 223 | 224 | LaTeX Warning: Reference `tab:fewshotmixedinstruct-racism' on page 10 undefined 225 | on input line 440. 226 | 227 | 228 | LaTeX Warning: Reference `tab:fewshotmixedinstruct-sexism' on page 10 undefined 229 | on input line 440. 230 | 231 | 232 | LaTeX Warning: Reference `appendxbmuxedubstryctub' on page 10 undefined on inpu 233 | t line 440. 234 | 235 | [10] [11] 236 | 237 | LaTeX Warning: Reference `tab:profanity' on page 12 undefined on input line 482 238 | . 239 | 240 | 241 | LaTeX Warning: Reference `appendxc' on page 12 undefined on input line 482. 242 | 243 | 244 | LaTeX Warning: Reference `tab:profanity' on page 12 undefined on input line 482 245 | . 246 | 247 | 248 | LaTeX Warning: Reference `tab:misspell-results' on page 12 undefined on input l 249 | ine 482. 250 | 251 | 252 | LaTeX Warning: Reference `appendxc' on page 12 undefined on input line 482. 253 | 254 | (./bmc_article.bbl [12]) 255 | LaTeX Font Info: External font `cmex10' loaded for size 256 | (Font) <8> on input line 577. 257 | LaTeX Font Info: External font `cmex10' loaded for size 258 | (Font) <6> on input line 577. 259 | 260 | Overfull \hbox (3963.57361pt too wide) in paragraph at lines 673--678 261 | [][] 262 | [] 263 | 264 | 265 | Overfull \hbox (3963.57361pt too wide) in paragraph at lines 749--754 266 | [][] 267 | [] 268 | 269 | 270 | AED: lastpage setting LastPage 271 | [13] [14] [15] (./bmc_article.aux) 272 | 273 | LaTeX Font Warning: Size substitutions with differences 274 | (Font) up to 1.0pt have occurred. 275 | 276 | 277 | LaTeX Warning: There were undefined references. 278 | 279 | 280 | LaTeX Warning: There were multiply-defined labels. 281 | 282 | ) 283 | Here is how much of TeX's memory you used: 284 | 1947 strings out of 480236 285 | 29731 string characters out of 5894295 286 | 364031 words of memory out of 5000000 287 | 19933 multiletter control sequences out of 15000+600000 288 | 476987 words of font info for 53 fonts, out of 8000000 for 9000 289 | 14 hyphenation exceptions out of 8191 290 | 48i,10n,61p,1960b,413s stack positions out of 5000i,500n,10000p,200000b,80000s 291 | 298 | 304 | Output written on bmc_article.pdf (15 pages, 166729 bytes). 305 | PDF statistics: 306 | 108 PDF objects out of 1000 (max. 8388607) 307 | 70 compressed objects within 1 object stream 308 | 0 named destinations out of 1000 (max. 500000) 309 | 1 words of extra memory for PDF output out of 10000 (max. 10000000) 310 | 311 | -------------------------------------------------------------------------------- /inputs/misspelling_experiment.py: -------------------------------------------------------------------------------- 1 | import openai 2 | import pandas as pd 3 | import time 4 | import inputs.data_collection_functions as dc 5 | openai.organization = "INSERT ORG ID" 6 | openai.api_key = "INSERT API KEY" 7 | 8 | ethos_data = pd.read_csv("inputs/Ethos_Dataset_Multi_Label.csv", delimiter=';') 9 | ethos_data_binary = pd.read_csv("inputs/Ethos_Dataset_Binary.csv", delimiter=';') 10 | sexist = pd.DataFrame(ethos_data[ethos_data["gender"] >= 0.5]["comment"]) # Filter ethos_data for gender score > 0.5, take only comment column (84 rows) 11 | racist = pd.DataFrame(ethos_data[ethos_data["race"] >= 0.5]["comment"]) # Filter ethos_data for race score > 0.5, take only comment column (76 rows) 12 | not_hate = ethos_data_binary[ethos_data_binary["isHate"] == 0] # Filter ethos_data_binary for non-hate comments (354 rows) 13 | sexist["category"] = "sexist" # Add "category" column to comments 14 | racist["category"] = "racist" # "" 15 | not_hate["category"] = "not hate" # "" 16 | comments = pd.concat([sexist, racist]) # Create one dataframe called comments (160 rows) 17 | comments = comments.reset_index() 18 | 19 | profanity_sexist = pd.DataFrame() 20 | profanity_racist = pd.DataFrame() 21 | 22 | profanity_sexist = profanity_sexist.append([sexist[sexist["comment"].str.contains("nigg")], 23 | sexist[sexist["comment"].str.contains("fuck")], 24 | sexist[sexist["comment"].str.contains("phuck")], # Specific example from paper 25 | sexist[sexist["comment"].str.contains("whore")], 26 | sexist[sexist["comment"].str.contains("kill")], 27 | sexist[sexist["comment"].str.contains("rape")], 28 | sexist[sexist["comment"].str.contains("die")], 29 | sexist[sexist["comment"].str.contains("bitch")]]) 30 | 31 | profanity_racist = profanity_racist.append([racist[racist["comment"].str.contains("nigg")], 32 | racist[racist["comment"].str.contains("fuck")], 33 | racist[racist["comment"].str.contains("phuck")], # Specific example from paper 34 | racist[racist["comment"].str.contains("whore")], 35 | racist[racist["comment"].str.contains("kill")], 36 | racist[racist["comment"].str.contains("rape")], 37 | racist[racist["comment"].str.contains("die")], 38 | racist[racist["comment"].str.contains("bitch")]]) 39 | 40 | # Drop duplicates 41 | profanity_sexist = profanity_sexist.drop_duplicates() 42 | profanity_racist = profanity_racist.drop_duplicates() 43 | 44 | # Create non-profanity data set by dropping all indexes in the original data set that appear in the profanity data set 45 | non_profanity_sexist = sexist.drop(profanity_sexist.index) 46 | non_profanity_racist = racist.drop(profanity_racist.index) 47 | non_profanity_racist.to_csv("outputs/data/non_profanity_racist.csv") 48 | non_profanity_sexist.to_csv("outputs/data/non_profanity_sexist.csv") 49 | 50 | profanity_sexist["status"] = "unedited" 51 | profanity_racist["status"] = "unedited" 52 | profanity_sexist["comment_id"] = profanity_sexist.reset_index().index 53 | profanity_racist["comment_id"] = profanity_racist.reset_index().index 54 | 55 | # Define strings to search for (case insensitive) and misspellings/censorship to replace with 56 | profane_words = [["(?i)nigg", "n1gg"], 57 | ["(?i)nigg", "n*gg"], 58 | ["(?i)nigg", "nig"], 59 | ["(?i)nigg", "n-gg"], 60 | ["(?i)phuck", "fuck"], 61 | ["(?i)fuck", "fck"], 62 | ["(?i)fuck", "phuck"], 63 | ["(?i)fuck", "f*ck"], 64 | ["(?i)fuck", "f-ck"], 65 | ["(?i)whore", "wh0re"], 66 | ["(?i)whore", "wh0r3"], 67 | ["(?i)whore", "whor3"], 68 | ["(?i)whore", "wh-re"], 69 | ["(?i)whore", "wh*re"], 70 | ["(?i)kill", "k1ll"], 71 | ["(?i)kill", "kil"], 72 | ["(?i)kill", "k-ll"], 73 | ["(?i)kill", "k*ll"], 74 | ["(?i)rape", "r@pe"], 75 | ["(?i)rape", "rap"], 76 | ["(?i)rape", "r@p3"], 77 | ["(?i)rape", "rap3"], 78 | ["(?i)rape", "r*pe"], 79 | ["(?i)rape", "r-pe"], 80 | ["(?i)bitch", "b1tch"], 81 | ["(?i)bitch", "b-tch"], 82 | ["(?i)bitch", "b*tch"], 83 | ["(?i)bitch", "bich"], 84 | ["(?i)bitch", "bicht"], 85 | ["(?i)bitch", "bithc"], 86 | ["(?i)die", "dye"], 87 | ["(?i)die", "d1e"], 88 | ["(?i)die", "di3"], 89 | ["(?i)die", "d13"], 90 | ["(?i)die", "d*e"], 91 | ["(?i)die", "d-e"]] 92 | 93 | profanity_sexist_edited = pd.DataFrame() 94 | profanity_racist_edited = pd.DataFrame() 95 | 96 | # 1. Loop through every word combination in profane words 97 | # 2. Create a copy of the original data set with this misspelling introduced 98 | # 3. Append it to the edited dataframe 99 | for words in profane_words: 100 | sexist_edited_new = profanity_sexist.replace(to_replace=words[0], value=words[1], regex = True) 101 | racist_edited_new = profanity_racist.replace(to_replace=words[0], value=words[1], regex = True) 102 | profanity_sexist_edited = profanity_sexist_edited.append(sexist_edited_new) 103 | profanity_racist_edited = profanity_racist_edited.append(racist_edited_new) 104 | 105 | # Add "edited" status 106 | profanity_sexist_edited["status"] = "edited" 107 | profanity_racist_edited["status"] = "edited" 108 | 109 | # Drop duplicates 110 | profanity_sexist_edited = profanity_sexist_edited.drop_duplicates() 111 | profanity_racist_edited = profanity_racist_edited.drop_duplicates() 112 | 113 | # Put edited and unedited results into one dataframe 114 | profanity_sexist = profanity_sexist.append(profanity_sexist_edited) 115 | profanity_racist = profanity_racist.append(profanity_racist_edited) 116 | profanity_sexist.to_csv("outputs/data/profanity_sexist.csv") 117 | profanity_racist.to_csv("outputs/data/profanity_racist.csv") 118 | 119 | 120 | ### Zero-shot ### 121 | all_zero_shot_result = pd.DataFrame() # Create empty data frame 122 | 123 | # Sexist, temperature = 0.3 124 | for i, sexist_comment in enumerate(profanity_sexist.comment): # Loop through first 30 comments in sexist, where i is index number (0-29) and sexist_comment is comment as a string 125 | print("Sexist comment misspelling {} of {}".format(i, len(profanity_sexist))) 126 | zero_shot_result = dc.zero_shot("sexist", "sexist", sexist_comment, temperature = 0) # Run sexist_comment through GPT-3 127 | zero_shot_result["status"] = profanity_sexist.reset_index().status[i] 128 | zero_shot_result["comment_id"] = profanity_sexist.reset_index().comment_id[i] 129 | all_zero_shot_result = all_zero_shot_result.append(zero_shot_result, ignore_index=True) # Add results for sexist_comment to all results 130 | 131 | # Racist, temperature = 0.3 132 | for i, racist_comment in enumerate(profanity_racist.comment): 133 | print("Racist comment misspelling {} of {}".format(i, len(profanity_sexist))) 134 | zero_shot_result = dc.zero_shot("racist", "racist", racist_comment, temperature = 0) 135 | zero_shot_result["status"] = profanity_racist.reset_index().status[i] 136 | zero_shot_result["comment_id"] = profanity_racist.reset_index().comment_id[i] 137 | all_zero_shot_result = all_zero_shot_result.append(zero_shot_result, ignore_index=True) 138 | 139 | ### One-shot ### 140 | all_one_shot_result = pd.DataFrame() 141 | # Sexist, temperature = 0.3 142 | for i, sexist_comment in enumerate(profanity_sexist.comment): 143 | # Extract comment_id of sexist_comment and use to index profanity_sexist and extract consistent example for misspelled versions of comments 144 | example = non_profanity_sexist.reset_index().comment[profanity_sexist.loc[profanity_sexist["comment"] == sexist_comment, "comment_id"].iloc[0]] 145 | one_shot_sexist_result = dc.one_shot("sexist", "sexist", example, sexist_comment, temperature=0.3) 146 | one_shot_sexist_result["status"] = profanity_sexist.reset_index().status[i] 147 | one_shot_sexist_result["comment_id"] = profanity_sexist.reset_index().comment_id[i] 148 | all_one_shot_result = all_one_shot_result.append(one_shot_sexist_result, ignore_index=True) 149 | 150 | # Racist, temperature = 0.3 151 | for i, racist_comment in enumerate(profanity_racist.comment): 152 | example = non_profanity_racist.reset_index().comment[profanity_racist.loc[profanity_racist["comment"] == racist_comment, "comment_id"].iloc[0]] # Use modulo so examples from the non-profanity list are recycled 153 | one_shot_racist_result = dc.one_shot("racist", "racist", example, racist_comment, temperature=0.3) 154 | one_shot_racist_result["status"] = profanity_racist.reset_index().status[i] 155 | one_shot_racist_result["comment_id"] = profanity_racist.reset_index().comment_id[i] 156 | all_one_shot_result = all_one_shot_result.append(one_shot_racist_result, ignore_index=True) 157 | 158 | 159 | ### Few shot, fixed examples ### 160 | all_few_shot_fixed_examples_result = pd.DataFrame() 161 | 162 | #Mixed Cat, temperature = 0.3 163 | for i in range(0, 10): 164 | for j, racist_comment in enumerate(profanity_racist.comment): 165 | few_shot_fixed_examples_result = dc.few_shot_fixed_examples(i, "fixed-example", "racist", racist_comment, temperature = 0.3) 166 | few_shot_fixed_examples_result["status"] = profanity_racist.reset_index().status[j] 167 | few_shot_fixed_examples_result["comment_id"] = profanity_racist.reset_index().comment_id[j] 168 | all_few_shot_fixed_examples_result = all_few_shot_fixed_examples_result.append(few_shot_fixed_examples_result, ignore_index=True) 169 | time.sleep(.5) 170 | for j, sexist_comment in enumerate(profanity_sexist.comment): 171 | few_shot_fixed_examples_result = dc.few_shot_fixed_examples(i, "fixed-example", "sexist", sexist_comment, temperature = 0.3) 172 | few_shot_fixed_examples_result["status"] = profanity_sexist.reset_index().status[j] 173 | few_shot_fixed_examples_result["comment_id"] = profanity_sexist.reset_index().comment_id[j] 174 | all_few_shot_fixed_examples_result = all_few_shot_fixed_examples_result.append(few_shot_fixed_examples_result, ignore_index=True) 175 | time.sleep(.5) 176 | for j, sexist_comment_unedited in enumerate(non_profanity_sexist.comment): 177 | few_shot_fixed_examples_result = dc.few_shot_fixed_examples(i, "fixed-example", "sexist", sexist_comment_unedited, temperature = 0.3) 178 | few_shot_fixed_examples_result["status"] = non_profanity_sexist.reset_index().status[j] 179 | few_shot_fixed_examples_result["comment_id"] = non_profanity_sexist.reset_index().comment_id[j] 180 | all_few_shot_fixed_examples_result = all_few_shot_fixed_examples_result.append(few_shot_fixed_examples_result, ignore_index=True) 181 | time.sleep(.5) 182 | for j, racist_comment_unedited in enumerate(non_profanity_racist.comment): 183 | few_shot_fixed_examples_result = dc.few_shot_fixed_examples(i, "fixed-example", "racist", racist_comment_unedited, temperature = 0.3) 184 | few_shot_fixed_examples_result["status"] = non_profanity_racist.reset_index().status[j] 185 | few_shot_fixed_examples_result["comment_id"] = non_profanity_racist.reset_index().comment_id[j] 186 | all_few_shot_fixed_examples_result = all_few_shot_fixed_examples_result.append(few_shot_fixed_examples_result, ignore_index=True) 187 | time.sleep(.5) 188 | 189 | 190 | ### Save results ### 191 | all_zero_shot_result.to_csv("outputs/data/zero_shot_misspelling.csv") 192 | all_one_shot_result.to_csv("outputs/data/one_shot_misspelling.csv") 193 | all_few_shot_fixed_examples_result.to_csv("../outputs/data/few_shot_fixed_examples_misspelling.csv") 194 | -------------------------------------------------------------------------------- /outputs/bmc_template/bmcart-biblio.sty: -------------------------------------------------------------------------------- 1 | %% 2 | %% LaTeX 2e packagee for the processing of LaTeX2e files 3 | %% for the BioMed Central 4 | %% Additional commands for the processing of structured reference list 5 | %% 6 | %% Macros written by Vytas Statulevicius, VTeX, Lithuania 7 | %% for the BioMed Central 8 | %% Please submit bugs or your comments to vytas@vtex.lt 9 | %% 10 | %% The original distribution is located at: 11 | %% http://support.e-publications.org/bmc 12 | %% 13 | %% This class file loads standart "article.cls" with appropriate 14 | %% settings and then redefines layout according to BMC style 15 | %% A lot of efforts are done for the possibility of extraction of 16 | %% information from the LaTeX file 17 | %% 18 | %% You are free to use this style class as you see fit, provided 19 | %% that you do not make changes to the file. 20 | %% If you DO make changes, you are required to rename this file. 21 | %% 22 | %% It may be distributed under the terms of the LaTeX Project Public 23 | %% License, as described in lppl.txt in the base LaTeX distribution. 24 | %% Either version 1.0 or, at your option, any later version. 25 | %% 26 | %% \CharacterTable 27 | %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z 28 | %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z 29 | %% Digits \0\1\2\3\4\5\6\7\8\9 30 | %% Exclamation \! Double quote \" Hash (number) \# 31 | %% Dollar \$ Percent \% Ampersand \& 32 | %% Acute accent \' Left paren \( Right paren \) 33 | %% Asterisk \* Plus \+ Comma \, 34 | %% Minus \- Point \. Solidus \/ 35 | %% Colon \: Semicolon \; Less than \< 36 | %% Equals \= Greater than \> Question mark \? 37 | %% Commercial at \@ Left bracket \[ Backslash \\ 38 | %% Right bracket \] Circumflex \^ Underscore \_ 39 | %% Grave accent \` Left brace \{ Vertical bar \| 40 | %% Right brace \} Tilde \~} 41 | %% 42 | %% 43 | %% Bug fixes and changes: 44 | %% at end of file 45 | 46 | 47 | \def\bmc@common@bibl@date{2012/03/06} 48 | 49 | \NeedsTeXFormat{LaTeX2e} 50 | \ProvidesPackage{bmcart-biblio}[\bmc@common@bibl@date 51 | additional macros for the bibliography tagging A++ XML DTD (VS)] 52 | 53 | % Default bibliography style: 54 | \def\bibliography@style{10} 55 | \def\bibliography@style@name{BMC Reference Style} 56 | \def\bibliography@key{bmc} 57 | 58 | % vykdoma tik pirma opcija (t.y. tai leidzia "permusti" opcija per 59 | % \documentclass[foo,..] 60 | 61 | \def\only@first#1{\@ifundefined{o@f@}{\def\o@f@{}#1}{}} 62 | 63 | \DeclareOption{undef} {\only@first{\def\bibliography@style{0}\def\bibliography@key{undef} 64 | \def\bibliography@style@name{undefined}}} 65 | \DeclareOption{basic} {\only@first{\def\bibliography@style{1}\def\bibliography@key{basic} 66 | \def\bibliography@style@name{Basic Springer}}} 67 | \DeclareOption{chemistry}{\only@first{\def\bibliography@style{2}\def\bibliography@key{chemistry} 68 | \def\bibliography@style@name{Chemistry}}} 69 | \DeclareOption{mathphys} {\only@first{\def\bibliography@style{3}\def\bibliography@key{mathphys} 70 | \def\bibliography@style@name{Math and Physical Sciences}}} 71 | \DeclareOption{aps} {\only@first{\def\bibliography@style{4}\def\bibliography@key{aps} 72 | \def\bibliography@style@name{American Physical Society}}} 73 | \DeclareOption{cs} {\only@first{\def\bibliography@style{5}\def\bibliography@key{cs} 74 | \def\bibliography@style@name{Computer Science}}} 75 | \DeclareOption{vancouver}{\only@first{\def\bibliography@style{6}\def\bibliography@key{vancouver} 76 | \def\bibliography@style@name{Vancouver}}} 77 | \DeclareOption{apa} {\only@first{\def\bibliography@style{7}\def\bibliography@key{apa} 78 | \def\bibliography@style@name{APA}}} 79 | \DeclareOption{chicago} {\only@first{\def\bibliography@style{8}\def\bibliography@key{chicago} 80 | \def\bibliography@style@name{Chicago}}} 81 | \DeclareOption{ams} {\only@first{\def\bibliography@style{9}\def\bibliography@key{ams} 82 | \def\bibliography@style@name{AMS}}} 83 | \DeclareOption{bmc} {\only@first{\def\bibliography@style{10}\def\bibliography@key{bmc} 84 | \def\bibliography@style@name{BMC Reference Style}}} 85 | 86 | \ProcessOptions* 87 | 88 | 89 | %%% Common macros: 90 | \def\xml@attr{\@ifnextchar[{\get@attr}{\get@attr[]}} 91 | \def\get@attr[#1]#2{#2} 92 | 93 | \let\betal@style\relax 94 | 95 | \def\common@pub@types{% 96 | \let\binstitute\@firstofone% 97 | \def\betal{{\betal@style et al.}}% 98 | \let\byear\@firstofone% 99 | \let\bfpage\@firstofone% 100 | \let\blpage\@firstofone% 101 | \let\binterref\xml@attr% 102 | \def\burl##1{{\csname burl@style\endcsname\surl{##1}}} 103 | \let\bcomment\@firstofone% 104 | \let\oauthor\@firstofone% 105 | \csname common@pub@types@hook\endcsname% 106 | } 107 | 108 | % Setting a "style" for a command: 109 | % \set@bibl@cmd{bvolume} == \def\bvolume#1{{\bvolume@style #1}} 110 | 111 | \def\set@bibl@cmd#1{\expandafter\def\csname #1\endcsname##1{{\csname #1@style\endcsname##1}}} 112 | 113 | 114 | \AtBeginDocument{\let\doiurlchapter\doiurl} 115 | 116 | %%% BibEditorName 117 | 118 | \def\xml@beditor#1{% 119 | \let\bprefix\@firstofone% 120 | \let\binits\@firstofone% 121 | \let\bsnm\@firstofone% 122 | \let\bparticle\@firstofone% 123 | \let\bsuffix\@firstofone% 124 | \let\bdegs\@firstofone% 125 | #1} 126 | 127 | %%% BibAuthorName 128 | 129 | \def\xml@bauthor#1{% 130 | \let\bprefix\@firstofone% 131 | \let\binits\@firstofone% 132 | % \let\bsnm\@firstofone% 133 | \def\bsnm##1{{\csname bsnm@style\endcsname##1}}% 134 | \let\bparticle\@firstofone% 135 | \let\bsuffix\@firstofone% 136 | \let\bdegs\@firstofone% 137 | #1} 138 | 139 | 140 | %%% bsertitle 141 | 142 | \def\xml@bsertitle{\@ifnextchar[{\@xml@bsertitle}{\@xml@bsertitle[]}} 143 | 144 | \def\@xml@bsertitle[#1]#2{{\csname bsertitle@style\endcsname #2}}% 145 | 146 | \def\xml@batitle{\@ifnextchar[{\@xml@batitle}{\@xml@batitle[]}} 147 | \def\@xml@batitle[#1]#2{{\csname batitle@style\endcsname #2}}% 148 | 149 | \def\xml@bctitle{\@ifnextchar[{\@xml@bctitle}{\@xml@bctitle[]}} 150 | \def\@xml@bctitle[#1]#2{{\csname bctitle@style\endcsname #2}}% 151 | 152 | \def\xml@bbtitle{\@ifnextchar[{\@xml@bbtitle}{\@xml@bbtitle[]}} 153 | \def\@xml@bbtitle[#1]#2{{\csname bbtitle@style\endcsname #2}}% 154 | 155 | 156 | 157 | %%% BibArticle 158 | % \begin{barticle} 159 | % ... 160 | % \end{barticle} 161 | 162 | \def\barticle{% 163 | \common@pub@types% 164 | \let\bauthor\xml@bauthor% 165 | \let\batitle\xml@attr% 166 | \set@bibl@cmd{bjtitle}% 167 | \set@bibl@cmd{bvolume}% 168 | \set@bibl@cmd{bissue}% 169 | \let\bnumber\@firstofone% 170 | } 171 | \def\endbarticle{} 172 | 173 | 174 | %%% BibIssue 175 | % \begin{bissue} 176 | % ... 177 | % \end{bissue} 178 | 179 | \def\bissue{% 180 | \common@pub@types% 181 | \let\bauthor\xml@bauthor% 182 | \set@bibl@cmd{bjtitle}% 183 | \set@bibl@cmd{bvolume}% 184 | \set@bibl@cmd{bissue}% 185 | \set@bibl@cmd{bmonth}% 186 | } 187 | \def\endbissue{} 188 | 189 | 190 | %%% BibChapter 191 | % \begin{bchapter} 192 | % ... 193 | % \end{bchapter} 194 | 195 | \def\bchapter{% 196 | \common@pub@types% 197 | \let\bauthor\xml@bauthor% 198 | \let\bctitle\xml@attr% 199 | \let\beditor\xml@beditor% 200 | \let\binstitutionaled\@firstofone% 201 | \def\beds{eds.}% 202 | \let\bbtitle\xml@bbtitle 203 | \let\bedition\xml@attr% 204 | \set@bibl@cmd{bconfname}% 205 | \set@bibl@cmd{bconflocation}% 206 | \set@bibl@cmd{bconfdate}% 207 | \let\bsertitle\xml@bsertitle% 208 | \set@bibl@cmd{bseriesno}% 209 | \let\bpublisher\@firstofone% 210 | \let\blocation\@firstofone% 211 | \let\bisbn\@firstofone% 212 | } 213 | 214 | \def\endbchapter{} 215 | 216 | %%% BibUnstructured 217 | % \begin{botherref} 218 | % ... 219 | % \end{botherref} 220 | 221 | \def\botherref{\let\binterref\xml@attr\let\oauthor\xml@bauthor\let\bauthor\xml@bauthor} 222 | \def\endbotherref{} 223 | 224 | 225 | %%% BibBook 226 | % \begin{bbook} 227 | % ... 228 | % \end{bbook} 229 | 230 | \def\bbook{% 231 | \common@pub@types% 232 | \let\bauthor\xml@bauthor% 233 | \let\beditor\xml@beditor% 234 | \let\binstitutionaled\@firstofone% 235 | \def\beds{eds.}% 236 | \let\bbtitle\xml@bbtitle 237 | \let\bedition\xml@attr% 238 | \let\bconfname\@firstofone% 239 | \let\bconflocation\@firstofone% 240 | \let\bconfdate\@firstofone% 241 | \let\bsertitle\xml@bsertitle% 242 | \set@bibl@cmd{bseriesno}% 243 | \let\bpublisher\@firstofone% 244 | \let\blocation\@firstofone% 245 | \let\bisbn\@firstofone% 246 | }% 247 | 248 | 249 | \def\endbbook{} 250 | 251 | %%% 252 | \let\endbibitem\relax 253 | 254 | %%%%%% vancouver puslapi nr. formavimas 255 | %% 17-19 -> 17-9 256 | %% 17-21 -> 17-21 257 | %% 1234-1345 -> 345 258 | 259 | \def\vcr@bfpage#1{% 260 | #1\nobreak% 261 | \test@if@number{#1}% 262 | \let\blpage\@firstofone% 263 | \if@page@isnumber\ifnum#1>9\def\@vcr@bfpage{#1}\let\blpage\fmt@blpage\fi\fi} 264 | 265 | 266 | \def\fmt@blpage#1{% 267 | \test@if@number{#1}% 268 | \if@page@isnumber% 269 | \ifnum\@vcr@bfpage<#1% 270 | \vcr@blpage{#1}% 271 | \else% 272 | #1\@latex@error{sprbibl: [\cur@bibitem] \string\bfpage\space > \string\blpage!}{??}% 273 | \fi% 274 | \else% 275 | #1% 276 | \fi} 277 | 278 | % algoritmas 279 | % a) bfpage ir blpage daliname is 10 280 | % b) if bfpage=blpage goto d 281 | % c) if bfpage<10 end else goto a 282 | % d) x:= blpage - int(blpage/10^i)*10^1 283 | 284 | \def\vcr@blpage#1{% 285 | \@tempcnta=\@vcr@bfpage% 286 | \@tempcntb=#1% 287 | \@tempcntc=1% 288 | \def\control@cnt{1}% 289 | \@whilenum\control@cnt>0\do{% 290 | \divide\@tempcnta by10% 291 | \divide\@tempcntb by10% 292 | \multiply\@tempcntc by10% 293 | \ifnum\@tempcnta=\@tempcntb\def\control@cnt{0}\@tempswatrue% 294 | \else% 295 | \ifnum\@tempcnta<10\relax\def\control@cnt{0}\@tempswafalse\fi% 296 | \fi}% 297 | \if@tempswa% 298 | \@tempcnta=#1% 299 | \@tempcntb=#1% 300 | \divide\@tempcntb by\@tempcntc% 301 | \multiply\@tempcntb by\@tempcntc% 302 | \advance\@tempcnta by-\@tempcntb% 303 | \the\@tempcnta% 304 | \else% 305 | #1% 306 | \fi}% 307 | 308 | \newif\if@page@isnumber 309 | 310 | \def\test@if@number#1{% 311 | \@page@isnumberfalse% 312 | \setbox\@tempboxa=\hbox{\@tempcnta=0#1\relax\ignorespaces}% 313 | \ifdim\wd\@tempboxa>\z@\else\@page@isnumbertrue\fi} 314 | 315 | %%%%%% Set bibliography styles: 316 | 317 | \ifcase\bibliography@style\relax 318 | \message{^^J Reference style: \bibliography@style@name^^J}% 319 | \or % basic 320 | \message{^^J Reference style: \bibliography@style@name^^J}% 321 | \def\common@pub@types@hook{\def\betal{{\betal@style et al}}}% 322 | \or % chemistry 323 | \message{^^J Reference style: \bibliography@style@name^^J}% 324 | \or % mathphys 325 | \message{^^J Reference style: \bibliography@style@name^^J}% 326 | \setattribute{bvolume}{style}{\bfseries} 327 | \or % aps 328 | \message{^^J Reference style: \bibliography@style@name^^J}% 329 | \setattribute{bvolume}{style}{\bfseries} 330 | \setattribute{bbtitle}{style}{\itshape} 331 | \or % cs 332 | \message{^^J Reference style: \bibliography@style@name^^J}% 333 | \setattribute{bvolume}{style}{\bfseries} 334 | \or % vancouver 335 | \message{^^J Reference style: \bibliography@style@name^^J}% 336 | \def\common@pub@types@hook{\let\bfpage\vcr@bfpage} 337 | \or % apa 338 | \message{^^J Reference style: \bibliography@style@name^^J}% 339 | \setattribute{bjtitle}{style}{\itshape} 340 | \setattribute{bvolume}{style}{\itshape} 341 | \setattribute{bbtitle}{style}{\itshape} 342 | \setattribute{bsertitle}{style}{\itshape} 343 | \setattribute{bseriesno}{style}{\itshape} 344 | \or % chicago 345 | \message{^^J Reference style: \bibliography@style@name^^J}% 346 | \setattribute{bbtitle} {style}{\itshape} 347 | \setattribute{bjtitle} {style}{\itshape} 348 | \setattribute{bsertitle}{style}{\itshape} 349 | \or % ams 350 | \message{^^J Reference style: \bibliography@style@name^^J}% 351 | \setattribute{batitle}{style}{\itshape}% 352 | \setattribute{bctitle}{style}{\itshape}% 353 | \g@addto@macro\barticle{\let\batitle\xml@batitle}% 354 | \setattribute{bvolume}{style}{\bfseries}% 355 | \setattribute{bseriesno}{style}{\bfseries}% 356 | \g@addto@macro\bbook{\setattribute{bbtitle}{style}{\itshape}}% 357 | \g@addto@macro\bchapter{\let\bctitle\xml@bctitle% 358 | \setattribute{bbtitle}{style}{\upshape}% 359 | }% 360 | \or % bmc 361 | \message{^^J Reference style: \bibliography@style@name^^J}% 362 | \setattribute{bvolume}{style}{\bfseries}% 363 | \setattribute{batitle}{style}{\bfseries\mathversion{bold}}% 364 | \g@addto@macro\barticle{\let\batitle\xml@batitle}% 365 | \setattribute{bjtitle}{style}{\itshape}% 366 | \setattribute{bbtitle}{style}{\itshape}% 367 | \setattribute{bsertitle}{style}{\itshape} 368 | \setattribute{bctitle}{style}{\bfseries\mathversion{bold}}% 369 | \g@addto@macro\bchapter{\let\bctitle\xml@bctitle}% 370 | \fi 371 | 372 | \endinput 373 | -------------------------------------------------------------------------------- /outputs/bmc_template/bmc_article 6.log: -------------------------------------------------------------------------------- 1 | This is pdfTeX, Version 3.141592653-2.6-1.40.23 (TeX Live 2022/dev) (preloaded format=pdflatex 2022.3.23) 24 MAR 2022 15:20 2 | entering extended mode 3 | restricted \write18 enabled. 4 | %&-line parsing enabled. 5 | **bmc_article.tex 6 | (./bmc_article.tex 7 | LaTeX2e <2021-11-15> patch level 1 8 | L3 programming layer <2022-02-24> (./bmcart.cls 9 | Document Class: bmcart 2014/01/24BioMed Central class (VS) 10 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/base/article.cls 11 | Document Class: article 2021/10/04 v1.4n Standard LaTeX document class 12 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/base/size10.clo 13 | File: size10.clo 2021/10/04 v1.4n Standard LaTeX file (size option) 14 | ) 15 | \c@part=\count185 16 | \c@section=\count186 17 | \c@subsection=\count187 18 | \c@subsubsection=\count188 19 | \c@paragraph=\count189 20 | \c@subparagraph=\count190 21 | \c@figure=\count191 22 | \c@table=\count192 23 | \abovecaptionskip=\skip47 24 | \belowcaptionskip=\skip48 25 | \bibindent=\dimen138 26 | ) 27 | \mathindent=\dimen139 28 | 29 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/graphics/keyval.sty 30 | Package: keyval 2014/10/28 v1.15 key=value parser (DPC) 31 | \KV@toks@=\toks16 32 | ) (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/xcolor/xcolor.sty 33 | Package: xcolor 2021/10/31 v2.13 LaTeX color extensions (UK) 34 | 35 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/graphics-cfg/color. 36 | cfg 37 | File: color.cfg 2016/01/02 v1.6 sample color configuration 38 | ) 39 | Package xcolor Info: Driver file: pdftex.def on input line 227. 40 | 41 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/graphics-def/pdftex 42 | .def 43 | File: pdftex.def 2020/10/05 v1.2a Graphics/color driver for pdftex 44 | ) 45 | Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1352. 46 | Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1356. 47 | Package xcolor Info: Model `RGB' extended on input line 1368. 48 | Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1370. 49 | Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1371. 50 | Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1372. 51 | Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1373. 52 | Package xcolor Info: Model `Gray' substituted by `gray' on input line 1374. 53 | Package xcolor Info: Model `wave' substituted by `hsb' on input line 1375. 54 | ) 55 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/lastpage/lastpage.s 56 | ty 57 | Package: lastpage 2021/09/03 v1.2n Refers to last page's name (HMM; JPG) 58 | ) 59 | \c@thanks=\count193 60 | \bmcfloat@box=\box50 61 | \c@author=\count194 62 | \c@address=\count195 63 | \sv@mathsurround=\dimen140 64 | \fm@box=\box51 65 | \c@addressref=\count196 66 | \thanks@box=\box52 67 | \abstract@box=\box53 68 | \authors@list=\toks17 69 | \keywords@list=\toks18 70 | ) 71 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/base/inputenc.sty 72 | Package: inputenc 2021/02/14 v1.3d Input encoding file 73 | \inpenc@prehook=\toks19 74 | \inpenc@posthook=\toks20 75 | ) 76 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/l3backend/l3backend 77 | -pdftex.def 78 | File: l3backend-pdftex.def 2022-02-07 L3 backend support: PDF output (pdfTeX) 79 | \l__color_backend_stack_int=\count197 80 | \l__pdf_internal_box=\box54 81 | ) (./bmc_article.aux 82 | 83 | LaTeX Warning: Label `fig:comparison' multiply defined. 84 | 85 | 86 | LaTeX Warning: Label `tab:zeroshot-summary' multiply defined. 87 | 88 | 89 | LaTeX Warning: Label `tab:oneshot-summary' multiply defined. 90 | 91 | 92 | LaTeX Warning: Label `tab:fewshotsingle-summary' multiply defined. 93 | 94 | 95 | LaTeX Warning: Label `tab:fewshotmixed-summary' multiply defined. 96 | 97 | 98 | LaTeX Warning: Label `tab:fewshotmixedanswersnoinstruct' multiply defined. 99 | 100 | 101 | LaTeX Warning: Label `tab:fewshotmixedinstruct-matrix' multiply defined. 102 | 103 | 104 | LaTeX Warning: Label `tab:fewshotmixedanswersnoinstruct' multiply defined. 105 | 106 | 107 | LaTeX Warning: Label `tab:fewshotmixedinstruct-matrix' multiply defined. 108 | 109 | 110 | LaTeX Warning: Label `tab:fewshotmixedinstructsummary' multiply defined. 111 | 112 | ) 113 | \openout1 = `bmc_article.aux'. 114 | 115 | LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 86. 116 | LaTeX Font Info: ... okay on input line 86. 117 | LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 86. 118 | LaTeX Font Info: ... okay on input line 86. 119 | LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 86. 120 | LaTeX Font Info: ... okay on input line 86. 121 | LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 86. 122 | LaTeX Font Info: ... okay on input line 86. 123 | LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 86. 124 | LaTeX Font Info: ... okay on input line 86. 125 | LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 86. 126 | LaTeX Font Info: ... okay on input line 86. 127 | LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 86. 128 | LaTeX Font Info: ... okay on input line 86. 129 | Package lastpage Info: Please have a look at the pageslts package at 130 | (lastpage) https://www.ctan.org/pkg/pageslts 131 | (lastpage) ! on input line 86. 132 | 133 | 134 | LaTeX Font Warning: Font shape `OT1/cmss/bx/n' in size <13> not available 135 | (Font) size <12> substituted on input line 92. 136 | 137 | 138 | LaTeX Font Warning: Font shape `OT1/cmss/m/n' in size <24> not available 139 | (Font) size <24.88> substituted on input line 100. 140 | 141 | LaTeX Font Info: Calculating math sizes for size <11> on input line 121. 142 | 143 | LaTeX Font Warning: Font shape `OT1/cmr/m/n' in size <5.5> not available 144 | (Font) size <5> substituted on input line 121. 145 | 146 | 147 | LaTeX Font Warning: Font shape `OML/cmm/m/it' in size <5.5> not available 148 | (Font) size <5> substituted on input line 121. 149 | 150 | 151 | LaTeX Font Warning: Font shape `OMS/cmsy/m/n' in size <5.5> not available 152 | (Font) size <5> substituted on input line 121. 153 | 154 | LaTeX Font Info: External font `cmex10' loaded for size 155 | (Font) <11> on input line 121. 156 | LaTeX Font Info: External font `cmex10' loaded for size 157 | (Font) <7.69997> on input line 121. 158 | LaTeX Font Info: External font `cmex10' loaded for size 159 | (Font) <5.5> on input line 121. 160 | 161 | LaTeX Warning: Reference `aff1thanks' on page 1 undefined on input line 121. 162 | 163 | LaTeX Font Info: Trying to load font information for TS1+cmss on input line 164 | 121. 165 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/base/ts1cmss.fd 166 | File: ts1cmss.fd 2019/12/16 v2.5j Standard LaTeX font definitions 167 | ) 168 | 169 | LaTeX Warning: Reference `aff2thanks' on page 1 undefined on input line 125. 170 | 171 | 172 | LaTeX Warning: Reference `aff1thanks' on page 1 undefined on input line 129. 173 | 174 | 175 | LaTeX Warning: Reference `aff2thanks' on page 1 undefined on input line 129. 176 | 177 | \address@aff1=\toks21 178 | \address@aff2=\toks22 179 | LaTeX Font Info: External font `cmex10' loaded for size 180 | (Font) <7> on input line 170. 181 | LaTeX Font Info: External font `cmex10' loaded for size 182 | (Font) <5> on input line 170. 183 | 184 | LaTeX Warning: Reference `aff1thanks' on page 1 undefined on input line 170. 185 | 186 | 187 | LaTeX Warning: Citation `bender2021dangers' on page 1 undefined on input line 2 188 | 50. 189 | 190 | 191 | LaTeX Warning: Citation `hovy2016social' on page 1 undefined on input line 252. 192 | 193 | 194 | 195 | LaTeX Warning: Citation `bender2021dangers' on page 1 undefined on input line 2 196 | 52. 197 | 198 | LaTeX Font Info: Font shape `OT1/cmss/m/it' in size <8> not available 199 | (Font) Font shape `OT1/cmss/m/sl' tried instead on input line 253. 200 | 201 | [1{/Users/rohanalexander/Library/TinyTeX/texmf-var/fonts/map/pdftex/updmap/pdft 202 | ex.map} 203 | 204 | ] 205 | 206 | LaTeX Warning: Citation `hovy2016social' on page 2 undefined on input line 254. 207 | 208 | 209 | 210 | LaTeX Warning: Reference `appendxa' on page 2 undefined on input line 258. 211 | 212 | 213 | LaTeX Warning: Reference `appendxb' on page 2 undefined on input line 258. 214 | 215 | 216 | LaTeX Warning: Reference `appendxc' on page 2 undefined on input line 258. 217 | 218 | 219 | LaTeX Warning: Citation `bengio2003neural' on page 2 undefined on input line 26 220 | 6. 221 | 222 | 223 | LaTeX Warning: Citation `rosenfeld2000two' on page 2 undefined on input line 26 224 | 6. 225 | 226 | 227 | LaTeX Warning: Citation `bengio2003neural' on page 2 undefined on input line 26 228 | 6. 229 | 230 | 231 | LaTeX Warning: Citation `turian2010word' on page 2 undefined on input line 266. 232 | 233 | 234 | 235 | LaTeX Warning: Citation `vaswani2017attention' on page 2 undefined on input lin 236 | e 266. 237 | 238 | 239 | LaTeX Warning: Citation `vaswani2017attention' on page 2 undefined on input lin 240 | e 266. 241 | 242 | 243 | LaTeX Warning: Citation `devlin2018bert' on page 2 undefined on input line 266. 244 | 245 | 246 | 247 | LaTeX Warning: Citation `radford2019language' on page 2 undefined on input line 248 | 266. 249 | 250 | 251 | LaTeX Warning: Citation `brown2020language' on page 2 undefined on input line 2 252 | 66. 253 | 254 | [2] 255 | 256 | LaTeX Warning: Citation `mcguffie2020radicalization' on page 3 undefined on inp 257 | ut line 272. 258 | 259 | 260 | LaTeX Warning: Citation `lin2021truthfulqa' on page 3 undefined on input line 2 261 | 72. 262 | 263 | 264 | LaTeX Warning: Citation `kennedy2018gab' on page 3 undefined on input line 277. 265 | 266 | 267 | 268 | LaTeX Warning: Citation `schmidt2017survey' on page 3 undefined on input line 2 269 | 77. 270 | 271 | 272 | LaTeX Warning: Citation `davidson2017automated' on page 3 undefined on input li 273 | ne 277. 274 | 275 | 276 | LaTeX Warning: Citation `addressinghatespeech' on page 3 undefined on input lin 277 | e 277. 278 | 279 | 280 | LaTeX Warning: Citation `davidson2017automated' on page 3 undefined on input li 281 | ne 277. 282 | 283 | 284 | LaTeX Warning: Citation `act2021justice' on page 3 undefined on input line 277. 285 | 286 | 287 | [3] 288 | 289 | LaTeX Warning: Citation `twitterpolicy2017' on page 4 undefined on input line 2 290 | 82. 291 | 292 | 293 | LaTeX Warning: Citation `waseem2016hateful' on page 4 undefined on input line 2 294 | 85. 295 | 296 | 297 | LaTeX Warning: Citation `davidson2017automated' on page 4 undefined on input li 298 | ne 285. 299 | 300 | 301 | LaTeX Warning: Citation `davidson2019racial' on page 4 undefined on input line 302 | 285. 303 | 304 | 305 | LaTeX Warning: Citation `mollas2020ethos' on page 4 undefined on input line 295 306 | . 307 | 308 | 309 | LaTeX Warning: Citation `anagnostou2018hatebusters' on page 4 undefined on inpu 310 | t line 295. 311 | 312 | 313 | LaTeX Warning: Citation `baumgartner2020pushshift' on page 4 undefined on input 314 | line 295. 315 | 316 | [4] [5] [6] 317 | 318 | LaTeX Warning: Reference `appendxa' on page 7 undefined on input line 374. 319 | 320 | [7] 321 | 322 | LaTeX Warning: Reference `appendixbzeroshot' on page 8 undefined on input line 323 | 426. 324 | 325 | LaTeX Font Info: External font `cmex10' loaded for size 326 | (Font) <8> on input line 432. 327 | LaTeX Font Info: External font `cmex10' loaded for size 328 | (Font) <6> on input line 432. 329 | 330 | LaTeX Warning: Reference `appendixboneshot' on page 8 undefined on input line 4 331 | 55. 332 | 333 | [8] 334 | 335 | LaTeX Warning: Reference `appendixbfewshotsingle' on page 9 undefined on input 336 | line 484. 337 | 338 | 339 | LaTeX Warning: Reference `appendxbmuxedubsnorinstruction' on page 9 undefined o 340 | n input line 513. 341 | 342 | [9] [10] 343 | Overfull \hbox (6742.99265pt too wide) in paragraph at lines 569--574 344 | [][] 345 | [] 346 | 347 | 348 | LaTeX Warning: Reference `appendxbmuxedubstryctub' on page 11 undefined on inpu 349 | t line 581. 350 | 351 | [11] 352 | 353 | LaTeX Warning: Citation `davidson2017automated' on page 12 undefined on input l 354 | ine 656. 355 | 356 | 357 | LaTeX Warning: Citation `schick2021selfdiagnosis' on page 12 undefined on input 358 | line 656. 359 | 360 | 361 | LaTeX Warning: Citation `raffel2020exploring' on page 12 undefined on input lin 362 | e 656. 363 | 364 | [12] [13] 365 | 366 | LaTeX Warning: Reference `appendxc' on page 14 undefined on input line 688. 367 | 368 | 369 | LaTeX Warning: Reference `appendxc' on page 14 undefined on input line 688. 370 | 371 | [14] (./bmc_article.bbl 372 | 373 | LaTeX Warning: Reference `aff1thanks' on page 15 undefined on input line 3. 374 | 375 | 376 | LaTeX Warning: Reference `aff2thanks' on page 15 undefined on input line 3. 377 | 378 | [15]) 379 | Overfull \hbox (3963.57361pt too wide) in paragraph at lines 877--882 380 | [][] 381 | [] 382 | 383 | 384 | Overfull \hbox (3963.57361pt too wide) in paragraph at lines 953--958 385 | [][] 386 | [] 387 | 388 | 389 | AED: lastpage setting LastPage 390 | [16] [17] [18] (./bmc_article.aux) 391 | 392 | LaTeX Font Warning: Size substitutions with differences 393 | (Font) up to 1.0pt have occurred. 394 | 395 | 396 | LaTeX Warning: There were undefined references. 397 | 398 | 399 | LaTeX Warning: There were multiply-defined labels. 400 | 401 | ) 402 | Here is how much of TeX's memory you used: 403 | 1940 strings out of 480236 404 | 29497 string characters out of 5894295 405 | 358688 words of memory out of 5000000 406 | 19924 multiletter control sequences out of 15000+600000 407 | 477605 words of font info for 55 fonts, out of 8000000 for 9000 408 | 14 hyphenation exceptions out of 8191 409 | 48i,9n,61p,2283b,487s stack positions out of 5000i,500n,10000p,200000b,80000s 410 | 417 | 424 | Users/rohanalexander/Library/TinyTeX/texmf-dist/fonts/type1/public/amsfonts/cm/ 425 | cmti10.pfb> 426 | Output written on bmc_article.pdf (18 pages, 193236 bytes). 427 | PDF statistics: 428 | 127 PDF objects out of 1000 (max. 8388607) 429 | 82 compressed objects within 1 object stream 430 | 0 named destinations out of 1000 (max. 500000) 431 | 1 words of extra memory for PDF output out of 10000 (max. 10000000) 432 | 433 | -------------------------------------------------------------------------------- /outputs/bmc_template/bmc_article.bib: -------------------------------------------------------------------------------- 1 | @misc{raffel2020exploring, 2 | title = {Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer}, 3 | author = {Colin Raffel and Noam Shazeer and Adam Roberts and Katherine Lee and Sharan Narang and Michael Matena and Yanqi Zhou and Wei Li and Peter J. Liu}, 4 | year = 2020, 5 | eprint = {1910.10683}, 6 | archiveprefix = {arXiv}, 7 | primaryclass = {cs.LG} 8 | } 9 | @misc{schick2021selfdiagnosis, 10 | title = {Self-Diagnosis and Self-Debiasing: A Proposal for Reducing Corpus-Based Bias in NLP}, 11 | author = {Timo Schick and Sahana Udupa and Hinrich Schütze}, 12 | year = 2021, 13 | eprint = {2103.00453}, 14 | archiveprefix = {arXiv}, 15 | primaryclass = {cs.CL} 16 | } 17 | @article{kennedy2018gab, 18 | title = {The Gab Hate Corpus: A collection of 27k posts annotated for hate speech}, 19 | author = {Kennedy, Brendan and Atari, Mohammad and Davani, Aida Mostafazadeh and Yeh, Leigh and Omrani, Ali and Kim, Yehsong and Coombs, Kris and Havaldar, Shreya and Portillo-Wightman, Gwenyth and Gonzalez, Elaine and others}, 20 | year = 2018, 21 | publisher = {PsyArXiv} 22 | } 23 | @article{addressinghatespeech, 24 | title = {Addressing Hate Speech with Data Science: An Overview from Computer Science Perspective}, 25 | author = {Srba, Ivan and Lenzini, Gabriele and Pikuliak, Matus and Pecar, Samuel}, 26 | year = 2021, 27 | journal = {Hate Speech - Multidisziplinäre Analysen und Handlungsoptionen}, 28 | publisher = {Springer Fachmedien Wiesbaden}, 29 | pages = {317–336}, 30 | doi = {10.1007/978-3-658-31793-5\_14}, 31 | url = {http://dx.doi.org/10.1007/978-3-658-31793-5\_14} 32 | } 33 | @misc{lin2021truthfulqa, 34 | title = {TruthfulQA: Measuring How Models Mimic Human Falsehoods}, 35 | author = {Stephanie Lin and Jacob Hilton and Owain Evans}, 36 | year = 2021, 37 | eprint = {2109.07958}, 38 | archiveprefix = {arXiv}, 39 | primaryclass = {cs.CL} 40 | } 41 | @inproceedings{hovy2016social, 42 | title = {The social impact of natural language processing}, 43 | author = {Hovy, Dirk and Spruit, Shannon L}, 44 | year = 2016, 45 | booktitle = {Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers)}, 46 | pages = {591--598} 47 | } 48 | @misc{mollas2020ethos, 49 | title = {{ETHOS: An Online Hate Speech Detection Dataset}}, 50 | author = {Ioannis Mollas and Zoe Chrysopoulou and Stamatis Karlos and Grigorios Tsoumakas}, 51 | year = 2020, 52 | eprint = {2006.08328}, 53 | archiveprefix = {arXiv}, 54 | primaryclass = {cs.CL} 55 | } 56 | @inproceedings{davidson2019racial, 57 | title = {Racial Bias in Hate Speech and Abusive Language Detection Datasets}, 58 | author = {Davidson, Thomas and Bhattacharya, Debasmita and Weber, Ingmar}, 59 | year = 2019, 60 | booktitle = {Proceedings of the Third Workshop on Abusive Language Online}, 61 | pages = {25--35} 62 | } 63 | @inproceedings{davidson2017automated, 64 | title = {Automated hate speech detection and the problem of offensive language}, 65 | author = {Davidson, Thomas and Warmsley, Dana and Macy, Michael and Weber, Ingmar}, 66 | year = 2017, 67 | booktitle = {Proceedings of the International AAAI Conference on Web and Social Media}, 68 | volume = 11, 69 | number = 1 70 | } 71 | @article{mcguffie2020radicalization, 72 | title = {{The radicalization risks of GPT-3 and advanced neural language models}}, 73 | author = {McGuffie, Kris and Newhouse, Alex}, 74 | year = 2020, 75 | journal = {arXiv preprint arXiv:2009.06807} 76 | } 77 | @inproceedings{bender2021dangers, 78 | title = {On the Dangers of Stochastic Parrots: Can Language Models Be Too Big?\raisebox{-5pt}{\includegraphics[scale=0.075]{parrot.png}}}, 79 | author = {Bender, Emily M. and Gebru, Timnit and McMillan-Major, Angelina and Shmitchell, Shmargaret}, 80 | year = 2021, 81 | booktitle = {Proceedings of FAccT 2021} 82 | } 83 | @article{fedus2021switch, 84 | title = {{Switch Transformers: Scaling to Trillion Parameter Models with Simple and Efficient Sparsity}}, 85 | author = {Fedus, William and Zoph, Barret and Shazeer, Noam}, 86 | year = 2021, 87 | journal = {arXiv preprint arXiv:2101.03961} 88 | } 89 | @article{branwen2020gpt, 90 | title = {{GPT-3 Creative Fiction}}, 91 | author = {Branwen, Gwern}, 92 | year = 2020 93 | } 94 | @inproceedings{schmidt2017survey, 95 | title = {A survey on hate speech detection using natural language processing}, 96 | author = {Schmidt, Anna and Wiegand, Michael}, 97 | year = 2017, 98 | booktitle = {Proceedings of the fifth international workshop on natural language processing for social media}, 99 | pages = {1--10} 100 | } 101 | @misc{act2021justice, 102 | title = {{Government of Canada}}, 103 | author = {{Criminal Code}}, 104 | year = 1985, 105 | note = {As viewed 19 March 2021, available at: https://laws-lois.justice.gc.ca/eng/acts/c-46/section-319.html} 106 | } 107 | @misc{twitterpolicy2017, 108 | title = {{Hateful conduct policy}}, 109 | author = {Twitter}, 110 | year = 2021, 111 | note = {As viewed 19 March 2021, available at: https://help.twitter.com/en/rules-and-policies/hateful-conduct-policy} 112 | } 113 | @inproceedings{waseem2016hateful, 114 | title = {{Hateful symbols or hateful people? Predictive features for hate speech detection on Twitter}}, 115 | author = {Waseem, Zeerak and Hovy, Dirk}, 116 | year = 2016, 117 | booktitle = {Proceedings of the NAACL student research workshop}, 118 | pages = {88--93} 119 | } 120 | @inproceedings{anagnostou2018hatebusters, 121 | title = {{Hatebusters: A Web Application for Actively Reporting YouTube Hate Speech}}, 122 | author = {Anagnostou, Antonios and Mollas, Ioannis and Tsoumakas, Grigorios}, 123 | year = 2018, 124 | booktitle = {IJCAI}, 125 | pages = {5796--5798} 126 | } 127 | @inproceedings{baumgartner2020pushshift, 128 | title = {The Pushshift Reddit Dataset}, 129 | author = {Baumgartner, Jason and Zannettou, Savvas and Keegan, Brian and Squire, Megan and Blackburn, Jeremy}, 130 | year = 2020, 131 | booktitle = {Proceedings of the International AAAI Conference on Web and Social Media}, 132 | volume = 14, 133 | pages = {830--839} 134 | } 135 | @article{bengio2003neural, 136 | title = {A neural probabilistic language model}, 137 | author = {Bengio, Yoshua and Ducharme, R{\'e}jean and Vincent, Pascal and Jauvin, Christian}, 138 | year = 2003, 139 | journal = {{Journal of Machine Learning Research}}, 140 | volume = 3, 141 | number = {Feb}, 142 | pages = {1137--1155} 143 | } 144 | @article{rosenfeld2000two, 145 | title = {{Two decades of statistical language modeling: Where do we go from here?}}, 146 | author = {Rosenfeld, Ronald}, 147 | year = 2000, 148 | journal = {Proceedings of the IEEE}, 149 | publisher = {IEEE}, 150 | volume = 88, 151 | number = 8, 152 | pages = {1270--1278} 153 | } 154 | @misc{radford2018improving, 155 | title = {Improving language understanding by generative pre-training}, 156 | author = {Radford, Alec and Narasimhan, Karthik and Salimans, Tim and Sutskever, Ilya}, 157 | year = 2018 158 | } 159 | @article{brown2020language, 160 | title = {Language models are few-shot learners}, 161 | author = {Brown, Tom B and Mann, Benjamin and Ryder, Nick and Subbiah, Melanie and Kaplan, Jared and Dhariwal, Prafulla and Neelakantan, Arvind and Shyam, Pranav and Sastry, Girish and Askell, Amanda and others}, 162 | year = 2020, 163 | journal = {arXiv preprint arXiv:2005.14165} 164 | } 165 | @inproceedings{vaswani2017attention, 166 | title = {Attention is all you need}, 167 | author = {Vaswani, Ashish and Shazeer, Noam and Parmar, Niki and Uszkoreit, Jakob and Jones, Llion and Gomez, Aidan N and Kaiser, {\L}ukasz and Polosukhin, Illia}, 168 | year = 2017, 169 | booktitle = {Advances in neural information processing systems}, 170 | pages = {5998--6008} 171 | } 172 | @article{radford2019language, 173 | title = {Language models are unsupervised multitask learners}, 174 | author = {Radford, Alec and Wu, Jeffrey and Child, Rewon and Luan, David and Amodei, Dario and Sutskever, Ilya}, 175 | year = 2019, 176 | journal = {OpenAI Blog}, 177 | volume = 1, 178 | number = 8, 179 | pages = 9 180 | } 181 | @article{devlin2018bert, 182 | title = {{Bert: Pre-training of deep bidirectional transformers for language understanding}}, 183 | author = {Devlin, Jacob and Chang, Ming-Wei and Lee, Kenton and Toutanova, Kristina}, 184 | year = 2018, 185 | journal = {arXiv preprint arXiv:1810.04805} 186 | } 187 | @inproceedings{turian2010word, 188 | title = {Word representations: A simple and general method for semi-supervised learning}, 189 | author = {Turian, Joseph and Ratinov, Lev and Bengio, Yoshua}, 190 | year = 2010, 191 | booktitle = {Proceedings of the 48th annual meeting of the association for computational linguistics}, 192 | pages = {384--394} 193 | } 194 | @inproceedings{mikolov2010recurrent, 195 | title = {Recurrent neural network based language model}, 196 | author = {Mikolov, Tomas and Karafiat, Martin and Burget, Lukas and Cernocky, Jan and Khudanpur, Sanjeev}, 197 | year = 2010, 198 | booktitle = {Eleventh annual conference of the international speech communication association} 199 | } 200 | @article{kalchbrenner2014convolutional, 201 | title = {A convolutional neural network for modelling sentences}, 202 | author = {Kalchbrenner, Nal and Grefenstette, Edward and Blunsom, Phil}, 203 | year = 2014, 204 | journal = {arXiv preprint arXiv:1404.2188} 205 | } 206 | @article{holtzman2019curious, 207 | title = {The curious case of neural text degeneration}, 208 | author = {Holtzman, Ari and Buys, Jan and Du, Li and Forbes, Maxwell and Choi, Yejin}, 209 | year = 2019, 210 | journal = {arXiv preprint arXiv:1904.09751} 211 | } 212 | @phdthesis{mccarthy2005assessment, 213 | title = {{An assessment of the range and usefulness of lexical diversity measures and the potential of the measure of textual, lexical diversity (MTLD)}}, 214 | author = {McCarthy, Philip M}, 215 | year = 2005, 216 | school = {The University of Memphis} 217 | } 218 | @article{ACKLEY1985147, 219 | title = {A learning algorithm for boltzmann machines}, 220 | author = {David H. Ackley and Geoffrey E. Hinton and Terrence J. Sejnowski}, 221 | year = 1985, 222 | journal = {Cognitive Science}, 223 | volume = 9, 224 | number = 1, 225 | pages = {147--169} 226 | } 227 | @misc{caccia2020language, 228 | title = {{Language GANs Falling Short}}, 229 | author = {Massimo Caccia and Lucas Caccia and William Fedus and Hugo Larochelle and Joelle Pineau and Laurent Charlin}, 230 | year = 2020, 231 | eprint = {1811.02549}, 232 | archiveprefix = {arXiv}, 233 | primaryclass = {cs.CL} 234 | } 235 | @misc{zhu2018texygen, 236 | title = {{Texygen: A Benchmarking Platform for Text Generation Models}}, 237 | author = {Yaoming Zhu and Sidi Lu and Lei Zheng and Jiaxian Guo and Weinan Zhang and Jun Wang and Yong Yu}, 238 | year = 2018, 239 | eprint = {1802.01886}, 240 | archiveprefix = {arXiv}, 241 | primaryclass = {cs.CL} 242 | } 243 | @misc{hashimoto2019unifying, 244 | title = {{Unifying Human and Statistical Evaluation for Natural Language Generation}}, 245 | author = {Tatsunori B. Hashimoto and Hugh Zhang and Percy Liang}, 246 | year = 2019, 247 | eprint = {1904.02792}, 248 | archiveprefix = {arXiv}, 249 | primaryclass = {cs.CL} 250 | } 251 | @article{kaplan2020scaling, 252 | title = {Scaling laws for neural language models}, 253 | author = {Kaplan, Jared and McCandlish, Sam and Henighan, Tom and Brown, Tom B and Chess, Benjamin and Child, Rewon and Gray, Scott and Radford, Alec and Wu, Jeffrey and Amodei, Dario}, 254 | year = 2020, 255 | journal = {arXiv preprint arXiv:2001.08361} 256 | } 257 | @misc{openaiapi2020, 258 | title = {API Reference}, 259 | author = {OpenAI}, 260 | year = 2020, 261 | journal = {OpenAI API}, 262 | url = {https://beta.openai.com/} 263 | } 264 | @misc{kyle2020, 265 | title = {lexical-diversity}, 266 | author = {Kyle, Kristopher}, 267 | year = 2020, 268 | month = {Mar}, 269 | journal = {lexical-diversity 0.1.1}, 270 | url = {https://pypi.org/project/lexical-diversity/} 271 | } 272 | @misc{loria2020, 273 | title = {{TextBlob}}, 274 | author = {Loria, Steven}, 275 | year = 2020, 276 | journal = {TextBlob: Simplified Text Processing}, 277 | url = {https://textblob.readthedocs.io} 278 | } 279 | @misc{bansalaggarwal2020, 280 | title = {textstat}, 281 | author = {Bansal, Shivam and Aggarwal, Chaitanya}, 282 | year = 2020, 283 | month = {Nov}, 284 | journal = {textstat 0.7.0}, 285 | url = {https://pypi.org/project/textstat} 286 | } 287 | @book{chall1995readability, 288 | title = {{Readability revisited: The new Dale-Chall readability formula}}, 289 | author = {Chall, Jeanne Sternlicht and Dale, Edgar}, 290 | year = 1995, 291 | publisher = {Brookline Books} 292 | } 293 | @article{flesch1948new, 294 | title = {A new readability yardstick.}, 295 | author = {Flesch, Rudolph}, 296 | year = 1948, 297 | journal = {Journal of applied psychology}, 298 | publisher = {American Psychological Association}, 299 | volume = 32, 300 | number = 3, 301 | pages = 221 302 | } 303 | @article{crossley2011text, 304 | title = {{Text readability and intuitive simplification: A comparison of readability formulas}}, 305 | author = {Crossley, Scott A and Allen, David B and McNamara, Danielle S}, 306 | year = 2011, 307 | journal = {Reading in a foreign language}, 308 | publisher = {ERIC}, 309 | volume = 23, 310 | number = 1, 311 | pages = {84--101} 312 | } 313 | @article{spache1953new, 314 | title = {A new readability formula for primary-grade reading materials}, 315 | author = {Spache, George}, 316 | year = 1953, 317 | journal = {The Elementary School Journal}, 318 | publisher = {University of Chicago Press}, 319 | volume = 53, 320 | number = 7, 321 | pages = {410--413} 322 | } 323 | @misc{ba2016layer, 324 | title = {{Layer Normalization}}, 325 | author = {Jimmy Lei Ba and Jamie Ryan Kiros and Geoffrey E. Hinton}, 326 | year = 2016, 327 | eprint = {1607.06450}, 328 | archiveprefix = {arXiv}, 329 | primaryclass = {stat.ML} 330 | } 331 | @inproceedings{He2016CVPR, 332 | title = {{Deep Residual Learning for Image Recognition}}, 333 | author = {He, Kaiming and Zhang, Xiangyu and Ren, Shaoqing and Sun, Jian}, 334 | year = 2016, 335 | month = {June}, 336 | booktitle = {Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR)} 337 | } 338 | @inproceedings{wolfetal2020transformers, 339 | title = {{Transformers: State-of-the-Art Natural Language Processing}}, 340 | author = {Thomas Wolf and Lysandre Debut and Victor Sanh and Julien Chaumond and Clement Delangue and Anthony Moi and Pierric Cistac and Tim Rault and Rémi Louf and Morgan Funtowicz and Joe Davison and Sam Shleifer and Patrick von Platen and Clara Ma and Yacine Jernite and Julien Plu and Canwen Xu and Teven Le Scao and Sylvain Gugger and Mariama Drame and Quentin Lhoest and Alexander M. Rush}, 341 | year = 2020, 342 | month = oct, 343 | booktitle = {Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing: System Demonstrations}, 344 | publisher = {Association for Computational Linguistics}, 345 | address = {Online}, 346 | pages = {38--45}, 347 | url = {https://www.aclweb.org/anthology/2020.emnlp-demos.6} 348 | } 349 | 350 | -------------------------------------------------------------------------------- /outputs/bmc_template/bmc_article 4.log: -------------------------------------------------------------------------------- 1 | This is pdfTeX, Version 3.141592653-2.6-1.40.23 (TeX Live 2022/dev) (preloaded format=pdflatex 2022.3.23) 24 MAR 2022 15:09 2 | entering extended mode 3 | restricted \write18 enabled. 4 | %&-line parsing enabled. 5 | **bmc_article.tex 6 | (./bmc_article.tex 7 | LaTeX2e <2021-11-15> patch level 1 8 | L3 programming layer <2022-02-24> (./bmcart.cls 9 | Document Class: bmcart 2014/01/24BioMed Central class (VS) 10 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/base/article.cls 11 | Document Class: article 2021/10/04 v1.4n Standard LaTeX document class 12 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/base/size10.clo 13 | File: size10.clo 2021/10/04 v1.4n Standard LaTeX file (size option) 14 | ) 15 | \c@part=\count185 16 | \c@section=\count186 17 | \c@subsection=\count187 18 | \c@subsubsection=\count188 19 | \c@paragraph=\count189 20 | \c@subparagraph=\count190 21 | \c@figure=\count191 22 | \c@table=\count192 23 | \abovecaptionskip=\skip47 24 | \belowcaptionskip=\skip48 25 | \bibindent=\dimen138 26 | ) 27 | \mathindent=\dimen139 28 | 29 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/graphics/keyval.sty 30 | Package: keyval 2014/10/28 v1.15 key=value parser (DPC) 31 | \KV@toks@=\toks16 32 | ) (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/xcolor/xcolor.sty 33 | Package: xcolor 2021/10/31 v2.13 LaTeX color extensions (UK) 34 | 35 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/graphics-cfg/color. 36 | cfg 37 | File: color.cfg 2016/01/02 v1.6 sample color configuration 38 | ) 39 | Package xcolor Info: Driver file: pdftex.def on input line 227. 40 | 41 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/graphics-def/pdftex 42 | .def 43 | File: pdftex.def 2020/10/05 v1.2a Graphics/color driver for pdftex 44 | ) 45 | Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1352. 46 | Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1356. 47 | Package xcolor Info: Model `RGB' extended on input line 1368. 48 | Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1370. 49 | Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1371. 50 | Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1372. 51 | Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1373. 52 | Package xcolor Info: Model `Gray' substituted by `gray' on input line 1374. 53 | Package xcolor Info: Model `wave' substituted by `hsb' on input line 1375. 54 | ) 55 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/lastpage/lastpage.s 56 | ty 57 | Package: lastpage 2021/09/03 v1.2n Refers to last page's name (HMM; JPG) 58 | ) 59 | \c@thanks=\count193 60 | \bmcfloat@box=\box50 61 | \c@author=\count194 62 | \c@address=\count195 63 | \sv@mathsurround=\dimen140 64 | \fm@box=\box51 65 | \c@addressref=\count196 66 | \thanks@box=\box52 67 | \abstract@box=\box53 68 | \authors@list=\toks17 69 | \keywords@list=\toks18 70 | ) 71 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/base/inputenc.sty 72 | Package: inputenc 2021/02/14 v1.3d Input encoding file 73 | \inpenc@prehook=\toks19 74 | \inpenc@posthook=\toks20 75 | ) 76 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/l3backend/l3backend 77 | -pdftex.def 78 | File: l3backend-pdftex.def 2022-02-07 L3 backend support: PDF output (pdfTeX) 79 | \l__color_backend_stack_int=\count197 80 | \l__pdf_internal_box=\box54 81 | ) (./bmc_article.aux 82 | 83 | LaTeX Warning: Label `fig:comparison' multiply defined. 84 | 85 | 86 | LaTeX Warning: Label `tab:zeroshot-summary' multiply defined. 87 | 88 | 89 | LaTeX Warning: Label `tab:oneshot-summary' multiply defined. 90 | 91 | 92 | LaTeX Warning: Label `tab:fewshotsingle-summary' multiply defined. 93 | 94 | 95 | LaTeX Warning: Label `tab:fewshotmixed-summary' multiply defined. 96 | 97 | 98 | LaTeX Warning: Label `tab:fewshotmixedanswersnoinstruct' multiply defined. 99 | 100 | 101 | LaTeX Warning: Label `tab:fewshotmixedinstruct-matrix' multiply defined. 102 | 103 | 104 | LaTeX Warning: Label `tab:fewshotmixedanswersnoinstruct' multiply defined. 105 | 106 | 107 | LaTeX Warning: Label `tab:fewshotmixedinstruct-matrix' multiply defined. 108 | 109 | 110 | LaTeX Warning: Label `tab:fewshotmixedinstructsummary' multiply defined. 111 | 112 | ) 113 | \openout1 = `bmc_article.aux'. 114 | 115 | LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 86. 116 | LaTeX Font Info: ... okay on input line 86. 117 | LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 86. 118 | LaTeX Font Info: ... okay on input line 86. 119 | LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 86. 120 | LaTeX Font Info: ... okay on input line 86. 121 | LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 86. 122 | LaTeX Font Info: ... okay on input line 86. 123 | LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 86. 124 | LaTeX Font Info: ... okay on input line 86. 125 | LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 86. 126 | LaTeX Font Info: ... okay on input line 86. 127 | LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 86. 128 | LaTeX Font Info: ... okay on input line 86. 129 | Package lastpage Info: Please have a look at the pageslts package at 130 | (lastpage) https://www.ctan.org/pkg/pageslts 131 | (lastpage) ! on input line 86. 132 | 133 | 134 | LaTeX Font Warning: Font shape `OT1/cmss/bx/n' in size <13> not available 135 | (Font) size <12> substituted on input line 92. 136 | 137 | 138 | LaTeX Font Warning: Font shape `OT1/cmss/m/n' in size <24> not available 139 | (Font) size <24.88> substituted on input line 100. 140 | 141 | LaTeX Font Info: Calculating math sizes for size <11> on input line 121. 142 | 143 | LaTeX Font Warning: Font shape `OT1/cmr/m/n' in size <5.5> not available 144 | (Font) size <5> substituted on input line 121. 145 | 146 | 147 | LaTeX Font Warning: Font shape `OML/cmm/m/it' in size <5.5> not available 148 | (Font) size <5> substituted on input line 121. 149 | 150 | 151 | LaTeX Font Warning: Font shape `OMS/cmsy/m/n' in size <5.5> not available 152 | (Font) size <5> substituted on input line 121. 153 | 154 | LaTeX Font Info: External font `cmex10' loaded for size 155 | (Font) <11> on input line 121. 156 | LaTeX Font Info: External font `cmex10' loaded for size 157 | (Font) <7.69997> on input line 121. 158 | LaTeX Font Info: External font `cmex10' loaded for size 159 | (Font) <5.5> on input line 121. 160 | 161 | LaTeX Warning: Reference `aff1thanks' on page 1 undefined on input line 121. 162 | 163 | LaTeX Font Info: Trying to load font information for TS1+cmss on input line 164 | 121. 165 | (/Users/rohanalexander/Library/TinyTeX/texmf-dist/tex/latex/base/ts1cmss.fd 166 | File: ts1cmss.fd 2019/12/16 v2.5j Standard LaTeX font definitions 167 | ) 168 | 169 | LaTeX Warning: Reference `aff2thanks' on page 1 undefined on input line 125. 170 | 171 | 172 | LaTeX Warning: Reference `aff1thanks' on page 1 undefined on input line 129. 173 | 174 | 175 | LaTeX Warning: Reference `aff2thanks' on page 1 undefined on input line 129. 176 | 177 | \address@aff1=\toks21 178 | \address@aff2=\toks22 179 | LaTeX Font Info: External font `cmex10' loaded for size 180 | (Font) <7> on input line 170. 181 | LaTeX Font Info: External font `cmex10' loaded for size 182 | (Font) <5> on input line 170. 183 | 184 | LaTeX Warning: Reference `aff1thanks' on page 1 undefined on input line 170. 185 | 186 | 187 | LaTeX Warning: Citation `bender2021dangers' on page 1 undefined on input line 2 188 | 50. 189 | 190 | 191 | LaTeX Warning: Citation `hovy2016social' on page 1 undefined on input line 252. 192 | 193 | 194 | 195 | LaTeX Warning: Citation `bender2021dangers' on page 1 undefined on input line 2 196 | 52. 197 | 198 | LaTeX Font Info: Font shape `OT1/cmss/m/it' in size <8> not available 199 | (Font) Font shape `OT1/cmss/m/sl' tried instead on input line 253. 200 | 201 | [1{/Users/rohanalexander/Library/TinyTeX/texmf-var/fonts/map/pdftex/updmap/pdft 202 | ex.map} 203 | 204 | ] 205 | 206 | LaTeX Warning: Citation `hovy2016social' on page 2 undefined on input line 254. 207 | 208 | 209 | 210 | LaTeX Warning: Reference `appendxa' on page 2 undefined on input line 258. 211 | 212 | 213 | LaTeX Warning: Reference `appendxb' on page 2 undefined on input line 258. 214 | 215 | 216 | LaTeX Warning: Reference `appendxc' on page 2 undefined on input line 258. 217 | 218 | 219 | LaTeX Warning: Citation `bengio2003neural' on page 2 undefined on input line 26 220 | 6. 221 | 222 | 223 | LaTeX Warning: Citation `rosenfeld2000two' on page 2 undefined on input line 26 224 | 6. 225 | 226 | 227 | LaTeX Warning: Citation `bengio2003neural' on page 2 undefined on input line 26 228 | 6. 229 | 230 | 231 | LaTeX Warning: Citation `turian2010word' on page 2 undefined on input line 266. 232 | 233 | 234 | 235 | LaTeX Warning: Citation `vaswani2017attention' on page 2 undefined on input lin 236 | e 266. 237 | 238 | 239 | LaTeX Warning: Citation `vaswani2017attention' on page 2 undefined on input lin 240 | e 266. 241 | 242 | 243 | LaTeX Warning: Citation `devlin2018bert' on page 2 undefined on input line 266. 244 | 245 | 246 | 247 | LaTeX Warning: Citation `radford2019language' on page 2 undefined on input line 248 | 266. 249 | 250 | 251 | LaTeX Warning: Citation `brown2020language' on page 2 undefined on input line 2 252 | 66. 253 | 254 | [2] 255 | 256 | LaTeX Warning: Citation `mcguffie2020radicalization' on page 3 undefined on inp 257 | ut line 272. 258 | 259 | 260 | LaTeX Warning: Citation `lin2021truthfulqa' on page 3 undefined on input line 2 261 | 72. 262 | 263 | 264 | LaTeX Warning: Citation `kennedy2018gab' on page 3 undefined on input line 277. 265 | 266 | 267 | 268 | LaTeX Warning: Citation `schmidt2017survey' on page 3 undefined on input line 2 269 | 77. 270 | 271 | 272 | LaTeX Warning: Citation `davidson2017automated' on page 3 undefined on input li 273 | ne 277. 274 | 275 | 276 | LaTeX Warning: Citation `addressinghatespeech' on page 3 undefined on input lin 277 | e 277. 278 | 279 | 280 | LaTeX Warning: Citation `davidson2017automated' on page 3 undefined on input li 281 | ne 277. 282 | 283 | 284 | LaTeX Warning: Citation `act2021justice' on page 3 undefined on input line 277. 285 | 286 | 287 | [3] 288 | 289 | LaTeX Warning: Citation `twitterpolicy2017' on page 4 undefined on input line 2 290 | 82. 291 | 292 | 293 | LaTeX Warning: Citation `waseem2016hateful' on page 4 undefined on input line 2 294 | 85. 295 | 296 | 297 | LaTeX Warning: Citation `davidson2017automated' on page 4 undefined on input li 298 | ne 285. 299 | 300 | 301 | LaTeX Warning: Citation `davidson2019racial' on page 4 undefined on input line 302 | 285. 303 | 304 | 305 | LaTeX Warning: Citation `mollas2020ethos' on page 4 undefined on input line 295 306 | . 307 | 308 | 309 | LaTeX Warning: Citation `anagnostou2018hatebusters' on page 4 undefined on inpu 310 | t line 295. 311 | 312 | 313 | LaTeX Warning: Citation `baumgartner2020pushshift' on page 4 undefined on input 314 | line 295. 315 | 316 | [4] [5] [6] 317 | 318 | LaTeX Warning: Reference `appendxa' on page 7 undefined on input line 374. 319 | 320 | [7] 321 | 322 | LaTeX Warning: Reference `appendixbzeroshot' on page 8 undefined on input line 323 | 426. 324 | 325 | LaTeX Font Info: External font `cmex10' loaded for size 326 | (Font) <8> on input line 432. 327 | LaTeX Font Info: External font `cmex10' loaded for size 328 | (Font) <6> on input line 432. 329 | 330 | LaTeX Warning: Reference `appendixboneshot' on page 8 undefined on input line 4 331 | 55. 332 | 333 | [8] 334 | 335 | LaTeX Warning: Reference `appendixbfewshotsingle' on page 9 undefined on input 336 | line 484. 337 | 338 | 339 | LaTeX Warning: Reference `appendxbmuxedubsnorinstruction' on page 9 undefined o 340 | n input line 513. 341 | 342 | [9] [10] 343 | Overfull \hbox (7694.7252pt too wide) in paragraph at lines 569--574 344 | [][] 345 | [] 346 | 347 | ! Undefined control sequence. 348 | l.577 ...mixed category with instruction}\labelfew 349 | -shot-learning-mixed-categ... 350 | The control sequence at the end of the top line 351 | of your error message was never \def'ed. If you have 352 | misspelled it (e.g., `\hobx'), type `I' and the correct 353 | spelling (e.g., `I\hbox'). Otherwise just continue, 354 | and I'll forget about whatever was undefined. 355 | 356 | ! Too many }'s. 357 | l.577 ...learning-mixed-category-with-instruction} 358 | } 359 | You've closed more groups than you opened. 360 | Such booboos are generally harmless, so keep going. 361 | 362 | ! Too many }'s. 363 | l.577 ...earning-mixed-category-with-instruction}} 364 | 365 | You've closed more groups than you opened. 366 | Such booboos are generally harmless, so keep going. 367 | 368 | 369 | LaTeX Warning: Reference `appendxbmuxedubstryctub' on page 11 undefined on inpu 370 | t line 581. 371 | 372 | [11] 373 | ! Undefined control sequence. 374 |