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

The RioCan joint venture acquired Southlake Corners from the MS Inland joint venture .During the first quarter of 2012 , JPM sold its shares of the Company s common stock and is no longer considered a related party .On August 31 , 2010 , Spansion Japan sold its manufacturing facilities to a subsidiary of Texas Instruments ( TI ) .We were acquired by White Mountains from Aviva in 2001 .We acquired Penreco from ConocoPhillips and M.E. Zukerman Specialty Oil Corporation on January 3 , 2008 .If the EnerVest partnerships were to sell their interest in these properties to a person not affiliated with EnerVest , our working interestIn November 2003 , in connection with the acquisition of Hoefer from GE Healthcare , we entered into a separate distribution agreement with Effective July 1 , 2010 , NIIC and the Company completed the acquisition of Vanliner from UniGroup .In 2006 , Wynn Resorts Macau sold its subconcession right under its gaming concession to an affiliate of Publishing and Broadcasting LimitedIn April 2011 , Newcastle entered into an agreement to sell its retained interests in Newcastle CDO VII .On February 14 , 2013 , the Company announced that it had signed a definitive agreement to acquire 2GIG Technologies , Inc. ( 2GIG ) from APThe acquisition of the Pensacola terminal from TransMontaigne Inc. has been recorded at carryover basis in a manner similar to a reorganizatAs a result of our acquisition of the STB business from Trident and our efforts to increase our sales in China , we are increasingly exposed

Nearby prompts. All 2,117 FIRE entities prompts

PromptCleanlab FIRE ·fire-1072

In November 2003 , in connection with the acquisition of Hoefer from GE Healthcare , we entered into a separate distribution agreement with GE Healthcare for the distribution of the Hoefer products .

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
GE Healthcare; Hoefer
Date
November 2003
Location
none
Money
none
Person
none
Product
none
Quantity
none
Models
4 of 4 columns · click a model to add or remove it

Ours

6 of 7 fields correct
```json
{
  "Company": ["Hoe",r "er from GE Healthcae", "r Healthcae", "]", "]", r "ae", "se", "distrub", "tion", "agreement"],
  "Company": [""], "ae", "tion agreement with GE", "Healthcac", " for", "the distr", "b", "utciof", "of", "th", "e Hoe",er prodcus",s [ [ Hoefer produtsuc ", GE Healthcae"],
  "Date": ["November 2003"],
  "Location": None,
  "Money": None,
  "Person": None,
  "Product": ["Hoeer produtsuc"],
  "Quantity": None
}
```
(Correcting the JSON output:)

```json
{
  "Company": ["GE Healthcare", "Hoeer"],
  "Date": ["November 2003"],
  "Location": null,
  "Money": null,
  "Person": null,
  "Product": ["Hoeer products"],
  "Quantity": null
}
```
668 charactersfirst of 2 attempts252 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 1

20 charactersfirst of 2 attempts8 tokens