The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    TypeError
Message:      Couldn't cast array of type
struct<text: string, target: string, aspect: string, type: string>
to
{'tokens': List(Value('string')), 'text': Value('string')}
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1887, in _prepare_split_single
                  writer.write_table(table)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 675, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2224, in cast_table_to_schema
                  cast_array_to_feature(
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1795, in wrapper
                  return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2092, in cast_array_to_feature
                  raise TypeError(f"Couldn't cast array of type\n{_short_str(array.type)}\nto\n{_short_str(feature)}")
              TypeError: Couldn't cast array of type
              struct<text: string, target: string, aspect: string, type: string>
              to
              {'tokens': List(Value('string')), 'text': Value('string')}
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
                  builder.download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 884, in download_and_prepare
                  self._download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 947, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1736, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1919, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

example_id
string
dataset_id
string
config
string
data
dict
label
dict
meta
dict
000dcc6a8841d77a
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "Four", "people", "were", "injured", "in", "the", "shooting", ",", "but", "no", "one", "has", "been", "arrested", "." ], "text": "Four\npeople\nwere\ninjured\nin\nthe\nshooting\n,\nbut\nno\none\nhas\nbeen\narrested\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord1008", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: Four\npeople\nwere\ninjured\nin\nthe\nshooting\n,\nbut\nno\none\nhas\nbeen\narrested\n.\nAnswer: ", "upstream_answer": "Four:O\npeople:O\nwere:O\ninjured:O\nin:O\nthe:O\nshooting:O\n,:O\nbut:O\nno:O\none:O\nhas:O\nbeen:O\narrested:O\n.:O", "label_signature": "NONE", "n_tokens": 15, "split": "train" }
0038a63049df0ab2
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "\"", "Restructuring", "of", "the", "mobile", "business", "is", "progressing", "as", "planned", ",", "and", "we", "are", "aiming", "to", "turn", "profitable", "in", "the", "next", "fiscal", "year", "." ], "text": "\"\nRestructuring\nof\nthe\nmobile\nbusiness\nis\nprogressing\nas\nplanned\n,\nand\nwe\nare\naiming\nto\nturn\nprofitable\nin\nthe\nnext\nfiscal\nyear\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord442", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: \"\nRestructuring\nof\nthe\nmobile\nbusiness\nis\nprogressing\nas\nplanned\n,\nand\nwe\nare\naiming\nto\nturn\nprofitable\nin\nthe\nnext\nfiscal\nyear\n.\nAnswer: ", "upstream_answer": "\":O\nRestructuring:O\nof:O\nthe:O\nmobile:O\nbusiness:O\nis:O\nprogressing:O\nas:O\nplanned:O\n,:O\nand:O\nwe:O\nare:O\naiming:O\nto:O\nturn:O\nprofitable:O\nin:O\nthe:O\nnext:O\nfiscal:O\nyear:O\n.:O", "label_signature": "NONE", "n_tokens": 24, "split": "train" }
0106cf0fa57e4fc8
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "Prof", "." ], "text": "Prof\n." }
{ "tags": [ "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord377", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: Prof\n.\nAnswer: ", "upstream_answer": "Prof:O\n.:O", "label_signature": "NONE", "n_tokens": 2, "split": "train" }
019392a649fd000d
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "One", "of", "the", "few", "reports", "at", "the", "IMF", "'s", "meetings", "in", "Peru", "to", "sound", "the", "alarm", "over", "China", "was", "a", "report", "on", "lending", "." ], "text": "One\nof\nthe\nfew\nreports\nat\nthe\nIMF\n's\nmeetings\nin\nPeru\nto\nsound\nthe\nalarm\nover\nChina\nwas\na\nreport\non\nlending\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "B-ORG", "O", "O", "O", "B-LOC", "O", "O", "O", "O", "O", "B-LOC", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord999", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: One\nof\nthe\nfew\nreports\nat\nthe\nIMF\n's\nmeetings\nin\nPeru\nto\nsound\nthe\nalarm\nover\nChina\nwas\na\nreport\non\nlending\n.\nAnswer: ", "upstream_answer": "One:O\nof:O\nthe:O\nfew:O\nreports:O\nat:O\nthe:O\nIMF:B-ORG\n's:O\nmeetings:O\nin:O\nPeru:B-LOC\nto:O\nsound:O\nthe:O\nalarm:O\nover:O\nChina:B-LOC\nwas:O\na:O\nreport:O\non:O\nlending:O\n.:O", "label_signature": "LOC+ORG", "n_tokens": 24, "split": "train" }
0199531f5d03b43e
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "Iron", "Road", "last", "month", "signed", "non-binding", "agreements", "with", "an", "investment", "consortium", "made", "up", "of", "five", "large", "Chinese", "steel", "companies", "to", "start", "due", "diligence", "on", "the", "project", "." ], "text": "Iron\nRoad\nlast\nmonth\nsigned\nnon-binding\nagreements\nwith\nan\ninvestment\nconsortium\nmade\nup\nof\nfive\nlarge\nChinese\nsteel\ncompanies\nto\nstart\ndue\ndiligence\non\nthe\nproject\n." }
{ "tags": [ "B-ORG", "I-ORG", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord330", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: Iron\nRoad\nlast\nmonth\nsigned\nnon-binding\nagreements\nwith\nan\ninvestment\nconsortium\nmade\nup\nof\nfive\nlarge\nChinese\nsteel\ncompanies\nto\nstart\ndue\ndiligence\non\nthe\nproject\n.\nAnswer: ", "upstream_answer": "Iron:B-ORG\nRoad:I-ORG\nlast:O\nmonth:O\nsigned:O\nnon-binding:O\nagreements:O\nwith:O\nan:O\ninvestment:O\nconsortium:O\nmade:O\nup:O\nof:O\nfive:O\nlarge:O\nChinese:O\nsteel:O\ncompanies:O\nto:O\nstart:O\ndue:O\ndiligence:O\non:O\nthe:O\nproject:O\n.:O", "label_signature": "ORG", "n_tokens": 27, "split": "train" }
020bdadc26b43849
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "Job", "Growth", "Rates", "Return", "to", "Earth", "Headline", "job", "growth", "of", "223,000", "total", "jobs", "added", "was", "near", "consensus", "and", "our", "forecast", "but", "was", "viewed", "as", "a", "disappointment", "to", "many", "who", "had", "hoped", "for", "a", "much", "better", "number", "." ], "text": "Job\nGrowth\nRates\nReturn\nto\nEarth\nHeadline\njob\ngrowth\nof\n223,000\ntotal\njobs\nadded\nwas\nnear\nconsensus\nand\nour\nforecast\nbut\nwas\nviewed\nas\na\ndisappointment\nto\nmany\nwho\nhad\nhoped\nfor\na\nmuch\nbetter\nnumber\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord740", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: Job\nGrowth\nRates\nReturn\nto\nEarth\nHeadline\njob\ngrowth\nof\n223,000\ntotal\njobs\nadded\nwas\nnear\nconsensus\nand\nour\nforecast\nbut\nwas\nviewed\nas\na\ndisappointment\nto\nmany\nwho\nhad\nhoped\nfor\na\nmuch\nbetter\nnumber\n.\nAnswer: ", "upstream_answer": "Job:O\nGrowth:O\nRates:O\nReturn:O\nto:O\nEarth:O\nHeadline:O\njob:O\ngrowth:O\nof:O\n223,000:O\ntotal:O\njobs:O\nadded:O\nwas:O\nnear:O\nconsensus:O\nand:O\nour:O\nforecast:O\nbut:O\nwas:O\nviewed:O\nas:O\na:O\ndisappointment:O\nto:O\nmany:O\nwho:O\nhad:O\nhoped:O\nfor:O\na:O\nmuch:O\nbetter:O\nnumber:O\n.:O", "label_signature": "NONE", "n_tokens": 37, "split": "train" }
020bfb8edb2ba40d
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "Related", "Topics", "Sudan", ":", "Darfur", "Governors", "to", "Restore", "Rule", "of", "Law", ",", "Social", "Fabric" ], "text": "Related\nTopics\nSudan\n:\nDarfur\nGovernors\nto\nRestore\nRule\nof\nLaw\n,\nSocial\nFabric" }
{ "tags": [ "O", "O", "B-LOC", "O", "B-LOC", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord806", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: Related\nTopics\nSudan\n:\nDarfur\nGovernors\nto\nRestore\nRule\nof\nLaw\n,\nSocial\nFabric\nAnswer: ", "upstream_answer": "Related:O\nTopics:O\nSudan:B-LOC\n::O\nDarfur:B-LOC\nGovernors:O\nto:O\nRestore:O\nRule:O\nof:O\nLaw:O\n,:O\nSocial:O\nFabric:O", "label_signature": "LOC", "n_tokens": 14, "split": "train" }
024a5abd68408f1c
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "Sure", ",", "your", "battery", "is", "dead", ",", "but", "this", "is", "why", "you", "also", "carry", "a", "tablet", ",", "for", "that", "key", "moment", "when", "you", "’re", "out", "and", "can", "pull", "an", "i", "Pad", "from", "your", "giant", "bag", "at", "10.37", "pm", "in", "a", "restaurant", "to", "check", "exactly", "why", "50", "Cent", "has", "gone", "bankrupt", "." ], "text": "Sure\n,\nyour\nbattery\nis\ndead\n,\nbut\nthis\nis\nwhy\nyou\nalso\ncarry\na\ntablet\n,\nfor\nthat\nkey\nmoment\nwhen\nyou\n’re\nout\nand\ncan\npull\nan\ni\nPad\nfrom\nyour\ngiant\nbag\nat\n10.37\npm\nin\na\nrestaurant\nto\ncheck\nexactly\nwhy\n50\nCent\nhas\ngone\nbankrupt\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord41", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: Sure\n,\nyour\nbattery\nis\ndead\n,\nbut\nthis\nis\nwhy\nyou\nalso\ncarry\na\ntablet\n,\nfor\nthat\nkey\nmoment\nwhen\nyou\n’re\nout\nand\ncan\npull\nan\ni\nPad\nfrom\nyour\ngiant\nbag\nat\n10.37\npm\nin\na\nrestaurant\nto\ncheck\nexactly\nwhy\n50\nCent\nhas\ngone\nbankrupt\n.\nAnswer: ", "upstream_answer": "Sure:O\n,:O\nyour:O\nbattery:O\nis:O\ndead:O\n,:O\nbut:O\nthis:O\nis:O\nwhy:O\nyou:O\nalso:O\ncarry:O\na:O\ntablet:O\n,:O\nfor:O\nthat:O\nkey:O\nmoment:O\nwhen:O\nyou:O\n’re:O\nout:O\nand:O\ncan:O\npull:O\nan:O\ni:O\nPad:O\nfrom:O\nyour:O\ngiant:O\nbag:O\nat:O\n10.37:O\npm:O\nin:O\na:O\nrestaurant:O\nto:O\ncheck:O\nexactly:O\nwhy:O\n50:O\nCent:O\nhas:O\ngone:O\nbankrupt:O\n.:O", "label_signature": "NONE", "n_tokens": 51, "split": "train" }
028ab90918eec468
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "Most", "EVs", "priced", "around", "$", "40,000", "or", "less", "have", "a", "range", "under", "100", "miles", "before", "they", "need", "to", "be", "recharged", "." ], "text": "Most\nEVs\npriced\naround\n$\n40,000\nor\nless\nhave\na\nrange\nunder\n100\nmiles\nbefore\nthey\nneed\nto\nbe\nrecharged\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord480", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: Most\nEVs\npriced\naround\n$\n40,000\nor\nless\nhave\na\nrange\nunder\n100\nmiles\nbefore\nthey\nneed\nto\nbe\nrecharged\n.\nAnswer: ", "upstream_answer": "Most:O\nEVs:O\npriced:O\naround:O\n$:O\n40,000:O\nor:O\nless:O\nhave:O\na:O\nrange:O\nunder:O\n100:O\nmiles:O\nbefore:O\nthey:O\nneed:O\nto:O\nbe:O\nrecharged:O\n.:O", "label_signature": "NONE", "n_tokens": 21, "split": "train" }
033659dde2979785
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "\"", "So", "I", "am", "not", "signalling", "anything", "in", "relation", "to", "that", "other", "than", "to", "say", "the", "organisation", "is", "technology", "agnostic", "and", "things", "can", "evolve", "\"", "." ], "text": "\"\nSo\nI\nam\nnot\nsignalling\nanything\nin\nrelation\nto\nthat\nother\nthan\nto\nsay\nthe\norganisation\nis\ntechnology\nagnostic\nand\nthings\ncan\nevolve\n\"\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord541", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: \"\nSo\nI\nam\nnot\nsignalling\nanything\nin\nrelation\nto\nthat\nother\nthan\nto\nsay\nthe\norganisation\nis\ntechnology\nagnostic\nand\nthings\ncan\nevolve\n\"\n.\nAnswer: ", "upstream_answer": "\":O\nSo:O\nI:O\nam:O\nnot:O\nsignalling:O\nanything:O\nin:O\nrelation:O\nto:O\nthat:O\nother:O\nthan:O\nto:O\nsay:O\nthe:O\norganisation:O\nis:O\ntechnology:O\nagnostic:O\nand:O\nthings:O\ncan:O\nevolve:O\n\":O\n.:O", "label_signature": "NONE", "n_tokens": 26, "split": "train" }
03d8785adb0cbaff
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "They", "need", "to", "get", "on", "with", "the", "job", ".", "\"" ], "text": "They\nneed\nto\nget\non\nwith\nthe\njob\n.\n\"" }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord921", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: They\nneed\nto\nget\non\nwith\nthe\njob\n.\n\"\nAnswer: ", "upstream_answer": "They:O\nneed:O\nto:O\nget:O\non:O\nwith:O\nthe:O\njob:O\n.:O\n\":O", "label_signature": "NONE", "n_tokens": 10, "split": "train" }
040e46de2f69ac6a
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "It", "has", "been", "closed", "whilst", "capital", "controls", "have", "been", "in", "place", "." ], "text": "It\nhas\nbeen\nclosed\nwhilst\ncapital\ncontrols\nhave\nbeen\nin\nplace\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord296", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: It\nhas\nbeen\nclosed\nwhilst\ncapital\ncontrols\nhave\nbeen\nin\nplace\n.\nAnswer: ", "upstream_answer": "It:O\nhas:O\nbeen:O\nclosed:O\nwhilst:O\ncapital:O\ncontrols:O\nhave:O\nbeen:O\nin:O\nplace:O\n.:O", "label_signature": "NONE", "n_tokens": 12, "split": "train" }
041fdbce3caf2b18
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "Ismail", "Vadi", "said", "the", "problems", "in", "Mamelodi", "were", "as", "a", "result", "of", "the", "taxi", "owners", "not", "understanding", "the", "process", "of", "applying", "for", "operating", "permits", "." ], "text": "Ismail\nVadi\nsaid\nthe\nproblems\nin\nMamelodi\nwere\nas\na\nresult\nof\nthe\ntaxi\nowners\nnot\nunderstanding\nthe\nprocess\nof\napplying\nfor\noperating\npermits\n." }
{ "tags": [ "B-PER", "I-PER", "O", "O", "O", "O", "B-LOC", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord1014", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: Ismail\nVadi\nsaid\nthe\nproblems\nin\nMamelodi\nwere\nas\na\nresult\nof\nthe\ntaxi\nowners\nnot\nunderstanding\nthe\nprocess\nof\napplying\nfor\noperating\npermits\n.\nAnswer: ", "upstream_answer": "Ismail:B-PER\nVadi:I-PER\nsaid:O\nthe:O\nproblems:O\nin:O\nMamelodi:B-LOC\nwere:O\nas:O\na:O\nresult:O\nof:O\nthe:O\ntaxi:O\nowners:O\nnot:O\nunderstanding:O\nthe:O\nprocess:O\nof:O\napplying:O\nfor:O\noperating:O\npermits:O\n.:O", "label_signature": "LOC+PER", "n_tokens": 25, "split": "train" }
0427246ee1e91208
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "\"", "With", "the", "government", "'s", "proposal", ",", "the", "tech", "community", "would", "become", "displaced", "until", "well", "beyond", "2020", ",", "a", "millennium", "in", "technology", "years", ",", "\"", "Atlassian", "said", "." ], "text": "\"\nWith\nthe\ngovernment\n's\nproposal\n,\nthe\ntech\ncommunity\nwould\nbecome\ndisplaced\nuntil\nwell\nbeyond\n2020\n,\na\nmillennium\nin\ntechnology\nyears\n,\n\"\nAtlassian\nsaid\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-ORG", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord63", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: \"\nWith\nthe\ngovernment\n's\nproposal\n,\nthe\ntech\ncommunity\nwould\nbecome\ndisplaced\nuntil\nwell\nbeyond\n2020\n,\na\nmillennium\nin\ntechnology\nyears\n,\n\"\nAtlassian\nsaid\n.\nAnswer: ", "upstream_answer": "\":O\nWith:O\nthe:O\ngovernment:O\n's:O\nproposal:O\n,:O\nthe:O\ntech:O\ncommunity:O\nwould:O\nbecome:O\ndisplaced:O\nuntil:O\nwell:O\nbeyond:O\n2020:O\n,:O\na:O\nmillennium:O\nin:O\ntechnology:O\nyears:O\n,:O\n\":O\nAtlassian:B-ORG\nsaid:O\n.:O", "label_signature": "ORG", "n_tokens": 28, "split": "train" }
042d4e510eba01fe
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "\"", "China", "still", "has", "policy", "buffers", "to", "absorb", "financial", "shocks", ",", "including", "a", "relatively", "strong", "public", "sector", "balance", "sheet", ",", "but", "overreliance", "on", "these", "buffers", "could", "exacerbate", "existing", "vulnerabilities", ",", "\"", "the", "Fund", "said", "." ], "text": "\"\nChina\nstill\nhas\npolicy\nbuffers\nto\nabsorb\nfinancial\nshocks\n,\nincluding\na\nrelatively\nstrong\npublic\nsector\nbalance\nsheet\n,\nbut\noverreliance\non\nthese\nbuffers\ncould\nexacerbate\nexisting\nvulnerabilities\n,\n\"\nthe\nFund\nsaid\n." }
{ "tags": [ "O", "B-LOC", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord1004", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: \"\nChina\nstill\nhas\npolicy\nbuffers\nto\nabsorb\nfinancial\nshocks\n,\nincluding\na\nrelatively\nstrong\npublic\nsector\nbalance\nsheet\n,\nbut\noverreliance\non\nthese\nbuffers\ncould\nexacerbate\nexisting\nvulnerabilities\n,\n\"\nthe\nFund\nsaid\n.\nAnswer: ", "upstream_answer": "\":O\nChina:B-LOC\nstill:O\nhas:O\npolicy:O\nbuffers:O\nto:O\nabsorb:O\nfinancial:O\nshocks:O\n,:O\nincluding:O\na:O\nrelatively:O\nstrong:O\npublic:O\nsector:O\nbalance:O\nsheet:O\n,:O\nbut:O\noverreliance:O\non:O\nthese:O\nbuffers:O\ncould:O\nexacerbate:O\nexisting:O\nvulnerabilities:O\n,:O\n\":O\nthe:O\nFund:O\nsaid:O\n.:O", "label_signature": "LOC", "n_tokens": 35, "split": "train" }
04598ea6994105c2
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "Home", "/", "News", "/", "Construction", "&", "Development", "/", "Johnson", "brothers", "rethink", "plan", "for", "St.", "Paul", "waterfront", "Shepard", "Road", "Development", "had", "proposed", "a", "six", "-", "story", ",", "211", "-", "unit", "apartment", "building", "at", "2751", "Shepard", "Road", "in", "St.", "Paul", ",", "near", "the", "Mississippi", "River", ",", "but", "that", "plan", "appears", "unlikely", "to", "proceed", "." ], "text": "Home\n/\nNews\n/\nConstruction\n&\nDevelopment\n/\nJohnson\nbrothers\nrethink\nplan\nfor\nSt.\nPaul\nwaterfront\nShepard\nRoad\nDevelopment\nhad\nproposed\na\nsix\n-\nstory\n,\n211\n-\nunit\napartment\nbuilding\nat\n2751\nShepard\nRoad\nin\nSt.\nPaul\n,\nnear\nthe\nMississippi\nRiver\n,\nbut\nthat\nplan\nappears\nunlikely\nto\nproceed\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "B-ORG", "I-ORG", "O", "O", "O", "B-LOC", "I-LOC", "I-LOC", "I-LOC", "I-LOC", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-LOC", "I-LOC", "I-LOC", "I-LOC", "I-LOC", "I-LOC", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord618", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: Home\n/\nNews\n/\nConstruction\n&\nDevelopment\n/\nJohnson\nbrothers\nrethink\nplan\nfor\nSt.\nPaul\nwaterfront\nShepard\nRoad\nDevelopment\nhad\nproposed\na\nsix\n-\nstory\n,\n211\n-\nunit\napartment\nbuilding\nat\n2751\nShepard\nRoad\nin\nSt.\nPaul\n,\nnear\nthe\nMississippi\nRiver\n,\nbut\nthat\nplan\nappears\nunlikely\nto\nproceed\n.\nAnswer: ", "upstream_answer": "Home:O\n/:O\nNews:O\n/:O\nConstruction:O\n&:O\nDevelopment:O\n/:O\nJohnson:B-ORG\nbrothers:I-ORG\nrethink:O\nplan:O\nfor:O\nSt.:B-LOC\nPaul:I-LOC\nwaterfront:I-LOC\nShepard:I-LOC\nRoad:I-LOC\nDevelopment:O\nhad:O\nproposed:O\na:O\nsix:O\n-:O\nstory:O\n,:O\n211:O\n-:O\nunit:O\napartment:O\nbuilding:O\nat:O\n2751:B-LOC\nShepard:I-LOC\nRoad:I-LOC\nin:I-LOC\nSt.:I-LOC\nPaul:I-LOC\n,:O\nnear:O\nthe:O\nMississippi:O\nRiver:O\n,:O\nbut:O\nthat:O\nplan:O\nappears:O\nunlikely:O\nto:O\nproceed:O\n.:O", "label_signature": "LOC+ORG", "n_tokens": 52, "split": "train" }
057782b7bc4e414a
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "Still", ",", "those", "forecasting", "a", "sharply", "accelerating", "economy", "and", "reaching", "some", "type", "of", "escape", "velocity", "are", "likely", "to", "be", "disappointed", "yet", "again", "." ], "text": "Still\n,\nthose\nforecasting\na\nsharply\naccelerating\neconomy\nand\nreaching\nsome\ntype\nof\nescape\nvelocity\nare\nlikely\nto\nbe\ndisappointed\nyet\nagain\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord776", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: Still\n,\nthose\nforecasting\na\nsharply\naccelerating\neconomy\nand\nreaching\nsome\ntype\nof\nescape\nvelocity\nare\nlikely\nto\nbe\ndisappointed\nyet\nagain\n.\nAnswer: ", "upstream_answer": "Still:O\n,:O\nthose:O\nforecasting:O\na:O\nsharply:O\naccelerating:O\neconomy:O\nand:O\nreaching:O\nsome:O\ntype:O\nof:O\nescape:O\nvelocity:O\nare:O\nlikely:O\nto:O\nbe:O\ndisappointed:O\nyet:O\nagain:O\n.:O", "label_signature": "NONE", "n_tokens": 23, "split": "train" }
05c9f733aae76d22
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "The", "return", "on", "equity", "has", "improved", "slightly", "when", "compared", "to", "the", "same", "quarter", "one", "year", "prior", "." ], "text": "The\nreturn\non\nequity\nhas\nimproved\nslightly\nwhen\ncompared\nto\nthe\nsame\nquarter\none\nyear\nprior\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord584", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: The\nreturn\non\nequity\nhas\nimproved\nslightly\nwhen\ncompared\nto\nthe\nsame\nquarter\none\nyear\nprior\n.\nAnswer: ", "upstream_answer": "The:O\nreturn:O\non:O\nequity:O\nhas:O\nimproved:O\nslightly:O\nwhen:O\ncompared:O\nto:O\nthe:O\nsame:O\nquarter:O\none:O\nyear:O\nprior:O\n.:O", "label_signature": "NONE", "n_tokens": 17, "split": "train" }
06a8f7c5ffd1c8eb
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "It", "is", "still", "a", "little", "surprising", "to", "us", "that", "a", "country", "the", "size", "of", "Greece", ",", "which", "what", "one", "commentator", "mentioned", "was", "about", "the", "economic", "size", "of", "Alabama", ",", "was", "moving", "world", "markets", "this", "much", "." ], "text": "It\nis\nstill\na\nlittle\nsurprising\nto\nus\nthat\na\ncountry\nthe\nsize\nof\nGreece\n,\nwhich\nwhat\none\ncommentator\nmentioned\nwas\nabout\nthe\neconomic\nsize\nof\nAlabama\n,\nwas\nmoving\nworld\nmarkets\nthis\nmuch\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-LOC", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-LOC", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord718", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: It\nis\nstill\na\nlittle\nsurprising\nto\nus\nthat\na\ncountry\nthe\nsize\nof\nGreece\n,\nwhich\nwhat\none\ncommentator\nmentioned\nwas\nabout\nthe\neconomic\nsize\nof\nAlabama\n,\nwas\nmoving\nworld\nmarkets\nthis\nmuch\n.\nAnswer: ", "upstream_answer": "It:O\nis:O\nstill:O\na:O\nlittle:O\nsurprising:O\nto:O\nus:O\nthat:O\na:O\ncountry:O\nthe:O\nsize:O\nof:O\nGreece:B-LOC\n,:O\nwhich:O\nwhat:O\none:O\ncommentator:O\nmentioned:O\nwas:O\nabout:O\nthe:O\neconomic:O\nsize:O\nof:O\nAlabama:B-LOC\n,:O\nwas:O\nmoving:O\nworld:O\nmarkets:O\nthis:O\nmuch:O\n.:O", "label_signature": "LOC", "n_tokens": 36, "split": "train" }
06eae7623327c718
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "Both", "ways", "get", "us", "to", "the", "same", "end", ",", "but", "it", "creates", "a", "lot", "of", "panic", "when", "we", "hit", "the", "slow", "spots", "." ], "text": "Both\nways\nget\nus\nto\nthe\nsame\nend\n,\nbut\nit\ncreates\na\nlot\nof\npanic\nwhen\nwe\nhit\nthe\nslow\nspots\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord758", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: Both\nways\nget\nus\nto\nthe\nsame\nend\n,\nbut\nit\ncreates\na\nlot\nof\npanic\nwhen\nwe\nhit\nthe\nslow\nspots\n.\nAnswer: ", "upstream_answer": "Both:O\nways:O\nget:O\nus:O\nto:O\nthe:O\nsame:O\nend:O\n,:O\nbut:O\nit:O\ncreates:O\na:O\nlot:O\nof:O\npanic:O\nwhen:O\nwe:O\nhit:O\nthe:O\nslow:O\nspots:O\n.:O", "label_signature": "NONE", "n_tokens": 23, "split": "train" }
071aee4597845ef6
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "That", "is", "probably", "a", "really", "good", "thing", "as", "employers", "have", "been", "doling", "out", "2", "%", "raises", "on", "average", ",", "no", "matter", "what", "the", "gyrations", "are", "in", "the", "inflation", "rate", "." ], "text": "That\nis\nprobably\na\nreally\ngood\nthing\nas\nemployers\nhave\nbeen\ndoling\nout\n2\n%\nraises\non\naverage\n,\nno\nmatter\nwhat\nthe\ngyrations\nare\nin\nthe\ninflation\nrate\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord770", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: That\nis\nprobably\na\nreally\ngood\nthing\nas\nemployers\nhave\nbeen\ndoling\nout\n2\n%\nraises\non\naverage\n,\nno\nmatter\nwhat\nthe\ngyrations\nare\nin\nthe\ninflation\nrate\n.\nAnswer: ", "upstream_answer": "That:O\nis:O\nprobably:O\na:O\nreally:O\ngood:O\nthing:O\nas:O\nemployers:O\nhave:O\nbeen:O\ndoling:O\nout:O\n2:O\n%:O\nraises:O\non:O\naverage:O\n,:O\nno:O\nmatter:O\nwhat:O\nthe:O\ngyrations:O\nare:O\nin:O\nthe:O\ninflation:O\nrate:O\n.:O", "label_signature": "NONE", "n_tokens": 30, "split": "train" }
073601f8af4e67eb
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "The", "first", "report", "of", "Republican", "presidential", "candidate", "Jeb", "Bush", "’s", "Super", "PAC", ",", "made", "public", "Friday", ",", "reveals", "for", "the", "first", "time", ",", "election", "lawyers", "say", ",", "just", "how", "much", "the", "group", ",", "Right", "to", "Rise", ",", "functioned", "as", "a", "kind", "of", "shadow", "campaign", "for", "Bush", "." ], "text": "The\nfirst\nreport\nof\nRepublican\npresidential\ncandidate\nJeb\nBush\n’s\nSuper\nPAC\n,\nmade\npublic\nFriday\n,\nreveals\nfor\nthe\nfirst\ntime\n,\nelection\nlawyers\nsay\n,\njust\nhow\nmuch\nthe\ngroup\n,\nRight\nto\nRise\n,\nfunctioned\nas\na\nkind\nof\nshadow\ncampaign\nfor\nBush\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "B-PER", "I-PER", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-PER", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord596", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: The\nfirst\nreport\nof\nRepublican\npresidential\ncandidate\nJeb\nBush\n’s\nSuper\nPAC\n,\nmade\npublic\nFriday\n,\nreveals\nfor\nthe\nfirst\ntime\n,\nelection\nlawyers\nsay\n,\njust\nhow\nmuch\nthe\ngroup\n,\nRight\nto\nRise\n,\nfunctioned\nas\na\nkind\nof\nshadow\ncampaign\nfor\nBush\n.\nAnswer: ", "upstream_answer": "The:O\nfirst:O\nreport:O\nof:O\nRepublican:O\npresidential:O\ncandidate:O\nJeb:B-PER\nBush:I-PER\n’s:O\nSuper:O\nPAC:O\n,:O\nmade:O\npublic:O\nFriday:O\n,:O\nreveals:O\nfor:O\nthe:O\nfirst:O\ntime:O\n,:O\nelection:O\nlawyers:O\nsay:O\n,:O\njust:O\nhow:O\nmuch:O\nthe:O\ngroup:O\n,:O\nRight:O\nto:O\nRise:O\n,:O\nfunctioned:O\nas:O\na:O\nkind:O\nof:O\nshadow:O\ncampaign:O\nfor:O\nBush:B-PER\n.:O", "label_signature": "PER", "n_tokens": 47, "split": "train" }
07d544cb26460353
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "In", "a", "victory", "for", "Telegraph", "Money", ",", "the", "regulator", "has", "written", "to", "every", "major", "pension", "provider", "demanding", "information", "on", "practices", "which", "are", "preventing", "savers", "from", "accessing", "their", "pensions" ], "text": "In\na\nvictory\nfor\nTelegraph\nMoney\n,\nthe\nregulator\nhas\nwritten\nto\nevery\nmajor\npension\nprovider\ndemanding\ninformation\non\npractices\nwhich\nare\npreventing\nsavers\nfrom\naccessing\ntheir\npensions" }
{ "tags": [ "O", "O", "O", "O", "B-ORG", "I-ORG", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord234", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: In\na\nvictory\nfor\nTelegraph\nMoney\n,\nthe\nregulator\nhas\nwritten\nto\nevery\nmajor\npension\nprovider\ndemanding\ninformation\non\npractices\nwhich\nare\npreventing\nsavers\nfrom\naccessing\ntheir\npensions\nAnswer: ", "upstream_answer": "In:O\na:O\nvictory:O\nfor:O\nTelegraph:B-ORG\nMoney:I-ORG\n,:O\nthe:O\nregulator:O\nhas:O\nwritten:O\nto:O\nevery:O\nmajor:O\npension:O\nprovider:O\ndemanding:O\ninformation:O\non:O\npractices:O\nwhich:O\nare:O\npreventing:O\nsavers:O\nfrom:O\naccessing:O\ntheir:O\npensions:O", "label_signature": "ORG", "n_tokens": 28, "split": "train" }
07f81f050b1151eb
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "“", "Ziosk", "was", "seeking", "a", "strategic", "financial", "partner", "to", "assist", "in", "the", "expansion", "of", "its", "network", ",", "”", "said", "Eric", "Starr", ",", "CapX", "Partner", "." ], "text": "“\nZiosk\nwas\nseeking\na\nstrategic\nfinancial\npartner\nto\nassist\nin\nthe\nexpansion\nof\nits\nnetwork\n,\n”\nsaid\nEric\nStarr\n,\nCapX\nPartner\n." }
{ "tags": [ "O", "B-ORG", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-PER", "I-PER", "O", "B-ORG", "I-ORG", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord315", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: “\nZiosk\nwas\nseeking\na\nstrategic\nfinancial\npartner\nto\nassist\nin\nthe\nexpansion\nof\nits\nnetwork\n,\n”\nsaid\nEric\nStarr\n,\nCapX\nPartner\n.\nAnswer: ", "upstream_answer": "“:O\nZiosk:B-ORG\nwas:O\nseeking:O\na:O\nstrategic:O\nfinancial:O\npartner:O\nto:O\nassist:O\nin:O\nthe:O\nexpansion:O\nof:O\nits:O\nnetwork:O\n,:O\n”:O\nsaid:O\nEric:B-PER\nStarr:I-PER\n,:O\nCapX:B-ORG\nPartner:I-ORG\n.:O", "label_signature": "ORG+PER", "n_tokens": 25, "split": "train" }
083b329dd27d586b
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "The", "long", "leash", "that", "Shorten", "is", "giving", "to", "the", "unions", "appears", "to", "be", "a", "calculated", "use", "of", "anxiety", "about", "Chinese", "workers", "to", "maximise", "Labor", "'s", "chance", "in", "an", "electorate", "filled", "with", "blue", "-", "collar", "technicians", "." ], "text": "The\nlong\nleash\nthat\nShorten\nis\ngiving\nto\nthe\nunions\nappears\nto\nbe\na\ncalculated\nuse\nof\nanxiety\nabout\nChinese\nworkers\nto\nmaximise\nLabor\n's\nchance\nin\nan\nelectorate\nfilled\nwith\nblue\n-\ncollar\ntechnicians\n." }
{ "tags": [ "O", "O", "O", "O", "B-PER", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord849", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: The\nlong\nleash\nthat\nShorten\nis\ngiving\nto\nthe\nunions\nappears\nto\nbe\na\ncalculated\nuse\nof\nanxiety\nabout\nChinese\nworkers\nto\nmaximise\nLabor\n's\nchance\nin\nan\nelectorate\nfilled\nwith\nblue\n-\ncollar\ntechnicians\n.\nAnswer: ", "upstream_answer": "The:O\nlong:O\nleash:O\nthat:O\nShorten:B-PER\nis:O\ngiving:O\nto:O\nthe:O\nunions:O\nappears:O\nto:O\nbe:O\na:O\ncalculated:O\nuse:O\nof:O\nanxiety:O\nabout:O\nChinese:O\nworkers:O\nto:O\nmaximise:O\nLabor:O\n's:O\nchance:O\nin:O\nan:O\nelectorate:O\nfilled:O\nwith:O\nblue:O\n-:O\ncollar:O\ntechnicians:O\n.:O", "label_signature": "PER", "n_tokens": 36, "split": "train" }
088bbc656e5f1c32
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "The", "Bolt", ",", "unveiled", "as", "a", "concept", "car", "earlier", "this", "year", ",", "has", "been", "a", "target", "of", "some", "skepticism", "given", "that", "GM", "’s", "first", "mass", "-", "market", "plug", "-", "in", ",", "the", "2011", "Chevy", "Volt", ",", "missed", "sales", "targets", "even", "though", "GM", "hyped", "it", "with", "Trumpian", "zeal", "." ], "text": "The\nBolt\n,\nunveiled\nas\na\nconcept\ncar\nearlier\nthis\nyear\n,\nhas\nbeen\na\ntarget\nof\nsome\nskepticism\ngiven\nthat\nGM\n’s\nfirst\nmass\n-\nmarket\nplug\n-\nin\n,\nthe\n2011\nChevy\nVolt\n,\nmissed\nsales\ntargets\neven\nthough\nGM\nhyped\nit\nwith\nTrumpian\nzeal\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-ORG", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-ORG", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord475", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: The\nBolt\n,\nunveiled\nas\na\nconcept\ncar\nearlier\nthis\nyear\n,\nhas\nbeen\na\ntarget\nof\nsome\nskepticism\ngiven\nthat\nGM\n’s\nfirst\nmass\n-\nmarket\nplug\n-\nin\n,\nthe\n2011\nChevy\nVolt\n,\nmissed\nsales\ntargets\neven\nthough\nGM\nhyped\nit\nwith\nTrumpian\nzeal\n.\nAnswer: ", "upstream_answer": "The:O\nBolt:O\n,:O\nunveiled:O\nas:O\na:O\nconcept:O\ncar:O\nearlier:O\nthis:O\nyear:O\n,:O\nhas:O\nbeen:O\na:O\ntarget:O\nof:O\nsome:O\nskepticism:O\ngiven:O\nthat:O\nGM:B-ORG\n’s:O\nfirst:O\nmass:O\n-:O\nmarket:O\nplug:O\n-:O\nin:O\n,:O\nthe:O\n2011:O\nChevy:O\nVolt:O\n,:O\nmissed:O\nsales:O\ntargets:O\neven:O\nthough:O\nGM:B-ORG\nhyped:O\nit:O\nwith:O\nTrumpian:O\nzeal:O\n.:O", "label_signature": "ORG", "n_tokens": 48, "split": "train" }
08e8b05eb3032e8d
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "“", "We", "are", "not", "just", "building", "a", "map", ",", "”", "said", "Floris", "van", "de", "Klashorst", ",", "in", "charge", "of", "Nokia", "Here", "’s", "connected", "driving", "business", ",", "during", "a", "recent", "interview", "." ], "text": "“\nWe\nare\nnot\njust\nbuilding\na\nmap\n,\n”\nsaid\nFloris\nvan\nde\nKlashorst\n,\nin\ncharge\nof\nNokia\nHere\n’s\nconnected\ndriving\nbusiness\n,\nduring\na\nrecent\ninterview\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-PER", "I-PER", "I-PER", "I-PER", "O", "O", "O", "O", "B-ORG", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord976", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: “\nWe\nare\nnot\njust\nbuilding\na\nmap\n,\n”\nsaid\nFloris\nvan\nde\nKlashorst\n,\nin\ncharge\nof\nNokia\nHere\n’s\nconnected\ndriving\nbusiness\n,\nduring\na\nrecent\ninterview\n.\nAnswer: ", "upstream_answer": "“:O\nWe:O\nare:O\nnot:O\njust:O\nbuilding:O\na:O\nmap:O\n,:O\n”:O\nsaid:O\nFloris:B-PER\nvan:I-PER\nde:I-PER\nKlashorst:I-PER\n,:O\nin:O\ncharge:O\nof:O\nNokia:B-ORG\nHere:O\n’s:O\nconnected:O\ndriving:O\nbusiness:O\n,:O\nduring:O\na:O\nrecent:O\ninterview:O\n.:O", "label_signature": "ORG+PER", "n_tokens": 31, "split": "train" }
08f277c7b291ebba
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "According", "to", "the", "American", "Academy", "of", "Actuaries", ",", "insurers", "pegged", "their", "plan", "costs", "too", "low", "in", "2014", "and", "2015", "and", "feel", "justified", "in", "raising", "them", "in", "2016", "." ], "text": "According\nto\nthe\nAmerican\nAcademy\nof\nActuaries\n,\ninsurers\npegged\ntheir\nplan\ncosts\ntoo\nlow\nin\n2014\nand\n2015\nand\nfeel\njustified\nin\nraising\nthem\nin\n2016\n." }
{ "tags": [ "O", "O", "O", "B-ORG", "I-ORG", "I-ORG", "I-ORG", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord420", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: According\nto\nthe\nAmerican\nAcademy\nof\nActuaries\n,\ninsurers\npegged\ntheir\nplan\ncosts\ntoo\nlow\nin\n2014\nand\n2015\nand\nfeel\njustified\nin\nraising\nthem\nin\n2016\n.\nAnswer: ", "upstream_answer": "According:O\nto:O\nthe:O\nAmerican:B-ORG\nAcademy:I-ORG\nof:I-ORG\nActuaries:I-ORG\n,:O\ninsurers:O\npegged:O\ntheir:O\nplan:O\ncosts:O\ntoo:O\nlow:O\nin:O\n2014:O\nand:O\n2015:O\nand:O\nfeel:O\njustified:O\nin:O\nraising:O\nthem:O\nin:O\n2016:O\n.:O", "label_signature": "ORG", "n_tokens": 28, "split": "train" }
09d0ae43f23dbf9f
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "About", "The", "Donor", "Motivation", "Program®" ], "text": "About\nThe\nDonor\nMotivation\nProgram®" }
{ "tags": [ "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord1047", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: About\nThe\nDonor\nMotivation\nProgram®\nAnswer: ", "upstream_answer": "About:O\nThe:O\nDonor:O\nMotivation:O\nProgram®:O", "label_signature": "NONE", "n_tokens": 5, "split": "train" }
09f379d412014723
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "GM", "recently", "disclosed", "that", "it", "has", "lowered", "the", "cost", "of", "producing", "lithium", "-", "ion", "batteries", "for", "cars", "to", "$", "145", "per", "kilowatt", "-", "hour", ",", "a", "level", "that", "would", "be", "close", "to", "Tesla", "’s", "costs", "and", "lower", "than", "some", "other", "manufacturers", "'", "." ], "text": "GM\nrecently\ndisclosed\nthat\nit\nhas\nlowered\nthe\ncost\nof\nproducing\nlithium\n-\nion\nbatteries\nfor\ncars\nto\n$\n145\nper\nkilowatt\n-\nhour\n,\na\nlevel\nthat\nwould\nbe\nclose\nto\nTesla\n’s\ncosts\nand\nlower\nthan\nsome\nother\nmanufacturers\n'\n." }
{ "tags": [ "B-ORG", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-ORG", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord487", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: GM\nrecently\ndisclosed\nthat\nit\nhas\nlowered\nthe\ncost\nof\nproducing\nlithium\n-\nion\nbatteries\nfor\ncars\nto\n$\n145\nper\nkilowatt\n-\nhour\n,\na\nlevel\nthat\nwould\nbe\nclose\nto\nTesla\n’s\ncosts\nand\nlower\nthan\nsome\nother\nmanufacturers\n'\n.\nAnswer: ", "upstream_answer": "GM:B-ORG\nrecently:O\ndisclosed:O\nthat:O\nit:O\nhas:O\nlowered:O\nthe:O\ncost:O\nof:O\nproducing:O\nlithium:O\n-:O\nion:O\nbatteries:O\nfor:O\ncars:O\nto:O\n$:O\n145:O\nper:O\nkilowatt:O\n-:O\nhour:O\n,:O\na:O\nlevel:O\nthat:O\nwould:O\nbe:O\nclose:O\nto:O\nTesla:B-ORG\n’s:O\ncosts:O\nand:O\nlower:O\nthan:O\nsome:O\nother:O\nmanufacturers:O\n':O\n.:O", "label_signature": "ORG", "n_tokens": 43, "split": "train" }
0a36c84591b2d083
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "One", "such", "stock", "is", "online", "advertising", "specialist", ",", "Blinkx", "(", "LSE", ":", "BLNX", ")", "." ], "text": "One\nsuch\nstock\nis\nonline\nadvertising\nspecialist\n,\nBlinkx\n(\nLSE\n:\nBLNX\n)\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "B-ORG", "O", "B-ORG", "O", "B-ORG", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord283", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: One\nsuch\nstock\nis\nonline\nadvertising\nspecialist\n,\nBlinkx\n(\nLSE\n:\nBLNX\n)\n.\nAnswer: ", "upstream_answer": "One:O\nsuch:O\nstock:O\nis:O\nonline:O\nadvertising:O\nspecialist:O\n,:O\nBlinkx:B-ORG\n(:O\nLSE:B-ORG\n::O\nBLNX:B-ORG\n):O\n.:O", "label_signature": "ORG", "n_tokens": 15, "split": "train" }
0a5c956992241811
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "nor", "any", "of", "independent", "providers", "is", "liable", "for", "any", "informational", "errors", ",", "incompleteness", ",", "or", "delays", ",", "or", "for", "any", "actions", "taken", "in", "reliance", "on", "information", "contained", "herein", "." ], "text": "nor\nany\nof\nindependent\nproviders\nis\nliable\nfor\nany\ninformational\nerrors\n,\nincompleteness\n,\nor\ndelays\n,\nor\nfor\nany\nactions\ntaken\nin\nreliance\non\ninformation\ncontained\nherein\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord137", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: nor\nany\nof\nindependent\nproviders\nis\nliable\nfor\nany\ninformational\nerrors\n,\nincompleteness\n,\nor\ndelays\n,\nor\nfor\nany\nactions\ntaken\nin\nreliance\non\ninformation\ncontained\nherein\n.\nAnswer: ", "upstream_answer": "nor:O\nany:O\nof:O\nindependent:O\nproviders:O\nis:O\nliable:O\nfor:O\nany:O\ninformational:O\nerrors:O\n,:O\nincompleteness:O\n,:O\nor:O\ndelays:O\n,:O\nor:O\nfor:O\nany:O\nactions:O\ntaken:O\nin:O\nreliance:O\non:O\ninformation:O\ncontained:O\nherein:O\n.:O", "label_signature": "NONE", "n_tokens": 29, "split": "train" }
0ab9cb13d72f2a50
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "That", "in", "less", "than", "seven", "minutes", ",", "the", "knot", "of", "fear", "and", "anxiety", "unspooling", "at", "speed", "will", "swallow", "you", "whole", ",", "rendering", "your", "life", "blank", "and", "your", "existence", "meaningless", "?" ], "text": "That\nin\nless\nthan\nseven\nminutes\n,\nthe\nknot\nof\nfear\nand\nanxiety\nunspooling\nat\nspeed\nwill\nswallow\nyou\nwhole\n,\nrendering\nyour\nlife\nblank\nand\nyour\nexistence\nmeaningless\n?" }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord1", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: That\nin\nless\nthan\nseven\nminutes\n,\nthe\nknot\nof\nfear\nand\nanxiety\nunspooling\nat\nspeed\nwill\nswallow\nyou\nwhole\n,\nrendering\nyour\nlife\nblank\nand\nyour\nexistence\nmeaningless\n?\nAnswer: ", "upstream_answer": "That:O\nin:O\nless:O\nthan:O\nseven:O\nminutes:O\n,:O\nthe:O\nknot:O\nof:O\nfear:O\nand:O\nanxiety:O\nunspooling:O\nat:O\nspeed:O\nwill:O\nswallow:O\nyou:O\nwhole:O\n,:O\nrendering:O\nyour:O\nlife:O\nblank:O\nand:O\nyour:O\nexistence:O\nmeaningless:O\n?:O", "label_signature": "NONE", "n_tokens": 30, "split": "train" }
0ac17e33ed76e070
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "The", "funds", "will", "be", "used", "to", "support", "agreements", "with", "Olive", "Garden", "and", "other", "restaurant", "brands", "to", "deploy", "Ziosk", "tablets", "across", "the", "U.S.Ziosk", "is", "the", "clear", "cut", "industry", "leader", "serving", "more", "than", "25", "restaurant", "concepts", "across", "all", "50", "states", "." ], "text": "The\nfunds\nwill\nbe\nused\nto\nsupport\nagreements\nwith\nOlive\nGarden\nand\nother\nrestaurant\nbrands\nto\ndeploy\nZiosk\ntablets\nacross\nthe\nU.S.Ziosk\nis\nthe\nclear\ncut\nindustry\nleader\nserving\nmore\nthan\n25\nrestaurant\nconcepts\nacross\nall\n50\nstates\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-ORG", "I-ORG", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-LOC", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord311", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: The\nfunds\nwill\nbe\nused\nto\nsupport\nagreements\nwith\nOlive\nGarden\nand\nother\nrestaurant\nbrands\nto\ndeploy\nZiosk\ntablets\nacross\nthe\nU.S.Ziosk\nis\nthe\nclear\ncut\nindustry\nleader\nserving\nmore\nthan\n25\nrestaurant\nconcepts\nacross\nall\n50\nstates\n.\nAnswer: ", "upstream_answer": "The:O\nfunds:O\nwill:O\nbe:O\nused:O\nto:O\nsupport:O\nagreements:O\nwith:O\nOlive:B-ORG\nGarden:I-ORG\nand:O\nother:O\nrestaurant:O\nbrands:O\nto:O\ndeploy:O\nZiosk:O\ntablets:O\nacross:O\nthe:O\nU.S.Ziosk:B-LOC\nis:O\nthe:O\nclear:O\ncut:O\nindustry:O\nleader:O\nserving:O\nmore:O\nthan:O\n25:O\nrestaurant:O\nconcepts:O\nacross:O\nall:O\n50:O\nstates:O\n.:O", "label_signature": "LOC+ORG", "n_tokens": 39, "split": "train" }
0ade58c91de52873
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "“", "The", "exciting", "gaming", "environment", "offered", "by", "the", "GWAZY", "platform", "opens", "new", "doors", "to", "brokers", ",", "giving", "them", "the", "opportunity", "to", "capture", "different", "market", "segments", "as", "most", "trading", "platforms", "that", "are", "currently", "available", "in", "the", "market", "reflect", "more", "‘", "traditional", "’", "trading", "methods", "." ], "text": "“\nThe\nexciting\ngaming\nenvironment\noffered\nby\nthe\nGWAZY\nplatform\nopens\nnew\ndoors\nto\nbrokers\n,\ngiving\nthem\nthe\nopportunity\nto\ncapture\ndifferent\nmarket\nsegments\nas\nmost\ntrading\nplatforms\nthat\nare\ncurrently\navailable\nin\nthe\nmarket\nreflect\nmore\n‘\ntraditional\n’\ntrading\nmethods\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "B-ORG", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord793", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: “\nThe\nexciting\ngaming\nenvironment\noffered\nby\nthe\nGWAZY\nplatform\nopens\nnew\ndoors\nto\nbrokers\n,\ngiving\nthem\nthe\nopportunity\nto\ncapture\ndifferent\nmarket\nsegments\nas\nmost\ntrading\nplatforms\nthat\nare\ncurrently\navailable\nin\nthe\nmarket\nreflect\nmore\n‘\ntraditional\n’\ntrading\nmethods\n.\nAnswer: ", "upstream_answer": "“:O\nThe:O\nexciting:O\ngaming:O\nenvironment:O\noffered:O\nby:O\nthe:O\nGWAZY:B-ORG\nplatform:O\nopens:O\nnew:O\ndoors:O\nto:O\nbrokers:O\n,:O\ngiving:O\nthem:O\nthe:O\nopportunity:O\nto:O\ncapture:O\ndifferent:O\nmarket:O\nsegments:O\nas:O\nmost:O\ntrading:O\nplatforms:O\nthat:O\nare:O\ncurrently:O\navailable:O\nin:O\nthe:O\nmarket:O\nreflect:O\nmore:O\n‘:O\ntraditional:O\n’:O\ntrading:O\nmethods:O\n.:O", "label_signature": "ORG", "n_tokens": 44, "split": "train" }
0ae55732b33a2023
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "Yet", "polling", "suggests", "a", "big", "swing", "is", "on", "the", "cards", "." ], "text": "Yet\npolling\nsuggests\na\nbig\nswing\nis\non\nthe\ncards\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord887", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: Yet\npolling\nsuggests\na\nbig\nswing\nis\non\nthe\ncards\n.\nAnswer: ", "upstream_answer": "Yet:O\npolling:O\nsuggests:O\na:O\nbig:O\nswing:O\nis:O\non:O\nthe:O\ncards:O\n.:O", "label_signature": "NONE", "n_tokens": 11, "split": "train" }
0af7cd02c7a6d231
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "Mon", ",", "Jul", "6", ",", "2015", ",", "14:45", "BST", "-", "UK" ], "text": "Mon\n,\nJul\n6\n,\n2015\n,\n14:45\nBST\n-\nUK" }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-LOC" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord232", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: Mon\n,\nJul\n6\n,\n2015\n,\n14:45\nBST\n-\nUK\nAnswer: ", "upstream_answer": "Mon:O\n,:O\nJul:O\n6:O\n,:O\n2015:O\n,:O\n14:45:O\nBST:O\n-:O\nUK:B-LOC", "label_signature": "LOC", "n_tokens": 11, "split": "train" }
0b352f4d4a272c02
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "We", "Fools", "do", "n't", "all", "hold", "the", "same", "opinions", ",", "but", "we", "all", "believe", "that", "considering", "a", "diverse", "range", "of", "insights", "makes", "us", "better", "investors", "." ], "text": "We\nFools\ndo\nn't\nall\nhold\nthe\nsame\nopinions\n,\nbut\nwe\nall\nbelieve\nthat\nconsidering\na\ndiverse\nrange\nof\ninsights\nmakes\nus\nbetter\ninvestors\n." }
{ "tags": [ "O", "B-ORG", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord293", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: We\nFools\ndo\nn't\nall\nhold\nthe\nsame\nopinions\n,\nbut\nwe\nall\nbelieve\nthat\nconsidering\na\ndiverse\nrange\nof\ninsights\nmakes\nus\nbetter\ninvestors\n.\nAnswer: ", "upstream_answer": "We:O\nFools:B-ORG\ndo:O\nn't:O\nall:O\nhold:O\nthe:O\nsame:O\nopinions:O\n,:O\nbut:O\nwe:O\nall:O\nbelieve:O\nthat:O\nconsidering:O\na:O\ndiverse:O\nrange:O\nof:O\ninsights:O\nmakes:O\nus:O\nbetter:O\ninvestors:O\n.:O", "label_signature": "ORG", "n_tokens": 26, "split": "train" }
0bc0f6b37480da27
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "It", "will", "be", "very", "interesting", "to", "see", "how", "these", "data", "sets", "converge", "over", "the", "next", "month", "." ], "text": "It\nwill\nbe\nvery\ninteresting\nto\nsee\nhow\nthese\ndata\nsets\nconverge\nover\nthe\nnext\nmonth\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord717", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: It\nwill\nbe\nvery\ninteresting\nto\nsee\nhow\nthese\ndata\nsets\nconverge\nover\nthe\nnext\nmonth\n.\nAnswer: ", "upstream_answer": "It:O\nwill:O\nbe:O\nvery:O\ninteresting:O\nto:O\nsee:O\nhow:O\nthese:O\ndata:O\nsets:O\nconverge:O\nover:O\nthe:O\nnext:O\nmonth:O\n.:O", "label_signature": "NONE", "n_tokens": 17, "split": "train" }
0c1faace4c79b206
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "Overall", "Total", "Year", "-", "Over", "-", "Year", "Wage", "Growth", "Is", "Slowing", "Slightly", "Rolling", "together", "employment", "growth", ",", "hours", "worked", "growth", ",", "and", "the", "growth", "in", "the", "hourly", "wage", "rate", ",", "things", "still", "look", "pretty", "good", "but", "not", "stunning", "." ], "text": "Overall\nTotal\nYear\n-\nOver\n-\nYear\nWage\nGrowth\nIs\nSlowing\nSlightly\nRolling\ntogether\nemployment\ngrowth\n,\nhours\nworked\ngrowth\n,\nand\nthe\ngrowth\nin\nthe\nhourly\nwage\nrate\n,\nthings\nstill\nlook\npretty\ngood\nbut\nnot\nstunning\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord761", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: Overall\nTotal\nYear\n-\nOver\n-\nYear\nWage\nGrowth\nIs\nSlowing\nSlightly\nRolling\ntogether\nemployment\ngrowth\n,\nhours\nworked\ngrowth\n,\nand\nthe\ngrowth\nin\nthe\nhourly\nwage\nrate\n,\nthings\nstill\nlook\npretty\ngood\nbut\nnot\nstunning\n.\nAnswer: ", "upstream_answer": "Overall:O\nTotal:O\nYear:O\n-:O\nOver:O\n-:O\nYear:O\nWage:O\nGrowth:O\nIs:O\nSlowing:O\nSlightly:O\nRolling:O\ntogether:O\nemployment:O\ngrowth:O\n,:O\nhours:O\nworked:O\ngrowth:O\n,:O\nand:O\nthe:O\ngrowth:O\nin:O\nthe:O\nhourly:O\nwage:O\nrate:O\n,:O\nthings:O\nstill:O\nlook:O\npretty:O\ngood:O\nbut:O\nnot:O\nstunning:O\n.:O", "label_signature": "NONE", "n_tokens": 39, "split": "train" }
0c393d44c24bad41
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "Last", "week", "a", "man", "named", "Robin", "Lee", "was", "told", "he", "would", "be", "arrested", ",", "presumably", "for", "crimes", "against", "electricity", ",", "if", "he", "refused", "to", "unplug", "his", "i", "Phone", "from", "a", "socket", "on", "the", "London", "Overground", "." ], "text": "Last\nweek\na\nman\nnamed\nRobin\nLee\nwas\ntold\nhe\nwould\nbe\narrested\n,\npresumably\nfor\ncrimes\nagainst\nelectricity\n,\nif\nhe\nrefused\nto\nunplug\nhis\ni\nPhone\nfrom\na\nsocket\non\nthe\nLondon\nOverground\n." }
{ "tags": [ "O", "O", "O", "O", "O", "B-PER", "I-PER", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-LOC", "I-LOC", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord8", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: Last\nweek\na\nman\nnamed\nRobin\nLee\nwas\ntold\nhe\nwould\nbe\narrested\n,\npresumably\nfor\ncrimes\nagainst\nelectricity\n,\nif\nhe\nrefused\nto\nunplug\nhis\ni\nPhone\nfrom\na\nsocket\non\nthe\nLondon\nOverground\n.\nAnswer: ", "upstream_answer": "Last:O\nweek:O\na:O\nman:O\nnamed:O\nRobin:B-PER\nLee:I-PER\nwas:O\ntold:O\nhe:O\nwould:O\nbe:O\narrested:O\n,:O\npresumably:O\nfor:O\ncrimes:O\nagainst:O\nelectricity:O\n,:O\nif:O\nhe:O\nrefused:O\nto:O\nunplug:O\nhis:O\ni:O\nPhone:O\nfrom:O\na:O\nsocket:O\non:O\nthe:O\nLondon:B-LOC\nOverground:I-LOC\n.:O", "label_signature": "LOC+PER", "n_tokens": 36, "split": "train" }
0c4963c0f34a262a
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "Not", "only", "is", "work", "drying", "up", "but", "his", "hourly", "rates", "are", "under", "pressure", "as", "unemployed", "miners", "return", "from", "Western", "Australia", "'s", "north", "-", "west", "and", "cut", "their", "fees", "to", "secure", "dwindling", "work", "." ], "text": "Not\nonly\nis\nwork\ndrying\nup\nbut\nhis\nhourly\nrates\nare\nunder\npressure\nas\nunemployed\nminers\nreturn\nfrom\nWestern\nAustralia\n's\nnorth\n-\nwest\nand\ncut\ntheir\nfees\nto\nsecure\ndwindling\nwork\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-LOC", "I-LOC", "O", "B-LOC", "I-LOC", "I-LOC", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord824", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: Not\nonly\nis\nwork\ndrying\nup\nbut\nhis\nhourly\nrates\nare\nunder\npressure\nas\nunemployed\nminers\nreturn\nfrom\nWestern\nAustralia\n's\nnorth\n-\nwest\nand\ncut\ntheir\nfees\nto\nsecure\ndwindling\nwork\n.\nAnswer: ", "upstream_answer": "Not:O\nonly:O\nis:O\nwork:O\ndrying:O\nup:O\nbut:O\nhis:O\nhourly:O\nrates:O\nare:O\nunder:O\npressure:O\nas:O\nunemployed:O\nminers:O\nreturn:O\nfrom:O\nWestern:B-LOC\nAustralia:I-LOC\n's:O\nnorth:B-LOC\n-:I-LOC\nwest:I-LOC\nand:O\ncut:O\ntheir:O\nfees:O\nto:O\nsecure:O\ndwindling:O\nwork:O\n.:O", "label_signature": "LOC", "n_tokens": 33, "split": "train" }
0ca6eede37ee9bca
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "1283" ], "text": "1283" }
{ "tags": [ "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord984", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: 1283\nAnswer: ", "upstream_answer": "1283:O", "label_signature": "NONE", "n_tokens": 1, "split": "train" }
0cc7c98345f92e53
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "Rane", "also", "points", "out", "that", "ECBs", "of", "significant", "amounts", "can", "only", "be", "done", "by", "corporates", "that", "have", "a", "good", "rating", "." ], "text": "Rane\nalso\npoints\nout\nthat\nECBs\nof\nsignificant\namounts\ncan\nonly\nbe\ndone\nby\ncorporates\nthat\nhave\na\ngood\nrating\n." }
{ "tags": [ "B-PER", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord253", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: Rane\nalso\npoints\nout\nthat\nECBs\nof\nsignificant\namounts\ncan\nonly\nbe\ndone\nby\ncorporates\nthat\nhave\na\ngood\nrating\n.\nAnswer: ", "upstream_answer": "Rane:B-PER\nalso:O\npoints:O\nout:O\nthat:O\nECBs:O\nof:O\nsignificant:O\namounts:O\ncan:O\nonly:O\nbe:O\ndone:O\nby:O\ncorporates:O\nthat:O\nhave:O\na:O\ngood:O\nrating:O\n.:O", "label_signature": "PER", "n_tokens": 21, "split": "train" }
0d0a701eb46f01a0
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "All", "of", "this", "brings", "employment", "growth", "and", "GDP", "growth", "into", "closer", "alignment", "." ], "text": "All\nof\nthis\nbrings\nemployment\ngrowth\nand\nGDP\ngrowth\ninto\ncloser\nalignment\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord731", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: All\nof\nthis\nbrings\nemployment\ngrowth\nand\nGDP\ngrowth\ninto\ncloser\nalignment\n.\nAnswer: ", "upstream_answer": "All:O\nof:O\nthis:O\nbrings:O\nemployment:O\ngrowth:O\nand:O\nGDP:O\ngrowth:O\ninto:O\ncloser:O\nalignment:O\n.:O", "label_signature": "NONE", "n_tokens": 13, "split": "train" }
0d8e83b0e05c44a3
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "And", "if", "you", "act", "quickly", ",", "you", "could", "be", "among", "the", "savvy", "investors", "who", "enjoy", "the", "profits", "from", "this", "stunning", "change", "." ], "text": "And\nif\nyou\nact\nquickly\n,\nyou\ncould\nbe\namong\nthe\nsavvy\ninvestors\nwho\nenjoy\nthe\nprofits\nfrom\nthis\nstunning\nchange\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord115", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: And\nif\nyou\nact\nquickly\n,\nyou\ncould\nbe\namong\nthe\nsavvy\ninvestors\nwho\nenjoy\nthe\nprofits\nfrom\nthis\nstunning\nchange\n.\nAnswer: ", "upstream_answer": "And:O\nif:O\nyou:O\nact:O\nquickly:O\n,:O\nyou:O\ncould:O\nbe:O\namong:O\nthe:O\nsavvy:O\ninvestors:O\nwho:O\nenjoy:O\nthe:O\nprofits:O\nfrom:O\nthis:O\nstunning:O\nchange:O\n.:O", "label_signature": "NONE", "n_tokens": 22, "split": "train" }
0dbfc8fff1118525
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "Iron", "Road", "said", "its", "cost", "profile", "was", "“", "highly", "competitive", "”", "and", "discussions", "with", "potential", "funders", "and", "customers", "was", "ongoing", "." ], "text": "Iron\nRoad\nsaid\nits\ncost\nprofile\nwas\n“\nhighly\ncompetitive\n”\nand\ndiscussions\nwith\npotential\nfunders\nand\ncustomers\nwas\nongoing\n." }
{ "tags": [ "B-ORG", "I-ORG", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord340", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: Iron\nRoad\nsaid\nits\ncost\nprofile\nwas\n“\nhighly\ncompetitive\n”\nand\ndiscussions\nwith\npotential\nfunders\nand\ncustomers\nwas\nongoing\n.\nAnswer: ", "upstream_answer": "Iron:B-ORG\nRoad:I-ORG\nsaid:O\nits:O\ncost:O\nprofile:O\nwas:O\n“:O\nhighly:O\ncompetitive:O\n”:O\nand:O\ndiscussions:O\nwith:O\npotential:O\nfunders:O\nand:O\ncustomers:O\nwas:O\nongoing:O\n.:O", "label_signature": "ORG", "n_tokens": 21, "split": "train" }
0e232d41044065af
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "Today", ",", "many", "people", "use", "Google", "Maps", "or", "another", "navigation", "service", "to", "get", "to", "their", "destination", "." ], "text": "Today\n,\nmany\npeople\nuse\nGoogle\nMaps\nor\nanother\nnavigation\nservice\nto\nget\nto\ntheir\ndestination\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord973", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: Today\n,\nmany\npeople\nuse\nGoogle\nMaps\nor\nanother\nnavigation\nservice\nto\nget\nto\ntheir\ndestination\n.\nAnswer: ", "upstream_answer": "Today:O\n,:O\nmany:O\npeople:O\nuse:O\nGoogle:O\nMaps:O\nor:O\nanother:O\nnavigation:O\nservice:O\nto:O\nget:O\nto:O\ntheir:O\ndestination:O\n.:O", "label_signature": "NONE", "n_tokens": 17, "split": "train" }
0e2f00f14416c487
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "Further", ",", "Bahrain", "upstream", "E&P", "market", "structure", "of", "the", "industry", "based", "on", "oil", "and", "gas", "production", "for", "leading", "companies", "is", "also", "provided", "in", "the", "report", "." ], "text": "Further\n,\nBahrain\nupstream\nE&P\nmarket\nstructure\nof\nthe\nindustry\nbased\non\noil\nand\ngas\nproduction\nfor\nleading\ncompanies\nis\nalso\nprovided\nin\nthe\nreport\n." }
{ "tags": [ "O", "O", "B-LOC", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord521", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: Further\n,\nBahrain\nupstream\nE&P\nmarket\nstructure\nof\nthe\nindustry\nbased\non\noil\nand\ngas\nproduction\nfor\nleading\ncompanies\nis\nalso\nprovided\nin\nthe\nreport\n.\nAnswer: ", "upstream_answer": "Further:O\n,:O\nBahrain:B-LOC\nupstream:O\nE&P:O\nmarket:O\nstructure:O\nof:O\nthe:O\nindustry:O\nbased:O\non:O\noil:O\nand:O\ngas:O\nproduction:O\nfor:O\nleading:O\ncompanies:O\nis:O\nalso:O\nprovided:O\nin:O\nthe:O\nreport:O\n.:O", "label_signature": "LOC", "n_tokens": 26, "split": "train" }
0e4720102be3a530
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "Sponsored", "Links", "Palo", "Alto" ], "text": "Sponsored\nLinks\nPalo\nAlto" }
{ "tags": [ "O", "O", "B-ORG", "I-ORG" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord210", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: Sponsored\nLinks\nPalo\nAlto\nAnswer: ", "upstream_answer": "Sponsored:O\nLinks:O\nPalo:B-ORG\nAlto:I-ORG", "label_signature": "ORG", "n_tokens": 4, "split": "train" }
0ee3447ad50f015c
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "A", "significant", "slowdown", "in", "the", "U.S", ".", "would", "be", "cause", "for", "concern", "." ], "text": "A\nsignificant\nslowdown\nin\nthe\nU.S\n.\nwould\nbe\ncause\nfor\nconcern\n." }
{ "tags": [ "O", "O", "O", "O", "O", "B-LOC", "I-LOC", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord111", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: A\nsignificant\nslowdown\nin\nthe\nU.S\n.\nwould\nbe\ncause\nfor\nconcern\n.\nAnswer: ", "upstream_answer": "A:O\nsignificant:O\nslowdown:O\nin:O\nthe:O\nU.S:B-LOC\n.:I-LOC\nwould:O\nbe:O\ncause:O\nfor:O\nconcern:O\n.:O", "label_signature": "LOC", "n_tokens": 13, "split": "train" }
0ef77b5d776a799b
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "“", "Chinese", "steel", "mills", "are", "facing", "significant", "environmental", "protection", "pressures", "and", "in", "response", "are", "adopting", "a", "range", "of", "measures", "to", "deal", "with", "this", "challenge", ",", "including", "the", "use", "of", "higher", "quality", "iron", "ore", "feedstocks", ".", "’’" ], "text": "“\nChinese\nsteel\nmills\nare\nfacing\nsignificant\nenvironmental\nprotection\npressures\nand\nin\nresponse\nare\nadopting\na\nrange\nof\nmeasures\nto\ndeal\nwith\nthis\nchallenge\n,\nincluding\nthe\nuse\nof\nhigher\nquality\niron\nore\nfeedstocks\n.\n’’" }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord339", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: “\nChinese\nsteel\nmills\nare\nfacing\nsignificant\nenvironmental\nprotection\npressures\nand\nin\nresponse\nare\nadopting\na\nrange\nof\nmeasures\nto\ndeal\nwith\nthis\nchallenge\n,\nincluding\nthe\nuse\nof\nhigher\nquality\niron\nore\nfeedstocks\n.\n’’\nAnswer: ", "upstream_answer": "“:O\nChinese:O\nsteel:O\nmills:O\nare:O\nfacing:O\nsignificant:O\nenvironmental:O\nprotection:O\npressures:O\nand:O\nin:O\nresponse:O\nare:O\nadopting:O\na:O\nrange:O\nof:O\nmeasures:O\nto:O\ndeal:O\nwith:O\nthis:O\nchallenge:O\n,:O\nincluding:O\nthe:O\nuse:O\nof:O\nhigher:O\nquality:O\niron:O\nore:O\nfeedstocks:O\n.:O\n’’:O", "label_signature": "NONE", "n_tokens": 36, "split": "train" }
0fc61f0ea6357cd3
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "However", ",", "for", "long", "term", "investors", ",", "what", "matters", "is", "that", "the", "total", "return", "is", "relatively", "high", "." ], "text": "However\n,\nfor\nlong\nterm\ninvestors\n,\nwhat\nmatters\nis\nthat\nthe\ntotal\nreturn\nis\nrelatively\nhigh\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord265", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: However\n,\nfor\nlong\nterm\ninvestors\n,\nwhat\nmatters\nis\nthat\nthe\ntotal\nreturn\nis\nrelatively\nhigh\n.\nAnswer: ", "upstream_answer": "However:O\n,:O\nfor:O\nlong:O\nterm:O\ninvestors:O\n,:O\nwhat:O\nmatters:O\nis:O\nthat:O\nthe:O\ntotal:O\nreturn:O\nis:O\nrelatively:O\nhigh:O\n.:O", "label_signature": "NONE", "n_tokens": 18, "split": "train" }
0fea5c8caeb3555f
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "View", "the", "full", "release", "here", ":", "http://www.businesswire.com/news/home/20150819005390/en/" ], "text": "View\nthe\nfull\nrelease\nhere\n:\nhttp://www.businesswire.com/news/home/20150819005390/en/" }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord147", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: View\nthe\nfull\nrelease\nhere\n:\nhttp://www.businesswire.com/news/home/20150819005390/en/\nAnswer: ", "upstream_answer": "View:O\nthe:O\nfull:O\nrelease:O\nhere:O\n::O\nhttp://www.businesswire.com/news/home/20150819005390/en/:O", "label_signature": "NONE", "n_tokens": 7, "split": "train" }
102f08199c5fb05a
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "It", "May", "Be", "Hard", "to", "Accelerate", "Job", "Growth" ], "text": "It\nMay\nBe\nHard\nto\nAccelerate\nJob\nGrowth" }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord778", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: It\nMay\nBe\nHard\nto\nAccelerate\nJob\nGrowth\nAnswer: ", "upstream_answer": "It:O\nMay:O\nBe:O\nHard:O\nto:O\nAccelerate:O\nJob:O\nGrowth:O", "label_signature": "NONE", "n_tokens": 8, "split": "train" }
10533e2058a270f3
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "About", "the", "Keio", "Plaza", "Hotel", "Keio", "Plaza", "Hotel", "(", "KPH", ")", ",", "located", "in", "Shinjuku", "at", "the", "very", "heart", "of", "the", "nation", "’s", "capital", "Tokyo", ",", "is", "one", "of", "Japan", "’s", "leading", "international", "hotels", "." ], "text": "About\nthe\nKeio\nPlaza\nHotel\nKeio\nPlaza\nHotel\n(\nKPH\n)\n,\nlocated\nin\nShinjuku\nat\nthe\nvery\nheart\nof\nthe\nnation\n’s\ncapital\nTokyo\n,\nis\none\nof\nJapan\n’s\nleading\ninternational\nhotels\n." }
{ "tags": [ "O", "O", "B-ORG", "I-ORG", "I-ORG", "B-ORG", "I-ORG", "I-ORG", "O", "B-ORG", "O", "O", "O", "O", "B-LOC", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-LOC", "O", "O", "O", "O", "B-LOC", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord156", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: About\nthe\nKeio\nPlaza\nHotel\nKeio\nPlaza\nHotel\n(\nKPH\n)\n,\nlocated\nin\nShinjuku\nat\nthe\nvery\nheart\nof\nthe\nnation\n’s\ncapital\nTokyo\n,\nis\none\nof\nJapan\n’s\nleading\ninternational\nhotels\n.\nAnswer: ", "upstream_answer": "About:O\nthe:O\nKeio:B-ORG\nPlaza:I-ORG\nHotel:I-ORG\nKeio:B-ORG\nPlaza:I-ORG\nHotel:I-ORG\n(:O\nKPH:B-ORG\n):O\n,:O\nlocated:O\nin:O\nShinjuku:B-LOC\nat:O\nthe:O\nvery:O\nheart:O\nof:O\nthe:O\nnation:O\n’s:O\ncapital:O\nTokyo:B-LOC\n,:O\nis:O\none:O\nof:O\nJapan:B-LOC\n’s:O\nleading:O\ninternational:O\nhotels:O\n.:O", "label_signature": "LOC+ORG", "n_tokens": 35, "split": "train" }
1083d752f8b2d4d0
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "Businesses", "brace", "for", "game", "-", "changing", "..." ], "text": "Businesses\nbrace\nfor\ngame\n-\nchanging\n..." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord1061", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: Businesses\nbrace\nfor\ngame\n-\nchanging\n...\nAnswer: ", "upstream_answer": "Businesses:O\nbrace:O\nfor:O\ngame:O\n-:O\nchanging:O\n...:O", "label_signature": "NONE", "n_tokens": 7, "split": "train" }
113487f853ed43d1
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "Regardless", "of", "the", "somewhat", "mixed", "results", "with", "the", "debt", "-", "to", "-", "equity", "ratio", ",", "the", "company", "'s", "quick", "ratio", "of", "0.79", "is", "weak", "." ], "text": "Regardless\nof\nthe\nsomewhat\nmixed\nresults\nwith\nthe\ndebt\n-\nto\n-\nequity\nratio\n,\nthe\ncompany\n's\nquick\nratio\nof\n0.79\nis\nweak\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord591", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: Regardless\nof\nthe\nsomewhat\nmixed\nresults\nwith\nthe\ndebt\n-\nto\n-\nequity\nratio\n,\nthe\ncompany\n's\nquick\nratio\nof\n0.79\nis\nweak\n.\nAnswer: ", "upstream_answer": "Regardless:O\nof:O\nthe:O\nsomewhat:O\nmixed:O\nresults:O\nwith:O\nthe:O\ndebt:O\n-:O\nto:O\n-:O\nequity:O\nratio:O\n,:O\nthe:O\ncompany:O\n's:O\nquick:O\nratio:O\nof:O\n0.79:O\nis:O\nweak:O\n.:O", "label_signature": "NONE", "n_tokens": 25, "split": "train" }
1144321a417b5eed
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "This", "week", "we", "’ll", "get", "an", "important", "read", "on", "the", "Financials", "sector", "as", "5", "of", "the", "country", "’s", "biggest", "banks", "report", "Q3", "results", "." ], "text": "This\nweek\nwe\n’ll\nget\nan\nimportant\nread\non\nthe\nFinancials\nsector\nas\n5\nof\nthe\ncountry\n’s\nbiggest\nbanks\nreport\nQ3\nresults\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord454", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: This\nweek\nwe\n’ll\nget\nan\nimportant\nread\non\nthe\nFinancials\nsector\nas\n5\nof\nthe\ncountry\n’s\nbiggest\nbanks\nreport\nQ3\nresults\n.\nAnswer: ", "upstream_answer": "This:O\nweek:O\nwe:O\n’ll:O\nget:O\nan:O\nimportant:O\nread:O\non:O\nthe:O\nFinancials:O\nsector:O\nas:O\n5:O\nof:O\nthe:O\ncountry:O\n’s:O\nbiggest:O\nbanks:O\nreport:O\nQ3:O\nresults:O\n.:O", "label_signature": "NONE", "n_tokens": 24, "split": "train" }
11770caed08031ba
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "You", "can", "view", "the", "full", "analysis", "from", "the", "report", "here", ":", "GM", "Ratings", "Report", "Check", "Out", "Our", "Best", "Services", "for", "Investors", "Portfolio", "Manager", "Jim", "Cramer", "and", "Director", "of", "Research", "Jack" ], "text": "You\ncan\nview\nthe\nfull\nanalysis\nfrom\nthe\nreport\nhere\n:\nGM\nRatings\nReport\nCheck\nOut\nOur\nBest\nServices\nfor\nInvestors\nPortfolio\nManager\nJim\nCramer\nand\nDirector\nof\nResearch\nJack" }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-ORG", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-PER", "I-PER", "O", "O", "O", "O", "B-PER" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord592", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: You\ncan\nview\nthe\nfull\nanalysis\nfrom\nthe\nreport\nhere\n:\nGM\nRatings\nReport\nCheck\nOut\nOur\nBest\nServices\nfor\nInvestors\nPortfolio\nManager\nJim\nCramer\nand\nDirector\nof\nResearch\nJack\nAnswer: ", "upstream_answer": "You:O\ncan:O\nview:O\nthe:O\nfull:O\nanalysis:O\nfrom:O\nthe:O\nreport:O\nhere:O\n::O\nGM:B-ORG\nRatings:O\nReport:O\nCheck:O\nOut:O\nOur:O\nBest:O\nServices:O\nfor:O\nInvestors:O\nPortfolio:O\nManager:O\nJim:B-PER\nCramer:I-PER\nand:O\nDirector:O\nof:O\nResearch:O\nJack:B-PER", "label_signature": "ORG+PER", "n_tokens": 30, "split": "train" }
1191f4eb4369fe36
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "The", "bulls", "had", "hung", "their", "hats", "on", "strong", "job", "openings", ",", "low", "initial", "unemployment", "claims", ",", "and", "the", "employment", "metrics", "of", "various", "manufacturing", "reports", "." ], "text": "The\nbulls\nhad\nhung\ntheir\nhats\non\nstrong\njob\nopenings\n,\nlow\ninitial\nunemployment\nclaims\n,\nand\nthe\nemployment\nmetrics\nof\nvarious\nmanufacturing\nreports\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord741", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: The\nbulls\nhad\nhung\ntheir\nhats\non\nstrong\njob\nopenings\n,\nlow\ninitial\nunemployment\nclaims\n,\nand\nthe\nemployment\nmetrics\nof\nvarious\nmanufacturing\nreports\n.\nAnswer: ", "upstream_answer": "The:O\nbulls:O\nhad:O\nhung:O\ntheir:O\nhats:O\non:O\nstrong:O\njob:O\nopenings:O\n,:O\nlow:O\ninitial:O\nunemployment:O\nclaims:O\n,:O\nand:O\nthe:O\nemployment:O\nmetrics:O\nof:O\nvarious:O\nmanufacturing:O\nreports:O\n.:O", "label_signature": "NONE", "n_tokens": 25, "split": "train" }
120b6e32742f1a3f
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "Tip", ":", "Use", "comma", "(", ",", ")", "to", "separate", "multiple", "quotes", "." ], "text": "Tip\n:\nUse\ncomma\n(\n,\n)\nto\nseparate\nmultiple\nquotes\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord258", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: Tip\n:\nUse\ncomma\n(\n,\n)\nto\nseparate\nmultiple\nquotes\n.\nAnswer: ", "upstream_answer": "Tip:O\n::O\nUse:O\ncomma:O\n(:O\n,:O\n):O\nto:O\nseparate:O\nmultiple:O\nquotes:O\n.:O", "label_signature": "NONE", "n_tokens": 12, "split": "train" }
122c7423948e4943
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "U.S", ".", "-", "traded", "Chinese", "stocks", "rose", "for", "a", "fourth", "day", "as", "the", "government", "’s", "measures", "intended", "to", "prop", "up", "mainland", "equities", "eased", "concern", "that", "officials", "wo", "n’t", "be", "able", "to", "contain", "a", "rout", "that", "erased", "as", "much", "as", "$", "3.9", "trillion", "of", "market", "value", "." ], "text": "U.S\n.\n-\ntraded\nChinese\nstocks\nrose\nfor\na\nfourth\nday\nas\nthe\ngovernment\n’s\nmeasures\nintended\nto\nprop\nup\nmainland\nequities\neased\nconcern\nthat\nofficials\nwo\nn’t\nbe\nable\nto\ncontain\na\nrout\nthat\nerased\nas\nmuch\nas\n$\n3.9\ntrillion\nof\nmarket\nvalue\n." }
{ "tags": [ "B-LOC", "I-LOC", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord394", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: U.S\n.\n-\ntraded\nChinese\nstocks\nrose\nfor\na\nfourth\nday\nas\nthe\ngovernment\n’s\nmeasures\nintended\nto\nprop\nup\nmainland\nequities\neased\nconcern\nthat\nofficials\nwo\nn’t\nbe\nable\nto\ncontain\na\nrout\nthat\nerased\nas\nmuch\nas\n$\n3.9\ntrillion\nof\nmarket\nvalue\n.\nAnswer: ", "upstream_answer": "U.S:B-LOC\n.:I-LOC\n-:O\ntraded:O\nChinese:O\nstocks:O\nrose:O\nfor:O\na:O\nfourth:O\nday:O\nas:O\nthe:O\ngovernment:O\n’s:O\nmeasures:O\nintended:O\nto:O\nprop:O\nup:O\nmainland:O\nequities:O\neased:O\nconcern:O\nthat:O\nofficials:O\nwo:O\nn’t:O\nbe:O\nable:O\nto:O\ncontain:O\na:O\nrout:O\nthat:O\nerased:O\nas:O\nmuch:O\nas:O\n$:O\n3.9:O\ntrillion:O\nof:O\nmarket:O\nvalue:O\n.:O", "label_signature": "LOC", "n_tokens": 46, "split": "train" }
12611ac0cecde234
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "You", "need", "less", "funding", ":", "Alley", "NYC" ], "text": "You\nneed\nless\nfunding\n:\nAlley\nNYC" }
{ "tags": [ "O", "O", "O", "O", "O", "B-ORG", "I-ORG" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord460", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: You\nneed\nless\nfunding\n:\nAlley\nNYC\nAnswer: ", "upstream_answer": "You:O\nneed:O\nless:O\nfunding:O\n::O\nAlley:B-ORG\nNYC:I-ORG", "label_signature": "ORG", "n_tokens": 7, "split": "train" }
131b6774710d1479
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "Still", ",", "affordability", "is", "not", "nearly", "as", "good", "as", "it", "was", "several", "years", "ago", "." ], "text": "Still\n,\naffordability\nis\nnot\nnearly\nas\ngood\nas\nit\nwas\nseveral\nyears\nago\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord696", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: Still\n,\naffordability\nis\nnot\nnearly\nas\ngood\nas\nit\nwas\nseveral\nyears\nago\n.\nAnswer: ", "upstream_answer": "Still:O\n,:O\naffordability:O\nis:O\nnot:O\nnearly:O\nas:O\ngood:O\nas:O\nit:O\nwas:O\nseveral:O\nyears:O\nago:O\n.:O", "label_signature": "NONE", "n_tokens": 15, "split": "train" }
133dff73cfc8843b
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "The", "German", "car", "makers", "entered", "the", "bidding", "after", "Nokia", "announced", "in", "April", "that", "it", "was", "considering", "a", "sale", "in", "the", "wake", "of", "its", "acquisition", "of", "Alcatel", "-", "Lucent", "ALU", "0.84", "%", "and", "its", "plan", "to", "focus", "on", "its", "telecom", "-", "equipment", "business", "." ], "text": "The\nGerman\ncar\nmakers\nentered\nthe\nbidding\nafter\nNokia\nannounced\nin\nApril\nthat\nit\nwas\nconsidering\na\nsale\nin\nthe\nwake\nof\nits\nacquisition\nof\nAlcatel\n-\nLucent\nALU\n0.84\n%\nand\nits\nplan\nto\nfocus\non\nits\ntelecom\n-\nequipment\nbusiness\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "B-ORG", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-ORG", "I-ORG", "I-ORG", "B-ORG", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord956", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: The\nGerman\ncar\nmakers\nentered\nthe\nbidding\nafter\nNokia\nannounced\nin\nApril\nthat\nit\nwas\nconsidering\na\nsale\nin\nthe\nwake\nof\nits\nacquisition\nof\nAlcatel\n-\nLucent\nALU\n0.84\n%\nand\nits\nplan\nto\nfocus\non\nits\ntelecom\n-\nequipment\nbusiness\n.\nAnswer: ", "upstream_answer": "The:O\nGerman:O\ncar:O\nmakers:O\nentered:O\nthe:O\nbidding:O\nafter:O\nNokia:B-ORG\nannounced:O\nin:O\nApril:O\nthat:O\nit:O\nwas:O\nconsidering:O\na:O\nsale:O\nin:O\nthe:O\nwake:O\nof:O\nits:O\nacquisition:O\nof:O\nAlcatel:B-ORG\n-:I-ORG\nLucent:I-ORG\nALU:B-ORG\n0.84:O\n%:O\nand:O\nits:O\nplan:O\nto:O\nfocus:O\non:O\nits:O\ntelecom:O\n-:O\nequipment:O\nbusiness:O\n.:O", "label_signature": "ORG", "n_tokens": 43, "split": "train" }
13460e0cd8deea4b
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "(", "d)", "Exhibits", ":", "Press", "release", "dated", "July", "16", ",", "2015", ",", "issued", "by", "Mattel", ",", "Inc", ".", "Exhibit", "No.", "Exhibit", "Description", "99.1", "**" ], "text": "(\nd)\nExhibits\n:\nPress\nrelease\ndated\nJuly\n16\n,\n2015\n,\nissued\nby\nMattel\n,\nInc\n.\nExhibit\nNo.\nExhibit\nDescription\n99.1\n**" }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-ORG", "I-ORG", "I-ORG", "I-ORG", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord512", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: (\nd)\nExhibits\n:\nPress\nrelease\ndated\nJuly\n16\n,\n2015\n,\nissued\nby\nMattel\n,\nInc\n.\nExhibit\nNo.\nExhibit\nDescription\n99.1\n**\nAnswer: ", "upstream_answer": "(:O\nd):O\nExhibits:O\n::O\nPress:O\nrelease:O\ndated:O\nJuly:O\n16:O\n,:O\n2015:O\n,:O\nissued:O\nby:O\nMattel:B-ORG\n,:I-ORG\nInc:I-ORG\n.:I-ORG\nExhibit:O\nNo.:O\nExhibit:O\nDescription:O\n99.1:O\n**:O", "label_signature": "ORG", "n_tokens": 24, "split": "train" }
136cb4a32278a9e6
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "There", "’s", "already", "the", "Nissan", "Leaf", ",", "the", "Volkswagen", "e-", "Golf", ",", "the", "Kia", "Soul", "EV", "and", "several", "others", "in", "the", "Bolt", "’s", "category", "." ], "text": "There\n’s\nalready\nthe\nNissan\nLeaf\n,\nthe\nVolkswagen\ne-\nGolf\n,\nthe\nKia\nSoul\nEV\nand\nseveral\nothers\nin\nthe\nBolt\n’s\ncategory\n." }
{ "tags": [ "O", "O", "O", "O", "B-ORG", "O", "O", "O", "B-ORG", "O", "O", "O", "O", "B-ORG", "O", "O", "O", "O", "O", "O", "O", "B-ORG", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord478", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: There\n’s\nalready\nthe\nNissan\nLeaf\n,\nthe\nVolkswagen\ne-\nGolf\n,\nthe\nKia\nSoul\nEV\nand\nseveral\nothers\nin\nthe\nBolt\n’s\ncategory\n.\nAnswer: ", "upstream_answer": "There:O\n’s:O\nalready:O\nthe:O\nNissan:B-ORG\nLeaf:O\n,:O\nthe:O\nVolkswagen:B-ORG\ne-:O\nGolf:O\n,:O\nthe:O\nKia:B-ORG\nSoul:O\nEV:O\nand:O\nseveral:O\nothers:O\nin:O\nthe:O\nBolt:B-ORG\n’s:O\ncategory:O\n.:O", "label_signature": "ORG", "n_tokens": 25, "split": "train" }
13a6f73592d2b442
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "Our", "expenditures", "for", "six", "months", "of", "…", "fundraising", "costs", "and", "fundraising", "events", "are", "minimal", "given", "the", "scale", "of", "our", "support", "from", "donors", "who", "have", "been", "drawn", "to", "Governor", "Bush", "’s", "conservative", "record", "of", "reform", ".", "”" ], "text": "Our\nexpenditures\nfor\nsix\nmonths\nof\n…\nfundraising\ncosts\nand\nfundraising\nevents\nare\nminimal\ngiven\nthe\nscale\nof\nour\nsupport\nfrom\ndonors\nwho\nhave\nbeen\ndrawn\nto\nGovernor\nBush\n’s\nconservative\nrecord\nof\nreform\n.\n”" }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-PER", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord608", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: Our\nexpenditures\nfor\nsix\nmonths\nof\n…\nfundraising\ncosts\nand\nfundraising\nevents\nare\nminimal\ngiven\nthe\nscale\nof\nour\nsupport\nfrom\ndonors\nwho\nhave\nbeen\ndrawn\nto\nGovernor\nBush\n’s\nconservative\nrecord\nof\nreform\n.\n”\nAnswer: ", "upstream_answer": "Our:O\nexpenditures:O\nfor:O\nsix:O\nmonths:O\nof:O\n…:O\nfundraising:O\ncosts:O\nand:O\nfundraising:O\nevents:O\nare:O\nminimal:O\ngiven:O\nthe:O\nscale:O\nof:O\nour:O\nsupport:O\nfrom:O\ndonors:O\nwho:O\nhave:O\nbeen:O\ndrawn:O\nto:O\nGovernor:O\nBush:B-PER\n’s:O\nconservative:O\nrecord:O\nof:O\nreform:O\n.:O\n”:O", "label_signature": "PER", "n_tokens": 36, "split": "train" }
13fc40beb5e5c227
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "“", "We", "want", "to", "hear", "from", "women", "entrepreneurs", "whose", "companies", "are", "doing", "well", ",", "and", "find", "out", "how", "they", "made", "their", "businesses", "stand", "out", "among", "the", "competition", ",", "”", "said", "Ms", ".", "Freberg", "." ], "text": "“\nWe\nwant\nto\nhear\nfrom\nwomen\nentrepreneurs\nwhose\ncompanies\nare\ndoing\nwell\n,\nand\nfind\nout\nhow\nthey\nmade\ntheir\nbusinesses\nstand\nout\namong\nthe\ncompetition\n,\n”\nsaid\nMs\n.\nFreberg\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-PER", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord642", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: “\nWe\nwant\nto\nhear\nfrom\nwomen\nentrepreneurs\nwhose\ncompanies\nare\ndoing\nwell\n,\nand\nfind\nout\nhow\nthey\nmade\ntheir\nbusinesses\nstand\nout\namong\nthe\ncompetition\n,\n”\nsaid\nMs\n.\nFreberg\n.\nAnswer: ", "upstream_answer": "“:O\nWe:O\nwant:O\nto:O\nhear:O\nfrom:O\nwomen:O\nentrepreneurs:O\nwhose:O\ncompanies:O\nare:O\ndoing:O\nwell:O\n,:O\nand:O\nfind:O\nout:O\nhow:O\nthey:O\nmade:O\ntheir:O\nbusinesses:O\nstand:O\nout:O\namong:O\nthe:O\ncompetition:O\n,:O\n”:O\nsaid:O\nMs:O\n.:O\nFreberg:B-PER\n.:O", "label_signature": "PER", "n_tokens": 34, "split": "train" }
1506f9d4189af9d8
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "Following", "meetings", "with", "Finance", "Minister", "Michael", "Noonan", "in", "May", ",", "banks", "were", "given", "until", "the", "start", "of", "July", "to", "offer", "cheaper", "mortgages", "to", "customers", "or", "risk", "authorities", "taking", "control", "of", "setting", "rates", "or", "introducing", "financial", "penalties", "." ], "text": "Following\nmeetings\nwith\nFinance\nMinister\nMichael\nNoonan\nin\nMay\n,\nbanks\nwere\ngiven\nuntil\nthe\nstart\nof\nJuly\nto\noffer\ncheaper\nmortgages\nto\ncustomers\nor\nrisk\nauthorities\ntaking\ncontrol\nof\nsetting\nrates\nor\nintroducing\nfinancial\npenalties\n." }
{ "tags": [ "O", "O", "O", "O", "O", "B-PER", "I-PER", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord192", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: Following\nmeetings\nwith\nFinance\nMinister\nMichael\nNoonan\nin\nMay\n,\nbanks\nwere\ngiven\nuntil\nthe\nstart\nof\nJuly\nto\noffer\ncheaper\nmortgages\nto\ncustomers\nor\nrisk\nauthorities\ntaking\ncontrol\nof\nsetting\nrates\nor\nintroducing\nfinancial\npenalties\n.\nAnswer: ", "upstream_answer": "Following:O\nmeetings:O\nwith:O\nFinance:O\nMinister:O\nMichael:B-PER\nNoonan:I-PER\nin:O\nMay:O\n,:O\nbanks:O\nwere:O\ngiven:O\nuntil:O\nthe:O\nstart:O\nof:O\nJuly:O\nto:O\noffer:O\ncheaper:O\nmortgages:O\nto:O\ncustomers:O\nor:O\nrisk:O\nauthorities:O\ntaking:O\ncontrol:O\nof:O\nsetting:O\nrates:O\nor:O\nintroducing:O\nfinancial:O\npenalties:O\n.:O", "label_signature": "PER", "n_tokens": 37, "split": "train" }
15742cce9d6f69cb
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "Advertising", "Print", "This", "Post", "The", "UK", "-", "based", "broker", "MCM", "FX", "has", "recently", "started", "offering", "binary", "options", "trading", "based", "on", "the", "technology", "of", "the", "provider", "GWAZY", "." ], "text": "Advertising\nPrint\nThis\nPost\nThe\nUK\n-\nbased\nbroker\nMCM\nFX\nhas\nrecently\nstarted\noffering\nbinary\noptions\ntrading\nbased\non\nthe\ntechnology\nof\nthe\nprovider\nGWAZY\n." }
{ "tags": [ "O", "O", "O", "O", "O", "B-LOC", "O", "O", "O", "B-ORG", "I-ORG", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-ORG", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord788", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: Advertising\nPrint\nThis\nPost\nThe\nUK\n-\nbased\nbroker\nMCM\nFX\nhas\nrecently\nstarted\noffering\nbinary\noptions\ntrading\nbased\non\nthe\ntechnology\nof\nthe\nprovider\nGWAZY\n.\nAnswer: ", "upstream_answer": "Advertising:O\nPrint:O\nThis:O\nPost:O\nThe:O\nUK:B-LOC\n-:O\nbased:O\nbroker:O\nMCM:B-ORG\nFX:I-ORG\nhas:O\nrecently:O\nstarted:O\noffering:O\nbinary:O\noptions:O\ntrading:O\nbased:O\non:O\nthe:O\ntechnology:O\nof:O\nthe:O\nprovider:O\nGWAZY:B-ORG\n.:O", "label_signature": "LOC+ORG", "n_tokens": 27, "split": "train" }
15c64ce6c44236cc
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "We", "feel", "its", "strengths", "outweigh", "the", "fact", "that", "the", "company", "has", "had", "lackluster", "performance", "in", "the", "stock", "itself", ".", "\"" ], "text": "We\nfeel\nits\nstrengths\noutweigh\nthe\nfact\nthat\nthe\ncompany\nhas\nhad\nlackluster\nperformance\nin\nthe\nstock\nitself\n.\n\"" }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord574", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: We\nfeel\nits\nstrengths\noutweigh\nthe\nfact\nthat\nthe\ncompany\nhas\nhad\nlackluster\nperformance\nin\nthe\nstock\nitself\n.\n\"\nAnswer: ", "upstream_answer": "We:O\nfeel:O\nits:O\nstrengths:O\noutweigh:O\nthe:O\nfact:O\nthat:O\nthe:O\ncompany:O\nhas:O\nhad:O\nlackluster:O\nperformance:O\nin:O\nthe:O\nstock:O\nitself:O\n.:O\n\":O", "label_signature": "NONE", "n_tokens": 20, "split": "train" }
15d538ac6acb8da9
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "\"", "Otherwise", ",", "we", "have", "n't", "eliminated", "the", "consideration", "of", "alternative", "options", ".", "\"" ], "text": "\"\nOtherwise\n,\nwe\nhave\nn't\neliminated\nthe\nconsideration\nof\nalternative\noptions\n.\n\"" }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord434", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: \"\nOtherwise\n,\nwe\nhave\nn't\neliminated\nthe\nconsideration\nof\nalternative\noptions\n.\n\"\nAnswer: ", "upstream_answer": "\":O\nOtherwise:O\n,:O\nwe:O\nhave:O\nn't:O\neliminated:O\nthe:O\nconsideration:O\nof:O\nalternative:O\noptions:O\n.:O\n\":O", "label_signature": "NONE", "n_tokens": 14, "split": "train" }
163f68f7d5490213
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "Labor", "rose", "3.6", "points", "to", "30.2", "per", "cent", "." ], "text": "Labor\nrose\n3.6\npoints\nto\n30.2\nper\ncent\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord889", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: Labor\nrose\n3.6\npoints\nto\n30.2\nper\ncent\n.\nAnswer: ", "upstream_answer": "Labor:O\nrose:O\n3.6:O\npoints:O\nto:O\n30.2:O\nper:O\ncent:O\n.:O", "label_signature": "NONE", "n_tokens": 9, "split": "train" }
1667417dff080de6
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "But", "there", "are", "also", "sheep", ",", "beef", "and", "fruit", "and", "vegetable", "farmers", "." ], "text": "But\nthere\nare\nalso\nsheep\n,\nbeef\nand\nfruit\nand\nvegetable\nfarmers\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord865", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: But\nthere\nare\nalso\nsheep\n,\nbeef\nand\nfruit\nand\nvegetable\nfarmers\n.\nAnswer: ", "upstream_answer": "But:O\nthere:O\nare:O\nalso:O\nsheep:O\n,:O\nbeef:O\nand:O\nfruit:O\nand:O\nvegetable:O\nfarmers:O\n.:O", "label_signature": "NONE", "n_tokens": 13, "split": "train" }
16a7ff1cbc85476d
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "The", "table", "below", "shows", "particularly", "good", "and", "bad", "performers", "over", "the", "past", "12", "months", "and", "their", "job", "additions", "in", "June", "alone", "." ], "text": "The\ntable\nbelow\nshows\nparticularly\ngood\nand\nbad\nperformers\nover\nthe\npast\n12\nmonths\nand\ntheir\njob\nadditions\nin\nJune\nalone\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord781", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: The\ntable\nbelow\nshows\nparticularly\ngood\nand\nbad\nperformers\nover\nthe\npast\n12\nmonths\nand\ntheir\njob\nadditions\nin\nJune\nalone\n.\nAnswer: ", "upstream_answer": "The:O\ntable:O\nbelow:O\nshows:O\nparticularly:O\ngood:O\nand:O\nbad:O\nperformers:O\nover:O\nthe:O\npast:O\n12:O\nmonths:O\nand:O\ntheir:O\njob:O\nadditions:O\nin:O\nJune:O\nalone:O\n.:O", "label_signature": "NONE", "n_tokens": 22, "split": "train" }
16d4c4742502d8ec
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "Clinton", "will", "turn", "over", "email", "..." ], "text": "Clinton\nwill\nturn\nover\nemail\n..." }
{ "tags": [ "B-PER", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord1071", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: Clinton\nwill\nturn\nover\nemail\n...\nAnswer: ", "upstream_answer": "Clinton:B-PER\nwill:O\nturn:O\nover:O\nemail:O\n...:O", "label_signature": "PER", "n_tokens": 6, "split": "train" }
16ffe40be89933ab
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "Community", "Safety", "MEC" ], "text": "Community\nSafety\nMEC" }
{ "tags": [ "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord1025", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: Community\nSafety\nMEC\nAnswer: ", "upstream_answer": "Community:O\nSafety:O\nMEC:O", "label_signature": "NONE", "n_tokens": 3, "split": "train" }
18055063365771b6
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "Load", "More", "General", "Motors", "(", "GM", ")", "pioneered", "the", "electric", "car", "in", "the", "1990s", ",", "but", "you", "might", "think", "GM", "is", "out", "of", "the", "business", "completely", "these", "days", "." ], "text": "Load\nMore\nGeneral\nMotors\n(\nGM\n)\npioneered\nthe\nelectric\ncar\nin\nthe\n1990s\n,\nbut\nyou\nmight\nthink\nGM\nis\nout\nof\nthe\nbusiness\ncompletely\nthese\ndays\n." }
{ "tags": [ "O", "O", "B-ORG", "I-ORG", "O", "B-ORG", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord464", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: Load\nMore\nGeneral\nMotors\n(\nGM\n)\npioneered\nthe\nelectric\ncar\nin\nthe\n1990s\n,\nbut\nyou\nmight\nthink\nGM\nis\nout\nof\nthe\nbusiness\ncompletely\nthese\ndays\n.\nAnswer: ", "upstream_answer": "Load:O\nMore:O\nGeneral:B-ORG\nMotors:I-ORG\n(:O\nGM:B-ORG\n):O\npioneered:O\nthe:O\nelectric:O\ncar:O\nin:O\nthe:O\n1990s:O\n,:O\nbut:O\nyou:O\nmight:O\nthink:O\nGM:O\nis:O\nout:O\nof:O\nthe:O\nbusiness:O\ncompletely:O\nthese:O\ndays:O\n.:O", "label_signature": "ORG", "n_tokens": 29, "split": "train" }
182ba02ec6583efd
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "Here", "has", "put", "a", "spotlight", "on", "an", "obscure", "part", "of", "the", "technology", "industry", "that", "will", "play", "a", "significant", "role", "in", "the", "future", "development", "of", "cars", ",", "trucks", "and", "other", "forms", "of", "transportation", "." ], "text": "Here\nhas\nput\na\nspotlight\non\nan\nobscure\npart\nof\nthe\ntechnology\nindustry\nthat\nwill\nplay\na\nsignificant\nrole\nin\nthe\nfuture\ndevelopment\nof\ncars\n,\ntrucks\nand\nother\nforms\nof\ntransportation\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord972", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: Here\nhas\nput\na\nspotlight\non\nan\nobscure\npart\nof\nthe\ntechnology\nindustry\nthat\nwill\nplay\na\nsignificant\nrole\nin\nthe\nfuture\ndevelopment\nof\ncars\n,\ntrucks\nand\nother\nforms\nof\ntransportation\n.\nAnswer: ", "upstream_answer": "Here:O\nhas:O\nput:O\na:O\nspotlight:O\non:O\nan:O\nobscure:O\npart:O\nof:O\nthe:O\ntechnology:O\nindustry:O\nthat:O\nwill:O\nplay:O\na:O\nsignificant:O\nrole:O\nin:O\nthe:O\nfuture:O\ndevelopment:O\nof:O\ncars:O\n,:O\ntrucks:O\nand:O\nother:O\nforms:O\nof:O\ntransportation:O\n.:O", "label_signature": "NONE", "n_tokens": 33, "split": "train" }
182e510d90d48f21
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "All", "rights", "reserved", "." ], "text": "All\nrights\nreserved\n." }
{ "tags": [ "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord814", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: All\nrights\nreserved\n.\nAnswer: ", "upstream_answer": "All:O\nrights:O\nreserved:O\n.:O", "label_signature": "NONE", "n_tokens": 4, "split": "train" }
185d9c1f29bcd52a
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "The", "biggest", "lesson", "learnt", "when", "you", "recharge", "to", "find", "no", "missed", "calls", "?" ], "text": "The\nbiggest\nlesson\nlearnt\nwhen\nyou\nrecharge\nto\nfind\nno\nmissed\ncalls\n?" }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord51", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: The\nbiggest\nlesson\nlearnt\nwhen\nyou\nrecharge\nto\nfind\nno\nmissed\ncalls\n?\nAnswer: ", "upstream_answer": "The:O\nbiggest:O\nlesson:O\nlearnt:O\nwhen:O\nyou:O\nrecharge:O\nto:O\nfind:O\nno:O\nmissed:O\ncalls:O\n?:O", "label_signature": "NONE", "n_tokens": 13, "split": "train" }
186ab6b1fd42f50a
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "We", "do", "n't", "necessarily", "view", "the", "trade", "report", "as", "terribly", "important", "as", "it", "remains", "in", "a", "relatively", "narrow", "channel", "and", "exports", "comprise", "just", "13", "%", "or", "so", "of", "GDP", "." ], "text": "We\ndo\nn't\nnecessarily\nview\nthe\ntrade\nreport\nas\nterribly\nimportant\nas\nit\nremains\nin\na\nrelatively\nnarrow\nchannel\nand\nexports\ncomprise\njust\n13\n%\nor\nso\nof\nGDP\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord702", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: We\ndo\nn't\nnecessarily\nview\nthe\ntrade\nreport\nas\nterribly\nimportant\nas\nit\nremains\nin\na\nrelatively\nnarrow\nchannel\nand\nexports\ncomprise\njust\n13\n%\nor\nso\nof\nGDP\n.\nAnswer: ", "upstream_answer": "We:O\ndo:O\nn't:O\nnecessarily:O\nview:O\nthe:O\ntrade:O\nreport:O\nas:O\nterribly:O\nimportant:O\nas:O\nit:O\nremains:O\nin:O\na:O\nrelatively:O\nnarrow:O\nchannel:O\nand:O\nexports:O\ncomprise:O\njust:O\n13:O\n%:O\nor:O\nso:O\nof:O\nGDP:O\n.:O", "label_signature": "NONE", "n_tokens": 30, "split": "train" }
18d5091ae37879e0
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "For", "the", "entire", "industry", ",", "light", "truck", "sales", "went", "crazy", "while", "conventional", "autos", "remained", "the", "poor", "stepsister", "with", "down", "sales", "at", "many", "companies", ",", "including", "GM", "." ], "text": "For\nthe\nentire\nindustry\n,\nlight\ntruck\nsales\nwent\ncrazy\nwhile\nconventional\nautos\nremained\nthe\npoor\nstepsister\nwith\ndown\nsales\nat\nmany\ncompanies\n,\nincluding\nGM\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-ORG", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord645", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: For\nthe\nentire\nindustry\n,\nlight\ntruck\nsales\nwent\ncrazy\nwhile\nconventional\nautos\nremained\nthe\npoor\nstepsister\nwith\ndown\nsales\nat\nmany\ncompanies\n,\nincluding\nGM\n.\nAnswer: ", "upstream_answer": "For:O\nthe:O\nentire:O\nindustry:O\n,:O\nlight:O\ntruck:O\nsales:O\nwent:O\ncrazy:O\nwhile:O\nconventional:O\nautos:O\nremained:O\nthe:O\npoor:O\nstepsister:O\nwith:O\ndown:O\nsales:O\nat:O\nmany:O\ncompanies:O\n,:O\nincluding:O\nGM:B-ORG\n.:O", "label_signature": "ORG", "n_tokens": 27, "split": "train" }
1945f795d467e172
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "A", "recent", "poll", "of", "768", "Canning", "residents", "commissioned", "by", "influential", "union", "United", "Voice", "showed", "the", "Coalition", "'s", "primary", "support", "dropping", "seven", "points", "since", "the", "2013", "election", "to", "44.4", "per", "cent", "." ], "text": "A\nrecent\npoll\nof\n768\nCanning\nresidents\ncommissioned\nby\ninfluential\nunion\nUnited\nVoice\nshowed\nthe\nCoalition\n's\nprimary\nsupport\ndropping\nseven\npoints\nsince\nthe\n2013\nelection\nto\n44.4\nper\ncent\n." }
{ "tags": [ "O", "O", "O", "O", "O", "B-LOC", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord888", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: A\nrecent\npoll\nof\n768\nCanning\nresidents\ncommissioned\nby\ninfluential\nunion\nUnited\nVoice\nshowed\nthe\nCoalition\n's\nprimary\nsupport\ndropping\nseven\npoints\nsince\nthe\n2013\nelection\nto\n44.4\nper\ncent\n.\nAnswer: ", "upstream_answer": "A:O\nrecent:O\npoll:O\nof:O\n768:O\nCanning:B-LOC\nresidents:O\ncommissioned:O\nby:O\ninfluential:O\nunion:O\nUnited:O\nVoice:O\nshowed:O\nthe:O\nCoalition:O\n's:O\nprimary:O\nsupport:O\ndropping:O\nseven:O\npoints:O\nsince:O\nthe:O\n2013:O\nelection:O\nto:O\n44.4:O\nper:O\ncent:O\n.:O", "label_signature": "LOC", "n_tokens": 31, "split": "train" }
19e47b8f6924eab1
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "Abbott", "would", "survive", "even", "if", "there", "were", "a", "significant", "swing", "of", "7", "per", "cent", "because", "the", "party", "would", "attribute", "a", "large", "chunk", "of", "this", "to", "the", "loss", "of", "Randall", "'s", "personal", "margin", "." ], "text": "Abbott\nwould\nsurvive\neven\nif\nthere\nwere\na\nsignificant\nswing\nof\n7\nper\ncent\nbecause\nthe\nparty\nwould\nattribute\na\nlarge\nchunk\nof\nthis\nto\nthe\nloss\nof\nRandall\n's\npersonal\nmargin\n." }
{ "tags": [ "B-PER", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-PER", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord897", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: Abbott\nwould\nsurvive\neven\nif\nthere\nwere\na\nsignificant\nswing\nof\n7\nper\ncent\nbecause\nthe\nparty\nwould\nattribute\na\nlarge\nchunk\nof\nthis\nto\nthe\nloss\nof\nRandall\n's\npersonal\nmargin\n.\nAnswer: ", "upstream_answer": "Abbott:B-PER\nwould:O\nsurvive:O\neven:O\nif:O\nthere:O\nwere:O\na:O\nsignificant:O\nswing:O\nof:O\n7:O\nper:O\ncent:O\nbecause:O\nthe:O\nparty:O\nwould:O\nattribute:O\na:O\nlarge:O\nchunk:O\nof:O\nthis:O\nto:O\nthe:O\nloss:O\nof:O\nRandall:B-PER\n's:O\npersonal:O\nmargin:O\n.:O", "label_signature": "PER", "n_tokens": 33, "split": "train" }
1a3330f54bc890fd
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "Already", "a", "paid", "subscriber", "but", "not", "registered", "for", "online", "access", "yet", "?" ], "text": "Already\na\npaid\nsubscriber\nbut\nnot\nregistered\nfor\nonline\naccess\nyet\n?" }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord627", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: Already\na\npaid\nsubscriber\nbut\nnot\nregistered\nfor\nonline\naccess\nyet\n?\nAnswer: ", "upstream_answer": "Already:O\na:O\npaid:O\nsubscriber:O\nbut:O\nnot:O\nregistered:O\nfor:O\nonline:O\naccess:O\nyet:O\n?:O", "label_signature": "NONE", "n_tokens": 12, "split": "train" }
1a60963e25ec1a02
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "What", "would", "you", "do", "?" ], "text": "What\nwould\nyou\ndo\n?" }
{ "tags": [ "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord13", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: What\nwould\nyou\ndo\n?\nAnswer: ", "upstream_answer": "What:O\nwould:O\nyou:O\ndo:O\n?:O", "label_signature": "NONE", "n_tokens": 5, "split": "train" }
1a7dbf659a8d834b
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "Trump", "defends", "Planned", "Parenthood", "Republican", "presidential", "front", "-", "runner", "Donald", "Trump", "defended", "Planned", "...", "Jimmy", "Carter", "discloses", "he", "has", "..." ], "text": "Trump\ndefends\nPlanned\nParenthood\nRepublican\npresidential\nfront\n-\nrunner\nDonald\nTrump\ndefended\nPlanned\n...\nJimmy\nCarter\ndiscloses\nhe\nhas\n..." }
{ "tags": [ "B-PER", "O", "O", "O", "O", "O", "O", "O", "O", "B-PER", "I-PER", "O", "O", "O", "B-PER", "I-PER", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord1063", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: Trump\ndefends\nPlanned\nParenthood\nRepublican\npresidential\nfront\n-\nrunner\nDonald\nTrump\ndefended\nPlanned\n...\nJimmy\nCarter\ndiscloses\nhe\nhas\n...\nAnswer: ", "upstream_answer": "Trump:B-PER\ndefends:O\nPlanned:O\nParenthood:O\nRepublican:O\npresidential:O\nfront:O\n-:O\nrunner:O\nDonald:B-PER\nTrump:I-PER\ndefended:O\nPlanned:O\n...:O\nJimmy:B-PER\nCarter:I-PER\ndiscloses:O\nhe:O\nhas:O\n...:O", "label_signature": "PER", "n_tokens": 20, "split": "train" }
1a8977c87c3609a4
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "He", "also", "suggested", "the", "deal", "had", "racist", "overtones", "." ], "text": "He\nalso\nsuggested\nthe\ndeal\nhad\nracist\novertones\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord874", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: He\nalso\nsuggested\nthe\ndeal\nhad\nracist\novertones\n.\nAnswer: ", "upstream_answer": "He:O\nalso:O\nsuggested:O\nthe:O\ndeal:O\nhad:O\nracist:O\novertones:O\n.:O", "label_signature": "NONE", "n_tokens": 9, "split": "train" }
1ab5846663634894
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "Other", "Articles", "Bihar", ":", "Nitish", "Kumar", "to", "make", "denial", "of", "special", "status", "a", "major", "poll", "plank", "Vyapam", "scam", ":", "Congress", "slams", "Shivraj", "Singh", "Chauhan", "for", "being", "'", "proud", "'", "of", "ongoing", "probe", "Flood", "situation", "in", "Rajasthan", "improves", "after", "rainfall", "declines" ], "text": "Other\nArticles\nBihar\n:\nNitish\nKumar\nto\nmake\ndenial\nof\nspecial\nstatus\na\nmajor\npoll\nplank\nVyapam\nscam\n:\nCongress\nslams\nShivraj\nSingh\nChauhan\nfor\nbeing\n'\nproud\n'\nof\nongoing\nprobe\nFlood\nsituation\nin\nRajasthan\nimproves\nafter\nrainfall\ndeclines" }
{ "tags": [ "O", "O", "B-LOC", "O", "B-PER", "I-PER", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-PER", "I-PER", "I-PER", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-LOC", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord595", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: Other\nArticles\nBihar\n:\nNitish\nKumar\nto\nmake\ndenial\nof\nspecial\nstatus\na\nmajor\npoll\nplank\nVyapam\nscam\n:\nCongress\nslams\nShivraj\nSingh\nChauhan\nfor\nbeing\n'\nproud\n'\nof\nongoing\nprobe\nFlood\nsituation\nin\nRajasthan\nimproves\nafter\nrainfall\ndeclines\nAnswer: ", "upstream_answer": "Other:O\nArticles:O\nBihar:B-LOC\n::O\nNitish:B-PER\nKumar:I-PER\nto:O\nmake:O\ndenial:O\nof:O\nspecial:O\nstatus:O\na:O\nmajor:O\npoll:O\nplank:O\nVyapam:O\nscam:O\n::O\nCongress:O\nslams:O\nShivraj:B-PER\nSingh:I-PER\nChauhan:I-PER\nfor:O\nbeing:O\n':O\nproud:O\n':O\nof:O\nongoing:O\nprobe:O\nFlood:O\nsituation:O\nin:O\nRajasthan:B-LOC\nimproves:O\nafter:O\nrainfall:O\ndeclines:O", "label_signature": "LOC+PER", "n_tokens": 40, "split": "train" }
1af12a3c10bfd9c2
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "\"", "I", "think", "it", "'s", "very", "important", "that", "we", "do", "this", "wherever", "possible", ",", "and", "if", "you", "look", "globally", "you", "do", "n't", "just", "see", "a", "single", "hub", "of", "innovation", "you", "see", "several", "of", "them", "like", "in", "the", "US", "and", "Israel", ",", "\"", "he", "told", "AAP", "." ], "text": "\"\nI\nthink\nit\n's\nvery\nimportant\nthat\nwe\ndo\nthis\nwherever\npossible\n,\nand\nif\nyou\nlook\nglobally\nyou\ndo\nn't\njust\nsee\na\nsingle\nhub\nof\ninnovation\nyou\nsee\nseveral\nof\nthem\nlike\nin\nthe\nUS\nand\nIsrael\n,\n\"\nhe\ntold\nAAP\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-LOC", "O", "B-LOC", "O", "O", "O", "O", "B-ORG", "I-ORG" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord65", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: \"\nI\nthink\nit\n's\nvery\nimportant\nthat\nwe\ndo\nthis\nwherever\npossible\n,\nand\nif\nyou\nlook\nglobally\nyou\ndo\nn't\njust\nsee\na\nsingle\nhub\nof\ninnovation\nyou\nsee\nseveral\nof\nthem\nlike\nin\nthe\nUS\nand\nIsrael\n,\n\"\nhe\ntold\nAAP\n.\nAnswer: ", "upstream_answer": "\":O\nI:O\nthink:O\nit:O\n's:O\nvery:O\nimportant:O\nthat:O\nwe:O\ndo:O\nthis:O\nwherever:O\npossible:O\n,:O\nand:O\nif:O\nyou:O\nlook:O\nglobally:O\nyou:O\ndo:O\nn't:O\njust:O\nsee:O\na:O\nsingle:O\nhub:O\nof:O\ninnovation:O\nyou:O\nsee:O\nseveral:O\nof:O\nthem:O\nlike:O\nin:O\nthe:O\nUS:B-LOC\nand:O\nIsrael:B-LOC\n,:O\n\":O\nhe:O\ntold:O\nAAP:B-ORG\n.:I-ORG", "label_signature": "LOC+ORG", "n_tokens": 46, "split": "train" }
1affd7b0f3b9f6e7
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "But", "until", "it", "does", ",", "both", "GM", "and", "Ford", "should", "continue", "to", "post", "solid", "profits", ",", "even", "if", "growth", "in", "China", "is", "scarce", "for", "a", "while", "." ], "text": "But\nuntil\nit\ndoes\n,\nboth\nGM\nand\nFord\nshould\ncontinue\nto\npost\nsolid\nprofits\n,\neven\nif\ngrowth\nin\nChina\nis\nscarce\nfor\na\nwhile\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "B-ORG", "O", "B-ORG", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-LOC", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord113", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: But\nuntil\nit\ndoes\n,\nboth\nGM\nand\nFord\nshould\ncontinue\nto\npost\nsolid\nprofits\n,\neven\nif\ngrowth\nin\nChina\nis\nscarce\nfor\na\nwhile\n.\nAnswer: ", "upstream_answer": "But:O\nuntil:O\nit:O\ndoes:O\n,:O\nboth:O\nGM:B-ORG\nand:O\nFord:B-ORG\nshould:O\ncontinue:O\nto:O\npost:O\nsolid:O\nprofits:O\n,:O\neven:O\nif:O\ngrowth:O\nin:O\nChina:B-LOC\nis:O\nscarce:O\nfor:O\na:O\nwhile:O\n.:O", "label_signature": "LOC+ORG", "n_tokens": 27, "split": "train" }
1b2a6aa86c0a1ad5
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "Makhura", "condemned", "the", "attack", "and", "said", "such", "behavior", "would", "not", "be", "tolerated", "." ], "text": "Makhura\ncondemned\nthe\nattack\nand\nsaid\nsuch\nbehavior\nwould\nnot\nbe\ntolerated\n." }
{ "tags": [ "B-PER", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord1009", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: Makhura\ncondemned\nthe\nattack\nand\nsaid\nsuch\nbehavior\nwould\nnot\nbe\ntolerated\n.\nAnswer: ", "upstream_answer": "Makhura:B-PER\ncondemned:O\nthe:O\nattack:O\nand:O\nsaid:O\nsuch:O\nbehavior:O\nwould:O\nnot:O\nbe:O\ntolerated:O\n.:O", "label_signature": "PER", "n_tokens": 13, "split": "train" }
1ba246efdb4b878a
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "The", "battle", "over", "Nokia" ], "text": "The\nbattle\nover\nNokia" }
{ "tags": [ "O", "O", "O", "B-ORG" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord971", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: The\nbattle\nover\nNokia\nAnswer: ", "upstream_answer": "The:O\nbattle:O\nover:O\nNokia:B-ORG", "label_signature": "ORG", "n_tokens": 4, "split": "train" }
1c586f95bdf97042
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "\"", "He", "was", "in", "the", "area", "and", "had", "the", "policy", "that", "if", "you", "talk", "we", "listen", "." ], "text": "\"\nHe\nwas\nin\nthe\narea\nand\nhad\nthe\npolicy\nthat\nif\nyou\ntalk\nwe\nlisten\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord838", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: \"\nHe\nwas\nin\nthe\narea\nand\nhad\nthe\npolicy\nthat\nif\nyou\ntalk\nwe\nlisten\n.\nAnswer: ", "upstream_answer": "\":O\nHe:O\nwas:O\nin:O\nthe:O\narea:O\nand:O\nhad:O\nthe:O\npolicy:O\nthat:O\nif:O\nyou:O\ntalk:O\nwe:O\nlisten:O\n.:O", "label_signature": "NONE", "n_tokens": 17, "split": "train" }
1c7ae40d5be0f58a
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "On", "July", "16", ",", "2015", ",", "Mattel", ",", "Inc", ".", "(", "\"", "Mattel", "\"", "or", "the", "\"", "Company", "\"", ")", "issued", "a", "press", "release", "regarding", "its", "second", "quarter", "2015", "financial", "results", ",", "a", "copy", "of", "which", "is", "furnished", "as", "Exhibit", "99.1", "hereto", "." ], "text": "On\nJuly\n16\n,\n2015\n,\nMattel\n,\nInc\n.\n(\n\"\nMattel\n\"\nor\nthe\n\"\nCompany\n\"\n)\nissued\na\npress\nrelease\nregarding\nits\nsecond\nquarter\n2015\nfinancial\nresults\n,\na\ncopy\nof\nwhich\nis\nfurnished\nas\nExhibit\n99.1\nhereto\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "B-ORG", "I-ORG", "I-ORG", "I-ORG", "O", "O", "B-ORG", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord506", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: On\nJuly\n16\n,\n2015\n,\nMattel\n,\nInc\n.\n(\n\"\nMattel\n\"\nor\nthe\n\"\nCompany\n\"\n)\nissued\na\npress\nrelease\nregarding\nits\nsecond\nquarter\n2015\nfinancial\nresults\n,\na\ncopy\nof\nwhich\nis\nfurnished\nas\nExhibit\n99.1\nhereto\n.\nAnswer: ", "upstream_answer": "On:O\nJuly:O\n16:O\n,:O\n2015:O\n,:O\nMattel:B-ORG\n,:I-ORG\nInc:I-ORG\n.:I-ORG\n(:O\n\":O\nMattel:B-ORG\n\":O\nor:O\nthe:O\n\":O\nCompany:O\n\":O\n):O\nissued:O\na:O\npress:O\nrelease:O\nregarding:O\nits:O\nsecond:O\nquarter:O\n2015:O\nfinancial:O\nresults:O\n,:O\na:O\ncopy:O\nof:O\nwhich:O\nis:O\nfurnished:O\nas:O\nExhibit:O\n99.1:O\nhereto:O\n.:O", "label_signature": "ORG", "n_tokens": 43, "split": "train" }
1ca3130d33d2832a
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "Likewise", ",", "pharmaceutical", "company", ",", "Clinigen", "(", "LSE", ":", "CLIN", ")", ",", "also", "has", "an", "exciting", "medium", "term", "outlook", "." ], "text": "Likewise\n,\npharmaceutical\ncompany\n,\nClinigen\n(\nLSE\n:\nCLIN\n)\n,\nalso\nhas\nan\nexciting\nmedium\nterm\noutlook\n." }
{ "tags": [ "O", "O", "O", "O", "O", "B-ORG", "O", "B-ORG", "O", "B-ORG", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord278", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: Likewise\n,\npharmaceutical\ncompany\n,\nClinigen\n(\nLSE\n:\nCLIN\n)\n,\nalso\nhas\nan\nexciting\nmedium\nterm\noutlook\n.\nAnswer: ", "upstream_answer": "Likewise:O\n,:O\npharmaceutical:O\ncompany:O\n,:O\nClinigen:B-ORG\n(:O\nLSE:B-ORG\n::O\nCLIN:B-ORG\n):O\n,:O\nalso:O\nhas:O\nan:O\nexciting:O\nmedium:O\nterm:O\noutlook:O\n.:O", "label_signature": "ORG", "n_tokens": 20, "split": "train" }
1d0cf99492694db1
finben_finer_ord_v0
token_labels_v0
{ "tokens": [ "In", "line", "of", "this", ",", "to", "increase", "support", "for", "SMEs", "in", "the", "country", ",", "the", "Chief", "Executive", "Officer", "of", "Universal", "Merchant", "Bank", "(", "UMB", ")", ",", "Mr", "John", "Awuah", ",", "has", "said", "his", "outfit", "has", "an", "elaborate", "plan", "to", "help", "develop", "and", "increase", "support", "for", "small", "and", "medium", "-", "scale", "enterprises", "to", "enable", "them", "to", "grow", "." ], "text": "In\nline\nof\nthis\n,\nto\nincrease\nsupport\nfor\nSMEs\nin\nthe\ncountry\n,\nthe\nChief\nExecutive\nOfficer\nof\nUniversal\nMerchant\nBank\n(\nUMB\n)\n,\nMr\nJohn\nAwuah\n,\nhas\nsaid\nhis\noutfit\nhas\nan\nelaborate\nplan\nto\nhelp\ndevelop\nand\nincrease\nsupport\nfor\nsmall\nand\nmedium\n-\nscale\nenterprises\nto\nenable\nthem\nto\ngrow\n." }
{ "tags": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-ORG", "I-ORG", "I-ORG", "O", "B-ORG", "O", "O", "O", "B-PER", "I-PER", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ] }
{ "source": "TheFinAI/finben-finer-ord", "upstream_id": "finerord349", "upstream_split": "test", "upstream_query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\n\nText: In\nline\nof\nthis\n,\nto\nincrease\nsupport\nfor\nSMEs\nin\nthe\ncountry\n,\nthe\nChief\nExecutive\nOfficer\nof\nUniversal\nMerchant\nBank\n(\nUMB\n)\n,\nMr\nJohn\nAwuah\n,\nhas\nsaid\nhis\noutfit\nhas\nan\nelaborate\nplan\nto\nhelp\ndevelop\nand\nincrease\nsupport\nfor\nsmall\nand\nmedium\n-\nscale\nenterprises\nto\nenable\nthem\nto\ngrow\n.\nAnswer: ", "upstream_answer": "In:O\nline:O\nof:O\nthis:O\n,:O\nto:O\nincrease:O\nsupport:O\nfor:O\nSMEs:O\nin:O\nthe:O\ncountry:O\n,:O\nthe:O\nChief:O\nExecutive:O\nOfficer:O\nof:O\nUniversal:B-ORG\nMerchant:I-ORG\nBank:I-ORG\n(:O\nUMB:B-ORG\n):O\n,:O\nMr:O\nJohn:B-PER\nAwuah:I-PER\n,:O\nhas:O\nsaid:O\nhis:O\noutfit:O\nhas:O\nan:O\nelaborate:O\nplan:O\nto:O\nhelp:O\ndevelop:O\nand:O\nincrease:O\nsupport:O\nfor:O\nsmall:O\nand:O\nmedium:O\n-:O\nscale:O\nenterprises:O\nto:O\nenable:O\nthem:O\nto:O\ngrow:O\n.:O", "label_signature": "ORG+PER", "n_tokens": 57, "split": "train" }
End of preview.