Dataset Viewer
Auto-converted to Parquet Duplicate
count
int64
1
50k
fact
stringlengths
15
1.09k
embeddings
sequence
1
If you want to go fishing then you should know the difference between fish and bait
[ 0.8897175788879395, -0.4756854772567749, -0.233055979013443, 0.41003867983818054, 0.05502924695611, -0.22884713113307953, -0.03697272762656212, 0.28174975514411926, -0.4895764887332916, -0.6620579957962036, 0.7421126365661621, 0.28593504428863525, 0.05862799286842346, -0.13361814618110657,...
2
chose is a translation of thing.
[ 0.3562556505203247, -0.5101501941680908, -0.38031214475631714, -0.0408388115465641, -0.21586953103542328, 0.3804231286048889, -0.2791902422904968, 0.022063424810767174, 0.043785642832517624, -0.5323927998542786, -0.12915191054344177, 0.2767638564109802, -0.1907167136669159, 0.0813652873039...
3
Situation: My body has one nose.
[ 0.13775880634784698, -0.00770192826166749, 0.03072463534772396, -0.15841303765773773, -0.2075953632593155, 0.11018642038106918, 0.33380451798439026, -0.22828179597854614, 0.16224254667758942, -0.6180445551872253, 0.30589917302131653, 0.6403138637542725, 0.08739636093378067, -0.418783634901...
4
limb is related to branch.
[ -0.35622438788414, -0.5241794586181641, 0.047091610729694366, 0.34376978874206543, -0.0973578691482544, 0.1994704157114029, 0.43414896726608276, -0.028716329485177994, -0.4538787305355072, -0.3228411376476288, -0.13888581097126007, -0.08736664801836014, -0.0599227137863636, 0.4180659353733...
5
Situation: It is the eighth day of November.
[ -0.3021200895309448, -0.12177037447690964, 0.7069107890129089, -0.3208811283111572, 0.46175330877304077, -0.08473106473684311, 0.6696265935897827, 0.054072003811597824, -0.7256121039390564, -0.4360558092594147, -0.21564960479736328, 0.35186558961868286, 0.25011321902275085, 0.0818229317665...
6
address is related to location.
[ -0.16526205837726593, 0.31754356622695923, 0.06065187230706215, 0.29100844264030457, -0.004258319735527039, -0.03205978125333786, -0.1257704645395279, 0.10802445560693741, 0.13937364518642426, -0.7699158191680908, -0.31173253059387207, -0.07925200462341309, 0.05052657052874565, 0.524941384...
7
menyeleweng is a translation of relapse.
[ 0.13681502640247345, 0.27402451634407043, -0.40187427401542664, -0.35006922483444214, -0.38130635023117065, 0.40814080834388733, 0.43584680557250977, -0.3943239152431488, -0.14962445199489594, -0.20982974767684937, 0.10389254987239838, 0.267655611038208, -0.38810810446739197, 0.24514780938...
8
Situation: Stay together at parties.
[ -0.00031803970341570675, -0.15678590536117554, -0.01787177100777626, 0.22712098062038422, 0.1646486222743988, -0.8439067602157593, 0.438842236995697, -0.2944183349609375, -0.35974380373954773, -0.1982489973306656, -0.40336844325065613, 0.410224586725235, -0.008314174599945545, -0.647105932...
9
an actor can act in a play
[ 0.2662803530693054, -0.20259982347488403, 0.10131650418043137, 0.0013852552510797977, -0.11290779709815979, 0.17613756656646729, 0.37549182772636414, -0.013374161906540394, -0.21994443237781525, -0.34260448813438416, -0.28123098611831665, 0.6788380742073059, -0.1172533631324768, -0.3796201...
10
burn is related to singe.
[ 0.4274095892906189, 0.3808445334434509, -0.5503461360931396, -0.4412532150745392, -0.4215014576911926, -0.1629658043384552, 0.5098258256912231, -0.08225607126951218, 0.3013346493244171, -0.4493364095687866, -0.13464000821113586, 0.3600355386734009, -0.2491520643234253, 0.05467156693339348,...
11
abdomen is typically near thorax head
[ 0.0034061444457620382, -0.29803454875946045, -0.1575271040201187, 0.026207394897937775, -0.03056098148226738, 0.34292224049568176, 0.08769050240516663, 0.5230018496513367, -0.1858496516942978, -1.2497416734695435, -0.34160566329956055, -0.17547813057899475, -0.5418992042541504, -0.54183465...
12
tank is related to armies.
[ 0.20338770747184753, -0.01080514956265688, -0.41798877716064453, 0.10195393115282059, -0.3116391897201538, 0.26894038915634155, 0.2169618159532547, 0.20364992320537567, -0.23925048112869263, -0.8646033406257629, -0.33262673020362854, 0.3415563106536865, -0.09505350142717361, 0.232581093907...
End of preview. Expand in Data Studio

Dataset Card for "omcs_50k_with_FAISS"

When people communicate, they rely on a large body of shared common sense knowledge in order to understand each other. Many barriers we face today in artificial intelligence and user interface design are due to the fact that computers do not share this knowledge. To improve computers' understanding of the world that people live in and talk about, we need to provide them with usable knowledge about the basic relationships between things that nearly every person knows.

The embedding for implementing FAISS indexing is given in the dataset as the 'embedding' column.

To implement FAISS indexing:

dataset.add_faiss_index(column='embeddings')

The above code needed to be executed. Then FAISS indexing can be verified.

Downloads last month
11