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

Netflix shares gained in late trading after news of the price increase came out . The stock closed up $ 6.49 , or 1.3 % , to $ 525.69 .The following table shows the pre - tax gains and losses of the Companys derivative and non - derivative instruments designated as cash flowRandall J. Lewis is executive vice president , Internal Audit and Chief Compliance Officer for WellPoint , Inc.The fair value of the company 's investment properties went down to EUR2 .769 bn at the end of September 2009 from EUR2 .878 bn a year earliWe classify interest and penalties , if any , associated with our uncertain tax positions as a component of income tax expense .Billionaire Philippe Laffont is Selling These 10 StocksAs a result of our Channel strategy , our sales are focused on a limited number of customers . Sales to Microsoft accounted for 23 % , salesThe operating lease obligations amount includes $ 257.5 million recorded as other long - term liabilities in our Consolidated Balance SheetsHealth and Wellness , including pharmacy and optical services , HBA , OTC , paper goods , laundry and home care , baby care , pet supplies aRent expense under all operating leases , including both cancelable and noncancelable leases , was $ 794 million , $ 717 million and $ 645 m29 September , 2010 Finnish waste management and recycling company Lassila & Tikanoja expands its operations in Russia by introducing its reApple boss Tim Cook 's pay in 2021 was 1,447 times that of the average employee at the tech giant , a filing on Thursday showed , fueled by Capital work - in - progress as of December31 , 2010 consists primarily of approximately $ 16 million of operations equipment . In 2010 , th

Nearby prompts. All 2,117 FIRE entities prompts

PromptCleanlab FIRE ·fire-0196

As a result of our Channel strategy , our sales are focused on a limited number of customers . Sales to Microsoft accounted for 23 % , sales to Edom Technology Co. , Ltd. accounted for 17 % and sales to Micro - Star accounted for 15 % of our total revenue for fiscal 2003 . Edom is an independent stocking representative and Micro - Star is a CEM , and each purchase our products and resell these products to PC OEMs and system integrators .

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
Edom; Edom Technology Co. , Ltd.; Micro - Star; Microsoft
Date
fiscal 2003
Location
none
Money
none
Person
none
Product
none
Quantity
15 %; 17 %; 23 %
Models
4 of 4 columns · click a model to add or remove it

Ours

All 7 fields correct
```json
{
  "Company": [
    "Microsoft",
    "Edom Technology Co. , Ltd.",
    "Micro - Star"
  ],
  "Date": [
    "fiscal 2003"
  ],
  "Location": None,
  "Money": None,
  "Person": None,
  "Product": [
    "PCs"
  ],
  "Quantity": [
    "23 %",
    "17 %",
    "15 %"
  ]
}
```
280 charactersfirst of 2 attempts126 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

Input:

Entity

22 charactersfirst of 2 attempts8 tokens