SaulLu commited on
Commit
a6ee6de
·
1 Parent(s): b276ba4

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +81 -0
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ widget:
3
+ - text: " htmlOn ||| <h1"
4
+ ---
5
+
6
+ # Work In Progress
7
+
8
+ # How to use?
9
+
10
+ To generate text with HTML, the sentence must start with ` htmlOn |||` (note the space at the beginning 😉). To generate normal text, you don't need to add anything.
11
+
12
+ # Training details
13
+
14
+ We continued the pre-training of [gpt2](https://huggingface.co/gpt2).
15
+
16
+ Dataset:[Natural_Questions_HTML_reduced_all](https://huggingface.co/datasets/SaulLu/Natural_Questions_HTML_reduced_all)
17
+ 50% of the examples in the training data contained `h1`, `h2`, ..., `h6` and `p` HTML tags with only their `id` and `class` attributes. 50% of the examples were just plain text.
18
+
19
+ Training example with metadata:
20
+ ```
21
+ htmlOn ||| <h1 id:firstHeading class:firstHeading>Market power</h1>
22
+ From Wikipedia, the free encyclopedia
23
+ Jump to: navigation, search
24
+ Competition law
25
+ Basic concepts
26
+ History of competition law
27
+ Monopoly
28
+ Coercive monopoly
29
+ Natural monopoly
30
+ Barriers to entry
31
+ Herfindahl–Hirschman Index
32
+ Market concentration
33
+ Market power
34
+ SSNIP test
35
+ Relevant market
36
+ Merger control
37
+ Anti-competitive practices
38
+ Monopolization
39
+ Collusion
40
+ Formation of cartels
41
+ Price fixing
42
+ Bid rigging
43
+ Product bundling and tying
44
+ Refusal to deal
45
+ Group boycott
46
+ Essential facilities
47
+ Exclusive dealing
48
+ Dividing territories
49
+ Conscious parallelism
50
+ Predatory pricing
51
+ Misuse of patents and copyrights
52
+ Enforcement authorities and organizations
53
+ International Competition Network
54
+ List of competition regulators
55
+ v
56
+ t
57
+ e
58
+ <p>In economics and particularly in industrial organization, market power is the ability of a firm to profitably raise the market price of a good or service over marginal cost. In perfectly competitive markets, market participants have no market power. A firm with total market power can raise prices without losing any customers to competitors. Market participants that have market power are therefore sometimes referred to as "price makers" or "price setters", while those without are sometimes called "price takers". Significant market power occurs when prices exceed marginal cost and long run average cost, so the firm makes profit.</p>
59
+ <p>A firm with market power has the ability to individually affect either the total quantity or the prevailing price in the market. Price makers face a downward-sloping demand curve, such that price increases lead to a lower quantity demanded. The decrease in supply as a result of the exercise of market power creates an economic deadweight loss which is often viewed as socially undesirable. As a result, many countries have anti-trust or other legislation intended to limit the ability of firms to accrue market power. Such legislation often regulates mergers and sometimes introduces a judicial power to compel divestiture.</p>
60
+ <p>A firm usually has market power by virtue of controlling a large portion of the market. In extreme cases—monopoly and monopsony—the firm controls the entire market. However, market size alone is not the only indicator of market power. Highly concentrated markets may be contestable if there are no barriers to entry or exit, limiting the incumbent firm's ability to raise its price above competitive levels.</p>
61
+ <p>Market power gives firms the ability to engage in unilateral anti-competitive behavior.[1] Some of the behaviours that firms with market power are accused of engaging in include predatory pricing, product tying, and creation of overcapacity or other barriers to entry. If no individual participant in the market has significant market power, then anti-competitive behavior can take place only through collusion, or the exercise of a group of participants' collective market power.</p>
62
+ <p>The Lerner index and Herfindahl index may be used to measure market power.</p>
63
+ <p></p><h2>Contents</h2>
64
+ [hide]
65
+ 1 Oligopoly
66
+ 2 Monopoly power
67
+ 3 Source
68
+ 4 Measurement
69
+ 5 Elasticity of demand
70
+ 6 Nobel Memorial Prize
71
+ 7 See also
72
+ 8 References
73
+ 9 Further references
74
+ <p></p><h2>Oligopoly[edit]</h2>
75
+ <p>When several firms control a significant share of market sales, the resulting market structure is called an oligopoly or oligopsony. An oligopoly may engage in collusion, either tacit or overt, and thereby exercise market power. A group of firms that explicitly agree to affect market price or output is called a cartel.</p>
76
+ <h2>Monopoly power[edit]</h2>
77
+ <p>Monopoly power is an example of market failure which occurs when one or more of the participants has the ability to influence the price or other outcomes in some general or specialized market. The most commonly discussed form of market power is that of a monopoly, but other forms such as monopsony, and more moderate versions of these two extremes, exist.</p>
78
+ <p>A well-known example of monopolistic market power is Microsoft's market share in PC operating systems. The United States v. Microsoft case dealt with an allegation that Microsoft illegally exercised its market power by bundling its web browser with its operating system. In this respect, the notion of dominance and dominant position in EU Antitrust Law is a strictly related aspect.[2]</p>
79
+ <h2>Source[edit]</h2>
80
+ <p>A monopoly can raise prices and retain customers because the monopoly has no competitors. If a customer has no other place to go to obtain the goods or services, they either pay the increased price or do without.[3] Thus the key to market power is to preclude competition through high barriers of entry. Barriers to entry that are significant sources
81
+ ```