Output Explorer

Every prompt in the paper, and what each model wrote back.

Extract seven entity types from one sentence of financial news as JSON. Scored per field against the Cleanlab reference.

13 of 2,117 prompts

PricewaterhouseCoopers LLP , an independent registered public accounting firm , has audited ( 1)the consolidated financial statements and ( Mr. Flynn has served as a member of the Board since 2003 .Retail sales declined 1.9 % in December .Our independent registered public accounting firm , Ernst Young LLP , has audited our internal control over financial reporting as of DecembJVB is a securities broker - dealer registered with the SEC and is a member of FINRA and the SIPC .BDO USA , LLP , the independent registered public accounting firm that audited the consolidated financial statements included in this AnnualDuring fiscal years 2015 , 2014 , and 2013 , depreciation expense was $ 4.1 billion , $ 3.4 billion , and $ 2.6 billion , respectively .Endo Health Solutions Inc. s independent registered public accounting firm has issued its report on the effectiveness of the Company s interMeta Platforms , Inc. , formerly known as Facebook , Inc. , is an American multinational technology conglomerate based in Menlo Park , CalifThe Company s internal control over financial reporting as of December 31 , 2012 has been audited by CliftonLarsonAllen LLP , an independentOur revenues decreased by approximately $ 230 million or 28 % for the year ended December 31 , 2011 as compared to the prior year .Growth capital spending decreased $ 15 million to $ 3 million in 2012 compared to 2011 .Commissions and fees expense increased $ 29.1 million for the year ended December 31 , 2011 as compared to the prior year .

Nearby prompts. All 2,117 FIRE entities prompts

PromptCleanlab FIRE ·fire-1931

During fiscal years 2015 , 2014 , and 2013 , depreciation expense was $ 4.1 billion , $ 3.4 billion , and $ 2.6 billion , respectively .

Extraction instructions · system prompt, 2,489 characters, identical for every model
Identify and extract entities from the following financial news text into the following categories:

Entity 1: Company 
⋆ Definition: Denotes the official or unofficial name of a registered company or a brand.
⋆ Example entities: {Apple Inc.; Uber; Bank of America}

Entity 2: Date 
⋆ Definition: Represents a specific time period, whether explicitly mentioned (e.g., "year ended March 2020") or implicitly referred to (e.g., "last month"), in the past, present, or future.
⋆ Example entities: {June 2nd, 2010; quarter ended 2021; last week; prior year; Wednesday}

Entity 3: Location 
⋆ Definition: Represents geographical locations, such as political regions, countries, states, cities, roads, or any other location, even when used as adjectives.
⋆ Example entities: {California; Paris; 1280 W 12th Blvd; Americas; Europe}

Entity 4: Money 
⋆ Definition: Denotes a monetary value expressed in any world currency, including digital currencies.
⋆ Example entities: {$76.3 million; $4 Bn; Rs 33.80 crore; 1.2 BTC}

Entity 5: Person 
⋆ Definition: Represents the name of an individual.
⋆ Example entities: {Meg Whitman; Mr. Baker; Warren Buffet}

Entity 6: Product 
⋆ Definition: Refers to any physical object or service manufactured or provided by a company to consumers, excluding references to businesses or sectors within the financial context.
⋆ Example entities: {iPhone; Tesla model X; cloud services; Microsoft Windows 10; laptops; medical equipment; computer software; online classes; eye surgery}

Entity 7: Quantity 
⋆ Definition: Represents any numeric value that is not categorized as Money, such as percentages, numbers, measurements (e.g., weight, length), or other similar quantities. Note that unit of measurements are also part of the entity.
⋆ Example entities: {15%; 25,000 units; 2.75in; 100 tons}

For each category:
- Extract all relevant entities as a list of strings, preserving the wording from the text
- Use None if no entities are found in that category
- Only extract entities that are explicitly mentioned in the text itself, do not make inferences or reason about what entities might be implied based on URLs, domain names, or other indirect references
- Extract individual items rather than compound or ranged entities (e.g., if a range or compound entity is mentioned, extract each individual item separately)

Return the extracted information as a JSON object with all categories included, using None for cases where no entities are found.
Expected answer
Company
none
Date
2013; 2014; fiscal years 2015
Location
none
Money
$ 2.6 billion; $ 3.4 billion; $ 4.1 billion
Person
none
Product
none
Quantity
none
Models
4 of 4 columns · click a model to add or remove it

Ours

All 7 fields correct
```json
{
  "Company": None,
  "Date": ["fiscal years 2015", "2014", "2013"],
  "Location": None,
  "Money": ["$ 4.1 billion", "$ 3.4 billion", "$ 2.6 billion"],
  "Person": None,
  "Product": None,
  "Quantity": None
}
```
223 charactersfirst of 2 attempts97 tokens

Aux 2015

Invalid JSON
{
  "Company": {
17 charactersfirst of 2 attempts8 tokens

PiT-FT 2015

Invalid JSON

Empty response.

0 charactersfirst of 2 attempts

ChronoGPT 2015

Invalid JSON

Entity 1: Company ⋆

19 charactersfirst of 2 attempts8 tokens