Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 5 new columns ({'-5 sentences', 'Unnamed: 0.1', 'utterance', '-200+ tokens', 'speaker'})

This happened while the csv dataset builder was generating data using

hf://datasets/kakeith406/op-fed/opfed_v1.csv (at revision 3a3c353f30f0885ee2636c1556c1bd48c894eb6d), [/tmp/hf-datasets-cache/medium/datasets/63217813572450-config-parquet-and-info-kakeith406-op-fed-16b776c0/hub/datasets--kakeith406--op-fed/snapshots/3a3c353f30f0885ee2636c1556c1bd48c894eb6d/opfed_raw_v1.csv (origin=hf://datasets/kakeith406/op-fed@3a3c353f30f0885ee2636c1556c1bd48c894eb6d/opfed_raw_v1.csv), /tmp/hf-datasets-cache/medium/datasets/63217813572450-config-parquet-and-info-kakeith406-op-fed-16b776c0/hub/datasets--kakeith406--op-fed/snapshots/3a3c353f30f0885ee2636c1556c1bd48c894eb6d/opfed_v1.csv (origin=hf://datasets/kakeith406/op-fed@3a3c353f30f0885ee2636c1556c1bd48c894eb6d/opfed_v1.csv)]

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1893, in _prepare_split_single
                  writer.write_table(table)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
                  self._write_table(pa_table, writer_batch_size=writer_batch_size)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, 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 2218, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              Unnamed: 0.1: int64
              Unnamed: 0: int64
              unique_id: string
              speaker: string
              sentence: string
              utterance: string
              -5 sentences: string
              -200+ tokens: string
              1_opinion: string
              2_mp: string
              3_mp_context: string
              4_stance_nli: string
              5_stance_nli_context: string
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 1828
              to
              {'Unnamed: 0': Value('int64'), 'unique_id': Value('string'), 'sentence': Value('string'), '1_opinion': Value('string'), '2_mp': Value('string'), '3_mp_context': Value('string'), '4_stance_nli': Value('string'), '5_stance_nli_context': Value('string')}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              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 1739, 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 1895, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 5 new columns ({'-5 sentences', 'Unnamed: 0.1', 'utterance', '-200+ tokens', 'speaker'})
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/kakeith406/op-fed/opfed_v1.csv (at revision 3a3c353f30f0885ee2636c1556c1bd48c894eb6d), [/tmp/hf-datasets-cache/medium/datasets/63217813572450-config-parquet-and-info-kakeith406-op-fed-16b776c0/hub/datasets--kakeith406--op-fed/snapshots/3a3c353f30f0885ee2636c1556c1bd48c894eb6d/opfed_raw_v1.csv (origin=hf://datasets/kakeith406/op-fed@3a3c353f30f0885ee2636c1556c1bd48c894eb6d/opfed_raw_v1.csv), /tmp/hf-datasets-cache/medium/datasets/63217813572450-config-parquet-and-info-kakeith406-op-fed-16b776c0/hub/datasets--kakeith406--op-fed/snapshots/3a3c353f30f0885ee2636c1556c1bd48c894eb6d/opfed_v1.csv (origin=hf://datasets/kakeith406/op-fed@3a3c353f30f0885ee2636c1556c1bd48c894eb6d/opfed_v1.csv)]
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

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.

Unnamed: 0
int64
unique_id
string
sentence
string
1_opinion
string
2_mp
string
3_mp_context
string
4_stance_nli
string
5_stance_nli_context
string
0
19811222_189_9
"I might comment that Japan in particular seems to be a serious problem."
['yes', 'yes', 'yes']
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
1
19911001_128_5
"But I think the staff and everyone else would agree that the question is very much outstanding."
['yes', 'yes', 'yes']
['yes', 'yes', 'yes']
['utterance', 'utterance', 'utterance']
['contradiction', 'contradiction', 'contradiction']
['utterance', 'utterance', 'utterance']
2
19900327_116_3
"What would your answer be?"
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
3
19830713_312_1
"The demand for credit is directly related to the level of interest rates."
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
4
19830329_822_1
"You have discarded the first parenthetical sentence in alternative II and you have tried to incorporate an additional sentence."
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
5
19820518_275_17
"So, I would take "B" for this time but reserve"
['yes', 'yes', 'yes']
['yes', 'yes', 'yes']
['utterance', 'utterance', 'utterance']
['contradiction', 'contradiction', 'contradiction']
['utterance', 'utterance', 'utterance']
6
19890516_298_1
"Well, I interpreted alternative B as maintaining about the same funds rate level as we've been running over the last intermeeting period."
['no', 'yes', 'yes']
['nan', 'yes', 'yes']
['nan', 'sentence', 'sentence']
['nan', 'neutral', 'contradiction']
['nan', 'utterance', 'sentence']
7
20070131_392_24
"With the analysis of why the forecast has moved we could provide some insight into how our thinking has evolved as a consequence of new information."
['no', 'yes', 'no']
['nan', 'no', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
8
19860923_273_5
"I think the give-back will show up, particularly in the first quarter."
['yes', 'yes', 'yes']
['no', 'no', 'ambiguous']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
9
19960924_105_7
"Our previous forecast plainly suggested the need for such a slowdown."
['yes', 'no', 'yes']
['yes', 'nan', 'yes']
['utterance', 'nan', 'utterance']
['entailment', 'nan', 'entailment']
['utterance', 'nan', 'utterance']
10
19971112_105_3
"In particular, if this path were embarked upon somewhat sooner than is assumed in the Greenbook forecast, would you modify the response of the economy in light of the possibility that it might generate some financial consequences that are not incorporated in the forecast?"
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
11
20010320_147_8
"It would leave market participants speculating day in and day out about whether we were in or about to hold an emergency meeting to cut the target funds rate."
['yes', 'no', 'yes']
['yes', 'nan', 'yes']
['sentence', 'nan', 'sentence']
['neutral', 'nan', 'contradiction']
['utterance', 'nan', 'utterance']
12
19990203_233_1
"I agree with much of what has been said."
['yes', 'yes', 'yes']
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
13
20031028_194_1
"The first question is, Is there any clear preference as to the basic structure of the assessment of the outlook?"
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
14
20070509_202_3
"There might be other ways--for example, alternative scenarios, qualitative discussions of risk, or that sort of thing--that seem to some of us preferable."
['no', 'no', 'yes']
['nan', 'nan', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
15
20020130_187_11
"And I would say that the tourism business has been adversely affected by the weather."
['yes', 'yes', 'yes']
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
16
19790522_135_5
"It seems to me that our current posture has some elements of restraint but those elements of restraint are coming in the housing field, largely in the usury ceilings and the thrift flows, which of course are the traditional ways."
['yes', 'yes', 'yes']
['no', 'yes', 'yes']
['nan', 'utterance', 'utterance']
['nan', 'entailment', 'contradiction']
['nan', 'utterance', '-5 sentences']
17
19970702_315_4
"Should we tighten in August or early fall, we would look rather foolish if we had just removed the bias."
['yes', 'no', 'yes']
['yes', 'nan', 'yes']
['sentence', 'nan', 'sentence']
['entailment', 'nan', 'entailment']
['utterance', 'nan', 'utterance']
18
19830209_928_1
"It's on page 4."
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
19
19950201_530_4
"The document came from Treasury International Affairs."
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
20
19851217_653_1
"Leave it "might" and "would"?"
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
21
20070131_45_2
"So the presumption would be that such information gets taken on board and reflected in the prices of new mortgage-backed securities and that it would translate into higher credit spreads at the retail level."
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
22
19810203_554_1
"On the basis of cost to banks alone."
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
23
19821221_761_2
"I would guess we ought to go to $175 million [rather than] $200 million, but I don't think it makes a lot of difference."
['yes', 'yes', 'yes']
['yes', 'yes', 'ambiguous']
['sentence', 'sentence', 'nan']
['ambiguous', 'contradiction', 'nan']
['nan', '-200+ tokens', 'nan']
24
20080318_3_2
"Vice Chairman."
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
25
19870211_197_1
"And some worry, especially in the Japanese case, that they are really taking a terrible beating in their manufacturing sector now."
['no', 'no', 'yes']
['nan', 'nan', 'yes']
['nan', 'nan', '-5 sentences']
['nan', 'nan', 'ambiguous']
['nan', 'nan', 'nan']
26
19870211_349_4
"So we're going to be very vague anyway."
['no', 'no', 'yes']
['nan', 'nan', 'yes']
['nan', 'nan', 'utterance']
['nan', 'nan', 'ambiguous']
['nan', 'nan', 'nan']
27
19821221_726_2
"This states it the other way around, resulting from the introduction of the new money market accounts."
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
28
19861216_354_5
"The trouble is that this is getting too complicated, obviously."
['yes', 'no', 'yes']
['no', 'nan', 'yes']
['nan', 'nan', 'utterance']
['nan', 'nan', 'neutral']
['nan', 'nan', '-200+ tokens']
29
19960326_52_3
"Moreover, all seven states in the District added jobs at a fairly robust pace in January."
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
30
20081029_202_3
"The sentiment of directors and their contacts has turned decidedly more pessimistic regarding current economic conditions and the near-term outlook."
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
31
19811222_502_1
"The discount rate becomes a kind of anchor around which the funds rate clusters once there's enough borrowing to make that discount rate meaningful."
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
32
20061025_32_5
"That distinction is part of it, as is whether the way you estimate the cyclical component of employment and so forth affects the forecast and whether it adjusts very quickly or very slowly in shaping the picture going forward, particularly into 2007 and 2008."
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
33
20080625_172_1
"I think the Vice Chairman raises an interaction that I hadn't thought of, which is that our facilities are existing under the premise of unusual and exigent circumstances, and we don't really want to undercut that."
['yes', 'yes', 'yes']
['no', 'no', 'yes']
['nan', 'nan', '-5 sentences']
['nan', 'nan', 'ambiguous']
['nan', 'nan', 'nan']
34
19931116_620_3
"Now, if you want to make a substitute motion and reverse the order, that's your privilege."
['no', 'no', 'yes']
['nan', 'nan', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
35
19980929_275_3
"What did we learn there?"
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
36
19891219_5_13
"Dave will begin."
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
37
19770517_46_3
"And the farmer's ability to repay in many instances is limited by the income that he can earn off of working that land."
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
38
19930203_275_3
"In a perfect world, frankly, that's what I'd prefer."
['yes', 'yes', 'yes']
['yes', 'yes', 'yes']
['utterance', 'utterance', '-5 sentences']
['contradiction', 'contradiction', 'neutral']
['utterance', 'utterance', '-200+ tokens']
39
19790320_74_19
"If so, that's an important reason for not doing anything at this particular time."
['yes', 'no', 'yes']
['yes', 'nan', 'yes']
['utterance', 'nan', 'utterance']
['contradiction', 'nan', 'contradiction']
['utterance', 'nan', 'sentence']
40
19850820_329_1
"That's not going to happen that fast."
['yes', 'ambiguous', 'yes']
['no', 'nan', 'yes']
['nan', 'nan', '-200+ tokens']
['nan', 'nan', 'ambiguous']
['nan', 'nan', 'nan']
41
19970702_157_4
"So, this exhibit seems encouraging to me, but it also illustrates that it would be a mistake to assume that velocity is now stable."
['yes', 'yes', 'yes']
['no', 'yes', 'yes']
['nan', 'sentence', '-200+ tokens']
['nan', 'ambiguous', 'ambiguous']
['nan', 'nan', 'nan']
42
19870331_49_1
"[Statement--see Appendix.]"
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
43
19770816_90_2
"In looking back over the year and a half that I've had the privilege of attending these meetings, and listening to inputs such as we're presently providing, that year and a half in terms of business conditions has been a strong period."
['no', 'no', 'yes']
['nan', 'nan', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
44
19811117_728_1
"Well, let's settle this federal funds range."
['yes', 'no', 'ambiguous']
['yes', 'nan', 'nan']
['sentence', 'nan', 'nan']
['neutral', 'nan', 'nan']
['sentence', 'nan', 'nan']
45
19880630_387_2
"The asymmetric language indicates the direction in which the Desk would be leaning without necessarily acting."
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
46
19860401_45_2
"Is it basically lower interest rates, or what?"
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
47
19860401_268_1
"Well, my instincts tell me that sentence probably should be symmetrical even though 7 weeks is a long time."
['yes', 'yes', 'yes']
['no', 'no', 'yes']
['nan', 'nan', '-200+ tokens']
['nan', 'nan', 'contradiction']
['nan', 'nan', '-200+ tokens']
48
19850521_166_7
"Having said that, I would favor alternative B with a tilt toward "A." By that I mean that I would be willing to relax borrowing a little below Jerry's recommendation and more in accord with the borrowing that we would expect to be compatible with alternative B--in the $300 to $350 million range."
['yes', 'yes', 'yes']
['yes', 'yes', 'yes']
['utterance', 'sentence', 'sentence']
['contradiction', 'contradiction', 'contradiction']
['utterance', 'utterance', 'sentence']
49
19880630_329_1
"If we go for alternative III and it turns out to have to be reversed, too, you would be in the same position."
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
50
19790522_194_1
"Mr. Chairman, the ranges Steve suggested are just about one half point off my suggestion."
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
51
19930518_201_2
"We haven't discussed the fact that we do have a policy record--I beg your pardon, minutes."
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
52
20030625_297_6
"But I would hope that we could stay with this language for today."
['yes', 'yes', 'yes']
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
53
19860923_322_2
"I'm torn about nuances."
['yes', 'yes', 'yes']
['no', 'yes', 'yes']
['nan', 'utterance', '-200+ tokens']
['nan', 'contradiction', 'ambiguous']
['nan', 'utterance', 'nan']
54
19890328_253_2
"Looking at the District, our recent performance and the near-term prospects for our economy continue to improve."
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
55
20030129_353_6
"While jobs are declining, personal income continues to grow at a modest pace."
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
56
19921117_42_9
"The weakness that we're seeing in California certainly is a concern."
['yes', 'no', 'yes']
['no', 'nan', 'yes']
['nan', 'nan', 'utterance']
['nan', 'nan', 'contradiction']
['nan', 'nan', 'utterance']
57
19990203_69_2
"Under what circumstances would we wind up having in the portfolio euro-denominated obligations of other taxing authorities besides the Germans?"
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
58
20080318_128_5
"President Plosser made the correct point that we need to think about the level of the funds rate."
['yes', 'yes', 'yes']
['yes', 'yes', 'yes']
['sentence', 'sentence', 'utterance']
['neutral', 'contradiction', 'contradiction']
['sentence', 'utterance', 'utterance']
59
19921117_163_17
"We've done a study, we have some good reasons, and we can explain our action in a letter."
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
60
19931221_310_3
"I do agree with what Susan was saying before--that this will be the basis for singling out individuals and criticizing them and it won't be the end of it."
['yes', 'yes', 'yes']
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
61
19771220_57_1
"I believe that would be fairly read as a denial of the request for the information sought."
['yes', 'yes', 'yes']
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
62
19950706_176_13
"This, of course, is very, very early in the process."
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
63
19891219_843_2
"[in the directive language] during that weakness?"
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
64
19980331_208_10
"Yes"
['yes', 'ambiguous', 'ambiguous']
['no', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
65
19801021_442_1
"It won't affect the borrowings."
['no', 'no', 'yes']
['nan', 'nan', 'yes']
['nan', 'nan', '-5 sentences']
['nan', 'nan', 'entailment']
['nan', 'nan', '-5 sentences']
66
19840327_247_3
"Has it got the document attached?"
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
67
19770215_262_7
"I think that would serve us better for this immediate period."
['yes', 'yes', 'yes']
['yes', 'yes', 'yes']
['utterance', 'utterance', 'utterance']
['contradiction', 'contradiction', 'entailment']
['-200+ tokens', '-200+ tokens', 'utterance']
68
19831220_180_3
"You don't have to address it now unless you want to."
['no', 'no', 'yes']
['nan', 'nan', 'yes']
['nan', 'nan', '-5 sentences']
['nan', 'nan', 'contradiction']
['nan', 'nan', '-5 sentences']
69
19800205_286_10
"And that, by the same reasoning, translates into a surplus of $12 billion in 1981."
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
70
20010627_34_5
"Indeed, that's obviously the case if we listen to what he's doing and how he's calculating it."
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
71
19930921_95_10
"[Laughter] I'm only half kidding!"
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
72
19961113_153_2
"In the context of the Committee's long-run objectives for price stability and sustainable economic growth, and giving careful consideration to economic, financial, and monetary developments, somewhat greater reserve restraint would or slightly lesser reserve restraint might be acceptable in the intermeeting period."
['yes', 'no', 'yes']
['yes', 'nan', 'yes']
['sentence', 'nan', 'sentence']
['neutral', 'nan', 'contradiction']
['utterance', 'nan', '-5 sentences']
73
19860819_489_1
"Isn't one possibility just to maintain the $300 million and when a discount rate change occurs, if it does, to revisit the issue of reserves at that time?"
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
74
20080916_125_15
"As far as language is concerned with regard to B, I would be inclined to give more prominence to financial issues."
['yes', 'yes', 'yes']
['no', 'yes', 'yes']
['nan', 'utterance', 'utterance']
['nan', 'contradiction', 'contradiction']
['nan', 'utterance', '-5 sentences']
75
19770118_123_1
"There has to be a publication within a framework of 30 days for comment, then a review of the comments and a simultaneous oversight review by the Administrative Conference of the United States under the terms of the statute."
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
76
19990518_171_1
"Mr. Chairman, I agree with your recommendations of an asymmetric tilt and an immediate announcement."
['yes', 'yes', 'yes']
['yes', 'yes', 'yes']
['sentence', 'sentence', 'utterance']
['entailment', 'entailment', 'entailment']
['utterance', 'utterance', '-200+ tokens']
77
19890822_286_3
"There are plenty of countries that finance that quite easily as long as it's going for sustainable private-sector investment."
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
78
19821005_212_4
"But that--"
['no', 'no', 'ambiguous']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
79
19920701_276_3
"If in fact we go up [to Congress] and say that we are uncertain about where things are temporarily, that's one thing."
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
80
19810203_292_2
"Each month during that autumn period all the projections said it was going to level off this month."
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
81
19851217_111_3
"I think you just put your finger on the key issue: What it is going to do from now on."
['yes', 'yes', 'yes']
['no', 'yes', 'yes']
['nan', 'utterance', 'utterance']
['nan', 'neutral', 'ambiguous']
['nan', 'utterance', 'nan']
82
19980818_176_4
"So, I would have a slight preference for an asymmetric directive but I can support a symmetric directive."
['yes', 'yes', 'yes']
['yes', 'yes', 'yes']
['sentence', 'sentence', 'utterance']
['entailment', 'contradiction', 'contradiction']
['utterance', 'utterance', 'utterance']
83
19940706_68_6
"But the dollar now is not consistent with the objective."
['no', 'no', 'yes']
['nan', 'nan', 'yes']
['nan', 'nan', 'utterance']
['nan', 'nan', 'ambiguous']
['nan', 'nan', 'nan']
84
19840717_526_2
"certainly couldn't have been much worse than it was and looks like a continuing problem, and it doesn't seem to have shaken the market any more."
['no', 'no', 'yes']
['nan', 'nan', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
85
19951219_179_4
"I don't see a reason to keep it there."
['yes', 'yes', 'yes']
['yes', 'yes', 'yes']
['utterance', 'utterance', 'utterance']
['contradiction', 'contradiction', 'contradiction']
['utterance', 'utterance', 'utterance']
86
19931116_839_2
"I see very little evidence of an important change."
['yes', 'yes', 'yes']
['yes', 'yes', 'yes']
['utterance', 'utterance', 'utterance']
['contradiction', 'contradiction', 'contradiction']
['utterance', 'utterance', 'utterance']
87
19831004_103_1
"Didn't a judge down there overturn one of the restructurings?"
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
88
20001219_14_2
"That is, the overall hedging market at the short end of the yield curve is so much deeper than at the current longer end of the yield curve, the 10-year, that the result is this exaggerated swing."
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
89
19900327_407_3
"The other is that members of Congress become concerned about the losses and try to exert political pressure on us so that we don't have to take those losses, which would mean pressure to ease policy."
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
90
20041214_157_5
"We can't get around it."
['no', 'no', 'yes']
['nan', 'nan', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
91
19780815_325_2
"The Treasury and us."
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
92
19870211_368_2
"My principal concern is that we should warn them that under those circumstances, which may or may not eventually occur, we expect a pretty low Ml."
['yes', 'yes', 'yes']
['yes', 'yes', 'yes']
['sentence', 'sentence', 'sentence']
['neutral', 'entailment', 'entailment']
['-5 sentences', '-5 sentences', 'utterance']
93
19910703_136_13
"Like the Greenbook, we expect a decline in inflation over the next year and a half."
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
94
19830209_966_4
"If we want to defer that easing, okay, we can defer it."
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
95
19790206_143_2
"Dave."
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
96
19920205_88_3
"And the announcements of reverse LBOs and so forth suggest that there still is more room to go in that area."
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
97
19800318_292_1
""C" is 5 percent for the first two quarters, as I have calculated it, and the midpoint [of our annual target] is 4-3/4 percent."
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
98
20050630_71_1
"Let me note just one last thing."
['no', 'no', 'no']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
['nan', 'nan', 'nan']
99
19950706_274_2
"I find myself quite frustrated with this discussion."
['yes', 'no', 'yes']
['yes', 'nan', 'yes']
['utterance', 'nan', 'sentence']
['neutral', 'nan', 'ambiguous']
['utterance', 'nan', 'nan']
End of preview.

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Op-Fed

This repository hosts the code and data to support the paper Op-Fed: Opinion, Stance, and Monetary Policy Annotations on FOMC Transcripts Using Active Learning by Alisa Kanganis and Katherine A. Keith.

If you use this data or code, please cite our paper:

@inproceedings{kanganis2026,
  author    = {Kanganis, Alisa and Keith, Katherine A.},
  title     = {Op-Fed: Opinion, Stance, and Monetary Policy Annotations on FOMC Transcripts Using Active Learning},
  booktitle = {Findings of the Association for Computational Linguistics (ACL Findings)},
  year      = {2026},
  note      = {Forthcoming}
}

Code to replicate the paper is in this Github repo.

Corresponding author: Email Katie Keith, kak5@williams.edu

Data

The main dataset is in data/opfed_v1.csv and we also provide the raw annotations for all three annotators in data/opfed_raw_v1.csv.

Please see Section B: Datasheets for Datasets in our paper for a detailed description of this dataset.

data/opfed_v1.csv

Columns:

  • unique_id: Example 19811222_189_9. The first two numbers, e.g.,19811222_189, correspond to the id in ConvoKit. In ConvoKit, this is the transcript number, e.g., 19811222, followed by the utterance number, e.g., 189 (starting at index 1). In our unique_id, the third number, e.g., _9 corresponds to the sentence number (after sentence segmentation with spacy); this starts at index 1 for the first sentence.
  • speaker: The name of the speaker, e.g., MR. TRUMAN
  • sentence: The full text of the target sentence.
  • 1_opinion: Opinion label on the target sentence. Possible labels: yes, no, or ambiguous
  • 2_mp: Monetary policy label on the target sentence. Possible labels: yes, no, or ambiguous
  • 3_mp_context: Whether the 2_mp label needed additional context. Possible labels: sentence, utterance, -5 sentences, or 200+ tokens
  • 4_stance: StanceNLI labels on the target sentence. Possible labels: neutral, entailment, contradiction or ambiguous
  • 5_stance_context: Whether the 4_stance label needed additional context. Possible labels: sentence, utterance, -5 sentences, or 200+ tokens
  • utterance: The full utterance within which the target sentence exists.
  • -5 sentences: The previous five sentences leading up to (but not including) the utterance of the target sentence. When this is across multiple utterances, we return a list of dictionaries. Each dictionary is an utterance with keys for the 'speaker' and the 'text' for the utterance. Example:
    • [{'speaker': 'MR. LAWARE.', 'text': 'With the momentum that he will gain by our acquiescence to [releasing the transcripts], he will then say: Well, this is what I want you to decide to do.'}, {'speaker': 'MR. ANGELL.', 'text': 'Absolutely.'}, {'speaker': 'MR. LAWARE.', 'text': ""He's going to back us right into a corner.""}, ... ]
  • -200+ tokens: The previous 200 tokens (rounded to the nearest sentence) leading up to (but not including) the utterance with the target sentence. If this is across utterances, we use the same list-dictionary format as -5 sentences.

data/opfed_raw_v1.csv

In this folder, we also provide opfed_raw_v1.csv which contains the per-annotator labels combined into list form (prior to aggregation). For example, in the first row, 1_opinion column, the cell value is ['yes', 'yes', 'yes'] which means all three annotators labeled the target sentence as 'yes' for the opinion aspect.

Because this is a hierarchical schema, one could also have missing values for some of the annotators, e.g., ['yes', 'nan', 'yes'] meaning the second annotator ('nan' value) did not reach that annotation stage due to earlier annotation decisions.

Downloads last month
19

Paper for kakeith406/op-fed