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

Additionally , American River Bank is a member of the FHLB .Maiden Insurance Company , Ltd ( Maiden Insurance ) , a wholly - owned subsidiary of Maiden , is a Bermuda reinsurer .Our independent registered public accounting firm , KPMG LLP , has issued an audit report on the effectiveness of our internal control over KPMG LLP , an independent registered public accounting firm , has issued an audit report on the effectiveness of our internal control over fCore net income ( non - GAAP ) decreased 45.7 % year - over - year to RMB50.2 million ( US$ 7.8 million ) .Moody , Famiglietti Andronico , LLP , our registered independent public accounting firm , was not required to and has not issued a report co10.1.21 * Seventh Amendment to Amended and Restated Credit Agreement , dated September 22 , 2010 , by and among StoneMor GP LLC , StoneMor PThe Company s internal control over financial reporting as of December 29 , 2012 has been audited by Deloitte Touche LLP , an independent reThe effectiveness of our internal control over financial reporting as of December 31 , 2012 has been audited by PricewaterhouseCoopers LLP ,Distribution Agreement with Zimmer - On September 3 , 2010 , the Company and Zimmer Dental Inc. ( Zimmer ) , a subsidiary of Zimmer , Inc. ,ESPN is a wholly - owned subsidiary of The Walt Disney Company ( Disney ) .For fiscal year 2012 , 2011 and 2010 total unrecognized tax benefits in an amount of $ 39.1 million , $ 20.4 million and $ 16.5 million respFifth Amendment to Amended and Restated Note Purchase Agreement , dated January 15 , 2010 , by and among StoneMor GP LLC , StoneMor Partners

Nearby prompts. All 2,117 FIRE entities prompts

PromptCleanlab FIRE ·fire-2099

10.1.21 * Seventh Amendment to Amended and Restated Credit Agreement , dated September 22 , 2010 , by and among StoneMor GP LLC , StoneMor Partners L.P. , StoneMor Operating LLC , certain Subsidiaries of StoneMor Operating LLC , the Lenders and Bank of America , N.A. ( incorporated by reference to Exhibit 10.1 of Registrant s Current Report on Form 8 - K filed on September 27 , 2010 ) .

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
Bank of America , N.A.; StoneMor GP LLC; StoneMor Operating LLC; StoneMor Partners L.P.
Date
September 22 , 2010; September 27 , 2010
Location
none
Money
none
Person
none
Product
none
Quantity
none
Models
4 of 4 columns · click a model to add or remove it

Ours

4 of 7 fields correct
```json
{
  "Company": [
    "StoneMor GP LLC",
    "StoneMor Partners L.P.",
    "StoneMor Operating LLC",
    certain Subsidiaries of StoneMor Operating LLC",
    "Bank of America , N.A."
  ],
  "Date": [
    "10.1.21",
    "September 22 , 2010",
    "September 27 , 2010"
  ],
  "Location": None,
  "Money": None,
  "Person": None,
  "Product": [
    "Credit Agreement"
  ],
  "Quantity": [
    "10.1",
    "Exhibit 10.1",
    "Form 8",
    "Amended and Restated"
  ]
}
```
476 charactersfirst of 2 attempts193 tokens

Aux 2015

Invalid JSON
{
  "Entity 1":
15 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